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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]