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 2019/12/29 13:13:53 UTC

[JENKINS] Lucene-Solr-NightlyTests-8.4 - Build # 15 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/15/

2 tests failed.
FAILED:  org.apache.lucene.document.TestXYPolygonShapeQueries.testRandomBig

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
	at __randomizedtesting.SeedInfo.seed([A1EF55D35CD4473F:26B8285CCD8D3BBF]:0)
	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
	at org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:56)
	at org.apache.lucene.util.bkd.BKDWriter.add(BKDWriter.java:247)
	at org.apache.lucene.index.RandomCodec$1$1$1.visit(RandomCodec.java:129)
	at org.apache.lucene.codecs.PointsWriter$1$1$1.visit(PointsWriter.java:117)
	at org.apache.lucene.index.AssertingLeafReader$AssertingIntersectVisitor.visit(AssertingLeafReader.java:1171)
	at org.apache.lucene.util.bkd.BKDReader.visitCompressedDocValues(BKDReader.java:735)
	at org.apache.lucene.util.bkd.BKDReader.visitDocValuesWithCardinality(BKDReader.java:684)
	at org.apache.lucene.util.bkd.BKDReader.visitDocValues(BKDReader.java:590)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:790)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:506)
	at org.apache.lucene.index.AssertingLeafReader$AssertingPointValues.intersect(AssertingLeafReader.java:1052)
	at org.apache.lucene.codecs.PointsWriter$1$1.intersect(PointsWriter.java:105)
	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:122)
	at org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
	at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
	at org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
	at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
	at org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
	at __randomizedtesting.SeedInfo.seed([1A0A6E0B1D714965]:0)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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)
Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
	at java.security.AccessController.checkPermission(AccessController.java:884)
	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
	at java.lang.Class.checkPackageAccess(Class.java:2372)
	at java.lang.Class.checkMemberAccess(Class.java:2351)
	at java.lang.Class.getDeclaredFields(Class.java:1915)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
	... 10 more




Build Log:
[...truncated 11014 lines...]
   [junit4] Suite: org.apache.lucene.document.TestXYPolygonShapeQueries
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestXYPolygonShapeQueries -Dtests.method=testRandomBig -Dtests.seed=A1EF55D35CD4473F -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt -Dtests.locale=sl -Dtests.timezone=America/Havana -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    159s J0 | TestXYPolygonShapeQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A1EF55D35CD4473F:26B8285CCD8D3BBF]:0)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
   [junit4]    > 	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]    > 	at org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:56)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.add(BKDWriter.java:247)
   [junit4]    > 	at org.apache.lucene.index.RandomCodec$1$1$1.visit(RandomCodec.java:129)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter$1$1$1.visit(PointsWriter.java:117)
   [junit4]    > 	at org.apache.lucene.index.AssertingLeafReader$AssertingIntersectVisitor.visit(AssertingLeafReader.java:1171)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.visitCompressedDocValues(BKDReader.java:735)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.visitDocValuesWithCardinality(BKDReader.java:684)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.visitDocValues(BKDReader.java:590)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:790)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:823)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:813)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:506)
   [junit4]    > 	at org.apache.lucene.index.AssertingLeafReader$AssertingPointValues.intersect(AssertingLeafReader.java:1052)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter$1$1.intersect(PointsWriter.java:105)
   [junit4]    > 	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:122)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
   [junit4]    > 	at org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
   [junit4]    > 	at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/lucene/build/sandbox/test/J0/temp/lucene.document.TestXYPolygonShapeQueries_A1EF55D35CD4473F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {id=PostingsFormat(name=MockRandom)}, docValues:{shape=DocValuesFormat(name=Lucene80), id=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1771, maxMBSortInHeap=6.0755262814636275, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1de5c3a3), locale=sl, timezone=America/Havana
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=308347624,total=486014976
   [junit4]   2> NOTE: All tests run in this JVM: [TestLatLonPointShapeQueries, TestTessellator, TestXYPolygonShapeQueries]
   [junit4] Completed [17/40 (1!)] on J0 in 227.38s, 5 tests, 1 error <<< FAILURES!

[...truncated 76 lines...]
   [junit4] JVM J0: stdout was not empty, see: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/lucene/build/sandbox/test/temp/junit4-J0-20191229_104910_2971110612419631105342.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/heapdumps/java_pid2343.hprof ...
   [junit4] Heap dump file created [452243717 bytes in 0.837 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 4464 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
   [junit4]   2> 4167734 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1A0A6E0B1D714965-001/tempDir-001
   [junit4]   2> 4167734 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4167735 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4167735 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4167835 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:35101
   [junit4]   2> 4167835 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:35101
   [junit4]   2> 4167835 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35101
   [junit4]   2> 4167835 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35101
   [junit4]   2> 4167836 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4167842 INFO  (zkConnectionManagerCallback-55597-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4167842 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4167844 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4167848 INFO  (zkConnectionManagerCallback-55599-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4167848 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4167850 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4167851 INFO  (zkConnectionManagerCallback-55601-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4167851 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4167953 WARN  (jetty-launcher-55602-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4167953 WARN  (jetty-launcher-55602-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4167953 WARN  (jetty-launcher-55602-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4167953 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4167953 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4167953 WARN  (jetty-launcher-55602-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4167953 INFO  (jetty-launcher-55602-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 4167953 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4167953 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4167953 INFO  (jetty-launcher-55602-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 4167953 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4167953 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4167953 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4167953 INFO  (jetty-launcher-55602-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 4167954 WARN  (jetty-launcher-55602-thread-5) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4167954 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4167954 INFO  (jetty-launcher-55602-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 4167954 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4167954 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4167954 INFO  (jetty-launcher-55602-thread-5) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 4167965 INFO  (jetty-launcher-55602-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4167965 INFO  (jetty-launcher-55602-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4167965 INFO  (jetty-launcher-55602-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4167968 INFO  (jetty-launcher-55602-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4167968 INFO  (jetty-launcher-55602-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4167968 INFO  (jetty-launcher-55602-thread-5) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4167972 INFO  (jetty-launcher-55602-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4167972 INFO  (jetty-launcher-55602-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4167972 INFO  (jetty-launcher-55602-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4167972 INFO  (jetty-launcher-55602-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@75bd6f9f{/solr,null,AVAILABLE}
   [junit4]   2> 4167973 INFO  (jetty-launcher-55602-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@754276d3{/solr,null,AVAILABLE}
   [junit4]   2> 4167973 INFO  (jetty-launcher-55602-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f6805f8{/solr,null,AVAILABLE}
   [junit4]   2> 4167975 INFO  (jetty-launcher-55602-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4167975 INFO  (jetty-launcher-55602-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4167975 INFO  (jetty-launcher-55602-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@12648469{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:33545}
   [junit4]   2> 4167975 INFO  (jetty-launcher-55602-thread-3) [     ] o.e.j.s.Server Started @4168002ms
   [junit4]   2> 4167975 INFO  (jetty-launcher-55602-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4167975 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33545}
   [junit4]   2> 4167975 ERROR (jetty-launcher-55602-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4167976 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4167976 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 4167976 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4167976 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4167976 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-29T12:41:06.227Z
   [junit4]   2> 4167979 INFO  (jetty-launcher-55602-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5dc16af2{/solr,null,AVAILABLE}
   [junit4]   2> 4167979 INFO  (jetty-launcher-55602-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7bd3563e{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:34199}
   [junit4]   2> 4167979 INFO  (jetty-launcher-55602-thread-1) [     ] o.e.j.s.Server Started @4168006ms
   [junit4]   2> 4167979 INFO  (jetty-launcher-55602-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4167979 INFO  (jetty-launcher-55602-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4167979 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34199}
   [junit4]   2> 4167979 INFO  (jetty-launcher-55602-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4167979 ERROR (jetty-launcher-55602-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4167979 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4167979 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 4167979 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4167979 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4167979 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-29T12:41:06.230Z
   [junit4]   2> 4167984 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4167984 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@49417533{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:34761}
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-5) [     ] o.e.j.s.Server Started @4168015ms
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34761}
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@207f7447{/solr,null,AVAILABLE}
   [junit4]   2> 4167988 ERROR (jetty-launcher-55602-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-29T12:41:06.239Z
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3b98fde5{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44889}
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-2) [     ] o.e.j.s.Server Started @4168015ms
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44889}
   [junit4]   2> 4167988 ERROR (jetty-launcher-55602-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4167988 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-29T12:41:06.239Z
   [junit4]   2> 4167989 INFO  (zkConnectionManagerCallback-55606-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4167989 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4167989 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4167989 INFO  (jetty-launcher-55602-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7a6d109a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44487}
   [junit4]   2> 4167989 INFO  (jetty-launcher-55602-thread-4) [     ] o.e.j.s.Server Started @4168016ms
   [junit4]   2> 4167989 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44487}
   [junit4]   2> 4167989 ERROR (jetty-launcher-55602-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4167989 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4167989 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4167989 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.0
   [junit4]   2> 4167989 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4167989 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4167989 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-29T12:41:06.240Z
   [junit4]   2> 4167989 INFO  (zkConnectionManagerCallback-55604-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4167989 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4167990 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4167990 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4167994 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4167995 INFO  (zkConnectionManagerCallback-55608-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4167995 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4167995 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4167997 INFO  (zkConnectionManagerCallback-55612-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4167997 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4167998 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4167999 INFO  (zkConnectionManagerCallback-55610-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4167999 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4168000 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4168144 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4168148 WARN  (jetty-launcher-55602-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@213c1509[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168148 WARN  (jetty-launcher-55602-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@213c1509[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168158 WARN  (jetty-launcher-55602-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@708a73ff[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168158 WARN  (jetty-launcher-55602-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@708a73ff[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168159 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35101/solr
   [junit4]   2> 4168161 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4168164 INFO  (zkConnectionManagerCallback-55620-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4168164 INFO  (jetty-launcher-55602-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4168194 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4168195 WARN  (jetty-launcher-55602-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@688b4da6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168195 WARN  (jetty-launcher-55602-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@688b4da6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168209 WARN  (jetty-launcher-55602-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1192a661[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168209 WARN  (jetty-launcher-55602-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1192a661[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168210 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35101/solr
   [junit4]   2> 4168216 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4168223 INFO  (zkConnectionManagerCallback-55628-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4168223 INFO  (jetty-launcher-55602-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4168242 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4168243 WARN  (jetty-launcher-55602-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@263b30e2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168243 WARN  (jetty-launcher-55602-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@263b30e2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168246 WARN  (jetty-launcher-55602-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3df1e8a3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168246 WARN  (jetty-launcher-55602-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3df1e8a3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168247 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35101/solr
   [junit4]   2> 4168248 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4168248 INFO  (zkConnectionManagerCallback-55634-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4168248 INFO  (jetty-launcher-55602-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4168311 INFO  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4168311 INFO  (zkConnectionManagerCallback-55637-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4168312 INFO  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4168345 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4168345 WARN  (jetty-launcher-55602-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7f533144[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168345 WARN  (jetty-launcher-55602-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7f533144[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168347 WARN  (jetty-launcher-55602-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@33d53064[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168347 WARN  (jetty-launcher-55602-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@33d53064[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168348 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35101/solr
   [junit4]   2> 4168352 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4168353 INFO  (zkConnectionManagerCallback-55643-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4168353 INFO  (jetty-launcher-55602-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4168365 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4168366 WARN  (jetty-launcher-55602-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@67374b86[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168366 WARN  (jetty-launcher-55602-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@67374b86[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168367 WARN  (jetty-launcher-55602-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@54398000[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168367 WARN  (jetty-launcher-55602-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@54398000[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4168368 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35101/solr
   [junit4]   2> 4168369 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4168369 INFO  (zkConnectionManagerCallback-55649-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4168369 INFO  (jetty-launcher-55602-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4168412 INFO  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4168412 INFO  (jetty-launcher-55602-thread-2) [n:127.0.0.1:44889_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4168413 INFO  (zkConnectionManagerCallback-55651-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4168413 INFO  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4168413 INFO  (zkConnectionManagerCallback-55653-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4168413 INFO  (jetty-launcher-55602-thread-2) [n:127.0.0.1:44889_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4168513 INFO  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4168514 INFO  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4168514 INFO  (zkConnectionManagerCallback-55655-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4168514 INFO  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4168514 INFO  (zkConnectionManagerCallback-55657-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4168514 INFO  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4168573 INFO  (jetty-launcher-55602-thread-2) [n:127.0.0.1:44889_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44889_solr
   [junit4]   2> 4168574 INFO  (jetty-launcher-55602-thread-2) [n:127.0.0.1:44889_solr     ] o.a.s.c.Overseer Overseer (id=72978037932556303-127.0.0.1:44889_solr-n_0000000000) starting
   [junit4]   2> 4168578 INFO  (OverseerStateUpdate-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [n:127.0.0.1:44889_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44889_solr
   [junit4]   2> 4168579 INFO  (jetty-launcher-55602-thread-2) [n:127.0.0.1:44889_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44889_solr
   [junit4]   2> 4168579 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 4168580 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 4168580 INFO  (zkCallback-55652-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4168581 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 4168581 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 4168582 WARN  (jetty-launcher-55602-thread-2) [n:127.0.0.1:44889_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> 4168590 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:44889_solr]
   [junit4]   2> 4168593 INFO  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4168595 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 4168595 INFO  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4168595 INFO  (jetty-launcher-55602-thread-2) [n:127.0.0.1:44889_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4168596 DEBUG (ScheduledTrigger-11389-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 4168597 INFO  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34199_solr as DOWN
   [junit4]   2> 4168598 INFO  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4168598 INFO  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34199_solr
   [junit4]   2> 4168599 INFO  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34761_solr as DOWN
   [junit4]   2> 4168599 INFO  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4168600 WARN  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_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> 4168600 INFO  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4168600 INFO  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34761_solr
   [junit4]   2> 4168604 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 4168604 INFO  (zkCallback-55636-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4168605 INFO  (zkCallback-55656-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4168606 WARN  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_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> 4168612 INFO  (zkCallback-55652-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 4168613 INFO  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33545_solr as DOWN
   [junit4]   2> 4168614 INFO  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4168614 INFO  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33545_solr
   [junit4]   2> 4168614 INFO  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 4168615 WARN  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_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> 4168616 INFO  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4168620 INFO  (zkCallback-55656-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 4168621 INFO  (zkCallback-55636-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 4168621 INFO  (zkCallback-55650-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 4168621 INFO  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4168624 INFO  (jetty-launcher-55602-thread-2) [n:127.0.0.1:44889_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44889.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168624 INFO  (zkCallback-55652-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4168628 INFO  (zkCallback-55654-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4168630 INFO  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44487_solr as DOWN
   [junit4]   2> 4168630 INFO  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4168630 INFO  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44487_solr
   [junit4]   2> 4168631 INFO  (zkCallback-55652-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4168631 INFO  (zkCallback-55656-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4168631 INFO  (zkCallback-55636-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4168631 INFO  (zkCallback-55650-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4168631 INFO  (zkCallback-55654-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4168632 WARN  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_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> 4168636 INFO  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4168650 INFO  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4168666 INFO  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34199.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168670 INFO  (jetty-launcher-55602-thread-2) [n:127.0.0.1:44889_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44889.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168670 INFO  (jetty-launcher-55602-thread-2) [n:127.0.0.1:44889_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44889.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168671 INFO  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34761.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168672 INFO  (jetty-launcher-55602-thread-2) [n:127.0.0.1:44889_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4168673 INFO  (jetty-launcher-55602-thread-2) [n:127.0.0.1:44889_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1A0A6E0B1D714965-001/tempDir-001/node2/.
   [junit4]   2> 4168693 INFO  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34199.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168693 INFO  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34199.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168693 INFO  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44487.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168694 INFO  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34761.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168694 INFO  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34761.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168695 INFO  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4168696 INFO  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33545.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168696 INFO  (jetty-launcher-55602-thread-1) [n:127.0.0.1:34199_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1A0A6E0B1D714965-001/tempDir-001/node1/.
   [junit4]   2> 4168697 INFO  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4168698 INFO  (jetty-launcher-55602-thread-5) [n:127.0.0.1:34761_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1A0A6E0B1D714965-001/tempDir-001/node5/.
   [junit4]   2> 4168704 INFO  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44487.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168704 INFO  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44487.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168705 INFO  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4168706 INFO  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33545.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168706 INFO  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33545.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4168706 INFO  (jetty-launcher-55602-thread-4) [n:127.0.0.1:44487_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1A0A6E0B1D714965-001/tempDir-001/node4/.
   [junit4]   2> 4168707 INFO  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4168708 INFO  (jetty-launcher-55602-thread-3) [n:127.0.0.1:33545_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1A0A6E0B1D714965-001/tempDir-001/node3/.
   [junit4]   2> 4168855 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=5
   [junit4]   2> 4168855 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4168856 INFO  (zkConnectionManagerCallback-55682-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4168856 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4168857 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 4168858 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35101/solr ready
   [junit4]   2> 4168861 INFO  (qtp1964287724-114009) [n:127.0.0.1:34199_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4168863 INFO  (qtp480471437-114035) [n:127.0.0.1:33545_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4168864 INFO  (qtp1964287724-114016) [n:127.0.0.1:34199_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4168865 INFO  (qtp1199997875-114026) [n:127.0.0.1:34761_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4168866 INFO  (qtp1957359743-114032) [n:127.0.0.1:44487_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4168867 INFO  (qtp895419710-114043) [n:127.0.0.1:44889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4168867 DEBUG (qtp480471437-114018) [n:127.0.0.1:33545_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 4168872 INFO  (qtp480471437-114018) [n:127.0.0.1:33545_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 4168878 DEBUG (zkCallback-55652-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 4168880 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 4168894 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 4168897 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 4168926 INFO  (TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[1A0A6E0B1D714965]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 4168928 INFO  (TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[1A0A6E0B1D714965]) [     ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, new znode version 3
   [junit4]   2> 4168928 DEBUG (zkCallback-55652-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 4168928 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 4168929 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 4168929 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 4168930 INFO  (qtp895419710-114045) [n:127.0.0.1:44889_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=aboveRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4168933 INFO  (OverseerThreadFactory-11391-thread-1-processing-n:127.0.0.1:44889_solr) [n:127.0.0.1:44889_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection aboveRate_collection
   [junit4]   2> 4169038 INFO  (OverseerStateUpdate-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [n:127.0.0.1:44889_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"aboveRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"aboveRate_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44889/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4169039 INFO  (OverseerStateUpdate-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [n:127.0.0.1:44889_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"aboveRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"aboveRate_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34761/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4169242 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr    x:aboveRate_collection_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=aboveRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=aboveRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4169243 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr    x:aboveRate_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=aboveRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=aboveRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4169243 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr    x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4170252 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 4170256 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 4170259 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema [aboveRate_collection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 4170261 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 4170261 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'aboveRate_collection_shard1_replica_n2' using configuration from collection aboveRate_collection, trusted=true
   [junit4]   2> 4170262 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34761.solr.core.aboveRate_collection.shard1.replica_n2' (registry 'solr.core.aboveRate_collection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4170262 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [[aboveRate_collection_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1A0A6E0B1D714965-001/tempDir-001/node5/aboveRate_collection_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1A0A6E0B1D714965-001/tempDir-001/node5/./aboveRate_collection_shard1_replica_n2/data/]
   [junit4]   2> 4170263 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [aboveRate_collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 4170265 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 4170265 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'aboveRate_collection_shard1_replica_n1' using configuration from collection aboveRate_collection, trusted=true
   [junit4]   2> 4170265 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44889.solr.core.aboveRate_collection.shard1.replica_n1' (registry 'solr.core.aboveRate_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@254a61be
   [junit4]   2> 4170265 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[aboveRate_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1A0A6E0B1D714965-001/tempDir-001/node2/aboveRate_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1A0A6E0B1D714965-001/tempDir-001/node2/./aboveRate_collection_shard1_replica_n1/data/]
   [junit4]   2> 4170305 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4170305 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4170306 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4170306 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4170307 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4d114311[aboveRate_collection_shard1_replica_n2] main]
   [junit4]   2> 4170308 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 4170309 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 4170309 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4170309 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654257896453570560
   [junit4]   2> 4170310 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4170310 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4170311 INFO  (searcherExecutor-11412-thread-1-processing-n:127.0.0.1:34761_solr x:aboveRate_collection_shard1_replica_n2 c:aboveRate_collection s:shard1 r:core_node4) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [aboveRate_collection_shard1_replica_n2] Registered new searcher Searcher@4d114311[aboveRate_collection_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4170311 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4170311 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4170312 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@476c6e63[aboveRate_collection_shard1_replica_n1] main]
   [junit4]   2> 4170313 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 4170313 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 4170313 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/aboveRate_collection/terms/shard1 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 4170313 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/aboveRate_collection/leaders/shard1
   [junit4]   2> 4170313 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4170313 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654257896457764864
   [junit4]   2> 4170316 INFO  (searcherExecutor-11413-thread-1-processing-n:127.0.0.1:44889_solr x:aboveRate_collection_shard1_replica_n1 c:aboveRate_collection s:shard1 r:core_node3) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [aboveRate_collection_shard1_replica_n1] Registered new searcher Searcher@476c6e63[aboveRate_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4170316 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 4170317 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/aboveRate_collection/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 4170317 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/aboveRate_collection/leaders/shard1
   [junit4]   2> 4170817 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4170817 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4170817 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34761/solr/aboveRate_collection_shard1_replica_n2/
   [junit4]   2> 4170818 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.PeerSync PeerSync: core=aboveRate_collection_shard1_replica_n2 url=http://127.0.0.1:34761/solr START replicas=[http://127.0.0.1:44889/solr/aboveRate_collection_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 4170818 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.PeerSync PeerSync: core=aboveRate_collection_shard1_replica_n2 url=http://127.0.0.1:34761/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 4170820 INFO  (qtp895419710-114044) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.S.Request [aboveRate_collection_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 4170820 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 4170820 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 4170820 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/aboveRate_collection/leaders/shard1/leader after winning as /collections/aboveRate_collection/leader_elect/shard1/election/72978037932556305-core_node4-n_0000000000
   [junit4]   2> 4170823 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34761/solr/aboveRate_collection_shard1_replica_n2/ shard1
   [junit4]   2> 4170924 INFO  (zkCallback-55656-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/aboveRate_collection/state.json] for collection [aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 4170925 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4170927 INFO  (qtp1199997875-114029) [n:127.0.0.1:34761_solr c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=aboveRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=aboveRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1685
   [junit4]   2> 4171026 INFO  (zkCallback-55656-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/aboveRate_collection/state.json] for collection [aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 4171027 INFO  (zkCallback-55656-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/aboveRate_collection/state.json] for collection [aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 4171331 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=aboveRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=aboveRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2088
   [junit4]   2> 4171334 INFO  (qtp895419710-114045) [n:127.0.0.1:44889_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 4171431 INFO  (zkCallback-55656-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/aboveRate_collection/state.json] for collection [aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 4171431 INFO  (zkCallback-55652-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/aboveRate_collection/state.json] for collection [aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 4171431 INFO  (zkCallback-55652-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/aboveRate_collection/state.json] for collection [aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 4171431 INFO  (zkCallback-55656-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/aboveRate_collection/state.json] for collection [aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 4171432 INFO  (qtp895419710-114045) [n:127.0.0.1:44889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=aboveRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2501
   [junit4]   2> 4171441 INFO  (qtp895419710-114047) [n:127.0.0.1:44889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 4171442 INFO  (qtp895419710-114043) [n:127.0.0.1:44889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4171443 INFO  (qtp1199997875-114030) [n:127.0.0.1:34761_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 4171444 INFO  (qtp1199997875-114025) [n:127.0.0.1:34761_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4171444 INFO  (qtp1957359743-114034) [n:127.0.0.1:44487_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4171445 INFO  (qtp480471437-114017) [n:127.0.0.1:33545_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4171446 INFO  (qtp1964287724-114024) [n:127.0.0.1:34199_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4171446 DEBUG (qtp480471437-114037) [n:127.0.0.1:33545_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 4171446 INFO  (qtp480471437-114037) [n:127.0.0.1:33545_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 4171447 DEBUG (zkCallback-55652-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 4171447 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 4171447 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 4171447 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 4171448 INFO  (qtp895419710-114045) [n:127.0.0.1:44889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 4171449 INFO  (qtp895419710-114047) [n:127.0.0.1:44889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4171449 INFO  (qtp1199997875-114026) [n:127.0.0.1:34761_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 4171450 INFO  (qtp1199997875-114027) [n:127.0.0.1:34761_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4171451 INFO  (qtp1957359743-114040) [n:127.0.0.1:44487_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4171452 INFO  (qtp480471437-114033) [n:127.0.0.1:33545_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4171455 INFO  (qtp1964287724-114008) [n:127.0.0.1:34199_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4171455 DEBUG (qtp895419710-114044) [n:127.0.0.1:44889_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 4171455 INFO  (qtp895419710-114044) [n:127.0.0.1:44889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 4171456 DEBUG (zkCallback-55652-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 4171456 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 4171456 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 4171457 DEBUG (OverseerAutoScalingTriggerThread-72978037932556303-127.0.0.1:44889_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 4171458 INFO  (qtp895419710-114042) [n:127.0.0.1:44889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 4171458 INFO  (qtp895419710-114045) [n:127.0.0.1:44889_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4171459 INFO  (qtp1199997875-114030) [n:127.0.0.1:34761_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 4171460 INFO  (qtp1199997875-114025) [n:127.0.0.1:34761_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 4171461 INFO  (qtp1957359743-114034) [n:127.0.0.1:44487_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,sol

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

.session node0 Stopped scavenging
   [junit4]   2> 4236726 INFO  (jetty-closer-55702-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@49417533{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 4236726 INFO  (jetty-closer-55702-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1f6805f8{/solr,null,UNAVAILABLE}
   [junit4]   2> 4236726 INFO  (jetty-closer-55702-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 4236727 INFO  (jetty-closer-55702-thread-5) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7a6d109a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 4236727 INFO  (jetty-closer-55702-thread-5) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5dc16af2{/solr,null,UNAVAILABLE}
   [junit4]   2> 4236727 INFO  (jetty-closer-55702-thread-5) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 4236728 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 4236931 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> 	34	/solr/collections/aboveRate_collection/terms/shard1
   [junit4]   2> 	27	/solr/collections/belowRate_collection/terms/shard1
   [junit4]   2> 	10	/solr/configs/conf
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	5	/solr/packages.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/collections/aboveRate_collection/collectionprops.json
   [junit4]   2> 	4	/solr/collections/belowRate_collection/collectionprops.json
   [junit4]   2> 	3	/solr/collections/aboveRate_collection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	146	/solr/collections/belowRate_collection/state.json
   [junit4]   2> 	140	/solr/collections/aboveRate_collection/state.json
   [junit4]   2> 	20	/solr/autoscaling.json
   [junit4]   2> 	15	/solr/aliases.json
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/aboveRate_collection/leader_elect/shard1/election/72978037932556305-core_node4-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72978037932556305-127.0.0.1:34761_solr-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	91	/solr/overseer/queue
   [junit4]   2> 	36	/solr/overseer/collection-queue-work
   [junit4]   2> 	27	/solr/collections
   [junit4]   2> 	26	/solr/live_nodes
   [junit4]   2> 	6	/solr/autoscaling/events/search_rate_trigger2
   [junit4]   2> 	2	/solr/autoscaling/events/search_rate_trigger1
   [junit4]   2> 
   [junit4]   2> 4236934 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:35101
   [junit4]   2> 4236934 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35101
   [junit4]   2> 4236934 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1A0A6E0B1D714965]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35101
   [junit4]   2> Dec 29, 2019 12:42:15 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=494, maxMBSortInHeap=5.869493271198332, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5196d188), locale=en-SG, timezone=America/Guadeloupe
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=66141456,total=514850816
   [junit4]   2> NOTE: All tests run in this JVM: [TestBinaryField, TestSimPolicyCloud, BasicDistributedZk2Test, XMLAtomicUpdateMultivalueTest, TestSolrDeletionPolicy1, TestRandomCollapseQParserPlugin, TestSchemaSimilarityResource, TestSolrQueryParser, SpellCheckCollatorWithCollapseTest, ComputePlanActionTest, DocExpirationUpdateProcessorFactoryTest, TestPushWriter, TestLockTree, RulesTest, TestClassicSimilarityFactory, ForceLeaderWithTlogReplicasTest, CreateCollectionCleanupTest, NodeMutatorTest, CdcrBootstrapTest, SpatialHeatmapFacetsTest, ScheduledMaintenanceTriggerTest, FieldAnalysisRequestHandlerTest, UpdateLogTest, TestLegacyNumericUtils, ChaosMonkeyNothingIsSafeTest, TestMultiWordSynonyms, BlockJoinFacetRandomTest, TestSearcherReuse, TestSystemCollAutoCreate, TestFileDictionaryLookup, PingRequestHandlerTest, TestHashPartitioner, TestComplexPhraseQParserPlugin, TestSortableTextField, SolrCoreMetricManagerTest, TestSchemaField, TestSimExecutePlanAction, MultiSolrCloudTestCaseTest, TestZkAclsWithHadoopAuth, TestXmlQParserPlugin, TestCursorMarkWithoutUniqueKey, TestLogWatcher, TestSkipOverseerOperations, BooleanFieldTest, TestRemoteStreaming, TestClusterStateMutator, DaemonStreamApiTest, SolrCLIZkUtilsTest, TestAnalyzeInfixSuggestions, TestCloudInspectUtil, TestManagedSchemaThreadSafety, TestSolrCoreParser, LeaderVoteWaitTimeoutTest, TestCaffeineCache, TestHashQParserPlugin, TestHalfAndHalfDocValues, RankQueryTest, PeerSyncWithLeaderTest, TestHighlightDedupGrouping, AssignTest, TestQuerySenderListener, TriggerIntegrationTest, MetricsHandlerTest, NumericFieldsTest, IndexSizeTriggerTest, TestRandomFaceting, IndexSchemaTest, HLLUtilTest, ZkCLITest, UUIDFieldTest, TestTolerantUpdateProcessorRandomCloud, TestReload, DeleteShardTest, TestCloudSchemaless, TestPerFieldSimilarityWithDefaultOverride, TestCSVResponseWriter, CheckHdfsIndexTest, SystemInfoHandlerTest, AddReplicaTest, MoreLikeThisComponentTest, BinaryUpdateRequestHandlerTest, QueryResultKeyTest, TestPolicyCloud, RestartWhileUpdatingTest, SolrRequestParserTest, TestQueryingOnDownCollection, TestExactStatsCache, SolrCmdDistributorTest, OverseerCollectionConfigSetProcessorTest, AtomicUpdatesTest, TestManagedSynonymGraphFilterFactory, TestSolrCloudWithSecureImpersonation, AutoscalingHistoryHandlerTest, TestCloudSearcherWarming, TestLFUCache, SplitShardTest, LoggingHandlerTest, TestSlowCompositeReaderWrapper, ShardRoutingTest, PeerSyncWithBufferUpdatesTest, TestDeprecatedFilters, DisMaxRequestHandlerTest, CoreAdminOperationTest, TestFastLRUCache, DistributedTermsComponentTest, BasicAuthStandaloneTest, TestEmbeddedSolrServerAdminHandler, TestHighFrequencyDictionaryFactory, TestSolrXml, TestNestedUpdateProcessor, TestExpandComponent, TestStressLucene, TestFacetMethods, TestPKIAuthenticationPlugin, DeleteLastCustomShardedReplicaTest, BlockDirectoryTest, TestDelegationWithHadoopAuth, TestStressLiveNodes, CdcrRequestHandlerTest, MoveReplicaHDFSFailoverTest, ResourceLoaderTest, TestDocSet, MetricUtilsTest, HttpTriggerListenerTest, TestTrackingShardHandlerFactory, DOMUtilTest, UtilsToolTest, TestReplicationHandlerBackup, EmbeddedSolrNoSerializeTest, DistributedQueryElevationComponentTest, TestScoreJoinQPScore, SearchRateTriggerIntegrationTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SearchRateTriggerIntegrationTest -Dtests.seed=1A0A6E0B1D714965 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt -Dtests.locale=en-SG -Dtests.timezone=America/Guadeloupe -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | SearchRateTriggerIntegrationTest (suite) <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
   [junit4]    >   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1A0A6E0B1D714965]:0)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
   [junit4]    > 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]    > 	at java.security.AccessController.checkPermission(AccessController.java:884)
   [junit4]    > 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
   [junit4]    > 	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
   [junit4]    > 	at java.lang.Class.checkPackageAccess(Class.java:2372)
   [junit4]    > 	at java.lang.Class.checkMemberAccess(Class.java:2351)
   [junit4]    > 	at java.lang.Class.getDeclaredFields(Class.java:1915)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	... 10 more
   [junit4] Completed [556/889 (1!)] on J1 in 70.04s, 3 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 10640 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/build.xml:652: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/build.xml:586: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid2343.hprof

Total time: 289 minutes 7 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-NightlyTests-8.5 - Build # 21 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.5/21/

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.cdcr.CdcrBootstrapTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [RawDirectoryWrapper] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.RawDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)  at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:772)  at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:727)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)   expected null, but was:<ObjectTracker found 1 object(s) that were not released!!! [RawDirectoryWrapper] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.RawDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)  at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:772)  at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:727)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [RawDirectoryWrapper]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.RawDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:772)
	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:727)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

 expected null, but was:<ObjectTracker found 1 object(s) that were not released!!! [RawDirectoryWrapper]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.RawDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:772)
	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:727)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

>
	at __randomizedtesting.SeedInfo.seed([A437B82E2AC22BF2]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:334)
	at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
	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$7.evaluate(RandomizedRunner.java:901)
	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 15271 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBootstrapTest
   [junit4]   2> 3611671 INFO  (SUITE-CdcrBootstrapTest-seed#[A437B82E2AC22BF2]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 3611672 INFO  (SUITE-CdcrBootstrapTest-seed#[A437B82E2AC22BF2]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_A437B82E2AC22BF2-001/data-dir-181-001
   [junit4]   2> 3611672 INFO  (SUITE-CdcrBootstrapTest-seed#[A437B82E2AC22BF2]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3611673 INFO  (SUITE-CdcrBootstrapTest-seed#[A437B82E2AC22BF2]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 3611673 INFO  (SUITE-CdcrBootstrapTest-seed#[A437B82E2AC22BF2]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4] IGNOR/A 0.00s J2 | CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4]   2> 3611676 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testConvertClusterToCdcrAndBootstrap
   [junit4]   2> 3611676 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_A437B82E2AC22BF2-001/cdcr-target-001
   [junit4]   2> 3611677 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3611677 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3611677 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3611777 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.ZkTestServer start zk server on port:32897
   [junit4]   2> 3611777 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:32897
   [junit4]   2> 3611777 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:32897
   [junit4]   2> 3611777 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 32897
   [junit4]   2> 3611779 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3611781 INFO  (zkConnectionManagerCallback-19423-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3611781 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3611783 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3611784 INFO  (zkConnectionManagerCallback-19425-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3611784 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3611785 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3611785 INFO  (zkConnectionManagerCallback-19427-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3611785 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3611888 WARN  (jetty-launcher-19428-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 3611888 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3611888 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3611888 INFO  (jetty-launcher-19428-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 3611889 INFO  (jetty-launcher-19428-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3611889 INFO  (jetty-launcher-19428-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3611889 INFO  (jetty-launcher-19428-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3611889 INFO  (jetty-launcher-19428-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5a0259ee{/solr,null,AVAILABLE}
   [junit4]   2> 3611889 INFO  (jetty-launcher-19428-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2596ee75{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:46049}
   [junit4]   2> 3611889 INFO  (jetty-launcher-19428-thread-1) [     ] o.e.j.s.Server Started @3611918ms
   [junit4]   2> 3611889 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46049}
   [junit4]   2> 3611889 ERROR (jetty-launcher-19428-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3611889 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3611889 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 3611889 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3611889 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 3611889 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-09T16:23:36.462Z
   [junit4]   2> 3611890 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3611891 INFO  (zkConnectionManagerCallback-19430-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3611891 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3611891 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3612161 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3612161 WARN  (jetty-launcher-19428-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@19025ba[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3612161 WARN  (jetty-launcher-19428-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@19025ba[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3612164 WARN  (jetty-launcher-19428-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7843e8c0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3612164 WARN  (jetty-launcher-19428-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7843e8c0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3612165 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32897/solr
   [junit4]   2> 3612165 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3612166 INFO  (zkConnectionManagerCallback-19437-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3612166 INFO  (jetty-launcher-19428-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3612268 INFO  (jetty-launcher-19428-thread-1) [n:127.0.0.1:46049_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3612269 INFO  (zkConnectionManagerCallback-19439-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3612269 INFO  (jetty-launcher-19428-thread-1) [n:127.0.0.1:46049_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3612317 INFO  (jetty-launcher-19428-thread-1) [n:127.0.0.1:46049_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46049_solr
   [junit4]   2> 3612317 INFO  (jetty-launcher-19428-thread-1) [n:127.0.0.1:46049_solr     ] o.a.s.c.Overseer Overseer (id=73380936893857797-127.0.0.1:46049_solr-n_0000000000) starting
   [junit4]   2> 3612321 INFO  (OverseerStateUpdate-73380936893857797-127.0.0.1:46049_solr-n_0000000000) [n:127.0.0.1:46049_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:46049_solr
   [junit4]   2> 3612321 INFO  (jetty-launcher-19428-thread-1) [n:127.0.0.1:46049_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46049_solr
   [junit4]   2> 3612322 INFO  (zkCallback-19438-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3612323 INFO  (jetty-launcher-19428-thread-1) [n:127.0.0.1:46049_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3612324 WARN  (jetty-launcher-19428-thread-1) [n:127.0.0.1:46049_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> 3612337 INFO  (jetty-launcher-19428-thread-1) [n:127.0.0.1:46049_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3612366 INFO  (jetty-launcher-19428-thread-1) [n:127.0.0.1:46049_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46049.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250c452e
   [junit4]   2> 3612376 INFO  (jetty-launcher-19428-thread-1) [n:127.0.0.1:46049_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46049.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250c452e
   [junit4]   2> 3612377 INFO  (jetty-launcher-19428-thread-1) [n:127.0.0.1:46049_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46049.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250c452e
   [junit4]   2> 3612378 INFO  (jetty-launcher-19428-thread-1) [n:127.0.0.1:46049_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_A437B82E2AC22BF2-001/cdcr-target-001/node1/.
   [junit4]   2> 3612404 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 3612405 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3612406 INFO  (zkConnectionManagerCallback-19448-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3612406 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3612407 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3612408 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32897/solr ready
   [junit4]   2> 3612408 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.CdcrBootstrapTest Target zkHost = 127.0.0.1:32897/solr
   [junit4]   2> 3612408 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_A437B82E2AC22BF2-001/cdcr-source-001
   [junit4]   2> 3612408 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3612409 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3612409 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3612509 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.ZkTestServer start zk server on port:34341
   [junit4]   2> 3612509 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:34341
   [junit4]   2> 3612509 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34341
   [junit4]   2> 3612509 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34341
   [junit4]   2> 3612511 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3612513 INFO  (zkConnectionManagerCallback-19450-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3612513 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3612516 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3612516 INFO  (zkConnectionManagerCallback-19452-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3612516 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3612517 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3612518 INFO  (zkConnectionManagerCallback-19454-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3612518 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3612620 WARN  (jetty-launcher-19455-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 3612620 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3612620 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3612620 INFO  (jetty-launcher-19455-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 3612621 INFO  (jetty-launcher-19455-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3612621 INFO  (jetty-launcher-19455-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3612621 INFO  (jetty-launcher-19455-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3612621 INFO  (jetty-launcher-19455-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@25987468{/solr,null,AVAILABLE}
   [junit4]   2> 3612621 INFO  (jetty-launcher-19455-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6b305a8d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44719}
   [junit4]   2> 3612621 INFO  (jetty-launcher-19455-thread-1) [     ] o.e.j.s.Server Started @3612650ms
   [junit4]   2> 3612621 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44719}
   [junit4]   2> 3612621 ERROR (jetty-launcher-19455-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3612621 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3612622 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 3612622 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3612622 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 3612622 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-09T16:23:37.195Z
   [junit4]   2> 3612623 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3612623 INFO  (zkConnectionManagerCallback-19457-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3612623 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3612624 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3613031 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3613031 WARN  (jetty-launcher-19455-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@15a0632a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3613031 WARN  (jetty-launcher-19455-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@15a0632a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3613034 WARN  (jetty-launcher-19455-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7ea6c9fd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3613034 WARN  (jetty-launcher-19455-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7ea6c9fd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3613035 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34341/solr
   [junit4]   2> 3613036 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3613037 INFO  (zkConnectionManagerCallback-19464-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3613037 INFO  (jetty-launcher-19455-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3613140 INFO  (jetty-launcher-19455-thread-1) [n:127.0.0.1:44719_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3613141 INFO  (zkConnectionManagerCallback-19466-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3613141 INFO  (jetty-launcher-19455-thread-1) [n:127.0.0.1:44719_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3613209 INFO  (jetty-launcher-19455-thread-1) [n:127.0.0.1:44719_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44719_solr
   [junit4]   2> 3613210 INFO  (jetty-launcher-19455-thread-1) [n:127.0.0.1:44719_solr     ] o.a.s.c.Overseer Overseer (id=73380936941830149-127.0.0.1:44719_solr-n_0000000000) starting
   [junit4]   2> 3613215 INFO  (OverseerStateUpdate-73380936941830149-127.0.0.1:44719_solr-n_0000000000) [n:127.0.0.1:44719_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44719_solr
   [junit4]   2> 3613215 INFO  (jetty-launcher-19455-thread-1) [n:127.0.0.1:44719_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44719_solr
   [junit4]   2> 3613216 INFO  (OverseerStateUpdate-73380936941830149-127.0.0.1:44719_solr-n_0000000000) [n:127.0.0.1:44719_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3613217 INFO  (jetty-launcher-19455-thread-1) [n:127.0.0.1:44719_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3613218 WARN  (jetty-launcher-19455-thread-1) [n:127.0.0.1:44719_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> 3613233 INFO  (jetty-launcher-19455-thread-1) [n:127.0.0.1:44719_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3613261 INFO  (jetty-launcher-19455-thread-1) [n:127.0.0.1:44719_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44719.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250c452e
   [junit4]   2> 3613276 INFO  (jetty-launcher-19455-thread-1) [n:127.0.0.1:44719_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44719.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250c452e
   [junit4]   2> 3613276 INFO  (jetty-launcher-19455-thread-1) [n:127.0.0.1:44719_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44719.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250c452e
   [junit4]   2> 3613277 INFO  (jetty-launcher-19455-thread-1) [n:127.0.0.1:44719_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_A437B82E2AC22BF2-001/cdcr-source-001/node1/.
   [junit4]   2> 3613317 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 3613318 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3613319 INFO  (zkConnectionManagerCallback-19475-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3613319 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3613320 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3613321 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34341/solr ready
   [junit4]   2> 3613322 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3613322 INFO  (zkConnectionManagerCallback-19477-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3613322 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3613426 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3613429 INFO  (OverseerThreadFactory-13545-thread-1-processing-n:127.0.0.1:44719_solr) [n:127.0.0.1:44719_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 3613536 INFO  (OverseerStateUpdate-73380936941830149-127.0.0.1:44719_solr-n_0000000000) [n:127.0.0.1:44719_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44719/solr",
   [junit4]   2>   "node_name":"127.0.0.1:44719_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3613738 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr    x:cdcr-source_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 3613738 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr    x:cdcr-source_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3613747 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 3613755 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.IndexSchema [cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 3613767 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3613768 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n1' using configuration from configset cdcr-source, trusted=true
   [junit4]   2> 3613768 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44719.solr.core.cdcr-source.shard1.replica_n1' (registry 'solr.core.cdcr-source.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250c452e
   [junit4]   2> 3613768 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_A437B82E2AC22BF2-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrBootstrapTest_A437B82E2AC22BF2-001/cdcr-source-001/node1/./cdcr-source_shard1_replica_n1/data/]
   [junit4]   2> 3613835 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3613835 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3613836 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3613836 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3613838 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@12337404[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3613839 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 3613839 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 3613840 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3613840 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1660704279403429888
   [junit4]   2> 3613842 INFO  (zkCallback-19465-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 3613843 INFO  (searcherExecutor-13550-thread-1-processing-n:127.0.0.1:44719_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@12337404[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3613844 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/cdcr-source/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 3613844 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/cdcr-source/leaders/shard1
   [junit4]   2> 3613848 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3613848 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3613848 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44719/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 3613849 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 3613849 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:44719/solr/cdcr-source_shard1_replica_n1/ has no replicas
   [junit4]   2> 3613849 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/cdcr-source/leaders/shard1/leader after winning as /collections/cdcr-source/leader_elect/shard1/election/73380936941830149-core_node2-n_0000000000
   [junit4]   2> 3613850 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44719/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 3613952 INFO  (zkCallback-19465-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 3613952 INFO  (zkCallback-19465-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 3613952 INFO  (zkCallback-19465-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 3613953 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3613955 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=216
   [junit4]   2> 3613957 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 3614055 INFO  (zkCallback-19465-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 3614055 INFO  (zkCallback-19465-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 3614055 INFO  (zkCallback-19465-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 3614055 INFO  (zkCallback-19465-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 3614056 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=629
   [junit4]   2> 3614056 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[A437B82E2AC22BF2]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: cdcr-source
   [junit4]   2> 3614068 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/cdcr-source/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 3614068 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_0 (1660704279634116608), source_1 (1660704279635165184), source_2 (1660704279635165185), source_3 (1660704279635165186), source_4 (1660704279635165187), source_5 (1660704279636213760), source_6 (1660704279636213761), source_7 (1660704279636213762), source_8 (1660704279636213763), source_9 (1660704279636213764), ... (100 adds)]} 0 9
   [junit4]   2> 3614070 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660704279644602368,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3614070 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@54ede8a9 commitCommandVersion:1660704279644602368
   [junit4]   2> 3614165 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6362a4b9[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3614165 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3614168 INFO  (searcherExecutor-13550-thread-1-processing-n:127.0.0.1:44719_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@6362a4b9[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018647}])))}
   [junit4]   2> 3614169 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 99
   [junit4]   2> 3614176 INFO  (qtp1710733379-58854) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_100 (1660704279749459968), source_101 (1660704279752605696), source_102 (1660704279752605697), source_103 (1660704279752605698), source_104 (1660704279752605699), source_105 (1660704279752605700), source_106 (1660704279752605701), source_107 (1660704279752605702), source_108 (1660704279752605703), source_109 (1660704279752605704), ... (100 adds)]} 0 6
   [junit4]   2> 3614177 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660704279756800000,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3614177 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@54ede8a9 commitCommandVersion:1660704279756800000
   [junit4]   2> 3614273 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3848ecf0[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3614273 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3614275 INFO  (searcherExecutor-13550-thread-1-processing-n:127.0.0.1:44719_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@3848ecf0[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018647}]) Uninverting(_1(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018754}])))}
   [junit4]   2> 3614276 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 98
   [junit4]   2> 3614281 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_200 (1660704279861657600), source_201 (1660704279862706176), source_202 (1660704279862706177), source_203 (1660704279862706178), source_204 (1660704279862706179), source_205 (1660704279862706180), source_206 (1660704279862706181), source_207 (1660704279862706182), source_208 (1660704279862706183), source_209 (1660704279862706184), ... (100 adds)]} 0 4
   [junit4]   2> 3614281 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660704279865851905,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3614281 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@54ede8a9 commitCommandVersion:1660704279865851905
   [junit4]   2> 3614373 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@53709053[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3614374 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3614376 INFO  (searcherExecutor-13550-thread-1-processing-n:127.0.0.1:44719_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@53709053[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018647}]) Uninverting(_1(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018754}]) Uninverting(_2(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018858}])))}
   [junit4]   2> 3614377 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 95
   [junit4]   2> 3614381 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_300 (1660704279967563776), source_301 (1660704279968612352), source_302 (1660704279968612353), source_303 (1660704279968612354), source_304 (1660704279968612355), source_305 (1660704279968612356), source_306 (1660704279968612357), source_307 (1660704279968612358), source_308 (1660704279968612359), source_309 (1660704279968612360), ... (100 adds)]} 0 3
   [junit4]   2> 3614382 INFO  (qtp1710733379-58854) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660704279971758080,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3614382 INFO  (qtp1710733379-58854) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@54ede8a9 commitCommandVersion:1660704279971758080
   [junit4]   2> 3614473 INFO  (qtp1710733379-58854) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@45b3e1a7[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3614473 INFO  (qtp1710733379-58854) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3614475 INFO  (searcherExecutor-13550-thread-1-processing-n:127.0.0.1:44719_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@45b3e1a7[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018647}]) Uninverting(_1(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018754}]) Uninverting(_2(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018858}]) Uninverting(_3(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018958}])))}
   [junit4]   2> 3614476 INFO  (qtp1710733379-58854) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 93
   [junit4]   2> 3614481 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_400 (1660704280071372800), source_401 (1660704280072421376), source_402 (1660704280072421377), source_403 (1660704280072421378), source_404 (1660704280072421379), source_405 (1660704280072421380), source_406 (1660704280072421381), source_407 (1660704280072421382), source_408 (1660704280072421383), source_409 (1660704280072421384), ... (100 adds)]} 0 3
   [junit4]   2> 3614482 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660704280075567110,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3614482 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@54ede8a9 commitCommandVersion:1660704280075567110
   [junit4]   2> 3614574 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@b39d52e[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3614574 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3614576 INFO  (searcherExecutor-13550-thread-1-processing-n:127.0.0.1:44719_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@b39d52e[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018647}]) Uninverting(_1(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018754}]) Uninverting(_2(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018858}]) Uninverting(_3(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018958}]) Uninverting(_4(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019057}])))}
   [junit4]   2> 3614577 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 95
   [junit4]   2> 3614581 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_500 (1660704280177278976), source_501 (1660704280178327552), source_502 (1660704280178327553), source_503 (1660704280178327554), source_504 (1660704280178327555), source_505 (1660704280178327556), source_506 (1660704280178327557), source_507 (1660704280178327558), source_508 (1660704280178327559), source_509 (1660704280178327560), ... (100 adds)]} 0 3
   [junit4]   2> 3614582 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660704280181473280,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3614582 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@54ede8a9 commitCommandVersion:1660704280181473280
   [junit4]   2> 3614674 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d73ab2b[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3614675 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3614676 INFO  (searcherExecutor-13550-thread-1-processing-n:127.0.0.1:44719_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1d73ab2b[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018647}]) Uninverting(_1(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018754}]) Uninverting(_2(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018858}]) Uninverting(_3(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018958}]) Uninverting(_4(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019057}]) Uninverting(_5(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019158}])))}
   [junit4]   2> 3614677 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 95
   [junit4]   2> 3614681 INFO  (qtp1710733379-58854) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_600 (1660704280282136576), source_601 (1660704280283185152), source_602 (1660704280283185153), source_603 (1660704280283185154), source_604 (1660704280283185155), source_605 (1660704280283185156), source_606 (1660704280283185157), source_607 (1660704280283185158), source_608 (1660704280283185159), source_609 (1660704280283185160), ... (100 adds)]} 0 3
   [junit4]   2> 3614682 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660704280286330880,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3614682 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@54ede8a9 commitCommandVersion:1660704280286330880
   [junit4]   2> 3614772 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@f62f7e5[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3614773 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3614775 INFO  (searcherExecutor-13550-thread-1-processing-n:127.0.0.1:44719_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@f62f7e5[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018647}]) Uninverting(_1(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018754}]) Uninverting(_2(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018858}]) Uninverting(_3(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018958}]) Uninverting(_4(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019057}]) Uninverting(_5(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019158}]) Uninverting(_6(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019258}])))}
   [junit4]   2> 3614775 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 93
   [junit4]   2> 3614780 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_700 (1660704280384897024), source_701 (1660704280385945600), source_702 (1660704280385945601), source_703 (1660704280385945602), source_704 (1660704280385945603), source_705 (1660704280385945604), source_706 (1660704280385945605), source_707 (1660704280385945606), source_708 (1660704280385945607), source_709 (1660704280385945608), ... (100 adds)]} 0 3
   [junit4]   2> 3614780 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660704280389091328,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3614780 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@54ede8a9 commitCommandVersion:1660704280389091328
   [junit4]   2> 3614871 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6b89fc5a[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3614871 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3614873 INFO  (searcherExecutor-13550-thread-1-processing-n:127.0.0.1:44719_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@6b89fc5a[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018647}]) Uninverting(_1(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018754}]) Uninverting(_2(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018858}]) Uninverting(_3(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018958}]) Uninverting(_4(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019057}]) Uninverting(_5(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019158}]) Uninverting(_6(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019258}]) Uninverting(_7(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019356}])))}
   [junit4]   2> 3614873 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 93
   [junit4]   2> 3614879 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_800 (1660704280487657472), source_801 (1660704280488706048), source_802 (1660704280488706049), source_803 (1660704280488706050), source_804 (1660704280488706051), source_805 (1660704280489754624), source_806 (1660704280489754625), source_807 (1660704280489754626), source_808 (1660704280489754627), source_809 (1660704280489754628), ... (100 adds)]} 0 4
   [junit4]   2> 3614880 INFO  (qtp1710733379-58854) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660704280493948928,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3614880 INFO  (qtp1710733379-58854) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@54ede8a9 commitCommandVersion:1660704280493948928
   [junit4]   2> 3614970 INFO  (qtp1710733379-58854) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@491892ef[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3614970 INFO  (qtp1710733379-58854) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3614972 INFO  (searcherExecutor-13550-thread-1-processing-n:127.0.0.1:44719_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@491892ef[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018647}]) Uninverting(_1(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018754}]) Uninverting(_2(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018858}]) Uninverting(_3(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018958}]) Uninverting(_4(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019057}]) Uninverting(_5(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019158}]) Uninverting(_6(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019258}]) Uninverting(_7(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019356}]) Uninverting(_8(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019455}])))}
   [junit4]   2> 3614972 INFO  (qtp1710733379-58854) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 93
   [junit4]   2> 3614977 INFO  (qtp1710733379-58855) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_900 (1660704280592515072), source_901 (1660704280593563648), source_902 (1660704280593563649), source_903 (1660704280593563650), source_904 (1660704280593563651), source_905 (1660704280593563652), source_906 (1660704280593563653), source_907 (1660704280593563654), source_908 (1660704280593563655), source_909 (1660704280593563656), ... (100 adds)]} 0 3
   [junit4]   2> 3614978 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660704280596709376,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3614978 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@54ede8a9 commitCommandVersion:1660704280596709376
   [junit4]   2> 3615087 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2e48e1f6[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3615088 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3615090 INFO  (searcherExecutor-13550-thread-1-processing-n:127.0.0.1:44719_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@2e48e1f6[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018647}]) Uninverting(_1(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018754}]) Uninverting(_2(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018858}]) Uninverting(_3(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771018958}]) Uninverting(_4(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019057}]) Uninverting(_5(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019158}]) Uninverting(_6(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019258}]) Uninverting(_7(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019356}]) Uninverting(_8(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019455}]) Uninverting(_9(8.5.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.5.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.15.0-54-generic, timestamp=1583771019553}])))}
   [junit4]   2> 3615090 INFO  (qtp1710733379-58853) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 112
   [junit4]   2> 3615095 INFO  (qtp1710733379-58856) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_1000 (1660704280715198464), source_1001 (1660704280716247040), source_1002 (1660704280716247041), source_1003 (1660704280716247042), source_1004 (1660704280716247043), source_1005 (1660704280716247044), source_1006 (1660704280716247045), source_1007 (1660704280716247046), source_1008 (1660704280716247047), source_1009 (1660704280716247048), ... (100 adds)]} 0 4
   [junit4]   2> 3615096 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660704280720441344,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3615096 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@54ede8a9 commitCommandVersion:1660704280720441344
   [junit4]   2> 3615191 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1bf1a51b[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3615191 INFO  (qtp1710733379-58852) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3615193 INFO  (searcherExecutor-13550-thread-1-processing-n:127.0.0.1:44719_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:44719_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1 ] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1bf1a51b[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.5.0):C100:[diagnostics={os=Li

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

unit4.slave.SlaveMain.main(SlaveMain.java:394)
   [junit4]   2>     com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2> 
   [junit4]   2> Reference Handler:
   [junit4]   2>     java.lang.Object.wait(Native Method)
   [junit4]   2>     java.lang.Object.wait(Object.java:502)
   [junit4]   2>     java.lang.ref.Reference.tryHandlePending(Reference.java:191)
   [junit4]   2>     java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
   [junit4]   2> 
   [junit4]   2> Finalizer:
   [junit4]   2>     java.lang.Object.wait(Native Method)
   [junit4]   2>     java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
   [junit4]   2>     java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
   [junit4]   2>     java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
   [junit4]   2> 
   [junit4]   2> 3749299 INFO  (SUITE-CdcrBootstrapTest-seed#[A437B82E2AC22BF2]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=SimpleText, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1a7c58b2), locale=sr-BA, timezone=Europe/Nicosia
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=166449088,total=494927872
   [junit4]   2> NOTE: All tests run in this JVM: [AuditLoggerPluginTest, TestMiniSolrCloudClusterSSL, TestAnalyzeInfixSuggestions, SolrCloudReportersTest, TestSystemIdResolver, TestDistributedGrouping, TestFileDictionaryLookup, HdfsRestartWhileUpdatingTest, TestCollapseQParserPlugin, UpdateLogTest, TestFieldTypeCollectionResource, ProtectedTermFilterFactoryTest, SuggestComponentTest, MBeansHandlerTest, TestCollectionAPI, SpellCheckComponentTest, CustomHighlightComponentTest, SyncSliceTest, TestDocBasedVersionConstraints, ForceLeaderWithTlogReplicasTest, TestLocalFSCloudBackupRestore, CopyFieldTest, TestSubQueryTransformer, TestReloadAndDeleteDocs, TestLeaderElectionWithEmptyReplica, SearchRateTriggerIntegrationTest, AutoAddReplicasIntegrationTest, TestMinMaxOnMultiValuedField, CdcrUpdateLogTest, DistributedVersionInfoTest, RandomizedTaggerTest, SpatialFilterTest, TestExactStatsCache, TestDynamicFieldNamesIndexCorrectly, TermsComponentTest, TestTolerantSearch, ComputePlanActionTest, TestCorePropertiesReload, TestSimpleTrackingShardHandler, TestRangeQuery, ConnectionReuseTest, ParsingFieldUpdateProcessorsTest, DocumentAnalysisRequestHandlerTest, BasicDistributedZkTest, TestConfigOverlay, FacetPivotSmallTest, TestUseDocValuesAsStored, DateRangeFieldTest, MultiSolrCloudTestCaseTest, TestSort, PhrasesIdentificationComponentTest, TestClassicSimilarityFactory, ClassificationUpdateProcessorIntegrationTest, TestRawTransformer, AdminHandlersProxyTest, TestNumericTokenStream, CollectionTooManyReplicasTest, TestLuceneMatchVersion, TestConfigSetsAPIZkFailure, V2StandaloneTest, TestExportWriter, TestPointFields, DistributedFacetPivotLargeTest, SearchHandlerTest, TimeRoutedAliasUpdateProcessorTest, LeaderElectionContextKeyTest, FileUtilsTest, TestHttpServletCarrier, OutputWriterTest, SynonymTokenizerTest, SpatialHeatmapFacetsTest, TestNRTOpen, CdcrWithNodesRestartsTest, DistributedFacetPivotSmallTest, SpellCheckCollatorWithCollapseTest, PluginInfoTest, PeerSyncReplicationTest, CdcrBidirectionalTest, TestPerFieldSimilarityWithDefaultOverride, AtomicUpdatesTest, HighlighterWithoutStoredIdTest, ZkNodePropsTest, TestWithCollection, TestDistribPackageStore, TestSolrConfigHandler, TaggingAttributeTest, NotRequiredUniqueKeyTest, LeaderFailoverAfterPartitionTest, TestChildDocTransformer, DeleteShardTest, HLLSerializationTest, TestSchemalessBufferedUpdates, TestFoldingMultitermQuery, HdfsLockFactoryTest, HdfsNNFailoverTest, TestStressVersions, DistributedIntervalFacetingTest, NodeMutatorTest, TestSolrIndexConfig, TestPHPSerializedResponseWriter, TestCollectionAPIs, IndexSizeTriggerTest, TestElisionMultitermQuery, TestSuggestSpellingConverter, IgnoreLargeDocumentProcessorFactoryTest, TestStressRecovery, TestUnInvertedFieldException, PrimUtilsTest, PKIAuthenticationIntegrationTest, TestFieldCacheSortRandom, TestMultiValuedNumericRangeQuery, TokenizerChainTest, DocExpirationUpdateProcessorFactoryTest, MetricsHistoryWithAuthIntegrationTest, ZkCLITest, TestManagedResource, TestRecovery, TestDistribDocBasedVersion, QueryEqualityTest, TestIndexSearcher, TestCloudManagedSchema, TestConfigSets, TestLegacyFieldReuse, TestNestedUpdateProcessor, BitVectorTest, DistanceFunctionTest, ZookeeperStatusHandlerTest, OverseerCollectionConfigSetProcessorTest, TestSimLargeCluster, TestPolicyCloud, TestHdfsUpdateLog, TestMinHashQParser, TestSimUtils, TestMacros, TestStressThreadBackup, TestTrieFacet, InfoHandlerTest, DOMUtilTest, TestDynamicLoading, DistribDocExpirationUpdateProcessorTest, SaslZkACLProviderTest, TestTolerantUpdateProcessorRandomCloud, SharedFSAutoReplicaFailoverTest, SolrRequestParserTest, TlogReplayBufferedWhileIndexingTest, CollectionsAPIDistributedZkTest, CustomCollectionTest, HdfsCollectionsAPIDistributedZkTest, ExecutePlanActionTest, HdfsAutoAddReplicasIntegrationTest, HttpTriggerListenerTest, MetricTriggerIntegrationTest, MetricTriggerTest, NodeAddedTriggerIntegrationTest, NodeAddedTriggerTest, NodeLostTriggerIntegrationTest, NodeLostTriggerTest, NodeMarkersRegistrationTest, RestoreTriggerStateTest, ScheduledMaintenanceTriggerTest, TriggerCooldownIntegrationTest, TriggerEventQueueTest, TriggerIntegrationTest, TriggerSetPropertiesIntegrationTest, TestSimClusterStateProvider, TestSimComputePlanAction, TestSimDistribStateManager, TestSimDistributedQueue, TestSimExecutePlanAction, TestSimNodeAddedTrigger, TestSimNodeLostTrigger, TestSimPolicyCloud, CdcrBootstrapTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrBootstrapTest -Dtests.seed=A437B82E2AC22BF2 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/test-data/enwiki.random.lines.txt -Dtests.locale=sr-BA -Dtests.timezone=Europe/Nicosia -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J2 | CdcrBootstrapTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [RawDirectoryWrapper]
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.RawDirectoryWrapper
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
   [junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
   [junit4]    > 	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:772)
   [junit4]    > 	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:727)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    >  expected null, but was:<ObjectTracker found 1 object(s) that were not released!!! [RawDirectoryWrapper]
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.RawDirectoryWrapper
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
   [junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
   [junit4]    > 	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:772)
   [junit4]    > 	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:727)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > >
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A437B82E2AC22BF2]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:334)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [582/900 (1!)] on J2 in 137.82s, 4 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 53596 lines...]

[JENKINS] Lucene-Solr-NightlyTests-8.5 - Build # 20 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.5/20/

2 tests failed.
FAILED:  org.apache.lucene.analysis.core.TestFactories.test

Error Message:
For input string: "){"

Stack Trace:
java.lang.NumberFormatException: For input string: "){"
	at __randomizedtesting.SeedInfo.seed([EC827831689C1083:64D647EBC6607D7B]:0)
	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043)
	at sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122)
	at java.lang.Float.parseFloat(Float.java:451)
	at org.apache.lucene.analysis.boost.DelimitedBoostTokenFilter.incrementToken(DelimitedBoostTokenFilter.java:52)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:716)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:630)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:558)
	at org.apache.lucene.analysis.core.TestFactories.doTestTokenFilter(TestFactories.java:101)
	at org.apache.lucene.analysis.core.TestFactories.test(TestFactories.java:69)
	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.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 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)


FAILED:  org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMergeIntegration

Error Message:
did not finish processing in time

Stack Trace:
java.lang.AssertionError: did not finish processing in time
	at __randomizedtesting.SeedInfo.seed([C38291E6D645F12B:903BD356345464D1]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMergeIntegration(IndexSizeTriggerTest.java:459)
	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 3613 lines...]
   [junit4] Suite: org.apache.lucene.analysis.core.TestFactories
   [junit4]   2> TEST FAIL: useCharFilter=false text='[w|){ '&#x4a'
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestFactories -Dtests.method=test -Dtests.seed=EC827831689C1083 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/test-data/enwiki.random.lines.txt -Dtests.locale=ko -Dtests.timezone=Asia/Karachi -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.24s J2 | TestFactories.test <<<
   [junit4]    > Throwable #1: java.lang.NumberFormatException: For input string: "){"
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EC827831689C1083:64D647EBC6607D7B]:0)
   [junit4]    > 	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043)
   [junit4]    > 	at sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122)
   [junit4]    > 	at java.lang.Float.parseFloat(Float.java:451)
   [junit4]    > 	at org.apache.lucene.analysis.boost.DelimitedBoostTokenFilter.incrementToken(DelimitedBoostTokenFilter.java:52)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:716)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:630)
   [junit4]    > 	at org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:558)
   [junit4]    > 	at org.apache.lucene.analysis.core.TestFactories.doTestTokenFilter(TestFactories.java:101)
   [junit4]    > 	at org.apache.lucene.analysis.core.TestFactories.test(TestFactories.java:69)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/lucene/build/analysis/common/test/J2/temp/lucene.analysis.core.TestFactories_EC827831689C1083-001
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=21674, maxDocsPerChunk=7, blockShift=5), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=21674, blockSize=5)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2c907191), locale=ko, timezone=Asia/Karachi
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=109595888,total=271581184
   [junit4]   2> NOTE: All tests run in this JVM: [TestConcatenateGraphFilter, TestPatternCaptureGroupTokenFilter, CommonGramsFilterTest, TestItalianAnalyzer, TestBulgarianStemFilterFactory, TestGermanLightStemFilterFactory, TestFullStrip, TestZeroAffix2, TestBengaliFilters, TestSpaces, TestPersianNormalizationFilter, DelimitedPayloadTokenFilterTest, TestSerbianNormalizationFilter, TestKStemmer, TestHindiStemmer, TestSynonymMapFilter, QueryAutoStopWordAnalyzerTest, TestIrishLowerCaseFilterFactory, TestStopFilterFactory, TestProtectedTermFilter, EdgeNGramTokenizerTest, DelimitedBoostTokenFilterTest, TestCollationKeyAnalyzer, TestPortugueseLightStemFilter, TestConditionalTokenFilter, TestMorph, TestCompoundWordTokenFilter, TestWordDelimiterFilter, TestDanishAnalyzer, TestSolrSynonymParser, TestLimitTokenCountFilterFactory, TestAbstractAnalysisFactory, TestCatalanAnalyzer, TestGermanStemFilterFactory, TestGalicianMinimalStemFilterFactory, TestLengthFilterFactory, TestDecimalDigitFilter, TestGermanNormalizationFilter, TestEnglishMinimalStemFilter, TestRomanianAnalyzer, TestHindiAnalyzer, TestLatvianStemFilterFactory, TestStemmerOverrideFilterFactory, TestTurkishAnalyzer, TestHungarianLightStemFilterFactory, TestIndonesianStemFilterFactory, TestSnowball, TestNorwegianMinimalStemFilterFactory, TestTruncateTokenFilter, TestBasqueAnalyzer, TestArabicAnalyzer, TestArabicFilters, TestArabicNormalizationFilter, HTMLStripCharFilterTest, TestHTMLStripCharFilterFactory, TestMappingCharFilter, TestMappingCharFilterFactory, TestCJKAnalyzer, TestCJKBigramFilter, TestCJKBigramFilterFactory, TestCJKWidthFilter, TestCJKWidthFilterFactory, TestSoraniAnalyzer, TestSoraniNormalizationFilter, TestSoraniNormalizationFilterFactory, TestDictionaryCompoundWordTokenFilterFactory, TestHyphenationCompoundWordTokenFilterFactory, TestAllAnalyzersHaveFactories, TestDecimalDigitFilterFactory, TestDuelingAnalyzers, TestFactories]
   [junit4] Completed [125/297 (1!)] on J2 in 0.25s, 1 test, 1 error <<< FAILURES!

[...truncated 11103 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
   [junit4]   2> 2148934 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 2148934 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2148935 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_C38291E6D645F12B-001/data-dir-84-001
   [junit4]   2> 2148935 WARN  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=38 numCloses=38
   [junit4]   2> 2148935 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2148937 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2148937 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_C38291E6D645F12B-001/tempDir-001
   [junit4]   2> 2148937 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2148938 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2148938 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2149038 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:34069
   [junit4]   2> 2149038 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:34069
   [junit4]   2> 2149038 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34069
   [junit4]   2> 2149038 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34069
   [junit4]   2> 2149042 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2149048 INFO  (zkConnectionManagerCallback-8483-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2149048 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2149060 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2149062 INFO  (zkConnectionManagerCallback-8485-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2149062 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2149063 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2149065 INFO  (zkConnectionManagerCallback-8487-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2149065 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2149170 WARN  (jetty-launcher-8488-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2149170 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2149170 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2149170 WARN  (jetty-launcher-8488-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2149170 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2149170 INFO  (jetty-launcher-8488-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 2149170 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2149170 INFO  (jetty-launcher-8488-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 2149171 INFO  (jetty-launcher-8488-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2149171 INFO  (jetty-launcher-8488-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2149171 INFO  (jetty-launcher-8488-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2149171 INFO  (jetty-launcher-8488-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2149171 INFO  (jetty-launcher-8488-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2149171 INFO  (jetty-launcher-8488-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2149171 INFO  (jetty-launcher-8488-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@65510521{/solr,null,AVAILABLE}
   [junit4]   2> 2149171 INFO  (jetty-launcher-8488-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5da571b2{/solr,null,AVAILABLE}
   [junit4]   2> 2149172 INFO  (jetty-launcher-8488-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7897ceb2{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43713}
   [junit4]   2> 2149172 INFO  (jetty-launcher-8488-thread-1) [     ] o.e.j.s.Server Started @2149240ms
   [junit4]   2> 2149172 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43713}
   [junit4]   2> 2149172 ERROR (jetty-launcher-8488-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2149172 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2149172 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 2149172 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2149172 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 2149172 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-08T16:59:05.024Z
   [junit4]   2> 2149173 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2149174 INFO  (jetty-launcher-8488-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5beebf92{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42211}
   [junit4]   2> 2149174 INFO  (jetty-launcher-8488-thread-2) [     ] o.e.j.s.Server Started @2149242ms
   [junit4]   2> 2149174 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42211}
   [junit4]   2> 2149174 ERROR (jetty-launcher-8488-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2149174 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2149174 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 2149174 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2149174 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
   [junit4]   2> 2149174 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-08T16:59:05.026Z
   [junit4]   2> 2149175 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2149176 INFO  (zkConnectionManagerCallback-8492-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2149176 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2149176 INFO  (zkConnectionManagerCallback-8490-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2149176 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2149176 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2149176 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2149719 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2149721 WARN  (jetty-launcher-8488-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@65cf34f8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2149722 WARN  (jetty-launcher-8488-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@65cf34f8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2149731 WARN  (jetty-launcher-8488-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@247e3cad[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2149731 WARN  (jetty-launcher-8488-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@247e3cad[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2149732 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34069/solr
   [junit4]   2> 2149735 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2149736 INFO  (zkConnectionManagerCallback-8500-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2149736 INFO  (jetty-launcher-8488-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2149847 INFO  (jetty-launcher-8488-thread-1) [n:127.0.0.1:43713_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2149855 INFO  (zkConnectionManagerCallback-8502-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2149855 INFO  (jetty-launcher-8488-thread-1) [n:127.0.0.1:43713_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2149951 INFO  (jetty-launcher-8488-thread-1) [n:127.0.0.1:43713_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43713_solr
   [junit4]   2> 2149951 INFO  (jetty-launcher-8488-thread-1) [n:127.0.0.1:43713_solr     ] o.a.s.c.Overseer Overseer (id=73375414079717382-127.0.0.1:43713_solr-n_0000000000) starting
   [junit4]   2> 2149959 INFO  (OverseerStateUpdate-73375414079717382-127.0.0.1:43713_solr-n_0000000000) [n:127.0.0.1:43713_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43713_solr
   [junit4]   2> 2149971 INFO  (jetty-launcher-8488-thread-1) [n:127.0.0.1:43713_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43713_solr
   [junit4]   2> 2149972 DEBUG (OverseerAutoScalingTriggerThread-73375414079717382-127.0.0.1:43713_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 2149974 DEBUG (OverseerAutoScalingTriggerThread-73375414079717382-127.0.0.1:43713_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 2149974 DEBUG (OverseerAutoScalingTriggerThread-73375414079717382-127.0.0.1:43713_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 2149974 DEBUG (OverseerAutoScalingTriggerThread-73375414079717382-127.0.0.1:43713_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 2149975 INFO  (jetty-launcher-8488-thread-1) [n:127.0.0.1:43713_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2149976 WARN  (jetty-launcher-8488-thread-1) [n:127.0.0.1:43713_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> 2149979 INFO  (zkCallback-8501-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2149998 DEBUG (OverseerAutoScalingTriggerThread-73375414079717382-127.0.0.1:43713_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:43713_solr]
   [junit4]   2> 2150233 DEBUG (ScheduledTrigger-8841-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 2150237 DEBUG (OverseerAutoScalingTriggerThread-73375414079717382-127.0.0.1:43713_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 2150240 DEBUG (OverseerAutoScalingTriggerThread-73375414079717382-127.0.0.1:43713_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 2150241 INFO  (jetty-launcher-8488-thread-1) [n:127.0.0.1:43713_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2150278 INFO  (jetty-launcher-8488-thread-1) [n:127.0.0.1:43713_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43713.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6331a09b
   [junit4]   2> 2150293 INFO  (jetty-launcher-8488-thread-1) [n:127.0.0.1:43713_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43713.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6331a09b
   [junit4]   2> 2150293 INFO  (jetty-launcher-8488-thread-1) [n:127.0.0.1:43713_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43713.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6331a09b
   [junit4]   2> 2150295 INFO  (jetty-launcher-8488-thread-1) [n:127.0.0.1:43713_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_C38291E6D645F12B-001/tempDir-001/node1/.
   [junit4]   2> 2150681 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2150681 WARN  (jetty-launcher-8488-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3d60fd7d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2150681 WARN  (jetty-launcher-8488-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3d60fd7d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2150684 WARN  (jetty-launcher-8488-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@48604348[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2150684 WARN  (jetty-launcher-8488-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@48604348[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2150685 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34069/solr
   [junit4]   2> 2150686 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2150686 INFO  (zkConnectionManagerCallback-8512-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2150686 INFO  (jetty-launcher-8488-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2150791 INFO  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2150796 INFO  (zkConnectionManagerCallback-8514-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2150796 INFO  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2150811 INFO  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2150822 INFO  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42211_solr as DOWN
   [junit4]   2> 2150825 INFO  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2150825 INFO  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42211_solr
   [junit4]   2> 2150828 INFO  (zkCallback-8501-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2150829 INFO  (zkCallback-8513-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2150831 INFO  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2150832 WARN  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_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> 2150849 INFO  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2150880 INFO  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42211.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6331a09b
   [junit4]   2> 2150891 INFO  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42211.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6331a09b
   [junit4]   2> 2150891 INFO  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42211.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6331a09b
   [junit4]   2> 2150892 INFO  (jetty-launcher-8488-thread-2) [n:127.0.0.1:42211_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_C38291E6D645F12B-001/tempDir-001/node2/.
   [junit4]   2> 2150959 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 2150969 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2150981 INFO  (zkConnectionManagerCallback-8523-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2150981 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2150990 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2150992 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34069/solr ready
   [junit4]   2> 2151117 DEBUG (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10000_solr
   [junit4]   2> 2151118 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 2151118 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 2151119 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 2151119 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 2151135 DEBUG (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=0
   [junit4]   2> 2151144 DEBUG (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 0
   [junit4]   2> 2151144 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2151148 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 2151157 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 2151157 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 2151157 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151194 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151417 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151421 DEBUG (ScheduledTrigger-8841-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 1
   [junit4]   2> 2151439 DEBUG (ScheduledTrigger-8857-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151456 INFO  (TEST-IndexSizeTriggerTest.testMaxOps-seed#[C38291E6D645F12B]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMaxOps
   [junit4]   2> 2151458 DEBUG (simCloudManagerPool-8856-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider -- simCreateCollection testMaxOps_collection, currentVersion=1
   [junit4]   2> 2151458 DEBUG (simCloudManagerPool-8856-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=1
   [junit4]   2> 2151459 DEBUG (simCloudManagerPool-8856-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 1
   [junit4]   2> 2151459 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151471 DEBUG (simCloudManagerPool-8856-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=2
   [junit4]   2> 2151473 DEBUG (simCloudManagerPool-8856-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 2
   [junit4]   2> 2151479 DEBUG (ScheduledTrigger-8857-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151499 DEBUG (ScheduledTrigger-8857-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151519 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151539 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151559 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151573 DEBUG (simCloudManagerPool-8856-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=3
   [junit4]   2> 2151575 DEBUG (simCloudManagerPool-8856-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 3
   [junit4]   2> 2151575 DEBUG (simCloudManagerPool-8856-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testMaxOps_collection / shard1)
   [junit4]   2> 2151576 DEBUG (simCloudManagerPool-8856-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testMaxOps_collection / shard1 (currentVersion=4): {"core_node1":{
   [junit4]   2>     "core":"testMaxOps_collection_shard1_replica_n1",
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testMaxOps_collection",
   [junit4]   2>     "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 2151580 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151586 DEBUG (simCloudManagerPool-8856-thread-3) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=4
   [junit4]   2> 2151587 DEBUG (simCloudManagerPool-8856-thread-3) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 4
   [junit4]   2> 2151597 DEBUG (simCloudManagerPool-8856-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=5
   [junit4]   2> 2151598 DEBUG (simCloudManagerPool-8856-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 5
   [junit4]   2> 2151598 DEBUG (simCloudManagerPool-8856-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testMaxOps_collection / shard2)
   [junit4]   2> 2151598 DEBUG (simCloudManagerPool-8856-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testMaxOps_collection / shard2 (currentVersion=6): {"core_node3":{
   [junit4]   2>     "core":"testMaxOps_collection_shard2_replica_n3",
   [junit4]   2>     "shard":"shard2",
   [junit4]   2>     "collection":"testMaxOps_collection",
   [junit4]   2>     "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 2151600 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151608 DEBUG (simCloudManagerPool-8856-thread-5) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=6
   [junit4]   2> 2151609 DEBUG (simCloudManagerPool-8856-thread-5) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 6
   [junit4]   2> 2151619 DEBUG (simCloudManagerPool-8856-thread-6) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=7
   [junit4]   2> 2151619 DEBUG (simCloudManagerPool-8856-thread-6) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 7
   [junit4]   2> 2151619 DEBUG (simCloudManagerPool-8856-thread-6) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testMaxOps_collection / shard3)
   [junit4]   2> 2151619 DEBUG (simCloudManagerPool-8856-thread-6) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testMaxOps_collection / shard3 (currentVersion=8): {"core_node5":{
   [junit4]   2>     "core":"testMaxOps_collection_shard3_replica_n5",
   [junit4]   2>     "shard":"shard3",
   [junit4]   2>     "collection":"testMaxOps_collection",
   [junit4]   2>     "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 2151620 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151631 DEBUG (simCloudManagerPool-8856-thread-7) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=8
   [junit4]   2> 2151632 DEBUG (simCloudManagerPool-8856-thread-7) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 8
   [junit4]   2> 2151641 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151643 DEBUG (simCloudManagerPool-8856-thread-8) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=9
   [junit4]   2> 2151644 DEBUG (simCloudManagerPool-8856-thread-8) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 9
   [junit4]   2> 2151644 DEBUG (simCloudManagerPool-8856-thread-8) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testMaxOps_collection / shard4)
   [junit4]   2> 2151644 DEBUG (simCloudManagerPool-8856-thread-8) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testMaxOps_collection / shard4 (currentVersion=10): {"core_node7":{
   [junit4]   2>     "core":"testMaxOps_collection_shard4_replica_n7",
   [junit4]   2>     "shard":"shard4",
   [junit4]   2>     "collection":"testMaxOps_collection",
   [junit4]   2>     "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 2151654 DEBUG (simCloudManagerPool-8856-thread-9) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=10
   [junit4]   2> 2151654 DEBUG (simCloudManagerPool-8856-thread-9) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 10
   [junit4]   2> 2151654 DEBUG (simCloudManagerPool-8856-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider -- finished createCollection testMaxOps_collection, currentVersion=11
   [junit4]   2> 2151797 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151797 DEBUG (simCloudManagerPool-8856-thread-10) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=11
   [junit4]   2> 2151865 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151865 DEBUG (simCloudManagerPool-8856-thread-10) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 11
   [junit4]   2> 2151865 DEBUG (simCloudManagerPool-8856-thread-10) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testMaxOps_collection / shard5)
   [junit4]   2> 2151865 DEBUG (simCloudManagerPool-8856-thread-10) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testMaxOps_collection / shard5 (currentVersion=12): {"core_node9":{
   [junit4]   2>     "core":"testMaxOps_collection_shard5_replica_n9",
   [junit4]   2>     "shard":"shard5",
   [junit4]   2>     "collection":"testMaxOps_collection",
   [junit4]   2>     "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 2151876 DEBUG (simCloudManagerPool-8856-thread-11) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=12
   [junit4]   2> 2151877 DEBUG (simCloudManagerPool-8856-thread-11) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 12
   [junit4]   2> 2151877 DEBUG (TEST-IndexSizeTriggerTest.testMaxOps-seed#[C38291E6D645F12B]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=13
   [junit4]   2> 2151878 DEBUG (TEST-IndexSizeTriggerTest.testMaxOps-seed#[C38291E6D645F12B]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 13
   [junit4]   2> 2151885 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151905 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151920 DEBUG (simCloudManagerPool-8856-thread-12) [     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 2151920 DEBUG (simCloudManagerPool-8856-thread-12) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 2151921 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 2151922 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 2151922 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 2151924 DEBUG (simCloudManagerPool-8856-thread-13) [     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 2151924 DEBUG (simCloudManagerPool-8856-thread-13) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 2151925 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 2151925 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 2151925 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 2151925 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151928 DEBUG (simCloudManagerPool-8856-thread-14) [     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 2151928 DEBUG (simCloudManagerPool-8856-thread-14) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 2151929 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 2151929 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 2151929 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 2151945 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2151966 DEBUG (ScheduledTrigger-8857-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152182 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152202 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152222 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152243 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152263 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152283 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152304 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152464 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152528 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152528 DEBUG (ScheduledTrigger-8841-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152548 DEBUG (ScheduledTrigger-8857-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152568 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152588 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152608 DEBUG (ScheduledTrigger-8857-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152628 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152649 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152669 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152689 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152710 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152730 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152750 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152770 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152790 DEBUG (ScheduledTrigger-8857-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152810 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152830 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152851 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152872 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152892 DEBUG (simCloudManagerPool-8856-thread-16) [     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 2152892 DEBUG (simCloudManagerPool-8856-thread-16) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 2152892 DEBUG (ScheduledTrigger-8857-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2152896 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 2152896 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 2152896 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 2153132 DEBUG (ScheduledTrigger-8857-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 2153143 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"477083dbe961eaTb58loa1kvt6kusg0vccpuxnqp",
   [junit4]   2>   "source":"index_size_trigger5",
   [junit4]   2>   "eventTime":20108434978988522,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testMaxOps_collection_shard1_replica_n1":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard2_replica_n3":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard3_replica_n5":"docs=30, bytes=71680",
   [junit4]   2>       "testMaxOps_collection_shard4_replica_n7":"docs=46, bytes=104448",
   [junit4]   2>       "testMaxOps_collection_shard5_replica_n9":"docs=48, bytes=108544"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard5"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard4"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard3"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}}]}}
   [junit4]   2> 2153145 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [index_size_trigger5, .auto_add_replicas, .scheduled_maintenance]
   [junit4]   2> 2153146 DEBUG (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"477083dbe961eaTb58loa1kvt6kusg0vccpuxnqp",
   [junit4]   2>   "source":"index_size_trigger5",
   [junit4]   2>   "eventTime":20108434978988522,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testMaxOps_collection_shard1_replica_n1":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard2_replica_n3":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard3_replica_n5":"docs=30, bytes=71680",
   [junit4]   2>       "testMaxOps_collection_shard4_replica_n7":"docs=46, bytes=104448",
   [junit4]   2>       "testMaxOps_collection_shard5_replica_n9":"docs=48, bytes=108544"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":20108447346137472,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard5"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard4"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard3"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}}]}}
   [junit4]   2> 2153155 INFO  (ScheduledTrigger-8857-thread-2) [     ] o.a.s.c.a.IndexSizeTriggerTest =======> CapturedEvent{timestamp=20108447504365272, stage=STARTED, actionName='null', event={
   [junit4]   2>   "id":"477083dbe961eaTb58loa1kvt6kusg0vccpuxnqp",
   [junit4]   2>   "source":"index_size_trigger5",
   [junit4]   2>   "eventTime":20108434978988522,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testMaxOps_collection_shard1_replica_n1":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard2_replica_n3":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard3_replica_n5":"docs=30, bytes=71680",
   [junit4]   2>       "testMaxOps_collection_shard4_replica_n7":"docs=46, bytes=104448",
   [junit4]   2>       "testMaxOps_collection_shard5_replica_n9":"docs=48, bytes=108544"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":20108447346137472,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard5"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard4"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard3"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}}]}}, context={}, config={
   [junit4]   2>   "trigger":"index_size_trigger5",
   [junit4]   2>   "stage":[
   [junit4]   2>     "STARTED",
   [junit4]   2>     "ABORTED",
   [junit4]   2>     "SUCCEEDED",
   [junit4]   2>     "FAILED"],
   [junit4]   2>   "beforeAction":["compute_plan"],
   [junit4]   2>   "afterAction":["compute_plan"],
   [junit4]   2>   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}
   [junit4]   2> 2153167 DEBUG (AutoscalingActionExecutor-8858-thread-1) [     ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"477083dbe961eaTb58loa1kvt6kusg0vccpuxnqp",
   [junit4]   2>   "source":"index_size_trigger5",
   [junit4]   2>   "eventTime":20108434978988522,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testMaxOps_collection_shard1_replica_n1":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard2_replica_n3":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard3_replica_n5":"docs=30, bytes=71680",
   [junit4]   2>       "testMaxOps_collection_shard4_replica_n7":"docs=46, bytes=104448",
   [junit4]   2>       "testMaxOps_collection_shard5_replica_n9":"docs=48, bytes=108544"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":20108447346137472,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard5"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard4"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard3"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}}]}}
   [junit4]   2> 2153184 INFO  (AutoscalingActionExecutor-8858-thread-1) [     ] o.a.s.c.a.IndexSizeTriggerTest =======> CapturedEvent{timestamp=20108448746693472, stage=BEFORE_ACTION, actionName='compute_plan', event={
   [junit4]   2>   "id":"477083dbe961eaTb58loa1kvt6kusg0vccpuxnqp",
   [junit4]   2>   "source":"index_size_trigger5",
   [junit4]   2>   "eventTime":20108434978988522,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testMaxOps_collection_shard1_replica_n1":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard2_replica_n3":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard3_replica_n5":"docs=30, bytes=71680",
   [junit4]   2>       "testMaxOps_collection_shard4_replica_n7":"docs=46, bytes=104448",
   [junit4]   2>       "testMaxOps_collection_shard5_replica_n9":"docs=48, bytes=108544"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":20108447346137472,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard5"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard4"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard3"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}}]}}, context={properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger5}, config={
   [junit4]   2>   "trigger":"index_size_trigger5",
   [junit4]   2>   "stage":[
   [junit4]   2>     "STARTED",
   [junit4]   2>     "ABORTED",
   [junit4]   2>     "SUCCEEDED",
   [junit4]   2>     "FAILED"],
   [junit4]   2>   "beforeAction":["compute_plan"],
   [junit4]   2>   "afterAction":["compute_plan"],
   [junit4]   2>   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}
   [junit4]   2> 2153184 DEBUG (AutoscalingActionExecutor-8858-thread-1) [     ] o.a.s.c.a.ComputePlanAction -- processing event: {
   [junit4]   2>   "id":"477083dbe961eaTb58loa1kvt6kusg0vccpuxnqp",
   [junit4]   2>   "source":"index_size_trigger5",
   [junit4]   2>   "eventTime":20108434978988522,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testMaxOps_collection_shard1_replica_n1":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard2_replica_n3":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard3_replica_n5":"docs=30, bytes=71680",
   [junit4]   2>       "testMaxOps_collection_shard4_replica_n7":"docs=46, bytes=104448",
   [junit4]   2>       "testMaxOps_collection_shard5_replica_n9":"docs=48, bytes=108544"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":20108447346137472,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard5"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard4"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard3"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}}]}} with context properties: {BEFORE_ACTION=[compute_plan]}
   [junit4]   2> 2153189 DEBUG (AutoscalingActionExecutor-8858-thread-1) [     ] o.a.s.c.a.ComputePlanAction Computed Plan: action=SPLITSHARD&collection=testMaxOps_collection&shard=shard5&splitMethod=link&splitByPrefix=false
   [junit4]   2> 2153190 DEBUG (AutoscalingActionExecutor-8858-thread-1) [     ] o.a.s.c.a.ComputePlanAction Computed Plan: action=SPLITSHARD&collection=testMaxOps_collection&shard=shard4&splitMethod=link&splitByPrefix=false
   [junit4]   2> 2153190 DEBUG (AutoscalingActionExecutor-8858-thread-1) [     ] o.a.s.c.a.ComputePlanAction Computed Plan: action=SPLITSHARD&collection=testMaxOps_collection&shard=shard2&splitMethod=link&splitByPrefix=false
   [junit4]   2> 2153190 DEBUG (AutoscalingActionExecutor-8858-thread-1) [     ] o.a.s.c.a.ComputePlanAction Computed Plan: action=SPLITSHARD&collection=testMaxOps_collection&shard=shard1&splitMethod=link&splitByPrefix=false
   [junit4]   2> 2153190 DEBUG (AutoscalingActionExecutor-8858-thread-1) [     ] o.a.s.c.a.ComputePlanAction Computed Plan: action=SPLITSHARD&collection=testMaxOps_collection&shard=shard3&splitMethod=link&splitByPrefix=false
   [junit4]   2> 2153190 INFO  (AutoscalingActionExecutor-8858-thread-1) [     ] o.a.s.c.a.IndexSizeTriggerTest =======> CapturedEvent{timestamp=20108449563822622, stage=AFTER_ACTION, actionName='compute_plan', event={
   [junit4]   2>   "id":"477083dbe961eaTb58loa1kvt6kusg0vccpuxnqp",
   [junit4]   2>   "source":"index_size_trigger5",
   [junit4]   2>   "eventTime":20108434978988522,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "__start__":5,
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testMaxOps_collection_shard1_replica_n1":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard2_replica_n3":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard3_replica_n5":"docs=30, bytes=71680",
   [junit4]   2>       "testMaxOps_collection_shard4_replica_n7":"docs=46, bytes=104448",
   [junit4]   2>       "testMaxOps_collection_shard5_replica_n9":"docs=48, bytes=108544"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":20108447346137472,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard5"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard4"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard3"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}}]}}, context={properties.operations=[{
   [junit4]   2>   "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard",
   [junit4]   2>   "method":"GET",
   [junit4]   2>   "params.action":"SPLITSHARD",
   [junit4]   2>   "params.collection":"testMaxOps_collection",
   [junit4]   2>   "params.shard":"shard5",
   [junit4]   2>   "params.splitMethod":"link",
   [junit4]   2>   "params.splitByPrefix":"false"}, {
   [junit4]   2>   "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard",
   [junit4]   2>   "method":"GET",
   [junit4]   2>   "params.action":"SPLITSHARD",
   [junit4]   2>   "params.collection":"testMaxOps_collection",
   [junit4]   2>   "params.shard":"shard4",
   [junit4]   2>   "params.splitMethod":"link",
   [junit4]   2>   "params.splitByPrefix":"false"}, {
   [junit4]   2>   "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard",
   [junit4]   2>   "method":"GET",
   [junit4]   2>   "params.action":"SPLITSHARD",
   [junit4]   2>   "params.collection":"testMaxOps_collection",
   [junit4]   2>   "params.shard":"shard2",
   [junit4]   2>   "params.splitMethod":"link",
   [junit4]   2>   "params.splitByPrefix":"false"}, {
   [junit4]   2>   "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard",
   [junit4]   2>   "method":"GET",
   [junit4]   2>   "params.action":"SPLITSHARD",
   [junit4]   2>   "params.collection":"testMaxOps_collection",
   [junit4]   2>   "params.shard":"shard1",
   [junit4]   2>   "params.splitMethod":"link",
   [junit4]   2>   "params.splitByPrefix":"false"}, {
   [junit4]   2>   "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard",
   [junit4]   2>   "method":"GET",
   [junit4]   2>   "params.action":"SPLITSHARD",
   [junit4]   2>   "params.collection":"testMaxOps_collection",
   [junit4]   2>   "params.shard":"shard3",
   [junit4]   2>   "params.splitMethod":"link",
   [junit4]   2>   "params.splitByPrefix":"false"}], properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger5, properties.AFTER_ACTION=[compute_plan]}, config={
   [junit4]   2>   "trigger":"index_size_trigger5",
   [junit4]   2>   "stage":[
   [junit4]   2>     "STARTED",
   [junit4]   2>     "ABORTED",
   [junit4]   2>     "SUCCEEDED",
   [junit4]   2>     "FAILED"],
   [junit4]   2>   "beforeAction":["compute_plan"],
   [junit4]   2>   "afterAction":["compute_plan"],
   [junit4]   2>   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}
   [junit4]   2> 2153192 DEBUG (AutoscalingActionExecutor-8858-thread-1) [     ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"477083dbe961eaTb58loa1kvt6kusg0vccpuxnqp",
   [junit4]   2>   "source":"index_size_trigger5",
   [junit4]   2>   "eventTime":20108434978988522,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "__start__":5,
   [junit4]   2>     "aboveSize":{
   [junit4]   2>       "testMaxOps_collection_shard1_replica_n1":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard2_replica_n3":"docs=38, bytes=88064",
   [junit4]   2>       "testMaxOps_collection_shard3_replica_n5":"docs=30, bytes=71680",
   [junit4]   2>       "testMaxOps_collection_shard4_replica_n7":"docs=46, bytes=104448",
   [junit4]   2>       "testMaxOps_collection_shard5_replica_n9":"docs=48, bytes=108544"},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":20108447346137472,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard5"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard4"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard2"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [junit4]   2>       {
   [junit4]   2>         "action":"SPLITSHARD",
   [junit4]   2>         "hints":{
   [junit4]   2>           "COLL_SHARD":[{
   [junit4]   2>               "first":"testMaxOps_collection",
   [junit4]   2>               "second":"shard1"}],
   [junit4]   2>           "PARAMS":{
   [junit4]   2>             "splitByPrefix":false,
   [junit4]   2>             "splitMethod":"link"}}},
   [j

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

ull] for registry solr.node / com.codahale.metrics.MetricRegistry@2c3467bf
   [junit4]   2> 2159220 INFO  (jetty-closer-8524-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2159220 INFO  (jetty-closer-8524-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@55e5c695: rootName = solr_43713, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@505a10ed
   [junit4]   2> 2159228 INFO  (jetty-closer-8524-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2159228 INFO  (jetty-closer-8524-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2159228 INFO  (jetty-closer-8524-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1accefb9: rootName = solr_42211, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7a091806
   [junit4]   2> 2159228 INFO  (jetty-closer-8524-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4ff0ffd2: rootName = solr_43713, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7a091806
   [junit4]   2> 2159233 INFO  (jetty-closer-8524-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2159233 INFO  (jetty-closer-8524-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@51f88fa6: rootName = solr_42211, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@40123a2e
   [junit4]   2> 2159233 INFO  (jetty-closer-8524-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2159234 INFO  (jetty-closer-8524-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2159234 INFO  (jetty-closer-8524-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7b405573: rootName = solr_43713, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@40123a2e
   [junit4]   2> 2159234 INFO  (jetty-closer-8524-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2159241 INFO  (closeThreadPool-8532-thread-2) [     ] o.a.s.c.Overseer Overseer (id=73375414079717382-127.0.0.1:43713_solr-n_0000000000) closing
   [junit4]   2> 2159243 INFO  (zkCallback-8501-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2159243 INFO  (OverseerStateUpdate-73375414079717382-127.0.0.1:43713_solr-n_0000000000) [n:127.0.0.1:43713_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43713_solr
   [junit4]   2> 2159249 INFO  (OverseerAutoScalingTriggerThread-73375414079717382-127.0.0.1:43713_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2159250 DEBUG (closeThreadPool-8532-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 2159250 DEBUG (closeThreadPool-8532-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 2159250 DEBUG (closeThreadPool-8532-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 2159250 DEBUG (closeThreadPool-8532-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 2159251 DEBUG (closeThreadPool-8532-thread-2) [     ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 2159251 DEBUG (closeThreadPool-8532-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 2159251 INFO  (closeThreadPool-8532-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73375414079717382-127.0.0.1:43713_solr-n_0000000000) closing
   [junit4]   2> 2159341 INFO  (jetty-closer-8524-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5beebf92{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 2159342 INFO  (jetty-closer-8524-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@65510521{/solr,null,UNAVAILABLE}
   [junit4]   2> 2159342 INFO  (jetty-closer-8524-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2159441 INFO  (jetty-closer-8524-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73375414079717382-127.0.0.1:43713_solr-n_0000000000) closing
   [junit4]   2> 2159442 INFO  (jetty-closer-8524-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7897ceb2{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 2159442 INFO  (jetty-closer-8524-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5da571b2{/solr,null,UNAVAILABLE}
   [junit4]   2> 2159442 INFO  (jetty-closer-8524-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2159443 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2159646 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 2159647 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:34069
   [junit4]   2> 2159647 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34069
   [junit4]   2> 2159647 INFO  (SUITE-IndexSizeTriggerTest-seed#[C38291E6D645F12B]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34069
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_C38291E6D645F12B-001
   [junit4]   2> Mar 08, 2020 4:59:15 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1617, maxMBSortInHeap=6.866893079282198, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@26a897e0), locale=zh-TW, timezone=America/Caracas
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=165606912,total=530055168
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrCloudWithDelegationTokens, TestExactSharedStatsCache, SpatialHeatmapFacetsTest, TestCollationFieldDocValues, MetricsHistoryWithAuthIntegrationTest, TestDocTermOrdsUninvertLimit, TestNoOpRegenerator, TestJsonFacetsWithNestedObjects, CollectionPropsTest, TriLevelCompositeIdRoutingTest, PrimitiveFieldTypeTest, WrapperMergePolicyFactoryTest, SolrCloudExampleTest, TestClusterProperties, ForceLeaderWithTlogReplicasTest, LeaderVoteWaitTimeoutTest, ConcurrentDeleteAndCreateCollectionTest, TestPointFields, TestTolerantSearch, DirectUpdateHandlerTest, JWTAuthPluginTest, ProtectedTermFilterFactoryTest, TestUseDocValuesAsStored, TestDistribDocBasedVersion, TestStressThreadBackup, SolrTestCaseJ4Test, TestMinHashQParser, TestNumericTokenStream, TestPullReplica, TestMinMaxOnMultiValuedField, PolyFieldTest, TestSolrIndexConfig, LeaderElectionContextKeyTest, SuggesterFSTTest, MultiSolrCloudTestCaseTest, AdminHandlersProxyTest, TestCollectionAPIs, HighlighterConfigTest, DistributedFacetPivotLargeTest, RegexBoostProcessorTest, TestDocumentBuilder, TestXmlQParserPlugin, TestDynamicLoading, TestElisionMultitermQuery, CollectionTooManyReplicasTest, ReturnFieldsTest, TestLRUCache, TestConfigSets, AnalysisErrorHandlingTest, TestRandomFlRTGCloud, TestBlendedInfixSuggestions, TestManagedSchemaAPI, TestCloudManagedSchema, RollingRestartTest, CdcrBidirectionalTest, SyncSliceTest, TaggingAttributeTest, DeleteLastCustomShardedReplicaTest, DistributedSpellCheckComponentTest, TestMacros, LeaderFailoverAfterPartitionTest, CreateCollectionCleanupTest, TestUtils, BasicDistributedZkTest, TestStressRecovery, SolrJmxReporterCloudTest, TestSolrFieldCacheBean, ResponseLogComponentTest, AssignTest, TemplateUpdateProcessorTest, TestReloadAndDeleteDocs, TestDFRSimilarityFactory, TestReloadDeadlock, DistributedQueryComponentCustomSortTest, SearchHandlerTest, TestSubQueryTransformer, TestWithCollection, OrderedExecutorTest, TestSerializedLuceneMatchVersion, NestedAtomicUpdateTest, SignatureUpdateProcessorFactoryTest, PropertiesRequestHandlerTest, TestUnifiedSolrHighlighterWithoutStoredId, IndexSizeTriggerTest]
   [junit4] Completed [411/901 (1!)] on J2 in 11.11s, 6 tests, 1 failure <<< FAILURES!

[...truncated 54192 lines...]

[JENKINS] Lucene-Solr-NightlyTests-8.5 - Build # 19 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.5/19/

3 tests failed.
FAILED:  org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries.testRandomBig

Error Message:
wrong hit (first of possibly more):  FAIL: id=5357 should match but did not   relation=CONTAINS   query=LatLonShapeQuery: field=shape:[CIRCLE([83.04651312946174,63.798122563452836] radius = 761391.192330908 meters),] docID=5257   shape=[[-64.43812351373526, 0.9999999403953552] [90.0, 0.9999999403953552] [90.0, 141.69968269373203] [-64.43812351373526, 141.69968269373203] [-64.43812351373526, 0.9999999403953552] , [-90.0, -30.226552112141007] [87.15155210097294, -30.226552112141007] [87.15155210097294, 1.3307543275667486E-288] [-90.0, 1.3307543275667486E-288] [-90.0, -30.226552112141007] , [-36.23581858512979, -137.77977246550546] [1.401298464324817E-45, -137.77977246550546] [1.401298464324817E-45, -115.33439468675954] [-36.23581858512979, -115.33439468675954] [-36.23581858512979, -137.77977246550546] ]   deleted?=false  distanceQuery=CIRCLE([83.04651312946174,63.798122563452836] radius = 761391.192330908 meters)

Stack Trace:
java.lang.AssertionError: wrong hit (first of possibly more):

FAIL: id=5357 should match but did not
  relation=CONTAINS
  query=LatLonShapeQuery: field=shape:[CIRCLE([83.04651312946174,63.798122563452836] radius = 761391.192330908 meters),] docID=5257
  shape=[[-64.43812351373526, 0.9999999403953552] [90.0, 0.9999999403953552] [90.0, 141.69968269373203] [-64.43812351373526, 141.69968269373203] [-64.43812351373526, 0.9999999403953552] , [-90.0, -30.226552112141007] [87.15155210097294, -30.226552112141007] [87.15155210097294, 1.3307543275667486E-288] [-90.0, 1.3307543275667486E-288] [-90.0, -30.226552112141007] , [-36.23581858512979, -137.77977246550546] [1.401298464324817E-45, -137.77977246550546] [1.401298464324817E-45, -115.33439468675954] [-36.23581858512979, -115.33439468675954] [-36.23581858512979, -137.77977246550546] ]
  deleted?=false  distanceQuery=CIRCLE([83.04651312946174,63.798122563452836] radius = 761391.192330908 meters)
	at __randomizedtesting.SeedInfo.seed([28F9870FD9AEF4B9:AFAEFA8048F78839]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomDistanceQueries(BaseShapeTestCase.java:749)
	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomQueries(BaseShapeTestCase.java:276)
	at org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:236)
	at org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:139)
	at org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries.testRandomBig(TestLatLonMultiPolygonShapeQueries.java:154)
	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.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 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)


FAILED:  org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint

Error Message:
TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5_1_Lucene80_1.dvd"

Stack Trace:
java.lang.AssertionError: TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5_1_Lucene80_1.dvd"
	at __randomizedtesting.SeedInfo.seed([28F9870FD9AEF4B9:29E8D167F8451F7A]:0)
	at org.apache.lucene.index.IndexFileDeleter$RefCount.DecRef(IndexFileDeleter.java:733)
	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:608)
	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:580)
	at org.apache.lucene.index.IndexWriter$2.mergeFinished(IndexWriter.java:3184)
	at org.apache.lucene.index.IndexWriter.closeMergeReaders(IndexWriter.java:4440)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4740)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4166)
	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3343)
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3554)
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3519)
	at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
	at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:267)
	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.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 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)
	Suppressed: java.lang.AssertionError: TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5_1.fnm"
		... 49 more
	Suppressed: java.lang.AssertionError: TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5.cfs"
		... 49 more
	Suppressed: java.lang.AssertionError: TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5.cfe"
		... 49 more
	Suppressed: java.lang.AssertionError: TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5_1_Lucene80_1.dvm"
		... 49 more
	Suppressed: java.lang.AssertionError: TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5.si"
		... 49 more


FAILED:  org.apache.solr.cloud.hdfs.HdfsSyncSliceTest.test

Error Message:
expected:<5> but was:<4>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<4>
	at __randomizedtesting.SeedInfo.seed([243B5E9C73319974:AC6F6146DDCDF48C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:150)
	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:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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 1173 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLatLonMultiPolygonShapeQueries -Dtests.method=testRandomBig -Dtests.seed=28F9870FD9AEF4B9 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/test-data/enwiki.random.lines.txt -Dtests.locale=nl-BE -Dtests.timezone=GMT -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  116s J2 | TestLatLonMultiPolygonShapeQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: wrong hit (first of possibly more):
   [junit4]    > FAIL: id=5357 should match but did not
   [junit4]    >   relation=CONTAINS
   [junit4]    >   query=LatLonShapeQuery: field=shape:[CIRCLE([83.04651312946174,63.798122563452836] radius = 761391.192330908 meters),] docID=5257
   [junit4]    >   shape=[[-64.43812351373526, 0.9999999403953552] [90.0, 0.9999999403953552] [90.0, 141.69968269373203] [-64.43812351373526, 141.69968269373203] [-64.43812351373526, 0.9999999403953552] , [-90.0, -30.226552112141007] [87.15155210097294, -30.226552112141007] [87.15155210097294, 1.3307543275667486E-288] [-90.0, 1.3307543275667486E-288] [-90.0, -30.226552112141007] , [-36.23581858512979, -137.77977246550546] [1.401298464324817E-45, -137.77977246550546] [1.401298464324817E-45, -115.33439468675954] [-36.23581858512979, -115.33439468675954] [-36.23581858512979, -137.77977246550546] ]
   [junit4]    >   deleted?=false  distanceQuery=CIRCLE([83.04651312946174,63.798122563452836] radius = 761391.192330908 meters)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([28F9870FD9AEF4B9:AFAEFA8048F78839]:0)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomDistanceQueries(BaseShapeTestCase.java:749)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomQueries(BaseShapeTestCase.java:276)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:236)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:139)
   [junit4]    > 	at org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries.testRandomBig(TestLatLonMultiPolygonShapeQueries.java:154)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/lucene/build/core/test/J2/temp/lucene.document.TestLatLonMultiPolygonShapeQueries_28F9870FD9AEF4B9-001
   [junit4]   2> NOTE: test params are: codec=Lucene84, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@321291e4), locale=nl-BE, timezone=GMT
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=207343768,total=373817344
   [junit4]   2> NOTE: All tests run in this JVM: [TestLatLonPointQueries, TestIndexWriterOnJRECrash, TestPayloadsOnVectors, TestDocValuesFieldUpdates, TestBlockMaxConjunction, TestEarlyTermination, TestIndexWriterLockRelease, TestLatLonPointDistanceSort, TestLatLonShape, TestHighCompressionMode, TestMultiMMap, TestIntArrayDocIdSet, TestLongsRef, TestTopDocsMerge, TestPerSegmentDeletes, TestOrdinalMap, TestMultiTermsEnum, TestSpans, TestSimilarity2, TestIndexWriterDelete, TestRegExp, TestNumericUtils, TestIndexWriterMerging, TestDaciukMihovAutomatonBuilder, TestLucene80NormsFormat, TestMergedIterator, TestFeatureSort, TestTermsEnum, TestPriorityQueue, TestXYPolygonShapeQueries, TestQueryVisitor, TestRollback, TestXYDocValuesQueries, LimitedFiniteStringsIteratorTest, TestAxiomaticF2LOG, TestLatLonMultiPolygonShapeQueries]
   [junit4] Completed [253/563 (1!)] on J2 in 148.19s, 9 tests, 1 failure <<< FAILURES!

[...truncated 440 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterOnVMError
   [junit4]   1> Unexpected exception: dumping fake-exception-log:...
   [junit4]   1> 
   [junit4]   1> TEST: got expected fake exc:Fake OutOfMemoryError
   [junit4]   1> java.lang.OutOfMemoryError: Fake OutOfMemoryError
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:272)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1019)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:591)
   [junit4]   1> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:683)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:382)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:527)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3606)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3562)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3519)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:267)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 
   [junit4]   1> TEST: got expected fake exc:Fake OutOfMemoryError
   [junit4]   1> java.lang.OutOfMemoryError: Fake OutOfMemoryError
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:272)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1019)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:591)
   [junit4]   1> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:683)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:382)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:527)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3606)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3562)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3519)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:267)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 
   [junit4]   1> TEST: got expected fake exc:Fake OutOfMemoryError
   [junit4]   1> java.lang.OutOfMemoryError: Fake OutOfMemoryError
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:272)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1019)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:591)
   [junit4]   1> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:683)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:382)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:527)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3606)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3562)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3519)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:267)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 
   [junit4]   1> TEST: got expected fake exc:Fake OutOfMemoryError
   [junit4]   1> java.lang.OutOfMemoryError: Fake OutOfMemoryError
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:272)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1019)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:591)
   [junit4]   1> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:683)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:382)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:527)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3606)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3562)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3519)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:267)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 
   [junit4]   1> TEST: got expected fake exc:Fake OutOfMemoryError
   [junit4]   1> java.lang.OutOfMemoryError: Fake OutOfMemoryError
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:272)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1019)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:591)
   [junit4]   1> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:690)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:531)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.checkpoint(IndexWriter.java:2568)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.publishFlushedSegment(IndexWriter.java:2672)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.lambda$publishFlushedSegments$10(IndexWriter.java:5192)
   [junit4]   1> 	at org.apache.lucene.index.DocumentsWriterFlushQueue.innerPurge(DocumentsWriterFlushQueue.java:119)
   [junit4]   1> 	at org.apache.lucene.index.DocumentsWriterFlushQueue.tryPurge(DocumentsWriterFlushQueue.java:150)
   [junit4]   1> 	at org.apache.lucene.index.DocumentsWriter.purgeFlushTickets(DocumentsWriter.java:202)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.publishFlushedSegments(IndexWriter.java:5172)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter$1.afterSegmentsFlushed(IndexWriter.java:371)
   [junit4]   1> 	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:600)
   [junit4]   1> 	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:722)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:496)
   [junit4]   1> 	at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:116)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:175)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:267)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 
   [junit4]   1> TEST: got expected fake exc:Fake OutOfMemoryError
   [junit4]   1> java.lang.OutOfMemoryError: Fake OutOfMemoryError
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:272)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1019)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:591)
   [junit4]   1> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:690)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:382)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:527)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3606)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3562)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3519)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:267)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 
   [junit4]   1> TEST: got expected fake exc:Fake OutOfMemoryError
   [junit4]   1> java.lang.OutOfMemoryError: Fake OutOfMemoryError
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:272)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1019)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:591)
   [junit4]   1> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:683)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:382)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:527)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3606)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3562)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3519)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:267)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 
   [junit4]   1> TEST: got expected fake exc:Fake OutOfMemoryError
   [junit4]   1> java.lang.OutOfMemoryError: Fake OutOfMemoryError
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:272)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1019)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:591)
   [junit4]   1> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:683)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:382)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:527)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3606)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3562)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3519)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:267)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 
   [junit4]   1> TEST: got expected fake exc:Fake OutOfMemoryError
   [junit4]   1> java.lang.OutOfMemoryError: Fake OutOfMemoryError
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:272)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1019)
   [junit4]   1> 	at org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:591)
   [junit4]   1> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:683)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:382)
   [junit4]   1> 	at org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:527)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3606)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3562)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3519)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
   [junit4]   1> 	at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:267)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   1> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   1> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   1> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   1> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterOnVMError -Dtests.method=testCheckpoint -Dtests.seed=28F9870FD9AEF4B9 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/test-data/enwiki.random.lines.txt -Dtests.locale=ca-ES -Dtests.timezone=Europe/Zagreb -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 3.14s J2 | TestIndexWriterOnVMError.testCheckpoint <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5_1_Lucene80_1.dvd"
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([28F9870FD9AEF4B9:29E8D167F8451F7A]:0)
   [junit4]    > 	at org.apache.lucene.index.IndexFileDeleter$RefCount.DecRef(IndexFileDeleter.java:733)
   [junit4]    > 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:608)
   [junit4]    > 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:580)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter$2.mergeFinished(IndexWriter.java:3184)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.closeMergeReaders(IndexWriter.java:4440)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4740)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4166)
   [junit4]    > 	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3343)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3554)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3519)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:267)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	Suppressed: java.lang.AssertionError: TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5_1.fnm"
   [junit4]    > 		... 49 more
   [junit4]    > 	Suppressed: java.lang.AssertionError: TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5.cfs"
   [junit4]    > 		... 49 more
   [junit4]    > 	Suppressed: java.lang.AssertionError: TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5.cfe"
   [junit4]    > 		... 49 more
   [junit4]    > 	Suppressed: java.lang.AssertionError: TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5_1_Lucene80_1.dvm"
   [junit4]    > 		... 49 more
   [junit4]    > 	Suppressed: java.lang.AssertionError: TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[28F9870FD9AEF4B9]: RefCount is 0 pre-decrement for file "_5.si"
   [junit4]    > 		... 49 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/lucene/build/core/test/J2/temp/lucene.index.TestIndexWriterOnVMError_28F9870FD9AEF4B9-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {text_payloads=Lucene84, text_vectors=PostingsFormat(name=LuceneVarGapDocFreqInterval), text1=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=Lucene84}, docValues:{dv3=DocValuesFormat(name=Asserting), dv2=DocValuesFormat(name=Lucene80), dv5=DocValuesFormat(name=Direct), dv=DocValuesFormat(name=Lucene80), text_payloads=DocValuesFormat(name=Direct), dv4=DocValuesFormat(name=Lucene80), text_vectors=DocValuesFormat(name=Lucene80), text1=DocValuesFormat(name=Lucene80), id=DocValuesFormat(name=Direct), point2d=DocValuesFormat(name=Lucene80), stored1=DocValuesFormat(name=Lucene80), point=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=968, maxMBSortInHeap=5.424872946044334, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@69b8019e), locale=ca-ES, timezone=Europe/Zagreb
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=206963848,total=447217664
   [junit4]   2> NOTE: All tests run in this JVM: [TestLatLonPointQueries, TestIndexWriterOnJRECrash, TestPayloadsOnVectors, TestDocValuesFieldUpdates, TestBlockMaxConjunction, TestEarlyTermination, TestIndexWriterLockRelease, TestLatLonPointDistanceSort, TestLatLonShape, TestHighCompressionMode, TestMultiMMap, TestIntArrayDocIdSet, TestLongsRef, TestTopDocsMerge, TestPerSegmentDeletes, TestOrdinalMap, TestMultiTermsEnum, TestSpans, TestSimilarity2, TestIndexWriterDelete, TestRegExp, TestNumericUtils, TestIndexWriterMerging, TestDaciukMihovAutomatonBuilder, TestLucene80NormsFormat, TestMergedIterator, TestFeatureSort, TestTermsEnum, TestPriorityQueue, TestXYPolygonShapeQueries, TestQueryVisitor, TestRollback, TestXYDocValuesQueries, LimitedFiniteStringsIteratorTest, TestAxiomaticF2LOG, TestLatLonMultiPolygonShapeQueries, TestDirectoryReaderReopen, TestSumDocFreq, TestFrozenBufferedUpdates, TestTermVectorsWriter, TestIndexWriterReader, TestLucene70SegmentInfoFormat, TestNativeFSLockFactory, TestDoubleRange, Test2BDocs, TestAtomicUpdate, TestLongRange, TestSpanBoostQuery, TestGeoUtils, TestCharArrayMap, TestConstantScoreQuery, TestCustomSearcherSort, TestCompetitiveFreqNormAccumulator, TestHugeRamFile, TestSortedSetDocValues, TestComplexExplanationsOfNonMatches, TestAxiomaticF1EXP, TestBinaryDocValuesUpdates, TestUniqueTermCount, TestSearcherManager, TestFilterLeafReader, TestPositionIncrement, TestSimpleFSDirectory, TestWANDScorer, TestDeletionPolicy, TestIndexReaderClose, TestDocIdsWriter, TestMultiThreadTermVectors, TestIndependenceStandardized, TestSpanOrQuery, TestSloppyPhraseQuery, TestSegmentInfos, TestSimilarity, TestLazyProxSkipping, TestTimSorterWorstCase, TestPostingsOffsets, TestExternalCodecs, TestBooleanSimilarity, TestIndexWriterWithThreads, TestStringHelper, TestMinShouldMatch2, TestLucene50StoredFieldsFormat, TestByteBlockPool, TestCloseableThreadLocal, TestArrayUtil, TestIndexWriter, TestDocValuesRewriteMethod, TestSegmentTermDocs, TestSimpleAttributeImpl, TestDirectMonotonic, TestMergeRateLimiter, TestLucene50TermVectorsFormat, TestBufferedIndexInput, Test2BPostingsBytes, Test2BSortedDocValuesFixedSorted, Test4GBStoredFields, TestAddIndexes, TestAllFilesCheckIndexHeader, TestAllFilesDetectTruncation, TestAllFilesHaveChecksumFooter, TestAllFilesHaveCodecHeader, TestCheckIndex, TestConcurrentMergeScheduler, TestCrashCausesCorruptIndex, TestDemoParallelLeafReader, TestExceedMaxTermLength, TestExitableDirectoryReader, TestFieldInfos, TestFieldInvertState, TestFieldsReader, TestFilterMergePolicy, TestFlex, TestFlushByRamOrCountsPolicy, TestIndexInput, TestIndexManyDocuments, TestIndexOptions, TestIndexWriterCommit, TestIndexWriterConfig, TestIndexWriterDeleteByQuery, TestIndexWriterExceptions, TestIndexWriterMaxDocs, TestIndexWriterOnVMError]
   [junit4] Completed [375/563 (2!)] on J2 in 8.34s, 3 tests, 1 failure <<< FAILURES!

[...truncated 13800 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsSyncSliceTest
   [junit4]   2> 4777666 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 4777666 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_243B5E9C73319974-001/data-dir-257-001
   [junit4]   2> 4777666 WARN  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=79 numCloses=79
   [junit4]   2> 4777666 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 4777667 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 4777667 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4777667 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_vcd/
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 4777720 WARN  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4777721 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 4777731 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4777731 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4777731 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4777731 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@500e22ea{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 4777825 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@3178cf7e{hdfs,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/jetty-localhost_localdomain-42007-hadoop-hdfs-3_2_0-tests_jar-_-any-7408596845813634854.dir/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/hdfs}
   [junit4]   2> 4777825 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7d79766d{HTTP/1.1,[http/1.1]}{localhost.localdomain:42007}
   [junit4]   2> 4777825 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.Server Started @4777852ms
   [junit4]   2> 4777894 WARN  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4777894 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 4777896 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4777896 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4777896 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4777896 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@289bb9f9{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 4777987 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@4b8f6dc9{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/jetty-localhost-35323-hadoop-hdfs-3_2_0-tests_jar-_-any-5885555128784925398.dir/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/datanode}
   [junit4]   2> 4777987 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@46b2283a{HTTP/1.1,[http/1.1]}{localhost:35323}
   [junit4]   2> 4777987 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.Server Started @4778015ms
   [junit4]   2> 4778011 WARN  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4778012 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 4778016 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4778016 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4778016 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4778016 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16b60ee4{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 4778124 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xbb3614f2346a1592: Processing first storage report for DS-490308a3-93bd-4101-9c13-68fa514729b0 from datanode 46484f9c-6bab-4687-ac46-b8bc8e5aa77d
   [junit4]   2> 4778124 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xbb3614f2346a1592: from storage DS-490308a3-93bd-4101-9c13-68fa514729b0 node DatanodeRegistration(127.0.0.1:42575, datanodeUuid=46484f9c-6bab-4687-ac46-b8bc8e5aa77d, infoPort=38873, infoSecurePort=0, ipcPort=44411, storageInfo=lv=-57;cid=testClusterID;nsid=123219804;c=1583600368296), blocks: 0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 4778124 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xbb3614f2346a1592: Processing first storage report for DS-19f4dd97-432b-40a7-b2c4-04717a3723d1 from datanode 46484f9c-6bab-4687-ac46-b8bc8e5aa77d
   [junit4]   2> 4778124 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xbb3614f2346a1592: from storage DS-19f4dd97-432b-40a7-b2c4-04717a3723d1 node DatanodeRegistration(127.0.0.1:42575, datanodeUuid=46484f9c-6bab-4687-ac46-b8bc8e5aa77d, infoPort=38873, infoSecurePort=0, ipcPort=44411, storageInfo=lv=-57;cid=testClusterID;nsid=123219804;c=1583600368296), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 4778128 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@4bb324f9{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/jetty-localhost-43633-hadoop-hdfs-3_2_0-tests_jar-_-any-5666454140166542378.dir/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/datanode}
   [junit4]   2> 4778129 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7a479611{HTTP/1.1,[http/1.1]}{localhost:43633}
   [junit4]   2> 4778129 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.Server Started @4778156ms
   [junit4]   2> 4778252 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xfd3ea86435a4cfbc: Processing first storage report for DS-6f48e34f-d103-404c-b5fb-2bc814edfc87 from datanode a27fefeb-1777-4e24-aec5-26710d96f90f
   [junit4]   2> 4778252 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xfd3ea86435a4cfbc: from storage DS-6f48e34f-d103-404c-b5fb-2bc814edfc87 node DatanodeRegistration(127.0.0.1:46319, datanodeUuid=a27fefeb-1777-4e24-aec5-26710d96f90f, infoPort=41519, infoSecurePort=0, ipcPort=40253, storageInfo=lv=-57;cid=testClusterID;nsid=123219804;c=1583600368296), blocks: 0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [j

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

doop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,UNAVAILABLE}
   [junit4]   2> 4823048 WARN  (BP-1711052117-127.0.0.1-1583600368296 heartbeating to localhost.localdomain/127.0.0.1:33895) [     ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 4823048 WARN  (BP-1711052117-127.0.0.1-1583600368296 heartbeating to localhost.localdomain/127.0.0.1:33895) [     ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-1711052117-127.0.0.1-1583600368296 (Datanode Uuid 46484f9c-6bab-4687-ac46-b8bc8e5aa77d) service to localhost.localdomain/127.0.0.1:33895
   [junit4]   2> 4823071 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.w.WebAppContext@3178cf7e{hdfs,/,null,UNAVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/hdfs}
   [junit4]   2> 4823071 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7d79766d{HTTP/1.1,[http/1.1]}{localhost.localdomain:0}
   [junit4]   2> 4823071 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 4823071 INFO  (SUITE-HdfsSyncSliceTest-seed#[243B5E9C73319974]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@500e22ea{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,UNAVAILABLE}
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_243B5E9C73319974-001
   [junit4]   2> Mar 07, 2020 5:00:13 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 32 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {rnd_b=Lucene84, multiDefault=FST50, a_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), _root_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), id=Lucene84, text=Lucene84}, docValues:{other_tl1=DocValuesFormat(name=Direct), range_facet_l_dv=DocValuesFormat(name=Lucene80), multiDefault=DocValuesFormat(name=Lucene80), _root_=DocValuesFormat(name=Direct), intDefault=DocValuesFormat(name=Direct), a_i1=DocValuesFormat(name=Direct), range_facet_l=DocValuesFormat(name=Direct), rnd_b=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Direct), a_t=DocValuesFormat(name=Direct), id_i1=DocValuesFormat(name=Lucene80), range_facet_i_dv=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Lucene80), text=DocValuesFormat(name=Asserting), intDvoDefault=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1741, maxMBSortInHeap=6.817843733495912, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3a0a92bb), locale=lt-LT, timezone=Asia/Tbilisi
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=4,free=204922032,total=522715136
   [junit4]   2> NOTE: All tests run in this JVM: [ZkControllerTest, TestSystemIdResolver, AtomicUpdatesTest, DaemonStreamApiTest, ActionThrottleTest, LargeFieldTest, TestLegacyNumericRangeQueryBuilder, TestOrdValues, RecoveryAfterSoftCommitTest, MultiThreadedOCPTest, LeaderElectionIntegrationTest, LeaderFailureAfterFreshStartTest, TestIBSimilarityFactory, RequiredFieldsTest, TestLazyCores, TestExtendedDismaxParser, TestCSVResponseWriter, TestFacetMethods, TestFieldCache, TestDefaultStatsCache, TestSortableTextField, TestCloudJSONFacetJoinDomain, DistributedFacetSimpleRefinementLongTailTest, TestEmbeddedSolrServerSchemaAPI, IndexSizeTriggerMixedBoundsTest, ExitableDirectoryReaderTest, BlockJoinFacetSimpleTest, CurrencyFieldTypeTest, ConfigureRecoveryStrategyTest, TestReversedWildcardFilterFactory, TestDelegationWithHadoopAuth, TestStressReorder, DocumentBuilderTest, TestSSLRandomization, TestSchemaField, CloudMLTQParserTest, DeleteStatusTest, TermVectorComponentDistributedTest, SampleTest, IgnoreLargeDocumentProcessorFactoryTest, TestSolrXml, UUIDUpdateProcessorFallbackTest, QueryParsingTest, TestFilteredDocIdSet, TestCloudPivotFacet, TestDynamicLoadingUrl, TestPerFieldSimilarityWithDefaultOverride, OutOfBoxZkACLAndCredentialsProvidersTest, TestFieldCacheSortRandom, CollectionsAPIAsyncDistributedZkTest, TestFieldCollectionResource, MetricTriggerIntegrationTest, AssignBackwardCompatibilityTest, TestSurroundQueryParser, EnumFieldTest, TestRecoveryHdfs, TestValueSourceCache, DistributedSuggestComponentTest, HighlighterMaxOffsetTest, DistributedExpandComponentTest, SolrXmlInZkTest, SuggesterTSTTest, TestSafeXMLParsing, TestOverriddenPrefixQueryForCustomFieldType, ChaosMonkeySafeLeaderTest, TestCoreBackup, ParsingFieldUpdateProcessorsTest, DOMUtilTest, HLLSerializationTest, SimpleCollectionCreateDeleteTest, TestTrie, OverseerSolrResponseUnsafeSerializationTest, TestDocBasedVersionConstraints, UpdateLogTest, TestSystemCollAutoCreate, TestInfoStreamLogging, RemoteQueryErrorTest, TestDistributedMissingSort, TestSizeLimitedDistributedMap, QueryElevationComponentTest, CdcrUpdateLogTest, TestRetrieveFieldsOptimizer, TestSolrCachePerf, ShardRoutingCustomTest, DocValuesMissingTest, DistributedFacetPivotLongTailTest, MigrateRouteKeyTest, TimeZoneUtilsTest, SliceStateTest, PingRequestHandlerTest, SearchRateTriggerTest, PeerSyncWithBufferUpdatesTest, TestBlobHandler, SystemInfoHandlerTest, TestRestoreCore, TestStandardQParsers, TestGraphTermsQParserPlugin, TestSimDistribStateManager, TestCryptoKeys, TestComplexPhraseLeadingWildcard, UnloadDistributedZkTest, HttpPartitionTest, TestSolrConfigHandlerCloud, TimeRoutedAliasUpdateProcessorTest, CollectionStateFormat2Test, TestOnReconnectListenerSupport, ZkShardTermsTest, TestFieldTypeResource, TestCharFilters, AddSchemaFieldsUpdateProcessorFactoryTest, TestHttpServletCarrier, TestSmileRequest, SparseHLLTest, AuditLoggerPluginTest, BooleanFieldTest, TestInPlaceUpdatesRequiredField, ConfigSetsAPITest, TestCloudDeleteByQuery, MetricsHandlerTest, TestZkAclsWithHadoopAuth, JSONWriterTest, RoutingToNodesWithPropertiesTest, TestPullReplicaErrorHandling, TestGraphMLResponseWriter, TestSearchPerf, LegacyCloudClusterPropTest, DistributedQueryComponentOptimizationTest, SearchHandlerTest, XCJFQueryTest, BinaryUpdateRequestHandlerTest, TestCustomStream, TestCloudRecovery2, TestShardHandlerFactory, TestLegacyBM25SimilarityFactory, NodeMarkersRegistrationTest, TestNestedUpdateProcessor, TestSnapshotCloudManager, TestSimScenario, TestCodecSupport, IndexSchemaTest, TestDistributedStatsComponentCardinality, TestRandomDVFaceting, TestSchemaSimilarityResource, CustomTermsComponentTest, OverseerModifyCollectionTest, TestRTGBase, LoggingHandlerTest, AnalysisAfterCoreReloadTest, CursorPagingTest, EchoParamsTest, SolrInfoBeanTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestDistributedSearch, TestDocumentBuilder, TestGroupingSearch, TestSolrCoreProperties, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, BasicZkTest, ChaosMonkeyNothingIsSafeTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, ClusterStateMockUtilTest, ClusterStateTest, ClusterStateUpdateTest, CollectionPropsTest, CollectionsAPISolrJTest, ConcurrentCreateRoutedAliasTest, CreateRoutedAliasTest, DeleteNodeTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest, DocValuesNotIndexedTest, FullSolrCloudDistribCmdsTest, HealthCheckHandlerTest, HttpPartitionOnCommitTest, LeaderElectionTest, LeaderFailoverAfterPartitionTest, LeaderTragicEventTest, LeaderVoteWaitTimeoutTest, MetricsHistoryIntegrationTest, MetricsHistoryWithAuthIntegrationTest, MoveReplicaHDFSTest, NestedShardedAtomicUpdateTest, NodeMutatorTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerStatusTest, OverseerTaskQueueTest, OverseerTest, PackageManagerCLITest, PeerSyncReplicationTest, RecoveryZkTest, ReindexCollectionTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, ReplicationFactorTest, ShardRoutingTest, SharedFSAutoReplicaFailoverTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, SplitShardTest, SystemCollectionCompatTest, TestAuthenticationFramework, TestCloudConsistency, TestClusterProperties, TestConfigSetsAPI, TestLeaderElectionZkExpiry, TestPullReplica, TestRandomRequestDistribution, TestRequestForwarding, TestSkipOverseerOperations, TestSolrCloudWithKerberosAlt, TestSolrCloudWithSecureImpersonation, TestStressInPlaceUpdates, TestTlogReplica, TestUtilizeNode, TlogReplayBufferedWhileIndexingTest, CollectionsAPIDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, SplitByPrefixTest, TestCollectionAPI, TestCollectionsAPIViaSolrCloudCluster, TestHdfsCloudBackupRestore, TestLocalFSCloudBackupRestore, TestReplicaProperties, TestRequestStatusCollectionAPI, AutoAddReplicasIntegrationTest, AutoAddReplicasPlanActionTest, AutoScalingHandlerTest, ComputePlanActionTest, ExecutePlanActionTest, HdfsAutoAddReplicasIntegrationTest, IndexSizeTriggerTest, NodeAddedTriggerTest, RestoreTriggerStateTest, ScheduledTriggerIntegrationTest, SystemLogListenerTest, TestPolicyCloud, TriggerCooldownIntegrationTest, TestSimPolicyCloud, TestSimUtils, BaseCdcrDistributedZkTest, CdcrBidirectionalTest, CdcrBootstrapTest, CdcrReplicationHandlerTest, CdcrRequestHandlerTest, HDFSCollectionsAPITest, HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, HdfsSyncSliceTest]
   [junit4] Completed [596/901 (1!)] on J0 in 48.50s, 1 test, 1 failure <<< FAILURES!

[...truncated 53499 lines...]

[JENKINS] Lucene-Solr-NightlyTests-8.4 - Build # 18 - Still unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/18/

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
	at __randomizedtesting.SeedInfo.seed([1C7141ED5C9D4DB9]:0)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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)
Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
	at java.security.AccessController.checkPermission(AccessController.java:884)
	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
	at java.lang.Class.checkPackageAccess(Class.java:2372)
	at java.lang.Class.checkMemberAccess(Class.java:2351)
	at java.lang.Class.getDeclaredFields(Class.java:1915)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
	... 10 more




Build Log:
[...truncated 16064 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
   [junit4]   2> 6134622 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 6134636 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/data-dir-286-001
   [junit4]   2> 6134636 WARN  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 6134636 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 6134637 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 6134638 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/tempDir-001
   [junit4]   2> 6134639 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 6134676 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 6134676 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 6134776 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:40324
   [junit4]   2> 6134776 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:40324
   [junit4]   2> 6134776 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40324
   [junit4]   2> 6134776 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40324
   [junit4]   2> 6134859 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6134895 INFO  (zkConnectionManagerCallback-20154-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6134899 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6134930 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6134930 INFO  (zkConnectionManagerCallback-20156-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6134930 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6134931 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6134932 INFO  (zkConnectionManagerCallback-20158-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6134932 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6135066 WARN  (jetty-launcher-20159-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6135066 WARN  (jetty-launcher-20159-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6135066 WARN  (jetty-launcher-20159-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 6135067 WARN  (jetty-launcher-20159-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6135067 WARN  (jetty-launcher-20159-thread-5) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6135067 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6135067 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6135067 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6135067 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6135067 INFO  (jetty-launcher-20159-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 6135067 INFO  (jetty-launcher-20159-thread-5) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 6135068 INFO  (jetty-launcher-20159-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6135068 INFO  (jetty-launcher-20159-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6135068 INFO  (jetty-launcher-20159-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6135069 INFO  (jetty-launcher-20159-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6135069 INFO  (jetty-launcher-20159-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6135069 INFO  (jetty-launcher-20159-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 6135069 INFO  (jetty-launcher-20159-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@32f69c2e{/solr,null,AVAILABLE}
   [junit4]   2> 6135070 INFO  (jetty-launcher-20159-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@66f198e1{/solr,null,AVAILABLE}
   [junit4]   2> 6135070 INFO  (jetty-launcher-20159-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6135070 INFO  (jetty-launcher-20159-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6135070 INFO  (jetty-launcher-20159-thread-5) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6a52e17c{/solr,null,AVAILABLE}
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6406183c{SSL,[ssl, http/1.1]}{127.0.0.1:37067}
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-1) [     ] o.e.j.s.Server Started @6135165ms
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37067}
   [junit4]   2> 6135071 ERROR (jetty-launcher-20159-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.1
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-03T03:04:02.208Z
   [junit4]   2> 6135072 INFO  (jetty-launcher-20159-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6135072 INFO  (jetty-launcher-20159-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6135072 INFO  (jetty-launcher-20159-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6135072 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6135072 INFO  (jetty-launcher-20159-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5072edbe{SSL,[ssl, http/1.1]}{127.0.0.1:39423}
   [junit4]   2> 6135072 INFO  (jetty-launcher-20159-thread-5) [     ] o.e.j.s.Server Started @6135166ms
   [junit4]   2> 6135072 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39423}
   [junit4]   2> 6135073 ERROR (jetty-launcher-20159-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6135073 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6135073 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.1
   [junit4]   2> 6135073 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6135073 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6135073 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-03T03:04:02.210Z
   [junit4]   2> 6135101 INFO  (jetty-launcher-20159-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6135101 INFO  (jetty-launcher-20159-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6135101 INFO  (jetty-launcher-20159-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2f6db215{SSL,[ssl, http/1.1]}{127.0.0.1:35633}
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-2) [     ] o.e.j.s.Server Started @6135195ms
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35633}
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4ecdcd0e{/solr,null,AVAILABLE}
   [junit4]   2> 6135102 ERROR (jetty-launcher-20159-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.1
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-03T03:04:02.239Z
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@43bfbc95{SSL,[ssl, http/1.1]}{127.0.0.1:38575}
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-3) [     ] o.e.j.s.Server Started @6135196ms
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38575}
   [junit4]   2> 6135102 ERROR (jetty-launcher-20159-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.1
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6135103 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-03T03:04:02.239Z
   [junit4]   2> 6135103 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6135103 INFO  (jetty-launcher-20159-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@952c456{/solr,null,AVAILABLE}
   [junit4]   2> 6135104 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6135104 INFO  (zkConnectionManagerCallback-20161-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6135104 INFO  (zkConnectionManagerCallback-20165-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6135104 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6135104 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6135104 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@137ede92{SSL,[ssl, http/1.1]}{127.0.0.1:45355}
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-4) [     ] o.e.j.s.Server Started @6135199ms
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45355}
   [junit4]   2> 6135105 ERROR (jetty-launcher-20159-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.4.1
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-03T03:04:02.242Z
   [junit4]   2> 6135118 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 6135122 INFO  (zkConnectionManagerCallback-20167-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6135122 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6135122 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 6135126 INFO  (zkConnectionManagerCallback-20163-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6135126 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6135158 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 6135181 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6135219 INFO  (zkConnectionManagerCallback-20169-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6135219 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6135346 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 6135803 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 6135804 WARN  (jetty-launcher-20159-thread-5) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 6135849 WARN  (jetty-launcher-20159-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4731a8bf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6135849 WARN  (jetty-launcher-20159-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4731a8bf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6135878 WARN  (jetty-launcher-20159-thread-5) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 6135879 WARN  (jetty-launcher-20159-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1015ee59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6135879 WARN  (jetty-launcher-20159-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1015ee59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6135880 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40324/solr
   [junit4]   2> 6135898 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6135996 INFO  (zkConnectionManagerCallback-20180-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6135996 INFO  (jetty-launcher-20159-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6136334 INFO  (jetty-launcher-20159-thread-5) [n:127.0.0.1:39423_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6136468 INFO  (zkConnectionManagerCallback-20182-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6136468 INFO  (jetty-launcher-20159-thread-5) [n:127.0.0.1:39423_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6136498 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 6136498 WARN  (jetty-launcher-20159-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 6136499 WARN  (jetty-launcher-20159-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5185e78e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136499 WARN  (jetty-launcher-20159-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5185e78e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136517 WARN  (jetty-launcher-20159-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 6136518 WARN  (jetty-launcher-20159-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@61219922[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136518 WARN  (jetty-launcher-20159-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@61219922[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136519 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40324/solr
   [junit4]   2> 6136520 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6136581 INFO  (zkConnectionManagerCallback-20190-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6136581 INFO  (jetty-launcher-20159-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6136779 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 6136780 WARN  (jetty-launcher-20159-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 6136785 INFO  (jetty-launcher-20159-thread-1) [n:127.0.0.1:37067_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6136797 INFO  (zkConnectionManagerCallback-20192-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6136798 INFO  (jetty-launcher-20159-thread-1) [n:127.0.0.1:37067_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6136799 WARN  (jetty-launcher-20159-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5505319d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136799 WARN  (jetty-launcher-20159-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5505319d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136814 WARN  (jetty-launcher-20159-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 6136850 WARN  (jetty-launcher-20159-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@dc6617[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136850 WARN  (jetty-launcher-20159-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@dc6617[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136852 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40324/solr
   [junit4]   2> 6136870 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6136870 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 6136871 WARN  (jetty-launcher-20159-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 6136872 WARN  (jetty-launcher-20159-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7204f70b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136872 WARN  (jetty-launcher-20159-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7204f70b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136873 INFO  (jetty-launcher-20159-thread-1) [n:127.0.0.1:37067_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37067_solr
   [junit4]   2> 6136874 WARN  (jetty-launcher-20159-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 6136874 INFO  (jetty-launcher-20159-thread-1) [n:127.0.0.1:37067_solr     ] o.a.s.c.Overseer Overseer (id=76013218728902667-127.0.0.1:37067_solr-n_0000000000) starting
   [junit4]   2> 6136886 WARN  (jetty-launcher-20159-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@51417b1d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136886 WARN  (jetty-launcher-20159-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@51417b1d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136887 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40324/solr
   [junit4]   2> 6136888 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6136890 INFO  (zkConnectionManagerCallback-20200-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6136899 INFO  (jetty-launcher-20159-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6136907 INFO  (zkConnectionManagerCallback-20206-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6136907 INFO  (jetty-launcher-20159-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6137090 INFO  (jetty-launcher-20159-thread-3) [n:127.0.0.1:38575_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6137167 INFO  (zkConnectionManagerCallback-20208-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6137167 INFO  (jetty-launcher-20159-thread-3) [n:127.0.0.1:38575_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6137185 INFO  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6137241 INFO  (OverseerStateUpdate-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [n:127.0.0.1:37067_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37067_solr
   [junit4]   2> 6137310 INFO  (zkConnectionManagerCallback-20210-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6137310 INFO  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6137314 INFO  (jetty-launcher-20159-thread-1) [n:127.0.0.1:37067_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37067_solr
   [junit4]   2> 6137317 WARN  (jetty-launcher-20159-thread-1) [n:127.0.0.1:37067_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> 6137330 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 6137335 INFO  (jetty-launcher-20159-thread-5) [n:127.0.0.1:39423_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39423_solr as DOWN
   [junit4]   2> 6137335 INFO  (jetty-launcher-20159-thread-5) [n:127.0.0.1:39423_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 6137335 INFO  (jetty-launcher-20159-thread-5) [n:127.0.0.1:39423_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39423_solr
   [junit4]   2> 6137337 WARN  (jetty-launcher-20159-thread-5) [n:127.0.0.1:39423_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> 6137351 INFO  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 6137366 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 6137367 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 6137367 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 6137367 INFO  (zkCallback-20191-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 6137388 INFO  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35633_solr as DOWN
   [junit4]   2> 6137406 INFO  (jetty-launcher-20159-thread-3) [n:127.0.0.1:38575_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38575_solr as DOWN
   [junit4]   2> 6137407 INFO  (zkCallback-20181-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 6137408 INFO  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 6137408 INFO  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35633_solr
   [junit4]   2> 6137410 WARN  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_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> 6137444 INFO  (zkCallback-20207-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 6137444 INFO  (jetty-launcher-20159-thread-3) [n:127.0.0.1:38575_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 6137444 INFO  (jetty-launcher-20159-thread-3) [n:127.0.0.1:38575_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38575_solr
   [junit4]   2> 6137444 INFO  (zkCallback-20209-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6137554 INFO  (zkCallback-20181-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6137554 INFO  (jetty-launcher-20159-thread-1) [n:127.0.0.1:37067_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 6137562 INFO  (zkCallback-20191-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6137582 INFO  (zkCallback-20181-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6137582 INFO  (zkCallback-20191-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6137598 INFO  (jetty-launcher-20159-thread-5) [n:127.0.0.1:39423_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 6137621 INFO  (zkCallback-20207-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6137621 WARN  (jetty-launcher-20159-thread-3) [n:127.0.0.1:38575_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> 6137635 INFO  (zkCallback-20209-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6137656 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:37067_solr, 127.0.0.1:35633_solr, 127.0.0.1:38575_solr, 127.0.0.1:39423_solr]
   [junit4]   2> 6137694 INFO  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 6137741 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 6137840 INFO  (jetty-launcher-20159-thread-1) [n:127.0.0.1:37067_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37067.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6137855 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 6137855 DEBUG (ScheduledTrigger-16607-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 and last live nodes: 4
   [junit4]   2> 6137877 INFO  (jetty-launcher-20159-thread-1) [n:127.0.0.1:37067_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37067.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6137877 INFO  (jetty-launcher-20159-thread-1) [n:127.0.0.1:37067_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37067.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6137878 INFO  (jetty-launcher-20159-thread-1) [n:127.0.0.1:37067_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 6137891 INFO  (jetty-launcher-20159-thread-3) [n:127.0.0.1:38575_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 6137891 INFO  (jetty-launcher-20159-thread-1) [n:127.0.0.1:37067_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/tempDir-001/node1/.
   [junit4]   2> 6137952 INFO  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35633.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138066 INFO  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35633.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138096 INFO  (jetty-launcher-20159-thread-3) [n:127.0.0.1:38575_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38575.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138116 INFO  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35633.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138170 INFO  (jetty-launcher-20159-thread-5) [n:127.0.0.1:39423_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39423.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138172 INFO  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 6138191 INFO  (jetty-launcher-20159-thread-2) [n:127.0.0.1:35633_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/tempDir-001/node4/.
   [junit4]   2> 6138584 INFO  (jetty-launcher-20159-thread-3) [n:127.0.0.1:38575_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38575.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138584 INFO  (jetty-launcher-20159-thread-3) [n:127.0.0.1:38575_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38575.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138603 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 6138604 WARN  (jetty-launcher-20159-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 6138604 WARN  (jetty-launcher-20159-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@534c389a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6138604 WARN  (jetty-launcher-20159-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@534c389a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6138607 WARN  (jetty-launcher-20159-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 6138701 WARN  (jetty-launcher-20159-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@48d7bb61[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6138701 WARN  (jetty-launcher-20159-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@48d7bb61[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6138702 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40324/solr
   [junit4]   2> 6138738 INFO  (jetty-launcher-20159-thread-3) [n:127.0.0.1:38575_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 6138738 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6138758 INFO  (jetty-launcher-20159-thread-3) [n:127.0.0.1:38575_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/tempDir-001/node2/.
   [junit4]   2> 6138759 INFO  (jetty-launcher-20159-thread-5) [n:127.0.0.1:39423_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39423.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138759 INFO  (jetty-launcher-20159-thread-5) [n:127.0.0.1:39423_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39423.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138831 INFO  (zkConnectionManagerCallback-20228-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6138831 INFO  (jetty-launcher-20159-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6138832 INFO  (jetty-launcher-20159-thread-5) [n:127.0.0.1:39423_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 6138832 INFO  (jetty-launcher-20159-thread-5) [n:127.0.0.1:39423_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/tempDir-001/node5/.
   [junit4]   2> 6138925 DEBUG (ScheduledTrigger-16607-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 and last live nodes: 4
   [junit4]   2> 6139015 INFO  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6139032 INFO  (zkConnectionManagerCallback-20230-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6139032 INFO  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6139092 INFO  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 6139094 INFO  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:45355_solr as DOWN
   [junit4]   2> 6139095 INFO  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 6139095 INFO  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45355_solr
   [junit4]   2> 6139153 INFO  (zkCallback-20207-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6139153 INFO  (zkCallback-20191-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6139153 INFO  (zkCallback-20209-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6139165 INFO  (zkCallback-20229-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6139166 WARN  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_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> 6139177 INFO  (zkCallback-20181-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6139256 INFO  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 6139365 INFO  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45355.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6139467 INFO  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45355.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6139467 INFO  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45355.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6139523 INFO  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 6139524 INFO  (jetty-launcher-20159-thread-4) [n:127.0.0.1:45355_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/tempDir-001/node3/.
   [junit4]   2> 6139925 DEBUG (ScheduledTrigger-16607-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 5 and last live nodes: 4
   [junit4]   2> 6139968 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=5
   [junit4]   2> 6139970 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6140015 INFO  (zkConnectionManagerCallback-20239-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6140015 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6140016 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 6140060 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40324/solr ready
   [junit4]   2> 6140138 INFO  (qtp1620527692-158130) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 6140314 INFO  (qtp1620527692-158122) [n:127.0.0.1:35633_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 6140609 INFO  (qtp737999112-158113) [n:127.0.0.1:37067_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 6140645 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=33
   [junit4]   2> 6140731 INFO  (qtp529013252-158134) [n:127.0.0.1:39423_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 6140833 INFO  (qtp1552163145-158140) [n:127.0.0.1:45355_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 6140833 DEBUG (qtp205871446-158144) [n:127.0.0.1:38575_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 6140852 INFO  (qtp205871446-158144) [n:127.0.0.1:38575_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=625
   [junit4]   2> 6140855 DEBUG (zkCallback-20191-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 6140948 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 6140998 DEBUG (ScheduledTrigger-16607-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 5 and last live nodes: 5
   [junit4]   2> 6141120 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 6141180 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 6141601 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[1C7141ED5C9D4DB9]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBelowSearchRate
   [junit4]   2> 6141603 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[1C7141ED5C9D4DB9]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 6141617 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[1C7141ED5C9D4DB9]) [     ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, new znode version 3
   [junit4]   2> 6141633 DEBUG (zkCallback-20191-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 6141633 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 6141633 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 6141633 DEBUG (OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 6141711 INFO  (qtp737999112-158101) [n:127.0.0.1:37067_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 6141747 INFO  (OverseerThreadFactory-16609-thread-1-processing-n:127.0.0.1:37067_solr) [n:127.0.0.1:37067_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection belowRate_collection
   [junit4]   2> 6141960 INFO  (OverseerStateUpdate-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [n:127.0.0.1:37067_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35633/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 6141995 INFO  (OverseerStateUpdate-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [n:127.0.0.1:37067_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37067/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 6142291 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr    x:belowRate_collection_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 6142309 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr    x:belowRate_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 6142325 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr    x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 6143456 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.1
   [junit4]   2> 6143473 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.1
   [junit4]   2> 6143510 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 6143546 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 6143546 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n1' using configuration from collection belowRate_collection, trusted=true
   [junit4]   2> 6143547 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35633.solr.core.belowRate_collection.shard1.replica_n1' (registry 'solr.core.belowRate_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6143547 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/tempDir-001/node4/belowRate_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/tempDir-001/node4/./belowRate_collection_shard1_replica_n1/data/]
   [junit4]   2> 6143677 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 6143692 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 6143692 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n2' using configuration from collection belowRate_collection, trusted=true
   [junit4]   2> 6143693 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37067.solr.core.belowRate_collection.shard1.replica_n2' (registry 'solr.core.belowRate_collection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6143693 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/tempDir-001/node1/belowRate_collection_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/tempDir-001/node1/./belowRate_collection_shard1_replica_n2/data/]
   [junit4]   2> 6144202 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 6144202 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 6144254 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 6144254 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 6144268 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1aa5c12f[belowRate_collection_shard1_replica_n1] main]
   [junit4]   2> 6144281 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 6144281 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 6144282 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 6144282 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654674582582329344
   [junit4]   2> 6144300 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 6144300 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 6144302 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 6144302 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 6144303 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1827522c[belowRate_collection_shard1_replica_n2] main]
   [junit4]   2> 6144318 INFO  (searcherExecutor-16633-thread-1-processing-n:127.0.0.1:35633_solr x:belowRate_collection_shard1_replica_n1 c:belowRate_collection s:shard1 r:core_node3) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n1] Registered new searcher Searcher@1aa5c12f[belowRate_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6144374 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 6144387 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 6144387 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/belowRate_collection/leaders/shard1
   [junit4]   2> 6144406 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9983ms
   [junit4]   2> 6144423 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 6144423 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 6144423 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654674582730178560
   [junit4]   2> 6144460 INFO  (searcherExecutor-16634-thread-1-processing-n:127.0.0.1:37067_solr x:belowRate_collection_shard1_replica_n2 c:belowRate_collection s:shard1 r:core_node4) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n2] Registered new searcher Searcher@1827522c[belowRate_collection_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6144463 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 6144463 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/belowRate_collection/leaders/shard1
   [junit4]   2> 6144920 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 6144920 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 6144920 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:35633/solr/belowRate_collection_shard1_replica_n1/
   [junit4]   2> 6144920 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=belowRate_collection_shard1_replica_n1 url=https://127.0.0.1:35633/solr START replicas=[https://127.0.0.1:37067/solr/belowRate_collection_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 6144921 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=belowRate_collection_shard1_replica_n1 url=https://127.0.0.1:35633/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 6144956 INFO  (qtp737999112-158113) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.S.Request [belowRate_collection_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 6144964 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 6144964 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 6144964 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/belowRate_collection/leaders/shard1/leader after winning as /collections/belowRate_collection/leader_elect/shard1/election/76013218728902671-core_node3-n_0000000000
   [junit4]   2> 6145046 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:35633/solr/belowRate_collection_shard1_replica_n1/ shard1
   [junit4]   2> 6145176 INFO  (zkCallback-20209-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6145177 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 6145178 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2869
   [junit4]   2> 6145399 INFO  (zkCallback-20209-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6145448 INFO  (zkCallback-20209-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6145526 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3235
   [junit4]   2> 6145570 INFO  (qtp737999112-158101) [n:127.0.0.1:37067_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 6145684 INFO  (zkCallback-20209-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6145684 INFO  (zkCallback-20209-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6145685 INFO  (zkCallback-20191-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6145685 INFO  (zkCallback-20191-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6145692 INFO  (qtp737999112-158101) [n:127.0.0.1:37067_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3980
   [junit4]   2> 6145700 INFO  (qtp737999112-158114) [n:127.0.0.1:37067_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=belowRate_collection&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 6145758 INFO  (OverseerCollectionConfigSetProcessor-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [n:127.0.0.1:37067_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 6145759 INFO  (OverseerThreadFactory-16609-thread-2-processing-n:127.0.0.1:37067_solr) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:38575_solr for creating new replica of shard shard1 for collection belowRate_collection
   [junit4]   2> 6145760 INFO  (OverseerThreadFactory-16609-thread-2-processing-n:127.0.0.1:37067_solr) [n:127.0.0.1:37067_solr c:belowRate_collection s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 6145779 INFO  (OverseerStateUpdate-76013218728902667-127.0.0.1:37067_solr-n_0000000000) [n:127.0.0.1:37067_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38575/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38575_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 6145881 INFO  (zkCallback-20191-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6145881 INFO  (zkCallback-20191-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6145881 INFO  (zkCallback-20209-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6145881 INFO  (zkCallback-20209-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6146297 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr    x:belowRate_collection_shard1_replica_n5 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=belowRate_collection_shard1_replica_n5&action=CREATE&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 6146395 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.1
   [junit4]   2> 6146445 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n5] Schema name=minimal
   [junit4]   2> 6146448 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 6146448 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n5' using configuration from collection belowRate_collection, trusted=true
   [junit4]   2> 6146464 INFO  (zkCallback-20191-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6146468 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38575.solr.core.belowRate_collection.shard1.replica_n5' (registry 'solr.core.belowRate_collection.shard1.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6146468 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n5] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/tempDir-001/node2/belowRate_collection_shard1_replica_n5], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_1C7141ED5C9D4DB9-001/tempDir-001/node2/./belowRate_collection_shard1_replica_n5/data/]
   [junit4]   2> 6146473 INFO  (zkCallback-20191-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6146490 INFO  (zkCallback-20209-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6146490 INFO  (zkCallback-20209-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 6147116 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 6147116 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 6147117 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 6147117 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 6147118 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2f180118[belowRate_collection_shard1_replica_n5] main]
   [junit4]   2> 6147193 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 6147194 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 6147194 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 6147194 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654674585635782656
   [junit4]   2> 6147210 INFO  (searcherExecutor-16643-thread-1-processing-n:127.0.0.1:38575_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n5] Registered new searcher Searcher@2f180118[belowRate_collection_shard1_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6147216 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node6=0, core_node3=0, core_node4=0}, version=2}
   [junit4]   2> 6147216 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/belowRate_collection/leaders/shard1
   [junit4]   2> 6147304 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.ZkController Core needs to recover:belowRate_collection_shard1_replica_n5
   [junit4]   2> 6147305 INFO  (updateExecutor-20194-thread-1-processing-n:127.0.0.1:38575_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 6147305 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=belowRate_collection_shard1_replica_n5&action=CREATE&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1008
   [junit4]   2> 6147306 INFO  (recoveryExecutor-20198-thread-1-processing-n:127.0.0.1:38575_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 6147306 INFO  (recoveryExecutor-20198-thread-1-processing-n:127.0.0.1:38575_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy startupVersions is empty
   [junit4]   2> 6147335 INFO  

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

t/election/76013218728902667-127.0.0.1:37067_solr-n_0000000000
   [junit4]   2> 	2	/solr/collections/aboveRate_collection/leader_elect/shard1/election/76013218728902670-core_node4-n_0000000000
   [junit4]   2> 	2	/solr/collections/belowRate_collection/leader_elect/shard1/election/76013218728902671-core_node3-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	95	/solr/overseer/queue
   [junit4]   2> 	36	/solr/overseer/collection-queue-work
   [junit4]   2> 	30	/solr/live_nodes
   [junit4]   2> 	27	/solr/collections
   [junit4]   2> 	6	/solr/autoscaling/events/search_rate_trigger2
   [junit4]   2> 	2	/solr/autoscaling/events/search_rate_trigger1
   [junit4]   2> 
   [junit4]   2> 6213325 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:40324
   [junit4]   2> 6213325 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40324
   [junit4]   2> 6213325 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40324
   [junit4]   2> 6213326 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Jan 03, 2020 3:05:20 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=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1226c268), locale=und, timezone=Asia/Ust-Nera
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=223046528,total=511705088
   [junit4]   2> NOTE: All tests run in this JVM: [NestedShardedAtomicUpdateTest, TestBM25SimilarityFactory, TestLegacyNumericRangeQueryBuilder, AdminHandlersProxyTest, AnalysisErrorHandlingTest, StressHdfsTest, CachingDirectoryFactoryTest, MetricsHistoryIntegrationTest, TestGraphTermsQParserPlugin, TestOnReconnectListenerSupport, HdfsNNFailoverTest, TestFilteredDocIdSet, HdfsDirectoryTest, DistributedSuggestComponentTest, TestUnInvertedFieldException, DateRangeFieldTest, SchemaVersionSpecificBehaviorTest, HdfsTlogReplayBufferedWhileIndexingTest, TestEmbeddedSolrServerSchemaAPI, TestStandardQParsers, TestBadConfig, DirectSolrConnectionTest, RemoteQueryErrorTest, SolrMetricReporterTest, ShowFileRequestHandlerTest, TestBlendedInfixSuggestions, RestoreTriggerStateTest, NotRequiredUniqueKeyTest, TestGeoJSONResponseWriter, AnalysisAfterCoreReloadTest, TestSolrCachePerf, ScheduledTriggerTest, TestAddFieldRealTimeGet, TestPointFields, SignatureUpdateProcessorFactoryTest, DistributedQueryComponentOptimizationTest, TestSystemIdResolver, TestLegacyFieldReuse, TestBulkSchemaAPI, TestCloudManagedSchema, TestFunctionQuery, SplitByPrefixTest, TestWaitForStateWithJettyShutdowns, TestJsonRequest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, LargeFieldTest, TestPullReplicaErrorHandling, TestTrie, AnalyticsQueryTest, AutoScalingHandlerTest, SpellingQueryConverterTest, TestUnifiedSolrHighlighter, TestSolrCloudWithKerberosAlt, MoreLikeThisHandlerTest, OverriddenZkACLAndCredentialsProvidersTest, RoutingToNodesWithPropertiesTest, TestSolrJ, TestHdfsCloudBackupRestore, IndexSchemaRuntimeFieldTest, TestConfigReload, ZkSolrClientTest, HttpPartitionWithTlogReplicasTest, TransactionLogTest, ZkStateReaderTest, WrapperMergePolicyFactoryTest, TestConfigOverlay, TestSolrIndexConfig, BadIndexSchemaTest, TestCryptoKeys, TestManagedSchemaAPI, CollectionsAPISolrJTest, SolrIndexMetricsTest, TestMacros, TestSafeXMLParsing, NodeLostTriggerIntegrationTest, TestPivotHelperCode, TestLuceneIndexBackCompat, CoreMergeIndexesAdminHandlerTest, TestSQLHandlerNonCloud, DeleteInactiveReplicaTest, TestReplicationHandler, SuggesterFSTTest, SignificantTermsQParserPluginTest, TestStressReorder, CollectionsAPIDistributedZkTest, TestSimTriggerIntegration, MissingSegmentRecoveryTest, TestGroupingSearch, TestReqParamsAPI, SolrPluginUtilsTest, NestedAtomicUpdateTest, ActionThrottleTest, BasicAuthOnSingleNodeTest, TestInPlaceUpdatesDistrib, IndexSizeTriggerSizeEstimationTest, TestFieldCacheWithThreads, DistribCursorPagingTest, TestCrossCoreJoin, SliceStateTest, TestExtendedDismaxParser, EchoParamsTest, TestRequestStatusCollectionAPI, CircularListTest, TestCloudJSONFacetSKG, ChaosMonkeySafeLeaderTest, HdfsRestartWhileUpdatingTest, HealthCheckHandlerTest, VMParamsZkACLAndCredentialsProvidersTest, TestComplexPhraseLeadingWildcard, TestDistribPackageStore, VersionInfoTest, OverseerRolesTest, PrimitiveFieldTypeTest, TestStressThreadBackup, ReplicationFactorTest, DirectUpdateHandlerTest, TestSurroundQueryParser, SearchHandlerTest, TestCloudDeleteByQuery, TestSimGenericDistributedQueue, XmlInterpolationTest, PropertiesRequestHandlerTest, GraphQueryTest, TestSchemaResource, TestStressInPlaceUpdates, PolyFieldTest, TestScoreJoinQPNoScore, TestRTGBase, BlockJoinFacetDistribTest, TestNRTOpen, DistanceUnitsTest, JWTAuthPluginTest, DirectSolrSpellCheckerTest, BasicZkTest, DocumentAnalysisRequestHandlerTest, TestLeaderElectionZkExpiry, TestManagedSynonymFilterFactory, CoreAdminHandlerTest, TestRandomDVFaceting, CustomTermsComponentTest, TestOverriddenPrefixQueryForCustomFieldType, CleanupOldIndexTest, SoftAutoCommitTest, TestReversedWildcardFilterFactory, JavabinLoaderTest, TlogReplayBufferedWhileIndexingTest, TestExceedMaxTermLength, CursorPagingTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, MinimalSchemaTest, OutputWriterTest, SampleTest, TestDistributedMissingSort, TestDistributedSearch, TestDocumentBuilder, TestHighlightDedupGrouping, TestJoin, TestRandomFaceting, TestSimpleTrackingShardHandler, TestSolrCoreProperties, TestSolrTestCaseJ4, TestTolerantSearch, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TestCharFilters, TestDeprecatedFilters, TestLuceneMatchVersion, TestWordDelimiterFilterFactory, TokenizerChainTest, TestJettySolrRunner, ConnectionReuseTest, AddReplicaTest, AliasIntegrationTest, BasicDistributedZk2Test, ClusterStateUpdateTest, CollectionPropsTest, CollectionStateFormat2Test, ConnectionManagerTest, CreateCollectionCleanupTest, CreateRoutedAliasTest, DeleteShardTest, DeleteStatusTest, DistributedQueueTest, ForceLeaderTest, LeaderElectionTest, LeaderFailoverAfterPartitionTest, LeaderTragicEventTest, MetricsHistoryWithAuthIntegrationTest, MoveReplicaTest, MultiSolrCloudTestCaseTest, OverseerStatusTest, OverseerTest, RecoveryZkTest, ShardRoutingCustomTest, ShardRoutingTest, SharedFSAutoReplicaFailoverTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, SolrXmlInZkTest, SystemCollectionCompatTest, TestCloudInspectUtil, TestCloudPhrasesIdentificationComponent, TestCloudPivotFacet, TestCloudRecovery, TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, TestDynamicFieldNamesIndexCorrectly, TestPullReplica, TestRandomRequestDistribution, TestSizeLimitedDistributedMap, TestSolrCloudWithDelegationTokens, TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud, TestUtilizeNode, TestZkChroot, TriLevelCompositeIdRoutingTest, UnloadDistributedZkTest, ZkCLITest, ZkControllerTest, ZkNodePropsTest, ZkShardTermsTest, CustomCollectionTest, HdfsCollectionsAPIDistributedZkTest, TestLocalFSCloudBackupRestore, TestReplicaProperties, AutoAddReplicasPlanActionTest, ComputePlanActionTest, HttpTriggerListenerTest, IndexSizeTriggerMixedBoundsTest, NodeMarkersRegistrationTest, ScheduledTriggerIntegrationTest, SearchRateTriggerIntegrationTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SearchRateTriggerIntegrationTest -Dtests.seed=1C7141ED5C9D4DB9 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt -Dtests.locale=und -Dtests.timezone=Asia/Ust-Nera -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | SearchRateTriggerIntegrationTest (suite) <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
   [junit4]    >   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1C7141ED5C9D4DB9]:0)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
   [junit4]    > 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]    > 	at java.security.AccessController.checkPermission(AccessController.java:884)
   [junit4]    > 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
   [junit4]    > 	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
   [junit4]    > 	at java.lang.Class.checkPackageAccess(Class.java:2372)
   [junit4]    > 	at java.lang.Class.checkMemberAccess(Class.java:2351)
   [junit4]    > 	at java.lang.Class.getDeclaredFields(Class.java:1915)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	... 10 more
   [junit4] Completed [569/889 (1!)] on J0 in 79.46s, 3 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 54014 lines...]

Re: [JENKINS] Lucene-Solr-NightlyTests-8.4 - Build # 17 - Failure

Posted by David Smiley <da...@gmail.com>.
FYI Ignacio
https://issues.apache.org/jira/browse/LUCENE-8673

~ David Smiley
Apache Lucene/Solr Search Developer
http://www.linkedin.com/in/davidwsmiley


On Wed, Jan 1, 2020 at 6:03 PM Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/17/
>
> 3 tests failed.
> FAILED:
> org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig
>
> Error Message:
> Java heap space
>
> Stack Trace:
> java.lang.OutOfMemoryError: Java heap space
>         at
> __randomizedtesting.SeedInfo.seed([34794AE69CB7F902:B32E37690DEE8582]:0)
>         at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
>         at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
>         at
> org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
>         at
> org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
>         at
> org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
>         at
> org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:67)
>         at
> org.apache.lucene.util.bkd.BKDRadixSelector.offlinePartition(BKDRadixSelector.java:282)
>         at
> org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:258)
>         at
> org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
>         at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1647)
>         at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1669)
>         at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:797)
>         at
> org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
>         at
> org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
>         at
> org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
>         at
> org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
>         at
> org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
>         at
> org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
>         at
> org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
>         at
> org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
>         at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
>         at
> org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
>         at
> org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
>         at
> org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5120)
>         at
> org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
>         at
> org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
>         at
> org.apache.lucene.document.BaseShapeTestCase.indexRandomShapes(BaseShapeTestCase.java:231)
>         at
> org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:212)
>         at
> org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:138)
>         at
> org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig(TestXYMultiPolygonShapeQueries.java:143)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>
>
> FAILED:  junit.framework.TestSuite.org
> .apache.solr.handler.TestReplicationHandler
>
> Error Message:
> ObjectTracker found 6 object(s) that were not released!!!
> [RawDirectoryWrapper, SolrCore, InternalHttpClient, MockDirectoryWrapper,
> MockDirectoryWrapper, MockDirectoryWrapper]
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.RawDirectoryWrapper  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
> at
> org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
> at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.solr.core.SolrCore  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1078)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.http.impl.client.InternalHttpClient  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
> at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
> at
> org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
> at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at
> org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
> at
> org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
> at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
> at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
> at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
> at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)  at
> org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
> at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
> at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
> at
> org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
> at
> org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
> at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)   expected null, but
> was:<ObjectTracker found 6 object(s) that were not released!!!
> [RawDirectoryWrapper, SolrCore, InternalHttpClient, MockDirectoryWrapper,
> MockDirectoryWrapper, MockDirectoryWrapper]
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.RawDirectoryWrapper  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
> at
> org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
> at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.solr.core.SolrCore  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1078)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.http.impl.client.InternalHttpClient  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
> at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
> at
> org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
> at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at
> org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
> at
> org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
> at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
> at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
> at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
> at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)  at
> org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
> at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
> at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
> at
> org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
> at
> org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
> at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)  >
>
> Stack Trace:
> java.lang.AssertionError: ObjectTracker found 6 object(s) that were not
> released!!! [RawDirectoryWrapper, SolrCore, InternalHttpClient,
> MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper]
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.RawDirectoryWrapper
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>         at
> org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.solr.core.SolrCore
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1078)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.http.impl.client.InternalHttpClient
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
>         at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
>         at
> org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
>         at
> org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
>         at
> org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
>         at
> org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>         at
> org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
>         at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>         at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)
>         at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>         at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
>         at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
>         at
> org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
>         at
> org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
>         at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>         at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
>         at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
>         at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
>  expected null, but was:<ObjectTracker found 6 object(s) that were not
> released!!! [RawDirectoryWrapper, SolrCore, InternalHttpClient,
> MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper]
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.RawDirectoryWrapper
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>         at
> org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.solr.core.SolrCore
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1078)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.http.impl.client.InternalHttpClient
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
>         at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
>         at
> org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
>         at
> org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
>         at
> org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
>         at
> org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>         at
> org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
>         at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>         at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)
>         at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>         at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
>         at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
>         at
> org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
>         at
> org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
>         at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>         at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
>         at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
>         at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> >
>         at __randomizedtesting.SeedInfo.seed([925881B05740A297]:0)
>         at org.junit.Assert.fail(Assert.java:88)
>         at org.junit.Assert.failNotNull(Assert.java:755)
>         at org.junit.Assert.assertNull(Assert.java:737)
>         at
> org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:343)
>         at sun.reflect.GeneratedMethodAccessor185.invoke(Unknown Source)
>         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$7.evaluate(RandomizedRunner.java:901)
>         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)
>
>
> FAILED:  junit.framework.TestSuite.org
> .apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
>
> Error Message:
> Clean up static fields (in @AfterClass?) and null them, your test still
> has references to classes of which the sizes cannot be measured due to
> security restrictions or Java 9 module encapsulation:   - private static
> org.apache.solr.client.solrj.cloud.SolrCloudManager
> org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
>
> Stack Trace:
> junit.framework.AssertionFailedError: Clean up static fields (in
> @AfterClass?) and null them, your test still has references to classes of
> which the sizes cannot be measured due to security restrictions or Java 9
> module encapsulation:
>   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager
> org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
>         at __randomizedtesting.SeedInfo.seed([925881B05740A297]:0)
>         at
> com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
>         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)
> Caused by: java.security.AccessControlException: access denied
> ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
>         at
> java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
>         at
> java.security.AccessController.checkPermission(AccessController.java:884)
>         at
> java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
>         at
> java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
>         at java.lang.Class.checkPackageAccess(Class.java:2372)
>         at java.lang.Class.checkMemberAccess(Class.java:2351)
>         at java.lang.Class.getDeclaredFields(Class.java:1915)
>         at
> com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
>         at
> com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at
> com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
>         at
> com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
>         at
> com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
>         at
> com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
>         ... 10 more
>
>
>
>
> Build Log:
> [...truncated 11082 lines...]
>    [junit4] Suite:
> org.apache.lucene.document.TestXYMultiPolygonShapeQueries
>    [junit4]   2> NOTE: download the large Jenkins line-docs file by
> running 'ant get-jenkins-line-docs' in the lucene directory.
>    [junit4]   2> NOTE: reproduce with: ant test
> -Dtestcase=TestXYMultiPolygonShapeQueries -Dtests.method=testRandomBig
> -Dtests.seed=34794AE69CB7F902 -Dtests.multiplier=2 -Dtests.nightly=true
> -Dtests.slow=true
> -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt
> -Dtests.locale=es-CR -Dtests.timezone=Jamaica -Dtests.asserts=true
> -Dtests.file.encoding=US-ASCII
>    [junit4] ERROR    512s J1 |
> TestXYMultiPolygonShapeQueries.testRandomBig <<<
>    [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([34794AE69CB7F902:B32E37690DEE8582]:0)
>    [junit4]    >        at
> org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
>    [junit4]    >        at
> org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
>    [junit4]    >        at
> org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
>    [junit4]    >        at
> org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
>    [junit4]    >        at
> org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:67)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDRadixSelector.offlinePartition(BKDRadixSelector.java:282)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:258)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1647)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1669)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:797)
>    [junit4]    >        at
> org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
>    [junit4]    >        at
> org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
>    [junit4]    >        at
> org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
>    [junit4]    >        at
> org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
>    [junit4]    >        at
> org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
>    [junit4]    >        at
> org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
>    [junit4]    >        at
> org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
>    [junit4]    >        at
> org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5120)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
>    [junit4]    >        at
> org.apache.lucene.document.BaseShapeTestCase.indexRandomShapes(BaseShapeTestCase.java:231)
>    [junit4]    >        at
> org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:212)
>    [junit4]    >        at
> org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:138)
>    [junit4]    >        at
> org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig(TestXYMultiPolygonShapeQueries.java:143)
>    [junit4]   2> NOTE: leaving temporary files on disk at:
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/lucene/build/sandbox/test/J1/temp/lucene.document.TestXYMultiPolygonShapeQueries_34794AE69CB7F902-001
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84):
> {id=PostingsFormat(name=LuceneVarGapFixedInterval)},
> docValues:{shape=DocValuesFormat(name=Direct),
> id=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=273,
> maxMBSortInHeap=6.345346266691905,
> sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1e99cac0),
> locale=es-CR, timezone=Jamaica
>    [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation
> 1.8.0_191 (64-bit)/cpus=4,threads=1,free=156151040,total=189792256
>    [junit4]   2> NOTE: All tests run in this JVM: [TestBM25FQuery,
> TestXYMultiPolygonShapeQueries]
>    [junit4] Completed [35/40 (1!)] on J1 in 1046.68s, 5 tests, 1 error <<<
> FAILURES!
>
> [...truncated 16 lines...]
>    [junit4] JVM J1: stdout was not empty, see:
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/lucene/build/sandbox/test/temp/junit4-J1-20200101_203029_534536506346031713395.sysout
>    [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
>    [junit4] java.lang.OutOfMemoryError: Java heap space
>    [junit4] Dumping heap to
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/heapdumps/java_pid22598.hprof
> ...
>    [junit4] Heap dump file created [434666512 bytes in 0.560 secs]
>    [junit4] <<< JVM J1: EOF ----
>
> [...truncated 3886 lines...]
>    [junit4] Suite:
> org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
>    [junit4]   2> 2086940 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001
>    [junit4]   2> 2086940 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
>    [junit4]   2> 2086941 INFO  (ZkTestServer Run Thread) [     ]
> o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
>    [junit4]   2> 2086941 INFO  (ZkTestServer Run Thread) [     ]
> o.a.s.c.ZkTestServer Starting server
>    [junit4]   2> 2087041 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.ZkTestServer start zk server on port:37205
>    [junit4]   2> 2087041 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:37205
>    [junit4]   2> 2087041 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37205
>    [junit4]   2> 2087041 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37205
>    [junit4]   2> 2087046 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087056 INFO  (zkConnectionManagerCallback-7460-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087056 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087076 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087080 INFO  (zkConnectionManagerCallback-7462-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087080 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087082 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087082 INFO  (zkConnectionManagerCallback-7464-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087082 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087190 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 2087190 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 2087190 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 2087190 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z;
> git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 2087191 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 2087191 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 2087191 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 2087191 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z;
> git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 2087193 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 2087194 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 2087194 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 2087194 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z;
> git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 2087198 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 2087198 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 2087198 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 2087198 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z;
> git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 2087207 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 2087207 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 2087208 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 2087216 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 2087216 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 2087216 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 2087217 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 2087217 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 2087217 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 2087217 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z;
> git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 2087218 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7d1e0aae
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2087218 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 2087218 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 2087218 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d7fb1af
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.AbstractConnector Started ServerConnector@a5aa9f8{SSL,[ssl,
> http/1.1]}{127.0.0.1:45809}
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.Server Started @2087249ms
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=45809}
>    [junit4]   2> 2087219 ERROR (jetty-launcher-7465-thread-1) [     ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.4.1
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2020-01-01T21:49:23.138Z
>    [junit4]   2> 2087221 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 2087221 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 2087221 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 2087221 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6cdb9874
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.AbstractConnector Started ServerConnector@16091f{SSL,[ssl,
> http/1.1]}{127.0.0.1:37717}
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.Server Started @2087252ms
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=37717}
>    [junit4]   2> 2087222 ERROR (jetty-launcher-7465-thread-5) [     ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.4.1
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2020-01-01T21:49:23.141Z
>    [junit4]   2> 2087223 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.AbstractConnector Started ServerConnector@4797cb46{SSL,[ssl,
> http/1.1]}{127.0.0.1:40335}
>    [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.Server Started @2087256ms
>    [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=40335}
>    [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6ba73b66
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2087227 ERROR (jetty-launcher-7465-thread-4) [     ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.4.1
>    [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2020-01-01T21:49:23.146Z
>    [junit4]   2> 2087229 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 2087229 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 2087229 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 2087230 INFO  (zkConnectionManagerCallback-7467-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087230 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087230 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2087232 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5111a226
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.AbstractConnector Started ServerConnector@25b3e6ed{SSL,[ssl,
> http/1.1]}{127.0.0.1:42235}
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.Server Started @2087264ms
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=42235}
>    [junit4]   2> 2087234 INFO  (zkConnectionManagerCallback-7469-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087234 ERROR (jetty-launcher-7465-thread-3) [     ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.4.1
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2020-01-01T21:49:23.153Z
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.AbstractConnector Started ServerConnector@194ab529{SSL,[ssl,
> http/1.1]}{127.0.0.1:46457}
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.Server Started @2087269ms
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=46457}
>    [junit4]   2> 2087239 ERROR (jetty-launcher-7465-thread-2) [     ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.4.1
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2020-01-01T21:49:23.158Z
>    [junit4]   2> 2087240 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087241 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087241 INFO  (zkConnectionManagerCallback-7473-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087241 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087241 INFO  (zkConnectionManagerCallback-7471-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087241 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087241 INFO  (zkConnectionManagerCallback-7475-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087242 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087340 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2087348 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2087348 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2087385 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 2087386 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087386 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@3eac6d5f
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087386 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@3eac6d5f[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087388 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087393 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@681df766
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087393 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@681df766[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087394 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
>    [junit4]   2> 2087400 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087400 INFO  (zkConnectionManagerCallback-7483-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087400 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087424 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 2087425 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087425 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@14effa35
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087425 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@14effa35[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087428 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087430 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@39fabf7d
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087430 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@39fabf7d[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087431 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
>    [junit4]   2> 2087432 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087432 INFO  (zkConnectionManagerCallback-7489-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087432 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087564 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2087567 INFO  (zkConnectionManagerCallback-7493-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087567 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2087616 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.OverseerElectionContext I am going
> to be the leader 127.0.0.1:45809_solr
>    [junit4]   2> 2087620 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.Overseer Overseer
> (id=72997180793290762-127.0.0.1:45809_solr-n_0000000000) starting
>    [junit4]   2> 2087624 INFO
> (OverseerStateUpdate-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.Overseer Starting to work on the
> main queue : 127.0.0.1:45809_solr
>    [junit4]   2> 2087626 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 2087626 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 2087626 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087627 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087637 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@6b48488c
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087637 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@6b48488c[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087637 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@7b2e5348
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087637 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@7b2e5348[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087637 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:45809_solr
>    [junit4]   2> 2087638 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and
> .scheduled_maintenance triggers
>    [junit4]   2> 2087639 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087639 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087639 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with
> znode version 1
>    [junit4]   2> 2087639 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
> lastZnodeVersion 0
>    [junit4]   2> 2087639 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
> znodeVersion 1
>    [junit4]   2> 2087640 WARN  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_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> 2087645 INFO  (zkCallback-7492-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 2087646 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@520ec9bb
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087646 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@520ec9bb[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087646 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@6a4a1375
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087646 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@6a4a1375[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087655 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
>    [junit4]   2> 2087655 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
>    [junit4]   2> 2087656 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087656 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087656 INFO  (zkConnectionManagerCallback-7508-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087656 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087660 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 2087660 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas -
> Initial livenodes: [127.0.0.1:45809_solr]
>    [junit4]   2> 2087664 INFO  (zkConnectionManagerCallback-7507-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087664 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087664 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost /
> nodeAdded markers
>    [junit4]   2> 2087664 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
> lastZnodeVersion 1
>    [junit4]   2> 2087665 DEBUG (ScheduledTrigger-7297-thread-3) [     ]
> o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
> currently live nodes: 1 and last live nodes: 1
>    [junit4]   2> 2087681 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_45809.solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087686 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_45809.solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087687 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_45809.solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087742 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 2087742 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087743 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@23d6d4c4
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087743 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@23d6d4c4[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087745 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087748 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@18354973
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087748 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@18354973[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087749 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
>    [junit4]   2> 2087750 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087751 INFO  (zkConnectionManagerCallback-7516-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087751 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087761 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2087762 INFO  (zkConnectionManagerCallback-7518-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087762 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2087766 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2087766 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.p.PackageLoader /packages.json
> updated to version -1
>    [junit4]   2> 2087766 INFO  (zkConnectionManagerCallback-7520-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087767 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2087767 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001/node2/.
>    [junit4]   2> 2087861 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2087862 INFO  (zkConnectionManagerCallback-7522-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087862 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2087867 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2087868 INFO  (zkConnectionManagerCallback-7524-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087868 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2087870 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (1)
>    [junit4]   2> 2087871 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (1)
>    [junit4]   2> 2087871 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (1)
>    [junit4]   2> 2087872 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (1)
>    [junit4]   2> 2087873 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.ZkController Publish
> node=127.0.0.1:42235_solr as DOWN
>    [junit4]   2> 2087873 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.ZkController Publish
> node=127.0.0.1:40335_solr as DOWN
>    [junit4]   2> 2087873 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.ZkController Publish
> node=127.0.0.1:37717_solr as DOWN
>    [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 2147483647 transient cores
>    [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:42235_solr
>    [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 2147483647 transient cores
>    [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:40335_solr
>    [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 2147483647 transient cores
>    [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:37717_solr
>    [junit4]   2> 2087875 INFO  (zkCallback-7492-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
>    [junit4]   2> 2087875 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.ZkController Publish
> node=127.0.0.1:46457_solr as DOWN
>    [junit4]   2> 2087876 WARN  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_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> 2087880 WARN  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_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> 2087880 WARN  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_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> 2087884 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 2147483647 transient cores
>    [junit4]   2> 2087884 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:46457_solr
>    [junit4]   2> 2087884 INFO  (zkCallback-7523-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
>    [junit4]   2> 2087884 INFO  (zkCallback-7492-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 2087885 INFO  (zkCallback-7519-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (5)
>    [junit4]   2> 2087885 WARN  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_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> 2087888 INFO  (zkCallback-7517-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
>    [junit4]   2> 2087888 INFO  (zkCallback-7517-thread-2) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 2087888 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 2087888 INFO  (zkCallback-7523-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 2087892 INFO  (zkCallback-7521-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (5)
>    [junit4]   2> 2087895 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 2087897 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 2087900 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 2087957 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_42235.solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087959 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_40335.solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087962 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_46457.solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087972 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_37717.solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087983 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_42235.solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087983 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_42235.solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087985 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.p.PackageLoader /packages.json
> updated to version -1
>    [junit4]   2> 2087986 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_40335.solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087986 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_40335.solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087986 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001/node3/.
>    [junit4]   2> 2087987 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_46457.solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087987 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_46457.solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087988 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.p.PackageLoader /packages.json
> updated to version -1
>    [junit4]   2> 2087988 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.p.PackageLoader /packages.json
> updated to version -1
>    [junit4]   2> 2087988 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001/node4/.
>    [junit4]   2> 2087989 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001/node1/.
>    [junit4]   2> 2087990 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_37717.solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087990 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_37717.solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087992 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.p.PackageLoader /packages.json
> updated to version -1
>    [junit4]   2> 2087993 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B
>
> [...truncated too long message...]
>
>     >   at java.lang.Thread.run(Thread.java:748)
>    [junit4]    >  expected null, but was:<ObjectTracker found 6 object(s)
> that were not released!!! [RawDirectoryWrapper, SolrCore,
> InternalHttpClient, MockDirectoryWrapper, MockDirectoryWrapper,
> MockDirectoryWrapper]
>    [junit4]    >
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.RawDirectoryWrapper
>    [junit4]    >        at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>    [junit4]    >        at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>    [junit4]    >        at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
>    [junit4]    >        at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4]    >
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.solr.core.SolrCore
>    [junit4]    >        at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:1078)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>    [junit4]    >        at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
>    [junit4]    >        at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4]    >
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.http.impl.client.InternalHttpClient
>    [junit4]    >        at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>    [junit4]    >        at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
>    [junit4]    >        at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
>    [junit4]    >        at
> org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
>    [junit4]    >        at
> org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
>    [junit4]    >        at
> org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
>    [junit4]    >        at
> org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>    [junit4]    >        at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
>    [junit4]    >        at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4]    >
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper
>    [junit4]    >        at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>    [junit4]    >        at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>    [junit4]    >        at
> org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>    [junit4]    >        at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
>    [junit4]    >        at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4]    >
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper
>    [junit4]    >        at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>    [junit4]    >        at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>    [junit4]    >        at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
>    [junit4]    >        at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4]    >
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper
>    [junit4]    >        at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>    [junit4]    >        at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>    [junit4]    >        at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
>    [junit4]    >        at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
>    [junit4]    >        at
> org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
>    [junit4]    >        at
> org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
>    [junit4]    >        at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
>    [junit4]    >        at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
>    [junit4]    >        at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4]    > >
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([925881B05740A297]:0)
>    [junit4]    >        at
> org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:343)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4] Completed [655/889 (2!)] on J0 in 249.19s, 21 tests, 1 failure
> <<< FAILURES!
>
> [...truncated 10338 lines...]
> BUILD FAILED
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/build.xml:652:
> The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/build.xml:586:
> Some of the tests produced a heap dump, but did not fail. Maybe a
> suppressed OutOfMemoryError? Dumps created:
> * java_pid22598.hprof
>
> Total time: 289 minutes 50 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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: builds-unsubscribe@lucene.apache.org
> For additional commands, e-mail: builds-help@lucene.apache.org

Re: [JENKINS] Lucene-Solr-NightlyTests-8.4 - Build # 17 - Failure

Posted by David Smiley <da...@gmail.com>.
FYI Ignacio
https://issues.apache.org/jira/browse/LUCENE-8673

~ David Smiley
Apache Lucene/Solr Search Developer
http://www.linkedin.com/in/davidwsmiley


On Wed, Jan 1, 2020 at 6:03 PM Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/17/
>
> 3 tests failed.
> FAILED:
> org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig
>
> Error Message:
> Java heap space
>
> Stack Trace:
> java.lang.OutOfMemoryError: Java heap space
>         at
> __randomizedtesting.SeedInfo.seed([34794AE69CB7F902:B32E37690DEE8582]:0)
>         at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
>         at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
>         at
> org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
>         at
> org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
>         at
> org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
>         at
> org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:67)
>         at
> org.apache.lucene.util.bkd.BKDRadixSelector.offlinePartition(BKDRadixSelector.java:282)
>         at
> org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:258)
>         at
> org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
>         at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1647)
>         at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1669)
>         at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:797)
>         at
> org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
>         at
> org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
>         at
> org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
>         at
> org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
>         at
> org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
>         at
> org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
>         at
> org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
>         at
> org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
>         at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
>         at
> org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
>         at
> org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
>         at
> org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5120)
>         at
> org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
>         at
> org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
>         at
> org.apache.lucene.document.BaseShapeTestCase.indexRandomShapes(BaseShapeTestCase.java:231)
>         at
> org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:212)
>         at
> org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:138)
>         at
> org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig(TestXYMultiPolygonShapeQueries.java:143)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>
>
> FAILED:  junit.framework.TestSuite.org
> .apache.solr.handler.TestReplicationHandler
>
> Error Message:
> ObjectTracker found 6 object(s) that were not released!!!
> [RawDirectoryWrapper, SolrCore, InternalHttpClient, MockDirectoryWrapper,
> MockDirectoryWrapper, MockDirectoryWrapper]
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.RawDirectoryWrapper  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
> at
> org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
> at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.solr.core.SolrCore  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1078)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.http.impl.client.InternalHttpClient  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
> at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
> at
> org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
> at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at
> org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
> at
> org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
> at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
> at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
> at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
> at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)  at
> org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
> at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
> at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
> at
> org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
> at
> org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
> at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)   expected null, but
> was:<ObjectTracker found 6 object(s) that were not released!!!
> [RawDirectoryWrapper, SolrCore, InternalHttpClient, MockDirectoryWrapper,
> MockDirectoryWrapper, MockDirectoryWrapper]
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.RawDirectoryWrapper  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
> at
> org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
> at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.solr.core.SolrCore  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1078)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.http.impl.client.InternalHttpClient  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
> at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
> at
> org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
> at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at
> org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
> at
> org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
> at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
> at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
> at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
> at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)  at
> org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)  at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
> at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
> at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper  at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
> at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
> at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
> at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
> at
> org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
> at
> org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
> at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)  >
>
> Stack Trace:
> java.lang.AssertionError: ObjectTracker found 6 object(s) that were not
> released!!! [RawDirectoryWrapper, SolrCore, InternalHttpClient,
> MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper]
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.RawDirectoryWrapper
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>         at
> org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.solr.core.SolrCore
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1078)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.http.impl.client.InternalHttpClient
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
>         at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
>         at
> org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
>         at
> org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
>         at
> org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
>         at
> org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>         at
> org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
>         at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>         at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)
>         at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>         at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
>         at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
>         at
> org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
>         at
> org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
>         at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>         at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
>         at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
>         at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
>  expected null, but was:<ObjectTracker found 6 object(s) that were not
> released!!! [RawDirectoryWrapper, SolrCore, InternalHttpClient,
> MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper]
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.RawDirectoryWrapper
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>         at
> org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.solr.core.SolrCore
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1078)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.http.impl.client.InternalHttpClient
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
>         at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
>         at
> org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
>         at
> org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
>         at
> org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
>         at
> org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>         at
> org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
>         at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>         at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)
>         at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
>         at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>         at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>         at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>         at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper
>         at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>         at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>         at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
>         at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
>         at
> org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
>         at
> org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
>         at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>         at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
>         at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
>         at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> >
>         at __randomizedtesting.SeedInfo.seed([925881B05740A297]:0)
>         at org.junit.Assert.fail(Assert.java:88)
>         at org.junit.Assert.failNotNull(Assert.java:755)
>         at org.junit.Assert.assertNull(Assert.java:737)
>         at
> org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:343)
>         at sun.reflect.GeneratedMethodAccessor185.invoke(Unknown Source)
>         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$7.evaluate(RandomizedRunner.java:901)
>         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)
>
>
> FAILED:  junit.framework.TestSuite.org
> .apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
>
> Error Message:
> Clean up static fields (in @AfterClass?) and null them, your test still
> has references to classes of which the sizes cannot be measured due to
> security restrictions or Java 9 module encapsulation:   - private static
> org.apache.solr.client.solrj.cloud.SolrCloudManager
> org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
>
> Stack Trace:
> junit.framework.AssertionFailedError: Clean up static fields (in
> @AfterClass?) and null them, your test still has references to classes of
> which the sizes cannot be measured due to security restrictions or Java 9
> module encapsulation:
>   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager
> org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
>         at __randomizedtesting.SeedInfo.seed([925881B05740A297]:0)
>         at
> com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
>         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)
> Caused by: java.security.AccessControlException: access denied
> ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
>         at
> java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
>         at
> java.security.AccessController.checkPermission(AccessController.java:884)
>         at
> java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
>         at
> java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
>         at java.lang.Class.checkPackageAccess(Class.java:2372)
>         at java.lang.Class.checkMemberAccess(Class.java:2351)
>         at java.lang.Class.getDeclaredFields(Class.java:1915)
>         at
> com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
>         at
> com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at
> com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
>         at
> com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
>         at
> com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
>         at
> com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
>         ... 10 more
>
>
>
>
> Build Log:
> [...truncated 11082 lines...]
>    [junit4] Suite:
> org.apache.lucene.document.TestXYMultiPolygonShapeQueries
>    [junit4]   2> NOTE: download the large Jenkins line-docs file by
> running 'ant get-jenkins-line-docs' in the lucene directory.
>    [junit4]   2> NOTE: reproduce with: ant test
> -Dtestcase=TestXYMultiPolygonShapeQueries -Dtests.method=testRandomBig
> -Dtests.seed=34794AE69CB7F902 -Dtests.multiplier=2 -Dtests.nightly=true
> -Dtests.slow=true
> -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt
> -Dtests.locale=es-CR -Dtests.timezone=Jamaica -Dtests.asserts=true
> -Dtests.file.encoding=US-ASCII
>    [junit4] ERROR    512s J1 |
> TestXYMultiPolygonShapeQueries.testRandomBig <<<
>    [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([34794AE69CB7F902:B32E37690DEE8582]:0)
>    [junit4]    >        at
> org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
>    [junit4]    >        at
> org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
>    [junit4]    >        at
> org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
>    [junit4]    >        at
> org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
>    [junit4]    >        at
> org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:67)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDRadixSelector.offlinePartition(BKDRadixSelector.java:282)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:258)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1647)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1669)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:797)
>    [junit4]    >        at
> org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
>    [junit4]    >        at
> org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
>    [junit4]    >        at
> org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
>    [junit4]    >        at
> org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
>    [junit4]    >        at
> org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
>    [junit4]    >        at
> org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
>    [junit4]    >        at
> org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
>    [junit4]    >        at
> org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5120)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
>    [junit4]    >        at
> org.apache.lucene.document.BaseShapeTestCase.indexRandomShapes(BaseShapeTestCase.java:231)
>    [junit4]    >        at
> org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:212)
>    [junit4]    >        at
> org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:138)
>    [junit4]    >        at
> org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig(TestXYMultiPolygonShapeQueries.java:143)
>    [junit4]   2> NOTE: leaving temporary files on disk at:
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/lucene/build/sandbox/test/J1/temp/lucene.document.TestXYMultiPolygonShapeQueries_34794AE69CB7F902-001
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84):
> {id=PostingsFormat(name=LuceneVarGapFixedInterval)},
> docValues:{shape=DocValuesFormat(name=Direct),
> id=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=273,
> maxMBSortInHeap=6.345346266691905,
> sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1e99cac0),
> locale=es-CR, timezone=Jamaica
>    [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation
> 1.8.0_191 (64-bit)/cpus=4,threads=1,free=156151040,total=189792256
>    [junit4]   2> NOTE: All tests run in this JVM: [TestBM25FQuery,
> TestXYMultiPolygonShapeQueries]
>    [junit4] Completed [35/40 (1!)] on J1 in 1046.68s, 5 tests, 1 error <<<
> FAILURES!
>
> [...truncated 16 lines...]
>    [junit4] JVM J1: stdout was not empty, see:
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/lucene/build/sandbox/test/temp/junit4-J1-20200101_203029_534536506346031713395.sysout
>    [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
>    [junit4] java.lang.OutOfMemoryError: Java heap space
>    [junit4] Dumping heap to
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/heapdumps/java_pid22598.hprof
> ...
>    [junit4] Heap dump file created [434666512 bytes in 0.560 secs]
>    [junit4] <<< JVM J1: EOF ----
>
> [...truncated 3886 lines...]
>    [junit4] Suite:
> org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
>    [junit4]   2> 2086940 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001
>    [junit4]   2> 2086940 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
>    [junit4]   2> 2086941 INFO  (ZkTestServer Run Thread) [     ]
> o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
>    [junit4]   2> 2086941 INFO  (ZkTestServer Run Thread) [     ]
> o.a.s.c.ZkTestServer Starting server
>    [junit4]   2> 2087041 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.ZkTestServer start zk server on port:37205
>    [junit4]   2> 2087041 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:37205
>    [junit4]   2> 2087041 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37205
>    [junit4]   2> 2087041 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37205
>    [junit4]   2> 2087046 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087056 INFO  (zkConnectionManagerCallback-7460-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087056 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087076 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087080 INFO  (zkConnectionManagerCallback-7462-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087080 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087082 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087082 INFO  (zkConnectionManagerCallback-7464-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087082 INFO
> (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [
>    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087190 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 2087190 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 2087190 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 2087190 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z;
> git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 2087191 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 2087191 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 2087191 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 2087191 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z;
> git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 2087193 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 2087194 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 2087194 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 2087194 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z;
> git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 2087198 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 2087198 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 2087198 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 2087198 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z;
> git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 2087207 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 2087207 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 2087208 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 2087216 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 2087216 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 2087216 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 2087217 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 2087217 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 2087217 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 2087217 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z;
> git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 2087218 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7d1e0aae
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2087218 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 2087218 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 2087218 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d7fb1af
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.AbstractConnector Started ServerConnector@a5aa9f8{SSL,[ssl,
> http/1.1]}{127.0.0.1:45809}
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.s.Server Started @2087249ms
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=45809}
>    [junit4]   2> 2087219 ERROR (jetty-launcher-7465-thread-1) [     ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.4.1
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2020-01-01T21:49:23.138Z
>    [junit4]   2> 2087221 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 2087221 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 2087221 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 2087221 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6cdb9874
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.AbstractConnector Started ServerConnector@16091f{SSL,[ssl,
> http/1.1]}{127.0.0.1:37717}
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.s.Server Started @2087252ms
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=37717}
>    [junit4]   2> 2087222 ERROR (jetty-launcher-7465-thread-5) [     ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.4.1
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2020-01-01T21:49:23.141Z
>    [junit4]   2> 2087223 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.AbstractConnector Started ServerConnector@4797cb46{SSL,[ssl,
> http/1.1]}{127.0.0.1:40335}
>    [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.s.Server Started @2087256ms
>    [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=40335}
>    [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6ba73b66
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2087227 ERROR (jetty-launcher-7465-thread-4) [     ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.4.1
>    [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2020-01-01T21:49:23.146Z
>    [junit4]   2> 2087229 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 2087229 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 2087229 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 2087230 INFO  (zkConnectionManagerCallback-7467-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087230 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087230 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2087232 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5111a226
> {/solr,null,AVAILABLE}
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.AbstractConnector Started ServerConnector@25b3e6ed{SSL,[ssl,
> http/1.1]}{127.0.0.1:42235}
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.s.Server Started @2087264ms
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=42235}
>    [junit4]   2> 2087234 INFO  (zkConnectionManagerCallback-7469-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087234 ERROR (jetty-launcher-7465-thread-3) [     ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.4.1
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2020-01-01T21:49:23.153Z
>    [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.AbstractConnector Started ServerConnector@194ab529{SSL,[ssl,
> http/1.1]}{127.0.0.1:46457}
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.s.Server Started @2087269ms
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=46457}
>    [junit4]   2> 2087239 ERROR (jetty-launcher-7465-thread-2) [     ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.4.1
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2020-01-01T21:49:23.158Z
>    [junit4]   2> 2087240 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087241 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087241 INFO  (zkConnectionManagerCallback-7473-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087241 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087241 INFO  (zkConnectionManagerCallback-7471-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087241 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087241 INFO  (zkConnectionManagerCallback-7475-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087242 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087340 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2087348 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2087348 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 2087385 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 2087386 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087386 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@3eac6d5f
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087386 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@3eac6d5f[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087388 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087393 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@681df766
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087393 WARN  (jetty-launcher-7465-thread-5) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@681df766[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087394 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
>    [junit4]   2> 2087400 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087400 INFO  (zkConnectionManagerCallback-7483-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087400 INFO  (jetty-launcher-7465-thread-5) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087424 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 2087425 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087425 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@14effa35
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087425 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@14effa35[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087428 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087430 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@39fabf7d
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087430 WARN  (jetty-launcher-7465-thread-1) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@39fabf7d[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087431 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
>    [junit4]   2> 2087432 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087432 INFO  (zkConnectionManagerCallback-7489-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087432 INFO  (jetty-launcher-7465-thread-1) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087564 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2087567 INFO  (zkConnectionManagerCallback-7493-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087567 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2087616 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.OverseerElectionContext I am going
> to be the leader 127.0.0.1:45809_solr
>    [junit4]   2> 2087620 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.Overseer Overseer
> (id=72997180793290762-127.0.0.1:45809_solr-n_0000000000) starting
>    [junit4]   2> 2087624 INFO
> (OverseerStateUpdate-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.Overseer Starting to work on the
> main queue : 127.0.0.1:45809_solr
>    [junit4]   2> 2087626 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 2087626 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 2087626 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087627 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087637 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@6b48488c
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087637 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@6b48488c[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087637 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@7b2e5348
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087637 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@7b2e5348[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087637 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:45809_solr
>    [junit4]   2> 2087638 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and
> .scheduled_maintenance triggers
>    [junit4]   2> 2087639 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087639 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087639 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with
> znode version 1
>    [junit4]   2> 2087639 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
> lastZnodeVersion 0
>    [junit4]   2> 2087639 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
> znodeVersion 1
>    [junit4]   2> 2087640 WARN  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_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> 2087645 INFO  (zkCallback-7492-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 2087646 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@520ec9bb
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087646 WARN  (jetty-launcher-7465-thread-4) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@520ec9bb[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087646 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@6a4a1375
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087646 WARN  (jetty-launcher-7465-thread-3) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@6a4a1375[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087655 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
>    [junit4]   2> 2087655 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
>    [junit4]   2> 2087656 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087656 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087656 INFO  (zkConnectionManagerCallback-7508-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087656 INFO  (jetty-launcher-7465-thread-4) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087660 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 2087660 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas -
> Initial livenodes: [127.0.0.1:45809_solr]
>    [junit4]   2> 2087664 INFO  (zkConnectionManagerCallback-7507-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087664 INFO  (jetty-launcher-7465-thread-3) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087664 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost /
> nodeAdded markers
>    [junit4]   2> 2087664 DEBUG
> (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000)
> [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
> lastZnodeVersion 1
>    [junit4]   2> 2087665 DEBUG (ScheduledTrigger-7297-thread-3) [     ]
> o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
> currently live nodes: 1 and last live nodes: 1
>    [junit4]   2> 2087681 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_45809.solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087686 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_45809.solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087687 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_45809.solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087742 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 2087742 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087743 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@23d6d4c4
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087743 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@23d6d4c4[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087745 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 2087748 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.u.s.S.config Trusting all certificates configured for Client@18354973
> [provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087748 WARN  (jetty-launcher-7465-thread-2) [     ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> Client@18354973[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 2087749 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
>    [junit4]   2> 2087750 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2087751 INFO  (zkConnectionManagerCallback-7516-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087751 INFO  (jetty-launcher-7465-thread-2) [     ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2087761 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2087762 INFO  (zkConnectionManagerCallback-7518-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087762 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2087766 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2087766 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.p.PackageLoader /packages.json
> updated to version -1
>    [junit4]   2> 2087766 INFO  (zkConnectionManagerCallback-7520-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087767 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2087767 INFO  (jetty-launcher-7465-thread-1)
> [n:127.0.0.1:45809_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001/node2/.
>    [junit4]   2> 2087861 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2087862 INFO  (zkConnectionManagerCallback-7522-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087862 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2087867 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2087868 INFO  (zkConnectionManagerCallback-7524-thread-1)
> [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 2087868 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2087870 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (1)
>    [junit4]   2> 2087871 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (1)
>    [junit4]   2> 2087871 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (1)
>    [junit4]   2> 2087872 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (1)
>    [junit4]   2> 2087873 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.ZkController Publish
> node=127.0.0.1:42235_solr as DOWN
>    [junit4]   2> 2087873 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.ZkController Publish
> node=127.0.0.1:40335_solr as DOWN
>    [junit4]   2> 2087873 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.ZkController Publish
> node=127.0.0.1:37717_solr as DOWN
>    [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 2147483647 transient cores
>    [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:42235_solr
>    [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 2147483647 transient cores
>    [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:40335_solr
>    [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 2147483647 transient cores
>    [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:37717_solr
>    [junit4]   2> 2087875 INFO  (zkCallback-7492-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
>    [junit4]   2> 2087875 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.ZkController Publish
> node=127.0.0.1:46457_solr as DOWN
>    [junit4]   2> 2087876 WARN  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_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> 2087880 WARN  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_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> 2087880 WARN  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_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> 2087884 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 2147483647 transient cores
>    [junit4]   2> 2087884 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:46457_solr
>    [junit4]   2> 2087884 INFO  (zkCallback-7523-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
>    [junit4]   2> 2087884 INFO  (zkCallback-7492-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 2087885 INFO  (zkCallback-7519-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (5)
>    [junit4]   2> 2087885 WARN  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_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> 2087888 INFO  (zkCallback-7517-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
>    [junit4]   2> 2087888 INFO  (zkCallback-7517-thread-2) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 2087888 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 2087888 INFO  (zkCallback-7523-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 2087892 INFO  (zkCallback-7521-thread-1) [     ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (5)
>    [junit4]   2> 2087895 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 2087897 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 2087900 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 2087957 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_42235.solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087959 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_40335.solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087962 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_46457.solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087972 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_37717.solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087983 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_42235.solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087983 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_42235.solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087985 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.p.PackageLoader /packages.json
> updated to version -1
>    [junit4]   2> 2087986 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_40335.solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087986 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_40335.solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087986 INFO  (jetty-launcher-7465-thread-3)
> [n:127.0.0.1:42235_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001/node3/.
>    [junit4]   2> 2087987 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_46457.solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087987 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_46457.solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087988 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.p.PackageLoader /packages.json
> updated to version -1
>    [junit4]   2> 2087988 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.p.PackageLoader /packages.json
> updated to version -1
>    [junit4]   2> 2087988 INFO  (jetty-launcher-7465-thread-4)
> [n:127.0.0.1:40335_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001/node4/.
>    [junit4]   2> 2087989 INFO  (jetty-launcher-7465-thread-2)
> [n:127.0.0.1:46457_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001/node1/.
>    [junit4]   2> 2087990 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_37717.solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087990 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr_37717.solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
>    [junit4]   2> 2087992 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.p.PackageLoader /packages.json
> updated to version -1
>    [junit4]   2> 2087993 INFO  (jetty-launcher-7465-thread-5)
> [n:127.0.0.1:37717_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B
>
> [...truncated too long message...]
>
>     >   at java.lang.Thread.run(Thread.java:748)
>    [junit4]    >  expected null, but was:<ObjectTracker found 6 object(s)
> that were not released!!! [RawDirectoryWrapper, SolrCore,
> InternalHttpClient, MockDirectoryWrapper, MockDirectoryWrapper,
> MockDirectoryWrapper]
>    [junit4]    >
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.RawDirectoryWrapper
>    [junit4]    >        at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>    [junit4]    >        at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>    [junit4]    >        at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
>    [junit4]    >        at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4]    >
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.solr.core.SolrCore
>    [junit4]    >        at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:1078)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>    [junit4]    >        at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
>    [junit4]    >        at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4]    >
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.http.impl.client.InternalHttpClient
>    [junit4]    >        at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>    [junit4]    >        at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
>    [junit4]    >        at
> org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
>    [junit4]    >        at
> org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
>    [junit4]    >        at
> org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
>    [junit4]    >        at
> org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
>    [junit4]    >        at
> org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>    [junit4]    >        at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
>    [junit4]    >        at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4]    >
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper
>    [junit4]    >        at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>    [junit4]    >        at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>    [junit4]    >        at
> org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>    [junit4]    >        at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
>    [junit4]    >        at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4]    >
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper
>    [junit4]    >        at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>    [junit4]    >        at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
>    [junit4]    >        at
> org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
>    [junit4]    >        at
> org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
>    [junit4]    >        at
> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
>    [junit4]    >        at
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4]    >
> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
> org.apache.lucene.store.MockDirectoryWrapper
>    [junit4]    >        at
> org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
>    [junit4]    >        at
> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
>    [junit4]    >        at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
>    [junit4]    >        at
> org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
>    [junit4]    >        at
> org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
>    [junit4]    >        at
> org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
>    [junit4]    >        at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>    [junit4]    >        at
> java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
>    [junit4]    >        at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
>    [junit4]    >        at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>    [junit4]    >        at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4]    > >
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([925881B05740A297]:0)
>    [junit4]    >        at
> org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:343)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4] Completed [655/889 (2!)] on J0 in 249.19s, 21 tests, 1 failure
> <<< FAILURES!
>
> [...truncated 10338 lines...]
> BUILD FAILED
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/build.xml:652:
> The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/build.xml:586:
> Some of the tests produced a heap dump, but did not fail. Maybe a
> suppressed OutOfMemoryError? Dumps created:
> * java_pid22598.hprof
>
> Total time: 289 minutes 50 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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: builds-unsubscribe@lucene.apache.org
> For additional commands, e-mail: builds-help@lucene.apache.org

[JENKINS] Lucene-Solr-NightlyTests-8.4 - Build # 17 - Failure

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/17/

3 tests failed.
FAILED:  org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
	at __randomizedtesting.SeedInfo.seed([34794AE69CB7F902:B32E37690DEE8582]:0)
	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
	at org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:67)
	at org.apache.lucene.util.bkd.BKDRadixSelector.offlinePartition(BKDRadixSelector.java:282)
	at org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:258)
	at org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1647)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1669)
	at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:797)
	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
	at org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
	at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
	at org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
	at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
	at org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5120)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
	at org.apache.lucene.document.BaseShapeTestCase.indexRandomShapes(BaseShapeTestCase.java:231)
	at org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:212)
	at org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:138)
	at org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig(TestXYMultiPolygonShapeQueries.java:143)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler

Error Message:
ObjectTracker found 6 object(s) that were not released!!! [RawDirectoryWrapper, SolrCore, InternalHttpClient, MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.RawDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1078)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)  at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)  at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)  at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)  at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)   expected null, but was:<ObjectTracker found 6 object(s) that were not released!!! [RawDirectoryWrapper, SolrCore, InternalHttpClient, MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.RawDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1078)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)  at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)  at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)  at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)  at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)  at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 6 object(s) that were not released!!! [RawDirectoryWrapper, SolrCore, InternalHttpClient, MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.RawDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1078)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
	at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
	at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
	at org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
	at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

 expected null, but was:<ObjectTracker found 6 object(s) that were not released!!! [RawDirectoryWrapper, SolrCore, InternalHttpClient, MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.RawDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1078)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
	at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
	at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
	at org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
	at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

>
	at __randomizedtesting.SeedInfo.seed([925881B05740A297]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:343)
	at sun.reflect.GeneratedMethodAccessor185.invoke(Unknown Source)
	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$7.evaluate(RandomizedRunner.java:901)
	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)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
	at __randomizedtesting.SeedInfo.seed([925881B05740A297]:0)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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)
Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
	at java.security.AccessController.checkPermission(AccessController.java:884)
	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
	at java.lang.Class.checkPackageAccess(Class.java:2372)
	at java.lang.Class.checkMemberAccess(Class.java:2351)
	at java.lang.Class.getDeclaredFields(Class.java:1915)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
	... 10 more




Build Log:
[...truncated 11082 lines...]
   [junit4] Suite: org.apache.lucene.document.TestXYMultiPolygonShapeQueries
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestXYMultiPolygonShapeQueries -Dtests.method=testRandomBig -Dtests.seed=34794AE69CB7F902 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt -Dtests.locale=es-CR -Dtests.timezone=Jamaica -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    512s J1 | TestXYMultiPolygonShapeQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([34794AE69CB7F902:B32E37690DEE8582]:0)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
   [junit4]    > 	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]    > 	at org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:67)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDRadixSelector.offlinePartition(BKDRadixSelector.java:282)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:258)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1647)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1669)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:797)
   [junit4]    > 	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
   [junit4]    > 	at org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
   [junit4]    > 	at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
   [junit4]    > 	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5120)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.indexRandomShapes(BaseShapeTestCase.java:231)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:212)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:138)
   [junit4]    > 	at org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig(TestXYMultiPolygonShapeQueries.java:143)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/lucene/build/sandbox/test/J1/temp/lucene.document.TestXYMultiPolygonShapeQueries_34794AE69CB7F902-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {id=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{shape=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=273, maxMBSortInHeap=6.345346266691905, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1e99cac0), locale=es-CR, timezone=Jamaica
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=156151040,total=189792256
   [junit4]   2> NOTE: All tests run in this JVM: [TestBM25FQuery, TestXYMultiPolygonShapeQueries]
   [junit4] Completed [35/40 (1!)] on J1 in 1046.68s, 5 tests, 1 error <<< FAILURES!

[...truncated 16 lines...]
   [junit4] JVM J1: stdout was not empty, see: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/lucene/build/sandbox/test/temp/junit4-J1-20200101_203029_534536506346031713395.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/heapdumps/java_pid22598.hprof ...
   [junit4] Heap dump file created [434666512 bytes in 0.560 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 3886 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
   [junit4]   2> 2086940 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001
   [junit4]   2> 2086940 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2086941 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2086941 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2087041 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:37205
   [junit4]   2> 2087041 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:37205
   [junit4]   2> 2087041 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37205
   [junit4]   2> 2087041 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37205
   [junit4]   2> 2087046 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087056 INFO  (zkConnectionManagerCallback-7460-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087056 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087076 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087080 INFO  (zkConnectionManagerCallback-7462-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087080 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087082 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087082 INFO  (zkConnectionManagerCallback-7464-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087082 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[925881B05740A297]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087190 WARN  (jetty-launcher-7465-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2087190 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2087190 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2087190 INFO  (jetty-launcher-7465-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2087191 WARN  (jetty-launcher-7465-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2087191 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2087191 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2087191 INFO  (jetty-launcher-7465-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2087193 WARN  (jetty-launcher-7465-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2087194 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2087194 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2087194 INFO  (jetty-launcher-7465-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2087198 WARN  (jetty-launcher-7465-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2087198 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2087198 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2087198 INFO  (jetty-launcher-7465-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2087207 INFO  (jetty-launcher-7465-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2087207 INFO  (jetty-launcher-7465-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2087208 INFO  (jetty-launcher-7465-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2087216 INFO  (jetty-launcher-7465-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2087216 INFO  (jetty-launcher-7465-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2087216 INFO  (jetty-launcher-7465-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2087217 WARN  (jetty-launcher-7465-thread-5) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2087217 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2087217 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2087217 INFO  (jetty-launcher-7465-thread-5) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2087218 INFO  (jetty-launcher-7465-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7d1e0aae{/solr,null,AVAILABLE}
   [junit4]   2> 2087218 INFO  (jetty-launcher-7465-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2087218 INFO  (jetty-launcher-7465-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2087218 INFO  (jetty-launcher-7465-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d7fb1af{/solr,null,AVAILABLE}
   [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@a5aa9f8{SSL,[ssl, http/1.1]}{127.0.0.1:45809}
   [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ] o.e.j.s.Server Started @2087249ms
   [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45809}
   [junit4]   2> 2087219 ERROR (jetty-launcher-7465-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
   [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2087219 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-01T21:49:23.138Z
   [junit4]   2> 2087221 INFO  (jetty-launcher-7465-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2087221 INFO  (jetty-launcher-7465-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2087221 INFO  (jetty-launcher-7465-thread-5) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2087221 INFO  (jetty-launcher-7465-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6cdb9874{/solr,null,AVAILABLE}
   [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@16091f{SSL,[ssl, http/1.1]}{127.0.0.1:37717}
   [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ] o.e.j.s.Server Started @2087252ms
   [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37717}
   [junit4]   2> 2087222 ERROR (jetty-launcher-7465-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
   [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2087222 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-01T21:49:23.141Z
   [junit4]   2> 2087223 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4797cb46{SSL,[ssl, http/1.1]}{127.0.0.1:40335}
   [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-4) [     ] o.e.j.s.Server Started @2087256ms
   [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40335}
   [junit4]   2> 2087226 INFO  (jetty-launcher-7465-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6ba73b66{/solr,null,AVAILABLE}
   [junit4]   2> 2087227 ERROR (jetty-launcher-7465-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
   [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2087227 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-01T21:49:23.146Z
   [junit4]   2> 2087229 INFO  (jetty-launcher-7465-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2087229 INFO  (jetty-launcher-7465-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2087229 INFO  (jetty-launcher-7465-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2087230 INFO  (zkConnectionManagerCallback-7467-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087230 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087230 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2087232 INFO  (jetty-launcher-7465-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5111a226{/solr,null,AVAILABLE}
   [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@25b3e6ed{SSL,[ssl, http/1.1]}{127.0.0.1:42235}
   [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ] o.e.j.s.Server Started @2087264ms
   [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42235}
   [junit4]   2> 2087234 INFO  (zkConnectionManagerCallback-7469-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087234 ERROR (jetty-launcher-7465-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
   [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-01T21:49:23.153Z
   [junit4]   2> 2087234 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@194ab529{SSL,[ssl, http/1.1]}{127.0.0.1:46457}
   [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ] o.e.j.s.Server Started @2087269ms
   [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46457}
   [junit4]   2> 2087239 ERROR (jetty-launcher-7465-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
   [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2087239 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-01T21:49:23.158Z
   [junit4]   2> 2087240 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087241 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087241 INFO  (zkConnectionManagerCallback-7473-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087241 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087241 INFO  (zkConnectionManagerCallback-7471-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087241 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087241 INFO  (zkConnectionManagerCallback-7475-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087242 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087340 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2087348 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2087348 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2087385 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2087386 WARN  (jetty-launcher-7465-thread-5) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2087386 WARN  (jetty-launcher-7465-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3eac6d5f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087386 WARN  (jetty-launcher-7465-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3eac6d5f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087388 WARN  (jetty-launcher-7465-thread-5) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2087393 WARN  (jetty-launcher-7465-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@681df766[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087393 WARN  (jetty-launcher-7465-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@681df766[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087394 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
   [junit4]   2> 2087400 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087400 INFO  (zkConnectionManagerCallback-7483-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087400 INFO  (jetty-launcher-7465-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087424 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2087425 WARN  (jetty-launcher-7465-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2087425 WARN  (jetty-launcher-7465-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@14effa35[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087425 WARN  (jetty-launcher-7465-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@14effa35[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087428 WARN  (jetty-launcher-7465-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2087430 WARN  (jetty-launcher-7465-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@39fabf7d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087430 WARN  (jetty-launcher-7465-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@39fabf7d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087431 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
   [junit4]   2> 2087432 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087432 INFO  (zkConnectionManagerCallback-7489-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087432 INFO  (jetty-launcher-7465-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087564 INFO  (jetty-launcher-7465-thread-1) [n:127.0.0.1:45809_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087567 INFO  (zkConnectionManagerCallback-7493-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087567 INFO  (jetty-launcher-7465-thread-1) [n:127.0.0.1:45809_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087616 INFO  (jetty-launcher-7465-thread-1) [n:127.0.0.1:45809_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45809_solr
   [junit4]   2> 2087620 INFO  (jetty-launcher-7465-thread-1) [n:127.0.0.1:45809_solr     ] o.a.s.c.Overseer Overseer (id=72997180793290762-127.0.0.1:45809_solr-n_0000000000) starting
   [junit4]   2> 2087624 INFO  (OverseerStateUpdate-72997180793290762-127.0.0.1:45809_solr-n_0000000000) [n:127.0.0.1:45809_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45809_solr
   [junit4]   2> 2087626 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2087626 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2087626 WARN  (jetty-launcher-7465-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2087627 WARN  (jetty-launcher-7465-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2087637 WARN  (jetty-launcher-7465-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6b48488c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087637 WARN  (jetty-launcher-7465-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6b48488c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087637 WARN  (jetty-launcher-7465-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7b2e5348[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087637 WARN  (jetty-launcher-7465-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7b2e5348[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087637 INFO  (jetty-launcher-7465-thread-1) [n:127.0.0.1:45809_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45809_solr
   [junit4]   2> 2087638 DEBUG (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 2087639 WARN  (jetty-launcher-7465-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2087639 WARN  (jetty-launcher-7465-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2087639 DEBUG (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 2087639 DEBUG (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 2087639 DEBUG (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 2087640 WARN  (jetty-launcher-7465-thread-1) [n:127.0.0.1:45809_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> 2087645 INFO  (zkCallback-7492-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2087646 WARN  (jetty-launcher-7465-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@520ec9bb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087646 WARN  (jetty-launcher-7465-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@520ec9bb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087646 WARN  (jetty-launcher-7465-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6a4a1375[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087646 WARN  (jetty-launcher-7465-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6a4a1375[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087655 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
   [junit4]   2> 2087655 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
   [junit4]   2> 2087656 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087656 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087656 INFO  (zkConnectionManagerCallback-7508-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087656 INFO  (jetty-launcher-7465-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087660 INFO  (jetty-launcher-7465-thread-1) [n:127.0.0.1:45809_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2087660 DEBUG (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:45809_solr]
   [junit4]   2> 2087664 INFO  (zkConnectionManagerCallback-7507-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087664 INFO  (jetty-launcher-7465-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087664 DEBUG (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 2087664 DEBUG (OverseerAutoScalingTriggerThread-72997180793290762-127.0.0.1:45809_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 2087665 DEBUG (ScheduledTrigger-7297-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 2087681 INFO  (jetty-launcher-7465-thread-1) [n:127.0.0.1:45809_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45809.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087686 INFO  (jetty-launcher-7465-thread-1) [n:127.0.0.1:45809_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45809.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087687 INFO  (jetty-launcher-7465-thread-1) [n:127.0.0.1:45809_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45809.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087742 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2087742 WARN  (jetty-launcher-7465-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2087743 WARN  (jetty-launcher-7465-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@23d6d4c4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087743 WARN  (jetty-launcher-7465-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@23d6d4c4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087745 WARN  (jetty-launcher-7465-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2087748 WARN  (jetty-launcher-7465-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@18354973[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087748 WARN  (jetty-launcher-7465-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@18354973[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2087749 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37205/solr
   [junit4]   2> 2087750 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087751 INFO  (zkConnectionManagerCallback-7516-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087751 INFO  (jetty-launcher-7465-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087761 INFO  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087762 INFO  (zkConnectionManagerCallback-7518-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087762 INFO  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087766 INFO  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087766 INFO  (jetty-launcher-7465-thread-1) [n:127.0.0.1:45809_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2087766 INFO  (zkConnectionManagerCallback-7520-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087767 INFO  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087767 INFO  (jetty-launcher-7465-thread-1) [n:127.0.0.1:45809_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001/node2/.
   [junit4]   2> 2087861 INFO  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087862 INFO  (zkConnectionManagerCallback-7522-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087862 INFO  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087867 INFO  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2087868 INFO  (zkConnectionManagerCallback-7524-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2087868 INFO  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2087870 INFO  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2087871 INFO  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2087871 INFO  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2087872 INFO  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2087873 INFO  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42235_solr as DOWN
   [junit4]   2> 2087873 INFO  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:40335_solr as DOWN
   [junit4]   2> 2087873 INFO  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37717_solr as DOWN
   [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42235_solr
   [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40335_solr
   [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2087874 INFO  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37717_solr
   [junit4]   2> 2087875 INFO  (zkCallback-7492-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 2087875 INFO  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46457_solr as DOWN
   [junit4]   2> 2087876 WARN  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_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> 2087880 WARN  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_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> 2087880 WARN  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_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> 2087884 INFO  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2087884 INFO  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46457_solr
   [junit4]   2> 2087884 INFO  (zkCallback-7523-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 2087884 INFO  (zkCallback-7492-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2087885 INFO  (zkCallback-7519-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (5)
   [junit4]   2> 2087885 WARN  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_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> 2087888 INFO  (zkCallback-7517-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 2087888 INFO  (zkCallback-7517-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2087888 INFO  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2087888 INFO  (zkCallback-7523-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2087892 INFO  (zkCallback-7521-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (5)
   [junit4]   2> 2087895 INFO  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2087897 INFO  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2087900 INFO  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2087957 INFO  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42235.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087959 INFO  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40335.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087962 INFO  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46457.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087972 INFO  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37717.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087983 INFO  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42235.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087983 INFO  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42235.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087985 INFO  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2087986 INFO  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40335.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087986 INFO  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40335.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087986 INFO  (jetty-launcher-7465-thread-3) [n:127.0.0.1:42235_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001/node3/.
   [junit4]   2> 2087987 INFO  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46457.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087987 INFO  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46457.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087988 INFO  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2087988 INFO  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2087988 INFO  (jetty-launcher-7465-thread-4) [n:127.0.0.1:40335_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001/node4/.
   [junit4]   2> 2087989 INFO  (jetty-launcher-7465-thread-2) [n:127.0.0.1:46457_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B05740A297-001/tempDir-001/node1/.
   [junit4]   2> 2087990 INFO  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37717.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087990 INFO  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37717.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61fc811c
   [junit4]   2> 2087992 INFO  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2087993 INFO  (jetty-launcher-7465-thread-5) [n:127.0.0.1:37717_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_925881B

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

    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    >  expected null, but was:<ObjectTracker found 6 object(s) that were not released!!! [RawDirectoryWrapper, SolrCore, InternalHttpClient, MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper]
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.RawDirectoryWrapper
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:536)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:981)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1078)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
   [junit4]    > 	at org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1241)
   [junit4]    > 	at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:709)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1023)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
   [junit4]    > 	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:797)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
   [junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:388)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:765)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:989)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:901)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:788)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
   [junit4]    > 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
   [junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
   [junit4]    > 	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
   [junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]    > 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
   [junit4]    > 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
   [junit4]    > 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > >
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([925881B05740A297]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:343)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [655/889 (2!)] on J0 in 249.19s, 21 tests, 1 failure <<< FAILURES!

[...truncated 10338 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/build.xml:652: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/build.xml:586: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid22598.hprof

Total time: 289 minutes 50 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

Re: [JENKINS] Lucene-Solr-NightlyTests-8.4 - Build # 16 - Still unstable

Posted by Dawid Weiss <da...@gmail.com>.
This failure (fixed on other branches by Robert) is on a 8.4 nightly
branch which has been released already. Can I disable (or remove?) the
build plan entirely?

Dawid

On Tue, Dec 31, 2019 at 11:08 PM Apache Jenkins Server
<je...@builds.apache.org> wrote:
>
> Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/16/
>
> 1 tests failed.
> FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
>
> Error Message:
> Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
>
> Stack Trace:
> junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
>   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
>         at __randomizedtesting.SeedInfo.seed([19EBAC60CA4978C0]:0)
>         at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
>         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)
> Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
>         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
>         at java.security.AccessController.checkPermission(AccessController.java:884)
>         at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
>         at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
>         at java.lang.Class.checkPackageAccess(Class.java:2372)
>         at java.lang.Class.checkMemberAccess(Class.java:2351)
>         at java.lang.Class.getDeclaredFields(Class.java:1915)
>         at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
>         at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
>         at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
>         at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
>         at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
>         ... 10 more
>
>
>
>
> Build Log:
> [...truncated 15554 lines...]
>    [junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
>    [junit4]   2> 3716229 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/data-dir-113-001
>    [junit4]   2> 3716229 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
>    [junit4]   2> 3716230 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
>    [junit4]   2> 3716230 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
>    [junit4]   2> 3716230 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001
>    [junit4]   2> 3716230 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
>    [junit4]   2> 3716230 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
>    [junit4]   2> 3716231 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
>    [junit4]   2> 3716330 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:33657
>    [junit4]   2> 3716331 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:33657
>    [junit4]   2> 3716331 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33657
>    [junit4]   2> 3716331 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33657
>    [junit4]   2> 3716332 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716335 INFO  (zkConnectionManagerCallback-53264-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716335 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716337 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716337 INFO  (zkConnectionManagerCallback-53266-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716337 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716338 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716338 INFO  (zkConnectionManagerCallback-53268-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716338 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716445 WARN  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 3716445 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 3716445 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 3716445 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 3716445 WARN  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 3716445 WARN  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 3716445 WARN  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 3716445 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 3716446 WARN  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f7b19db{/solr,null,AVAILABLE}
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@31d1c848{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๓๙๗๗๗}
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.Server Started @๓๗๑๖๔๙๕ms
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39777}
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 3716447 ERROR (jetty-launcher-53269-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-31T21:08:20.315Z
>    [junit4]   2> 3716448 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@23d0fb41{/solr,null,AVAILABLE}
>    [junit4]   2> 3716448 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 3716448 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 3716448 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 3716448 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716448 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@26efec3b{/solr,null,AVAILABLE}
>    [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@79188b69{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๓๔๑๕๙}
>    [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.Server Started @๓๗๑๖๔๙๗ms
>    [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34159}
>    [junit4]   2> 3716449 ERROR (jetty-launcher-53269-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
>    [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
>    [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
>    [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-31T21:08:20.317Z
>    [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 3716450 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@790cd07a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๔๑๙๔๓}
>    [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.Server Started @๓๗๑๖๔๙๙ms
>    [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41943}
>    [junit4]   2> 3716451 ERROR (jetty-launcher-53269-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
>    [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
>    [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
>    [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-31T21:08:20.319Z
>    [junit4]   2> 3716453 INFO  (zkConnectionManagerCallback-53273-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716453 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716453 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@376ae043{/solr,null,AVAILABLE}
>    [junit4]   2> 3716454 INFO  (zkConnectionManagerCallback-53275-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 3716455 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2aea2d81{/solr,null,AVAILABLE}
>    [junit4]   2> 3716466 INFO  (zkConnectionManagerCallback-53271-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@b7537ed{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๓๘๕๑๙}
>    [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.Server Started @๓๗๑๖๕๑๔ms
>    [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38519}
>    [junit4]   2> 3716466 ERROR (jetty-launcher-53269-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
>    [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
>    [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
>    [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-31T21:08:20.334Z
>    [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@620ba859{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๓๔๓๕๑}
>    [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.Server Started @๓๗๑๖๕๑๕ms
>    [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34351}
>    [junit4]   2> 3716467 ERROR (jetty-launcher-53269-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
>    [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
>    [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
>    [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-31T21:08:20.335Z
>    [junit4]   2> 3716467 INFO  (zkConnectionManagerCallback-53277-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716470 INFO  (zkConnectionManagerCallback-53279-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716470 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716571 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 3716636 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
>    [junit4]   2> 3716637 WARN  (jetty-launcher-53269-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@750d5fe6[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716637 WARN  (jetty-launcher-53269-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@750d5fe6[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716639 WARN  (jetty-launcher-53269-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5ba4469c[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716639 WARN  (jetty-launcher-53269-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5ba4469c[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716640 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33657/solr
>    [junit4]   2> 3716641 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716643 INFO  (zkConnectionManagerCallback-53287-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716643 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716669 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
>    [junit4]   2> 3716670 WARN  (jetty-launcher-53269-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3fe1ae34[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716670 WARN  (jetty-launcher-53269-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3fe1ae34[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716671 WARN  (jetty-launcher-53269-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@60fecd57[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716671 WARN  (jetty-launcher-53269-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@60fecd57[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716672 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33657/solr
>    [junit4]   2> 3716673 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716673 INFO  (zkConnectionManagerCallback-53295-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716673 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716735 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
>    [junit4]   2> 3716736 WARN  (jetty-launcher-53269-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@62208f9e[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716736 WARN  (jetty-launcher-53269-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@62208f9e[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716740 WARN  (jetty-launcher-53269-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@42e3f03e[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716740 WARN  (jetty-launcher-53269-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@42e3f03e[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716740 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33657/solr
>    [junit4]   2> 3716741 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716742 INFO  (zkConnectionManagerCallback-53301-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716742 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716776 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716777 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716777 INFO  (zkConnectionManagerCallback-53304-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716777 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716785 INFO  (zkConnectionManagerCallback-53305-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716785 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716788 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
>    [junit4]   2> 3716789 WARN  (jetty-launcher-53269-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@57f5e83d[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716789 WARN  (jetty-launcher-53269-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@57f5e83d[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716800 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39777_solr
>    [junit4]   2> 3716800 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.Overseer Overseer (id=72991357083385867-127.0.0.1:39777_solr-n_0000000000) starting
>    [junit4]   2> 3716800 WARN  (jetty-launcher-53269-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@380f747b[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716800 WARN  (jetty-launcher-53269-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@380f747b[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3716802 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33657/solr
>    [junit4]   2> 3716803 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716804 INFO  (zkConnectionManagerCallback-53315-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716804 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716877 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716878 INFO  (zkConnectionManagerCallback-53318-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716878 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716906 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39777_solr
>    [junit4]   2> 3716906 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3716906 INFO  (OverseerStateUpdate-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [n:127.0.0.1:39777_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39777_solr
>    [junit4]   2> 3716907 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
>    [junit4]   2> 3716907 INFO  (zkConnectionManagerCallback-53320-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3716907 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3716907 INFO  (OverseerStateUpdate-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [n:127.0.0.1:39777_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 3716909 WARN  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_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> 3716912 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
>    [junit4]   2> 3716913 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
>    [junit4]   2> 3716913 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
>    [junit4]   2> 3716913 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 3716916 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:39777_solr]
>    [junit4]   2> 3716916 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
>    [junit4]   2> 3716916 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:41943_solr as DOWN
>    [junit4]   2> 3716917 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
>    [junit4]   2> 3716917 DEBUG (ScheduledTrigger-12456-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
>    [junit4]   2> 3716917 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
>    [junit4]   2> 3716917 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41943_solr
>    [junit4]   2> 3716918 WARN  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_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> 3716923 INFO  (zkCallback-53302-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 3716923 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
>    [junit4]   2> 3716923 INFO  (zkCallback-53317-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 3716924 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
>    [junit4]   2> 3716925 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
>    [junit4]   2> 3716926 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38519_solr as DOWN
>    [junit4]   2> 3716926 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
>    [junit4]   2> 3716927 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38519_solr
>    [junit4]   2> 3716927 INFO  (zkCallback-53302-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 3716928 WARN  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_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> 3716930 INFO  (zkCallback-53317-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 3716931 INFO  (zkCallback-53319-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 3716937 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
>    [junit4]   2> 3716939 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34159_solr as DOWN
>    [junit4]   2> 3716939 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
>    [junit4]   2> 3716939 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34159_solr
>    [junit4]   2> 3716940 INFO  (zkCallback-53302-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 3716949 INFO  (zkCallback-53317-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 3716949 INFO  (zkCallback-53319-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 3716949 WARN  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_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> 3716950 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
>    [junit4]   2> 3716950 INFO  (zkCallback-53303-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 3716952 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39777.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3716957 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41943.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3716958 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39777.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3716958 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39777.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3716959 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
>    [junit4]   2> 3716960 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node1/.
>    [junit4]   2> 3716963 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
>    [junit4]   2> 3716964 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41943.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3716964 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41943.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3716965 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
>    [junit4]   2> 3716965 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node2/.
>    [junit4]   2> 3716970 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38519.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3716977 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38519.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3716979 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38519.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3716980 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
>    [junit4]   2> 3716980 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node4/.
>    [junit4]   2> 3716985 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34159.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3716991 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34159.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3716991 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34159.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3716991 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
>    [junit4]   2> 3716992 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node5/.
>    [junit4]   2> 3717033 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
>    [junit4]   2> 3717034 WARN  (jetty-launcher-53269-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1590d07a[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3717034 WARN  (jetty-launcher-53269-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1590d07a[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3717036 WARN  (jetty-launcher-53269-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@20e2b351[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3717036 WARN  (jetty-launcher-53269-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@20e2b351[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3717037 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33657/solr
>    [junit4]   2> 3717038 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3717044 INFO  (zkConnectionManagerCallback-53338-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3717044 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3717145 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3717146 INFO  (zkConnectionManagerCallback-53340-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3717146 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3717149 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
>    [junit4]   2> 3717157 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34351_solr as DOWN
>    [junit4]   2> 3717157 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
>    [junit4]   2> 3717157 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34351_solr
>    [junit4]   2> 3717158 INFO  (zkCallback-53317-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 3717158 INFO  (zkCallback-53319-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 3717158 INFO  (zkCallback-53303-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 3717158 INFO  (zkCallback-53302-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 3717159 WARN  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_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> 3717163 INFO  (zkCallback-53339-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 3717171 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
>    [junit4]   2> 3717184 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34351.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3717190 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34351.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3717190 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34351.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3717191 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
>    [junit4]   2> 3717191 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node3/.
>    [junit4]   2> 3717243 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=5
>    [junit4]   2> 3717244 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 3717244 INFO  (zkConnectionManagerCallback-53349-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3717244 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 3717247 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
>    [junit4]   2> 3717248 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33657/solr ready
>    [junit4]   2> 3717251 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=0
>    [junit4]   2> 3717261 INFO  (qtp2011134946-110858) [n:127.0.0.1:34159_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
>    [junit4]   2> 3717262 INFO  (qtp1825332144-110852) [n:127.0.0.1:34351_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
>    [junit4]   2> 3717263 INFO  (qtp95607083-110871) [n:127.0.0.1:38519_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
>    [junit4]   2> 3717264 INFO  (qtp1058415066-110829) [n:127.0.0.1:39777_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
>    [junit4]   2> 3717265 INFO  (qtp2009800947-110842) [n:127.0.0.1:41943_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
>    [junit4]   2> 3717265 DEBUG (qtp95607083-110869) [n:127.0.0.1:38519_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
>    [junit4]   2> 3717265 INFO  (qtp95607083-110869) [n:127.0.0.1:38519_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=6
>    [junit4]   2> 3717266 DEBUG (zkCallback-53302-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
>    [junit4]   2> 3717267 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
>    [junit4]   2> 3717269 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
>    [junit4]   2> 3717273 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
>    [junit4]   2> 3717308 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[19EBAC60CA4978C0]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBelowSearchRate
>    [junit4]   2> 3717309 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[19EBAC60CA4978C0]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
>    [junit4]   2> 3717311 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[19EBAC60CA4978C0]) [     ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, new znode version 3
>    [junit4]   2> 3717311 DEBUG (zkCallback-53302-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
>    [junit4]   2> 3717311 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
>    [junit4]   2> 3717312 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
>    [junit4]   2> 3717313 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
>    [junit4]   2> 3717313 INFO  (qtp2009800947-110846) [n:127.0.0.1:41943_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
>    [junit4]   2> 3717315 INFO  (OverseerThreadFactory-12458-thread-1-processing-n:127.0.0.1:39777_solr) [n:127.0.0.1:39777_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection belowRate_collection
>    [junit4]   2> 3717420 INFO  (OverseerStateUpdate-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [n:127.0.0.1:39777_solr     ] o.a.s.c.o.SliceMutator createReplica() {
>    [junit4]   2>   "operation":"ADDREPLICA",
>    [junit4]   2>   "collection":"belowRate_collection",
>    [junit4]   2>   "shard":"shard1",
>    [junit4]   2>   "core":"belowRate_collection_shard1_replica_n1",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "base_url":"http://127.0.0.1:34351/solr",
>    [junit4]   2>   "type":"NRT",
>    [junit4]   2>   "waitForFinalState":"false"}
>    [junit4]   2> 3717424 INFO  (OverseerStateUpdate-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [n:127.0.0.1:39777_solr     ] o.a.s.c.o.SliceMutator createReplica() {
>    [junit4]   2>   "operation":"ADDREPLICA",
>    [junit4]   2>   "collection":"belowRate_collection",
>    [junit4]   2>   "shard":"shard1",
>    [junit4]   2>   "core":"belowRate_collection_shard1_replica_n2",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "base_url":"http://127.0.0.1:38519/solr",
>    [junit4]   2>   "type":"NRT",
>    [junit4]   2>   "waitForFinalState":"false"}
>    [junit4]   2> 3717626 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr    x:belowRate_collection_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
>    [junit4]   2> 3717626 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr    x:belowRate_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
>    [junit4]   2> 3718635 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.1
>    [junit4]   2> 3718636 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.1
>    [junit4]   2> 3718646 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n1] Schema name=minimal
>    [junit4]   2> 3718648 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
>    [junit4]   2> 3718648 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n1' using configuration from collection belowRate_collection, trusted=true
>    [junit4]   2> 3718649 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34351.solr.core.belowRate_collection.shard1.replica_n1' (registry 'solr.core.belowRate_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3718649 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node3/belowRate_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node3/./belowRate_collection_shard1_replica_n1/data/]
>    [junit4]   2> 3718649 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n2] Schema name=minimal
>    [junit4]   2> 3718651 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
>    [junit4]   2> 3718651 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n2' using configuration from collection belowRate_collection, trusted=true
>    [junit4]   2> 3718651 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38519.solr.core.belowRate_collection.shard1.replica_n2' (registry 'solr.core.belowRate_collection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3718652 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node4/belowRate_collection_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node4/./belowRate_collection_shard1_replica_n2/data/]
>    [junit4]   2> 3718696 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
>    [junit4]   2> 3718696 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
>    [junit4]   2> 3718696 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
>    [junit4]   2> 3718696 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
>    [junit4]   2> 3718697 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 3718697 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 3718697 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 3718697 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 3718698 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@18d8034c[belowRate_collection_shard1_replica_n2] main]
>    [junit4]   2> 3718698 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5161941b[belowRate_collection_shard1_replica_n1] main]
>    [junit4]   2> 3718699 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
>    [junit4]   2> 3718699 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
>    [junit4]   2> 3718699 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
>    [junit4]   2> 3718699 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
>    [junit4]   2> 3718699 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654471002755694592
>    [junit4]   2> 3718701 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
>    [junit4]   2> 3718701 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
>    [junit4]   2> 3718701 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654471002757791744
>    [junit4]   2> 3718703 INFO  (searcherExecutor-12484-thread-1-processing-n:127.0.0.1:34351_solr x:belowRate_collection_shard1_replica_n1 c:belowRate_collection s:shard1 r:core_node3) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n1] Registered new searcher Searcher@5161941b[belowRate_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 3718704 INFO  (searcherExecutor-12485-thread-1-processing-n:127.0.0.1:38519_solr x:belowRate_collection_shard1_replica_n2 c:belowRate_collection s:shard1 r:core_node4) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n2] Registered new searcher Searcher@18d8034c[belowRate_collection_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 3718707 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node3=0}, version=0}
>    [junit4]   2> 3718707 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/belowRate_collection/leaders/shard1
>    [junit4]   2> 3718707 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
>    [junit4]   2> 3718707 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
>    [junit4]   2> 3718707 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/belowRate_collection/leaders/shard1
>    [junit4]   2> 3718710 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
>    [junit4]   2> 3718710 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
>    [junit4]   2> 3718710 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34351/solr/belowRate_collection_shard1_replica_n1/
>    [junit4]   2> 3718710 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=belowRate_collection_shard1_replica_n1 url=http://127.0.0.1:34351/solr START replicas=[http://127.0.0.1:38519/solr/belowRate_collection_shard1_replica_n2/] nUpdates=100
>    [junit4]   2> 3718711 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=belowRate_collection_shard1_replica_n1 url=http://127.0.0.1:34351/solr DONE.  We have no versions.  sync failed.
>    [junit4]   2> 3718711 INFO  (qtp95607083-110870) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.S.Request [belowRate_collection_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
>    [junit4]   2> 3718712 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
>    [junit4]   2> 3718712 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
>    [junit4]   2> 3718712 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/belowRate_collection/leaders/shard1/leader after winning as /collections/belowRate_collection/leader_elect/shard1/election/72991357083385873-core_node3-n_0000000000
>    [junit4]   2> 3718713 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34351/solr/belowRate_collection_shard1_replica_n1/ shard1
>    [junit4]   2> 3718814 INFO  (zkCallback-53339-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3718814 INFO  (zkCallback-53339-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3718815 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
>    [junit4]   2> 3718816 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1189
>    [junit4]   2> 3718916 INFO  (zkCallback-53339-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3718916 INFO  (zkCallback-53339-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3718916 INFO  (zkCallback-53339-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3719714 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2088
>    [junit4]   2> 3719716 INFO  (qtp2009800947-110846) [n:127.0.0.1:41943_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
>    [junit4]   2> 3719815 INFO  (zkCallback-53317-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3719815 INFO  (zkCallback-53339-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3719815 INFO  (zkCallback-53319-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3719815 INFO  (zkCallback-53339-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3719815 INFO  (zkCallback-53339-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3719815 INFO  (zkCallback-53319-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3719815 INFO  (qtp2009800947-110846) [n:127.0.0.1:41943_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2501
>    [junit4]   2> 3719819 INFO  (qtp2009800947-110847) [n:127.0.0.1:41943_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=belowRate_collection&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
>    [junit4]   2> 3719821 INFO  (OverseerCollectionConfigSetProcessor-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [n:127.0.0.1:39777_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
>    [junit4]   2> 3719823 INFO  (OverseerThreadFactory-12458-thread-2-processing-n:127.0.0.1:39777_solr) [n:127.0.0.1:39777_solr c:belowRate_collection s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:34159_solr for creating new replica of shard shard1 for collection belowRate_collection
>    [junit4]   2> 3719824 INFO  (OverseerThreadFactory-12458-thread-2-processing-n:127.0.0.1:39777_solr) [n:127.0.0.1:39777_solr c:belowRate_collection s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
>    [junit4]   2> 3719825 INFO  (OverseerStateUpdate-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [n:127.0.0.1:39777_solr     ] o.a.s.c.o.SliceMutator createReplica() {
>    [junit4]   2>   "operation":"addreplica",
>    [junit4]   2>   "collection":"belowRate_collection",
>    [junit4]   2>   "shard":"shard1",
>    [junit4]   2>   "core":"belowRate_collection_shard1_replica_n5",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "base_url":"http://127.0.0.1:34159/solr",
>    [junit4]   2>   "node_name":"127.0.0.1:34159_solr",
>    [junit4]   2>   "type":"NRT"}
>    [junit4]   2> 3719926 INFO  (zkCallback-53319-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3719926 INFO  (zkCallback-53339-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3719926 INFO  (zkCallback-53319-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3719926 INFO  (zkCallback-53339-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3719926 INFO  (zkCallback-53339-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
>    [junit4]   2> 3720029 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr    x:belowRate_collection_shard1_replica_n5 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=belowRate_collection_shard1_replica_n5&action=CREATE&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
>    [junit4]   2> 3720037 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.1
>    [junit4]   2> 3720044 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n5] Schema name=minimal
>    [junit4]   2> 3720047 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
>    [junit4]   2> 3720047 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n5' using configuration from collection belowRate_collection, trusted=true
>    [junit4]   2> 3720047 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34159.solr.core.belowRate_collection.shard1.replica_n5' (registry 'solr.core.belowRate_collection.shard1.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
>    [junit4]   2> 3720047 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n5] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node5/belowRate_collection_shard1_replica_n5], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node5/./belowRate_collection_shard1_replica_n5/data/]
>    [junit4]   2> 3720077 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
>    [junit4]   2> 3720078 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
>    [junit4]   2> 3720079 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 3720079 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 3720080 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7d18513[belowRate_collection_shard1_replica_n5] main]
>    [junit4]   2> 3720083 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
>    [junit4]   2> 3720083 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
>    [junit4]   2> 3720083 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
>    [junit4]   2> 3720083 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654471004206923776
>    [junit4]   2> 3720085 INFO  (searcherExecutor-12494-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n5] Registered new searcher Searcher@7d18513[belowRate_collection_shard1_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 3720087 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node6=0, core_node3=0, core_node4=0}, version=2}
>    [junit4]   2> 3720087 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/belowRate_collection/leaders/shard1
>    [junit4]   2> 3720089 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.ZkController Core needs to recover:belowRate_collection_shard1_replica_n5
>    [junit4]   2> 3720089 INFO  (updateExecutor-53290-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.DefaultSolrCoreState Running recovery
>    [junit4]   2> 3720089 INFO  (recoveryExecutor-53293-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
>    [junit4]   2> 3720089 INFO  (recoveryExecutor-53293-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy startupVersions is empty
>    [junit4]   2> 3720090 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=belowRate_collection_shard1_replica_n5&action=CREATE&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=60
>    [junit4]   2> 3720090 INFO  (qtp1825332144-110850) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.S.Request [belowRate_collection_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=0
>    [junit4]   2> 3720090 INFO  (qtp1825332144-110850) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.S.Request [belowRate_collection_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0
>    [junit4]   2> 3720090 INFO  (recoveryExecutor-53293-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[belowRate_collection_shard1_replica_n5]
>    [junit4]   2> 3720091 INFO  (recoveryExecutor-53293-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
>    [junit4]   2> 3720091 INFO  (recoveryExecutor-53293-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Publishing state of core [belowRate_collection_shard1_replica_n5] as recovering, leader is [http://127.0.0.1:34351/solr/belowRate_collection_shard1_replica_n1/] and I am [http://127.0.0.1:34159/solr/belowRate_collection_shard1_replica_n5/]
>    [junit4]   2> 3720091 INFO  (qtp2009800947-110847) [n:127.0.0.1:41943_solr c:belowRate_collection    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=ADDREPLICA&collection=belowRate_collection&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=272
>    [junit4]   2> 3720092 INFO  (recoveryExecutor-53293-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:s
>
> [...truncated too long message...]
>
> [junit4]   2> 3784954 INFO  (jetty-closer-53369-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
>    [junit4]   2> 3784972 INFO  (jetty-closer-53369-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@790cd07a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๐}
>    [junit4]   2> 3784972 INFO  (jetty-closer-53369-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@23d0fb41{/solr,null,UNAVAILABLE}
>    [junit4]   2> 3784972 INFO  (jetty-closer-53369-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
>    [junit4]   2> 3785053 INFO  (jetty-closer-53369-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72991357083385867-127.0.0.1:39777_solr-n_0000000000) closing
>    [junit4]   2> 3785054 INFO  (jetty-closer-53369-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@31d1c848{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๐}
>    [junit4]   2> 3785054 INFO  (jetty-closer-53369-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@f7b19db{/solr,null,UNAVAILABLE}
>    [junit4]   2> 3785054 INFO  (jetty-closer-53369-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
>    [junit4]   2> 3785055 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
>    [junit4]   2> 3785257 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>        26      /solr/collections/belowRate_collection/terms/shard1
>    [junit4]   2>        20      /solr/collections/aboveRate_collection/terms/shard1
>    [junit4]   2>        10      /solr/configs/conf
>    [junit4]   2>        8       /solr/clusterprops.json
>    [junit4]   2>        8       /solr/aliases.json
>    [junit4]   2>        6       /solr/collections/belowRate_collection/state.json
>    [junit4]   2>        5       /solr/packages.json
>    [junit4]   2>        5       /solr/security.json
>    [junit4]   2>        5       /solr/collections/aboveRate_collection/collectionprops.json
>    [junit4]   2>        4       /solr/collections/belowRate_collection/collectionprops.json
>    [junit4]   2>
>    [junit4]   2> Maximum concurrent data watches above limit:
>    [junit4]   2>
>    [junit4]   2>        166     /solr/collections/belowRate_collection/state.json
>    [junit4]   2>        122     /solr/collections/aboveRate_collection/state.json
>    [junit4]   2>        20      /solr/autoscaling.json
>    [junit4]   2>        15      /solr/aliases.json
>    [junit4]   2>        8       /solr/clusterstate.json
>    [junit4]   2>        2       /solr/overseer_elect/election/72991357083385871-127.0.0.1:38519_solr-n_0000000002
>    [junit4]   2>        2       /solr/collections/aboveRate_collection/leader_elect/shard1/election/72991357083385870-core_node3-n_0000000000
>    [junit4]   2>        2       /solr/collections/belowRate_collection/leader_elect/shard1/election/72991357083385871-core_node4-n_0000000001
>    [junit4]   2>        2       /solr/collections/belowRate_collection/leader_elect/shard1/election/72991357083385873-core_node3-n_0000000000
>    [junit4]   2>        2       /solr/overseer_elect/election/72991357083385870-127.0.0.1:41943_solr-n_0000000001
>    [junit4]   2>
>    [junit4]   2> Maximum concurrent children watches above limit:
>    [junit4]   2>
>    [junit4]   2>        90      /solr/overseer/queue
>    [junit4]   2>        35      /solr/overseer/collection-queue-work
>    [junit4]   2>        32      /solr/live_nodes
>    [junit4]   2>        27      /solr/collections
>    [junit4]   2>        6       /solr/autoscaling/events/search_rate_trigger2
>    [junit4]   2>        2       /solr/autoscaling/events/search_rate_trigger1
>    [junit4]   2>
>    [junit4]   2> 3785259 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:33657
>    [junit4]   2> 3785259 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33657
>    [junit4]   2> 3785259 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33657
>    [junit4]   2> 3785260 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
>    [junit4]   2> Dec 31, 2019 9:09:29 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
>    [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1318, maxMBSortInHeap=6.452773824210117, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5c1ef4b9), locale=th-TH-u-nu-thai-x-lvariant-TH, timezone=Asia/Tokyo
>    [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=199716640,total=524288000
>    [junit4]   2> NOTE: All tests run in this JVM: [TestSearcherReuse, TestDynamicLoadingUrl, CdcrUpdateLogTest, TestCoreBackup, TimeRoutedAliasUpdateProcessorTest, ConcurrentDeleteAndCreateCollectionTest, TestExportTool, TestChildDocTransformerHierarchy, TestRestoreCore, EmbeddedSolrNoSerializeTest, MetricsHistoryWithAuthIntegrationTest, TestHdfsUpdateLog, TestCSVResponseWriter, SolrShardReporterTest, RestartWhileUpdatingTest, TestHashPartitioner, HttpPartitionOnCommitTest, TestExpandComponent, TestReload, CloudMLTQParserTest, TestTrackingShardHandlerFactory, TestHalfAndHalfDocValues, TestSolrQueryParser, LeaderVoteWaitTimeoutTest, TestRebalanceLeaders, CloudExitableDirectoryReaderTest, TestXmlQParserPlugin, TestObjectReleaseTracker, SolrIndexSplitterTest, OverseerStatusTest, TestJsonFacetsWithNestedObjects, NodeAddedTriggerIntegrationTest, BooleanFieldTest, BasicAuthStandaloneTest, ChaosMonkeyNothingIsSafeTest, JSONWriterTest, TestCoreContainer, TestSnapshotCloudManager, TestWithCollection, TestPushWriter, TestComplexPhraseQParserPlugin, TestUniqueKeyFieldResource, TestFieldCacheSortRandom, TestInPlaceUpdatesRequiredField, TestStressUserVersions, MinimalSchemaTest, NodeMutatorTest, DaemonStreamApiTest, CollectionTooManyReplicasTest, TestRealTimeGet, ComputePlanActionTest, SuggesterTSTTest, TestSolrConfigHandlerCloud, PeerSyncWithLeaderTest, NodeLostTriggerTest, MoreLikeThisComponentTest, TestRandomFaceting, TestSolrCoreParser, UUIDUpdateProcessorFallbackTest, TestSuggestSpellingConverter, TestConfigsApi, TestSkipOverseerOperations, CurrencyRangeFacetCloudTest, UUIDFieldTest, TestFieldTypeResource, TestUninvertingReader, SolrMetricsIntegrationTest, TestRemoteStreaming, TestAuthenticationFramework, ShardRoutingTest, TestSolr4Spatial, MoveReplicaHDFSFailoverTest, TestHighFrequencyDictionaryFactory, HttpSolrCallGetCoreTest, MergeStrategyTest, TestAnalyzeInfixSuggestions, TestSolrCloudWithSecureImpersonation, TestLockTree, ExplicitHLLTest, UtilsToolTest, TestSubQueryTransformerCrossCore, TestNumericRangeQuery32, XMLAtomicUpdateMultivalueTest, DistanceFunctionTest, TestLegacyBM25SimilarityFactory, SolrRequestParserTest, UpdateLogTest, HDFSCollectionsAPITest, RequiredFieldsTest, TriggerIntegrationTest, TestCopyFieldCollectionResource, SpatialHeatmapFacetsTest, DistribDocExpirationUpdateProcessorTest, BadComponentTest, HdfsSyncSliceTest, TestSolrXml, TestStressLucene, ClassificationUpdateProcessorIntegrationTest, TestCloudSchemaless, TestTestInjection, TestManagedSynonymGraphFilterFactory, TestManagedResourceStorage, BigEndianAscendingWordDeserializerTest, QueryResultKeyTest, TestQueryTypes, SortSpecParsingTest, TestConfigSetImmutable, DeleteLastCustomShardedReplicaTest, DocValuesMissingTest, DistributedTermsComponentTest, RulesTest, TestCloudInspectUtil, TestCaffeineCache, TestStressLiveNodes, TestFileDictionaryLookup, TestBinaryField, ExitableDirectoryReaderTest, ZkNodePropsTest, HLLUtilTest, SearchRateTriggerIntegrationTest]
>    [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SearchRateTriggerIntegrationTest -Dtests.seed=19EBAC60CA4978C0 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt -Dtests.locale=th-TH-u-nu-thai-x-lvariant-TH -Dtests.timezone=Asia/Tokyo -Dtests.asserts=true -Dtests.file.encoding=UTF-8
>    [junit4] ERROR   0.00s J1 | SearchRateTriggerIntegrationTest (suite) <<<
>    [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
>    [junit4]    >   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
>    [junit4]    >        at __randomizedtesting.SeedInfo.seed([19EBAC60CA4978C0]:0)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4]    > Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
>    [junit4]    >        at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
>    [junit4]    >        at java.security.AccessController.checkPermission(AccessController.java:884)
>    [junit4]    >        at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
>    [junit4]    >        at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
>    [junit4]    >        at java.lang.Class.checkPackageAccess(Class.java:2372)
>    [junit4]    >        at java.lang.Class.checkMemberAccess(Class.java:2351)
>    [junit4]    >        at java.lang.Class.getDeclaredFields(Class.java:1915)
>    [junit4]    >        at java.security.AccessController.doPrivileged(Native Method)
>    [junit4]    >        ... 10 more
>    [junit4] Completed [553/889 (1!)] on J1 in 69.79s, 3 tests, 1 failure, 1 skipped <<< FAILURES!
>
> [...truncated 54102 lines...]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: builds-unsubscribe@lucene.apache.org
> For additional commands, e-mail: builds-help@lucene.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[JENKINS] Lucene-Solr-NightlyTests-8.4 - Build # 16 - Still unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/16/

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
	at __randomizedtesting.SeedInfo.seed([19EBAC60CA4978C0]:0)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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)
Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
	at java.security.AccessController.checkPermission(AccessController.java:884)
	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
	at java.lang.Class.checkPackageAccess(Class.java:2372)
	at java.lang.Class.checkMemberAccess(Class.java:2351)
	at java.lang.Class.getDeclaredFields(Class.java:1915)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
	... 10 more




Build Log:
[...truncated 15554 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
   [junit4]   2> 3716229 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/data-dir-113-001
   [junit4]   2> 3716229 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3716230 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 3716230 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3716230 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001
   [junit4]   2> 3716230 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3716230 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3716231 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3716330 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:33657
   [junit4]   2> 3716331 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:33657
   [junit4]   2> 3716331 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33657
   [junit4]   2> 3716331 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33657
   [junit4]   2> 3716332 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716335 INFO  (zkConnectionManagerCallback-53264-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716335 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716337 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716337 INFO  (zkConnectionManagerCallback-53266-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716337 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716338 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716338 INFO  (zkConnectionManagerCallback-53268-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716338 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716445 WARN  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3716445 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3716445 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3716445 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3716445 WARN  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3716445 WARN  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3716445 WARN  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3716445 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3716446 WARN  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3716446 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f7b19db{/solr,null,AVAILABLE}
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@31d1c848{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๓๙๗๗๗}
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.e.j.s.Server Started @๓๗๑๖๔๙๕ms
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39777}
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3716447 ERROR (jetty-launcher-53269-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3716447 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-31T21:08:20.315Z
   [junit4]   2> 3716448 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@23d0fb41{/solr,null,AVAILABLE}
   [junit4]   2> 3716448 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3716448 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3716448 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3716448 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716448 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@26efec3b{/solr,null,AVAILABLE}
   [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@79188b69{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๓๔๑๕๙}
   [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.e.j.s.Server Started @๓๗๑๖๔๙๗ms
   [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34159}
   [junit4]   2> 3716449 ERROR (jetty-launcher-53269-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
   [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-31T21:08:20.317Z
   [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3716449 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3716450 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@790cd07a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๔๑๙๔๓}
   [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.e.j.s.Server Started @๓๗๑๖๔๙๙ms
   [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41943}
   [junit4]   2> 3716451 ERROR (jetty-launcher-53269-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
   [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3716451 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-31T21:08:20.319Z
   [junit4]   2> 3716453 INFO  (zkConnectionManagerCallback-53273-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716453 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716453 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@376ae043{/solr,null,AVAILABLE}
   [junit4]   2> 3716454 INFO  (zkConnectionManagerCallback-53275-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3716454 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3716455 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2aea2d81{/solr,null,AVAILABLE}
   [junit4]   2> 3716466 INFO  (zkConnectionManagerCallback-53271-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@b7537ed{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๓๘๕๑๙}
   [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.e.j.s.Server Started @๓๗๑๖๕๑๔ms
   [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38519}
   [junit4]   2> 3716466 ERROR (jetty-launcher-53269-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
   [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-31T21:08:20.334Z
   [junit4]   2> 3716466 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@620ba859{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๓๔๓๕๑}
   [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.e.j.s.Server Started @๓๗๑๖๕๑๕ms
   [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34351}
   [junit4]   2> 3716467 ERROR (jetty-launcher-53269-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.4.1
   [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-12-31T21:08:20.335Z
   [junit4]   2> 3716467 INFO  (zkConnectionManagerCallback-53277-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3716467 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716470 INFO  (zkConnectionManagerCallback-53279-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716470 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716571 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3716636 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3716637 WARN  (jetty-launcher-53269-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@750d5fe6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716637 WARN  (jetty-launcher-53269-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@750d5fe6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716639 WARN  (jetty-launcher-53269-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5ba4469c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716639 WARN  (jetty-launcher-53269-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5ba4469c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716640 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33657/solr
   [junit4]   2> 3716641 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716643 INFO  (zkConnectionManagerCallback-53287-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716643 INFO  (jetty-launcher-53269-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716669 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3716670 WARN  (jetty-launcher-53269-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3fe1ae34[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716670 WARN  (jetty-launcher-53269-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3fe1ae34[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716671 WARN  (jetty-launcher-53269-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@60fecd57[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716671 WARN  (jetty-launcher-53269-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@60fecd57[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716672 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33657/solr
   [junit4]   2> 3716673 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716673 INFO  (zkConnectionManagerCallback-53295-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716673 INFO  (jetty-launcher-53269-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716735 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3716736 WARN  (jetty-launcher-53269-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@62208f9e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716736 WARN  (jetty-launcher-53269-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@62208f9e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716740 WARN  (jetty-launcher-53269-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@42e3f03e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716740 WARN  (jetty-launcher-53269-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@42e3f03e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716740 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33657/solr
   [junit4]   2> 3716741 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716742 INFO  (zkConnectionManagerCallback-53301-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716742 INFO  (jetty-launcher-53269-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716776 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716777 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716777 INFO  (zkConnectionManagerCallback-53304-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716777 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716785 INFO  (zkConnectionManagerCallback-53305-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716785 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716788 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3716789 WARN  (jetty-launcher-53269-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@57f5e83d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716789 WARN  (jetty-launcher-53269-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@57f5e83d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716800 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39777_solr
   [junit4]   2> 3716800 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.Overseer Overseer (id=72991357083385867-127.0.0.1:39777_solr-n_0000000000) starting
   [junit4]   2> 3716800 WARN  (jetty-launcher-53269-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@380f747b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716800 WARN  (jetty-launcher-53269-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@380f747b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3716802 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33657/solr
   [junit4]   2> 3716803 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716804 INFO  (zkConnectionManagerCallback-53315-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716804 INFO  (jetty-launcher-53269-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716877 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716878 INFO  (zkConnectionManagerCallback-53318-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716878 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716906 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39777_solr
   [junit4]   2> 3716906 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3716906 INFO  (OverseerStateUpdate-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [n:127.0.0.1:39777_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39777_solr
   [junit4]   2> 3716907 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 3716907 INFO  (zkConnectionManagerCallback-53320-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3716907 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3716907 INFO  (OverseerStateUpdate-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [n:127.0.0.1:39777_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3716909 WARN  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_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> 3716912 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 3716913 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 3716913 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 3716913 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3716916 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:39777_solr]
   [junit4]   2> 3716916 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 3716916 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:41943_solr as DOWN
   [junit4]   2> 3716917 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 3716917 DEBUG (ScheduledTrigger-12456-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 3716917 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3716917 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41943_solr
   [junit4]   2> 3716918 WARN  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_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> 3716923 INFO  (zkCallback-53302-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3716923 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3716923 INFO  (zkCallback-53317-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3716924 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3716925 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3716926 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38519_solr as DOWN
   [junit4]   2> 3716926 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3716927 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38519_solr
   [junit4]   2> 3716927 INFO  (zkCallback-53302-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3716928 WARN  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_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> 3716930 INFO  (zkCallback-53317-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3716931 INFO  (zkCallback-53319-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3716937 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3716939 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34159_solr as DOWN
   [junit4]   2> 3716939 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3716939 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34159_solr
   [junit4]   2> 3716940 INFO  (zkCallback-53302-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3716949 INFO  (zkCallback-53317-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3716949 INFO  (zkCallback-53319-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3716949 WARN  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_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> 3716950 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3716950 INFO  (zkCallback-53303-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3716952 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39777.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3716957 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41943.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3716958 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39777.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3716958 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39777.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3716959 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3716960 INFO  (jetty-launcher-53269-thread-1) [n:127.0.0.1:39777_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node1/.
   [junit4]   2> 3716963 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3716964 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41943.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3716964 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41943.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3716965 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3716965 INFO  (jetty-launcher-53269-thread-2) [n:127.0.0.1:41943_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node2/.
   [junit4]   2> 3716970 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38519.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3716977 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38519.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3716979 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38519.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3716980 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3716980 INFO  (jetty-launcher-53269-thread-4) [n:127.0.0.1:38519_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node4/.
   [junit4]   2> 3716985 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34159.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3716991 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34159.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3716991 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34159.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3716991 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3716992 INFO  (jetty-launcher-53269-thread-5) [n:127.0.0.1:34159_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node5/.
   [junit4]   2> 3717033 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3717034 WARN  (jetty-launcher-53269-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1590d07a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3717034 WARN  (jetty-launcher-53269-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1590d07a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3717036 WARN  (jetty-launcher-53269-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@20e2b351[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3717036 WARN  (jetty-launcher-53269-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@20e2b351[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3717037 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33657/solr
   [junit4]   2> 3717038 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3717044 INFO  (zkConnectionManagerCallback-53338-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3717044 INFO  (jetty-launcher-53269-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3717145 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3717146 INFO  (zkConnectionManagerCallback-53340-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3717146 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3717149 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3717157 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34351_solr as DOWN
   [junit4]   2> 3717157 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3717157 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34351_solr
   [junit4]   2> 3717158 INFO  (zkCallback-53317-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3717158 INFO  (zkCallback-53319-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3717158 INFO  (zkCallback-53303-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3717158 INFO  (zkCallback-53302-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3717159 WARN  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_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> 3717163 INFO  (zkCallback-53339-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3717171 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3717184 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34351.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3717190 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34351.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3717190 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34351.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3717191 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3717191 INFO  (jetty-launcher-53269-thread-3) [n:127.0.0.1:34351_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node3/.
   [junit4]   2> 3717243 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=5
   [junit4]   2> 3717244 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3717244 INFO  (zkConnectionManagerCallback-53349-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3717244 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3717247 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 3717248 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33657/solr ready
   [junit4]   2> 3717251 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3717261 INFO  (qtp2011134946-110858) [n:127.0.0.1:34159_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3717262 INFO  (qtp1825332144-110852) [n:127.0.0.1:34351_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3717263 INFO  (qtp95607083-110871) [n:127.0.0.1:38519_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3717264 INFO  (qtp1058415066-110829) [n:127.0.0.1:39777_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3717265 INFO  (qtp2009800947-110842) [n:127.0.0.1:41943_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3717265 DEBUG (qtp95607083-110869) [n:127.0.0.1:38519_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3717265 INFO  (qtp95607083-110869) [n:127.0.0.1:38519_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 3717266 DEBUG (zkCallback-53302-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 3717267 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 3717269 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 3717273 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 3717308 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[19EBAC60CA4978C0]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBelowSearchRate
   [junit4]   2> 3717309 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[19EBAC60CA4978C0]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 3717311 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[19EBAC60CA4978C0]) [     ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, new znode version 3
   [junit4]   2> 3717311 DEBUG (zkCallback-53302-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 3717311 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 3717312 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 3717313 DEBUG (OverseerAutoScalingTriggerThread-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 3717313 INFO  (qtp2009800947-110846) [n:127.0.0.1:41943_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3717315 INFO  (OverseerThreadFactory-12458-thread-1-processing-n:127.0.0.1:39777_solr) [n:127.0.0.1:39777_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection belowRate_collection
   [junit4]   2> 3717420 INFO  (OverseerStateUpdate-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [n:127.0.0.1:39777_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34351/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3717424 INFO  (OverseerStateUpdate-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [n:127.0.0.1:39777_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38519/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3717626 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr    x:belowRate_collection_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3717626 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr    x:belowRate_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3718635 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.1
   [junit4]   2> 3718636 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.1
   [junit4]   2> 3718646 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 3718648 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3718648 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n1' using configuration from collection belowRate_collection, trusted=true
   [junit4]   2> 3718649 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34351.solr.core.belowRate_collection.shard1.replica_n1' (registry 'solr.core.belowRate_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3718649 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node3/belowRate_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node3/./belowRate_collection_shard1_replica_n1/data/]
   [junit4]   2> 3718649 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 3718651 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3718651 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n2' using configuration from collection belowRate_collection, trusted=true
   [junit4]   2> 3718651 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38519.solr.core.belowRate_collection.shard1.replica_n2' (registry 'solr.core.belowRate_collection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3718652 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node4/belowRate_collection_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node4/./belowRate_collection_shard1_replica_n2/data/]
   [junit4]   2> 3718696 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3718696 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3718696 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3718696 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3718697 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3718697 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3718697 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3718697 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3718698 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@18d8034c[belowRate_collection_shard1_replica_n2] main]
   [junit4]   2> 3718698 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5161941b[belowRate_collection_shard1_replica_n1] main]
   [junit4]   2> 3718699 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3718699 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3718699 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3718699 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3718699 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654471002755694592
   [junit4]   2> 3718701 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3718701 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3718701 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654471002757791744
   [junit4]   2> 3718703 INFO  (searcherExecutor-12484-thread-1-processing-n:127.0.0.1:34351_solr x:belowRate_collection_shard1_replica_n1 c:belowRate_collection s:shard1 r:core_node3) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n1] Registered new searcher Searcher@5161941b[belowRate_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3718704 INFO  (searcherExecutor-12485-thread-1-processing-n:127.0.0.1:38519_solr x:belowRate_collection_shard1_replica_n2 c:belowRate_collection s:shard1 r:core_node4) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n2] Registered new searcher Searcher@18d8034c[belowRate_collection_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3718707 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 3718707 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/belowRate_collection/leaders/shard1
   [junit4]   2> 3718707 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
   [junit4]   2> 3718707 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 3718707 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/belowRate_collection/leaders/shard1
   [junit4]   2> 3718710 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3718710 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3718710 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34351/solr/belowRate_collection_shard1_replica_n1/
   [junit4]   2> 3718710 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=belowRate_collection_shard1_replica_n1 url=http://127.0.0.1:34351/solr START replicas=[http://127.0.0.1:38519/solr/belowRate_collection_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 3718711 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=belowRate_collection_shard1_replica_n1 url=http://127.0.0.1:34351/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 3718711 INFO  (qtp95607083-110870) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.S.Request [belowRate_collection_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3718712 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 3718712 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 3718712 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/belowRate_collection/leaders/shard1/leader after winning as /collections/belowRate_collection/leader_elect/shard1/election/72991357083385873-core_node3-n_0000000000
   [junit4]   2> 3718713 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34351/solr/belowRate_collection_shard1_replica_n1/ shard1
   [junit4]   2> 3718814 INFO  (zkCallback-53339-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3718814 INFO  (zkCallback-53339-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3718815 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3718816 INFO  (qtp1825332144-110854) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1189
   [junit4]   2> 3718916 INFO  (zkCallback-53339-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3718916 INFO  (zkCallback-53339-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3718916 INFO  (zkCallback-53339-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3719714 INFO  (qtp95607083-110877) [n:127.0.0.1:38519_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2088
   [junit4]   2> 3719716 INFO  (qtp2009800947-110846) [n:127.0.0.1:41943_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 3719815 INFO  (zkCallback-53317-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3719815 INFO  (zkCallback-53339-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3719815 INFO  (zkCallback-53319-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3719815 INFO  (zkCallback-53339-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3719815 INFO  (zkCallback-53339-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3719815 INFO  (zkCallback-53319-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3719815 INFO  (qtp2009800947-110846) [n:127.0.0.1:41943_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2501
   [junit4]   2> 3719819 INFO  (qtp2009800947-110847) [n:127.0.0.1:41943_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=belowRate_collection&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3719821 INFO  (OverseerCollectionConfigSetProcessor-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [n:127.0.0.1:39777_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 3719823 INFO  (OverseerThreadFactory-12458-thread-2-processing-n:127.0.0.1:39777_solr) [n:127.0.0.1:39777_solr c:belowRate_collection s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:34159_solr for creating new replica of shard shard1 for collection belowRate_collection
   [junit4]   2> 3719824 INFO  (OverseerThreadFactory-12458-thread-2-processing-n:127.0.0.1:39777_solr) [n:127.0.0.1:39777_solr c:belowRate_collection s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 3719825 INFO  (OverseerStateUpdate-72991357083385867-127.0.0.1:39777_solr-n_0000000000) [n:127.0.0.1:39777_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34159/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34159_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 3719926 INFO  (zkCallback-53319-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3719926 INFO  (zkCallback-53339-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3719926 INFO  (zkCallback-53319-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3719926 INFO  (zkCallback-53339-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3719926 INFO  (zkCallback-53339-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3720029 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr    x:belowRate_collection_shard1_replica_n5 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=belowRate_collection_shard1_replica_n5&action=CREATE&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3720037 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.1
   [junit4]   2> 3720044 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n5] Schema name=minimal
   [junit4]   2> 3720047 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3720047 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n5' using configuration from collection belowRate_collection, trusted=true
   [junit4]   2> 3720047 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34159.solr.core.belowRate_collection.shard1.replica_n5' (registry 'solr.core.belowRate_collection.shard1.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69b251e0
   [junit4]   2> 3720047 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n5] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node5/belowRate_collection_shard1_replica_n5], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_19EBAC60CA4978C0-001/tempDir-001/node5/./belowRate_collection_shard1_replica_n5/data/]
   [junit4]   2> 3720077 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3720078 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3720079 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3720079 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3720080 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7d18513[belowRate_collection_shard1_replica_n5] main]
   [junit4]   2> 3720083 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3720083 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3720083 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3720083 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654471004206923776
   [junit4]   2> 3720085 INFO  (searcherExecutor-12494-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n5] Registered new searcher Searcher@7d18513[belowRate_collection_shard1_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3720087 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node6=0, core_node3=0, core_node4=0}, version=2}
   [junit4]   2> 3720087 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/belowRate_collection/leaders/shard1
   [junit4]   2> 3720089 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.ZkController Core needs to recover:belowRate_collection_shard1_replica_n5
   [junit4]   2> 3720089 INFO  (updateExecutor-53290-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 3720089 INFO  (recoveryExecutor-53293-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 3720089 INFO  (recoveryExecutor-53293-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy startupVersions is empty
   [junit4]   2> 3720090 INFO  (qtp2011134946-110856) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=belowRate_collection_shard1_replica_n5&action=CREATE&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=60
   [junit4]   2> 3720090 INFO  (qtp1825332144-110850) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.S.Request [belowRate_collection_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 3720090 INFO  (qtp1825332144-110850) [n:127.0.0.1:34351_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.S.Request [belowRate_collection_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3720090 INFO  (recoveryExecutor-53293-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[belowRate_collection_shard1_replica_n5]
   [junit4]   2> 3720091 INFO  (recoveryExecutor-53293-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 3720091 INFO  (recoveryExecutor-53293-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Publishing state of core [belowRate_collection_shard1_replica_n5] as recovering, leader is [http://127.0.0.1:34351/solr/belowRate_collection_shard1_replica_n1/] and I am [http://127.0.0.1:34159/solr/belowRate_collection_shard1_replica_n5/]
   [junit4]   2> 3720091 INFO  (qtp2009800947-110847) [n:127.0.0.1:41943_solr c:belowRate_collection    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=ADDREPLICA&collection=belowRate_collection&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=272
   [junit4]   2> 3720092 INFO  (recoveryExecutor-53293-thread-1-processing-n:127.0.0.1:34159_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:34159_solr c:belowRate_collection s:s

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

[junit4]   2> 3784954 INFO  (jetty-closer-53369-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3784972 INFO  (jetty-closer-53369-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@790cd07a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๐}
   [junit4]   2> 3784972 INFO  (jetty-closer-53369-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@23d0fb41{/solr,null,UNAVAILABLE}
   [junit4]   2> 3784972 INFO  (jetty-closer-53369-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3785053 INFO  (jetty-closer-53369-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72991357083385867-127.0.0.1:39777_solr-n_0000000000) closing
   [junit4]   2> 3785054 INFO  (jetty-closer-53369-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@31d1c848{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:๐}
   [junit4]   2> 3785054 INFO  (jetty-closer-53369-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@f7b19db{/solr,null,UNAVAILABLE}
   [junit4]   2> 3785054 INFO  (jetty-closer-53369-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3785055 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 3785257 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> 	26	/solr/collections/belowRate_collection/terms/shard1
   [junit4]   2> 	20	/solr/collections/aboveRate_collection/terms/shard1
   [junit4]   2> 	10	/solr/configs/conf
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	6	/solr/collections/belowRate_collection/state.json
   [junit4]   2> 	5	/solr/packages.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/collections/aboveRate_collection/collectionprops.json
   [junit4]   2> 	4	/solr/collections/belowRate_collection/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	166	/solr/collections/belowRate_collection/state.json
   [junit4]   2> 	122	/solr/collections/aboveRate_collection/state.json
   [junit4]   2> 	20	/solr/autoscaling.json
   [junit4]   2> 	15	/solr/aliases.json
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72991357083385871-127.0.0.1:38519_solr-n_0000000002
   [junit4]   2> 	2	/solr/collections/aboveRate_collection/leader_elect/shard1/election/72991357083385870-core_node3-n_0000000000
   [junit4]   2> 	2	/solr/collections/belowRate_collection/leader_elect/shard1/election/72991357083385871-core_node4-n_0000000001
   [junit4]   2> 	2	/solr/collections/belowRate_collection/leader_elect/shard1/election/72991357083385873-core_node3-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72991357083385870-127.0.0.1:41943_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	90	/solr/overseer/queue
   [junit4]   2> 	35	/solr/overseer/collection-queue-work
   [junit4]   2> 	32	/solr/live_nodes
   [junit4]   2> 	27	/solr/collections
   [junit4]   2> 	6	/solr/autoscaling/events/search_rate_trigger2
   [junit4]   2> 	2	/solr/autoscaling/events/search_rate_trigger1
   [junit4]   2> 
   [junit4]   2> 3785259 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:33657
   [junit4]   2> 3785259 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33657
   [junit4]   2> 3785259 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33657
   [junit4]   2> 3785260 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[19EBAC60CA4978C0]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Dec 31, 2019 9:09:29 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1318, maxMBSortInHeap=6.452773824210117, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5c1ef4b9), locale=th-TH-u-nu-thai-x-lvariant-TH, timezone=Asia/Tokyo
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=199716640,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [TestSearcherReuse, TestDynamicLoadingUrl, CdcrUpdateLogTest, TestCoreBackup, TimeRoutedAliasUpdateProcessorTest, ConcurrentDeleteAndCreateCollectionTest, TestExportTool, TestChildDocTransformerHierarchy, TestRestoreCore, EmbeddedSolrNoSerializeTest, MetricsHistoryWithAuthIntegrationTest, TestHdfsUpdateLog, TestCSVResponseWriter, SolrShardReporterTest, RestartWhileUpdatingTest, TestHashPartitioner, HttpPartitionOnCommitTest, TestExpandComponent, TestReload, CloudMLTQParserTest, TestTrackingShardHandlerFactory, TestHalfAndHalfDocValues, TestSolrQueryParser, LeaderVoteWaitTimeoutTest, TestRebalanceLeaders, CloudExitableDirectoryReaderTest, TestXmlQParserPlugin, TestObjectReleaseTracker, SolrIndexSplitterTest, OverseerStatusTest, TestJsonFacetsWithNestedObjects, NodeAddedTriggerIntegrationTest, BooleanFieldTest, BasicAuthStandaloneTest, ChaosMonkeyNothingIsSafeTest, JSONWriterTest, TestCoreContainer, TestSnapshotCloudManager, TestWithCollection, TestPushWriter, TestComplexPhraseQParserPlugin, TestUniqueKeyFieldResource, TestFieldCacheSortRandom, TestInPlaceUpdatesRequiredField, TestStressUserVersions, MinimalSchemaTest, NodeMutatorTest, DaemonStreamApiTest, CollectionTooManyReplicasTest, TestRealTimeGet, ComputePlanActionTest, SuggesterTSTTest, TestSolrConfigHandlerCloud, PeerSyncWithLeaderTest, NodeLostTriggerTest, MoreLikeThisComponentTest, TestRandomFaceting, TestSolrCoreParser, UUIDUpdateProcessorFallbackTest, TestSuggestSpellingConverter, TestConfigsApi, TestSkipOverseerOperations, CurrencyRangeFacetCloudTest, UUIDFieldTest, TestFieldTypeResource, TestUninvertingReader, SolrMetricsIntegrationTest, TestRemoteStreaming, TestAuthenticationFramework, ShardRoutingTest, TestSolr4Spatial, MoveReplicaHDFSFailoverTest, TestHighFrequencyDictionaryFactory, HttpSolrCallGetCoreTest, MergeStrategyTest, TestAnalyzeInfixSuggestions, TestSolrCloudWithSecureImpersonation, TestLockTree, ExplicitHLLTest, UtilsToolTest, TestSubQueryTransformerCrossCore, TestNumericRangeQuery32, XMLAtomicUpdateMultivalueTest, DistanceFunctionTest, TestLegacyBM25SimilarityFactory, SolrRequestParserTest, UpdateLogTest, HDFSCollectionsAPITest, RequiredFieldsTest, TriggerIntegrationTest, TestCopyFieldCollectionResource, SpatialHeatmapFacetsTest, DistribDocExpirationUpdateProcessorTest, BadComponentTest, HdfsSyncSliceTest, TestSolrXml, TestStressLucene, ClassificationUpdateProcessorIntegrationTest, TestCloudSchemaless, TestTestInjection, TestManagedSynonymGraphFilterFactory, TestManagedResourceStorage, BigEndianAscendingWordDeserializerTest, QueryResultKeyTest, TestQueryTypes, SortSpecParsingTest, TestConfigSetImmutable, DeleteLastCustomShardedReplicaTest, DocValuesMissingTest, DistributedTermsComponentTest, RulesTest, TestCloudInspectUtil, TestCaffeineCache, TestStressLiveNodes, TestFileDictionaryLookup, TestBinaryField, ExitableDirectoryReaderTest, ZkNodePropsTest, HLLUtilTest, SearchRateTriggerIntegrationTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SearchRateTriggerIntegrationTest -Dtests.seed=19EBAC60CA4978C0 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt -Dtests.locale=th-TH-u-nu-thai-x-lvariant-TH -Dtests.timezone=Asia/Tokyo -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | SearchRateTriggerIntegrationTest (suite) <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
   [junit4]    >   - private static org.apache.solr.client.solrj.cloud.SolrCloudManager org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([19EBAC60CA4978C0]:0)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
   [junit4]    > 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]    > 	at java.security.AccessController.checkPermission(AccessController.java:884)
   [junit4]    > 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
   [junit4]    > 	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
   [junit4]    > 	at java.lang.Class.checkPackageAccess(Class.java:2372)
   [junit4]    > 	at java.lang.Class.checkMemberAccess(Class.java:2351)
   [junit4]    > 	at java.lang.Class.getDeclaredFields(Class.java:1915)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	... 10 more
   [junit4] Completed [553/889 (1!)] on J1 in 69.79s, 3 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 54102 lines...]