Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/4/
1 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has
references to classes of which the sizes cannot be measured due to security
restrictions or Java 9 module encapsulation: - private static
org.apache.solr.client.solrj.cloud.SolrCloudManager
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?)
and null them, your test still has references to classes of which the sizes
cannot be measured due to security restrictions or Java 9 module encapsulation:
- private static org.apache.solr.client.solrj.cloud.SolrCloudManager
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
at __randomizedtesting.SeedInfo.seed([F3A97A329722F613]: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 15460 lines...]
[junit4] Suite:
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
[junit4] 2> 3448302 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.SolrTestCaseJ4 Created dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_F3A97A329722F613-001/data-dir-233-001
[junit4] 2> 3448302 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 3448304 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 3448304 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 3448304 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_F3A97A329722F613-001/tempDir-001
[junit4] 2> 3448304 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 3448304 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 3448304 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 3448404 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:33715
[junit4] 2> 3448404 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:33715
[junit4] 2> 3448404 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33715
[junit4] 2> 3448404 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 33715
[junit4] 2> 3448406 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3448411 INFO (zkConnectionManagerCallback-21607-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3448411 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3448414 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3448415 INFO (zkConnectionManagerCallback-21609-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3448415 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3448416 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3448416 INFO (zkConnectionManagerCallback-21611-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3448416 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3448519 WARN (jetty-launcher-21612-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 3448519 WARN (jetty-launcher-21612-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 3448519 WARN (jetty-launcher-21612-thread-3) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 3448519 INFO (jetty-launcher-21612-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 3448519 INFO (jetty-launcher-21612-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 3448519 INFO (jetty-launcher-21612-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 3448519 INFO (jetty-launcher-21612-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 3448519 INFO (jetty-launcher-21612-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 3448519 INFO (jetty-launcher-21612-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> 3448519 INFO (jetty-launcher-21612-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> 3448520 WARN (jetty-launcher-21612-thread-4) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 3448520 INFO (jetty-launcher-21612-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 3448520 INFO (jetty-launcher-21612-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 3448520 WARN (jetty-launcher-21612-thread-5) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 3448520 INFO (jetty-launcher-21612-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 3448520 INFO (jetty-launcher-21612-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 3448520 INFO (jetty-launcher-21612-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> 3448521 INFO (jetty-launcher-21612-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> 3448522 INFO (jetty-launcher-21612-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3448522 INFO (jetty-launcher-21612-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3448522 INFO (jetty-launcher-21612-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 3448522 INFO (jetty-launcher-21612-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 3448522 INFO (jetty-launcher-21612-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> 3448527 INFO (jetty-launcher-21612-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3448527 INFO (jetty-launcher-21612-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3448527 INFO (jetty-launcher-21612-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 3448527 INFO (jetty-launcher-21612-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2ca0feeb{/solr,null,AVAILABLE}
[junit4] 2> 3448528 INFO (jetty-launcher-21612-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@369c049c{/solr,null,AVAILABLE}
[junit4] 2> 3448528 INFO (jetty-launcher-21612-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3448528 INFO (jetty-launcher-21612-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3448528 INFO (jetty-launcher-21612-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 3448528 INFO (jetty-launcher-21612-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5946f633{/solr,null,AVAILABLE}
[junit4] 2> 3448528 INFO (jetty-launcher-21612-thread-5) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3448528 INFO (jetty-launcher-21612-thread-5) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3448528 INFO (jetty-launcher-21612-thread-5) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 3448528 INFO (jetty-launcher-21612-thread-5) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@714a886f{/solr,null,AVAILABLE}
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5f04148f{/solr,null,AVAILABLE}
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@56620f07{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:41413}
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@658859f0{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:45785}
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-4) [ ]
o.e.j.s.Server Started @3448559ms
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-2) [ ]
o.e.j.s.Server Started @3448559ms
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@238076ad{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:44223}
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45785}
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=41413}
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-1) [ ]
o.e.j.s.Server Started @3448559ms
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44223}
[junit4] 2> 3448529 ERROR (jetty-launcher-21612-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3448529 ERROR (jetty-launcher-21612-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.4.0
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.4.0
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-12-17T07:29:27.218Z
[junit4] 2> 3448529 ERROR (jetty-launcher-21612-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-12-17T07:29:27.218Z
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.4.0
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3448529 INFO (jetty-launcher-21612-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-12-17T07:29:27.218Z
[junit4] 2> 3448530 INFO (jetty-launcher-21612-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3448530 INFO (jetty-launcher-21612-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@b8c3d7b{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:41569}
[junit4] 2> 3448530 INFO (jetty-launcher-21612-thread-3) [ ]
o.e.j.s.Server Started @3448560ms
[junit4] 2> 3448530 INFO (jetty-launcher-21612-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=41569}
[junit4] 2> 3448530 ERROR (jetty-launcher-21612-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3448530 INFO (jetty-launcher-21612-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3448530 INFO (jetty-launcher-21612-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.4.0
[junit4] 2> 3448530 INFO (jetty-launcher-21612-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3448530 INFO (jetty-launcher-21612-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3448530 INFO (jetty-launcher-21612-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-12-17T07:29:27.219Z
[junit4] 2> 3448531 INFO (jetty-launcher-21612-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3448531 INFO (jetty-launcher-21612-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3448531 INFO (jetty-launcher-21612-thread-5) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6a26b098{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:43775}
[junit4] 2> 3448531 INFO (jetty-launcher-21612-thread-5) [ ]
o.e.j.s.Server Started @3448561ms
[junit4] 2> 3448531 INFO (jetty-launcher-21612-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43775}
[junit4] 2> 3448531 ERROR (jetty-launcher-21612-thread-5) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3448531 INFO (jetty-launcher-21612-thread-5) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3448531 INFO (jetty-launcher-21612-thread-5) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.4.0
[junit4] 2> 3448531 INFO (jetty-launcher-21612-thread-5) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3448531 INFO (jetty-launcher-21612-thread-5) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3448531 INFO (jetty-launcher-21612-thread-5) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-12-17T07:29:27.220Z
[junit4] 2> 3448538 INFO (jetty-launcher-21612-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3448539 INFO (jetty-launcher-21612-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3448541 INFO (zkConnectionManagerCallback-21617-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3448541 INFO (jetty-launcher-21612-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3448541 INFO (zkConnectionManagerCallback-21616-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3448541 INFO (jetty-launcher-21612-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3448541 INFO (zkConnectionManagerCallback-21622-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3448541 INFO (jetty-launcher-21612-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3448542 INFO (jetty-launcher-21612-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3448542 INFO (jetty-launcher-21612-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3448542 INFO (jetty-launcher-21612-thread-5) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3448542 INFO (zkConnectionManagerCallback-21618-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3448542 INFO (jetty-launcher-21612-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3448546 INFO (jetty-launcher-21612-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3448546 INFO (zkConnectionManagerCallback-21620-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3448549 INFO (jetty-launcher-21612-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3448550 INFO (jetty-launcher-21612-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3448713 INFO (jetty-launcher-21612-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 3448726 WARN (jetty-launcher-21612-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@667453cc[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3448726 WARN (jetty-launcher-21612-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@667453cc[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3448752 INFO (jetty-launcher-21612-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 3448755 WARN (jetty-launcher-21612-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@74088434[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3448755 WARN (jetty-launcher-21612-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@74088434[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3448756 INFO (jetty-launcher-21612-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33715/solr
[junit4] 2> 3448770 WARN (jetty-launcher-21612-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@4842ca38[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3448770 WARN (jetty-launcher-21612-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@4842ca38[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3448778 INFO (jetty-launcher-21612-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3448780 INFO (zkConnectionManagerCallback-21632-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3448780 INFO (jetty-launcher-21612-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3448783 WARN (jetty-launcher-21612-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@5e14dba8[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3448783 WARN (jetty-launcher-21612-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@5e14dba8[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3448784 INFO (jetty-launcher-21612-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33715/solr
[junit4] 2> 3448785 INFO (jetty-launcher-21612-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3448785 INFO (zkConnectionManagerCallback-21638-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3448785 INFO (jetty-launcher-21612-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3448863 INFO (jetty-launcher-21612-thread-5) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 3448864 WARN (jetty-launcher-21612-thread-5) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@3f8f4dd1[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3448864 WARN (jetty-launcher-21612-thread-5) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@3f8f4dd1[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3448866 WARN (jetty-launcher-21612-thread-5) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@3fd3fa8e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3448866 WARN (jetty-launcher-21612-thread-5) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@3fd3fa8e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3448867 INFO (jetty-launcher-21612-thread-5) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33715/solr
[junit4] 2> 3448868 INFO (jetty-launcher-21612-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3448868 INFO (zkConnectionManagerCallback-21644-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3448868 INFO (jetty-launcher-21612-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3448912 INFO (jetty-launcher-21612-thread-4) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 3448912 WARN (jetty-launcher-21612-thread-4) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@4e5e1f02[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3448912 WARN (jetty-launcher-21612-thread-4) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@4e5e1f02[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3448914 WARN (jetty-launcher-21612-thread-4) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@118ea55e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3448914 WARN (jetty-launcher-21612-thread-4) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@118ea55e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3448915 INFO (jetty-launcher-21612-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33715/solr
[junit4] 2> 3448922 INFO (jetty-launcher-21612-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3448923 INFO (zkConnectionManagerCallback-21651-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3448923 INFO (jetty-launcher-21612-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3448973 INFO (jetty-launcher-21612-thread-5)
[n:127.0.0.1:43775_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3448973 INFO (zkConnectionManagerCallback-21653-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3448974 INFO (jetty-launcher-21612-thread-5)
[n:127.0.0.1:43775_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3448974 INFO (jetty-launcher-21612-thread-2)
[n:127.0.0.1:45785_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3448977 INFO (zkConnectionManagerCallback-21655-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3448977 INFO (jetty-launcher-21612-thread-2)
[n:127.0.0.1:45785_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3449090 INFO (jetty-launcher-21612-thread-1)
[n:127.0.0.1:44223_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3449114 INFO (zkConnectionManagerCallback-21657-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3449114 INFO (jetty-launcher-21612-thread-1)
[n:127.0.0.1:44223_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3449174 INFO (jetty-launcher-21612-thread-4)
[n:127.0.0.1:41413_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3449175 INFO (zkConnectionManagerCallback-21659-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3449175 INFO (jetty-launcher-21612-thread-4)
[n:127.0.0.1:41413_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3449243 INFO (jetty-launcher-21612-thread-2)
[n:127.0.0.1:45785_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:45785_solr
[junit4] 2> 3449244 INFO (jetty-launcher-21612-thread-2)
[n:127.0.0.1:45785_solr ] o.a.s.c.Overseer Overseer
(id=72908864750551053-127.0.0.1:45785_solr-n_0000000000) starting
[junit4] 2> 3449250 INFO
(OverseerStateUpdate-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[n:127.0.0.1:45785_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:45785_solr
[junit4] 2> 3449261 INFO (jetty-launcher-21612-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 3449262 INFO (jetty-launcher-21612-thread-2)
[n:127.0.0.1:45785_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45785_solr
[junit4] 2> 3449262 WARN (jetty-launcher-21612-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@413aa152[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3449262 WARN (jetty-launcher-21612-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@413aa152[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3449263 INFO (jetty-launcher-21612-thread-1)
[n:127.0.0.1:44223_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:44223_solr as DOWN
[junit4] 2> 3449263 INFO (zkCallback-21654-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3449263 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and
.scheduled_maintenance triggers
[junit4] 2> 3449264 WARN (jetty-launcher-21612-thread-2)
[n:127.0.0.1:45785_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> 3449265 INFO (zkCallback-21656-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3449265 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with
znode version 1
[junit4] 2> 3449265 INFO (jetty-launcher-21612-thread-1)
[n:127.0.0.1:44223_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 3449265 INFO (jetty-launcher-21612-thread-1)
[n:127.0.0.1:44223_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44223_solr
[junit4] 2> 3449265 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion 0
[junit4] 2> 3449265 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 1
[junit4] 2> 3449267 WARN (jetty-launcher-21612-thread-1)
[n:127.0.0.1:44223_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> 3449267 WARN (jetty-launcher-21612-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@6ef11485[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3449267 WARN (jetty-launcher-21612-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@6ef11485[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3449268 INFO (jetty-launcher-21612-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33715/solr
[junit4] 2> 3449270 INFO (zkCallback-21656-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3449271 INFO (jetty-launcher-21612-thread-5)
[n:127.0.0.1:43775_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 3449271 INFO (jetty-launcher-21612-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3449272 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial
livenodes: [127.0.0.1:45785_solr]
[junit4] 2> 3449274 INFO (zkCallback-21654-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3449275 INFO (zkConnectionManagerCallback-21675-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3449275 INFO (jetty-launcher-21612-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3449276 DEBUG (ScheduledTrigger-17053-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2 and last live nodes: 1
[junit4] 2> 3449279 INFO (jetty-launcher-21612-thread-5)
[n:127.0.0.1:43775_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:43775_solr as DOWN
[junit4] 2> 3449280 INFO (jetty-launcher-21612-thread-5)
[n:127.0.0.1:43775_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 3449280 INFO (jetty-launcher-21612-thread-5)
[n:127.0.0.1:43775_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43775_solr
[junit4] 2> 3449281 INFO (zkCallback-21656-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3449282 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost /
nodeAdded markers
[junit4] 2> 3449282 INFO (zkCallback-21654-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3449282 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion 1
[junit4] 2> 3449283 WARN (jetty-launcher-21612-thread-5)
[n:127.0.0.1:43775_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> 3449285 INFO (jetty-launcher-21612-thread-2)
[n:127.0.0.1:45785_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3449285 INFO (jetty-launcher-21612-thread-1)
[n:127.0.0.1:44223_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3449292 INFO (jetty-launcher-21612-thread-5)
[n:127.0.0.1:43775_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3449325 INFO (jetty-launcher-21612-thread-2)
[n:127.0.0.1:45785_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45785.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7fceffba
[junit4] 2> 3449325 INFO (jetty-launcher-21612-thread-5)
[n:127.0.0.1:43775_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43775.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7fceffba
[junit4] 2> 3449327 INFO (jetty-launcher-21612-thread-1)
[n:127.0.0.1:44223_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44223.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7fceffba
[junit4] 2> 3449335 INFO (jetty-launcher-21612-thread-1)
[n:127.0.0.1:44223_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44223.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7fceffba
[junit4] 2> 3449335 INFO (jetty-launcher-21612-thread-1)
[n:127.0.0.1:44223_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44223.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7fceffba
[junit4] 2> 3449335 INFO (jetty-launcher-21612-thread-2)
[n:127.0.0.1:45785_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45785.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7fceffba
[junit4] 2> 3449335 INFO (jetty-launcher-21612-thread-2)
[n:127.0.0.1:45785_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45785.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7fceffba
[junit4] 2> 3449336 INFO (jetty-launcher-21612-thread-5)
[n:127.0.0.1:43775_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43775.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7fceffba
[junit4] 2> 3449336 INFO (jetty-launcher-21612-thread-5)
[n:127.0.0.1:43775_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43775.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7fceffba
[junit4] 2> 3449385 INFO (zkCallback-21652-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3449385 INFO (jetty-launcher-21612-thread-5)
[n:127.0.0.1:43775_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 3449386 INFO (jetty-launcher-21612-thread-2)
[n:127.0.0.1:45785_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 3449386 INFO (jetty-launcher-21612-thread-5)
[n:127.0.0.1:43775_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_F3A97A329722F613-001/tempDir-001/node5/.
[junit4] 2> 3449386 INFO (jetty-launcher-21612-thread-2)
[n:127.0.0.1:45785_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_F3A97A329722F613-001/tempDir-001/node2/.
[junit4] 2> 3449387 INFO (jetty-launcher-21612-thread-1)
[n:127.0.0.1:44223_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 3449391 INFO (jetty-launcher-21612-thread-3)
[n:127.0.0.1:41569_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3449397 INFO (jetty-launcher-21612-thread-1)
[n:127.0.0.1:44223_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_F3A97A329722F613-001/tempDir-001/node1/.
[junit4] 2> 3449397 INFO (zkConnectionManagerCallback-21681-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3449397 INFO (jetty-launcher-21612-thread-3)
[n:127.0.0.1:41569_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3449420 INFO (jetty-launcher-21612-thread-4)
[n:127.0.0.1:41413_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 3449422 INFO (jetty-launcher-21612-thread-4)
[n:127.0.0.1:41413_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:41413_solr as DOWN
[junit4] 2> 3449423 INFO (jetty-launcher-21612-thread-4)
[n:127.0.0.1:41413_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 3449423 INFO (jetty-launcher-21612-thread-4)
[n:127.0.0.1:41413_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41413_solr
[junit4] 2> 3449423 INFO (jetty-launcher-21612-thread-3)
[n:127.0.0.1:41569_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 3449423 INFO (zkCallback-21654-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 3449423 INFO (zkCallback-21656-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 3449424 WARN (jetty-launcher-21612-thread-4)
[n:127.0.0.1:41413_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> 3449430 INFO (zkCallback-21680-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 3449436 INFO (jetty-launcher-21612-thread-3)
[n:127.0.0.1:41569_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:41569_solr as DOWN
[junit4] 2> 3449440 INFO (zkCallback-21652-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 3449440 INFO (jetty-launcher-21612-thread-3)
[n:127.0.0.1:41569_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 3449440 INFO (jetty-launcher-21612-thread-3)
[n:127.0.0.1:41569_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41569_solr
[junit4] 2> 3449440 INFO (zkCallback-21658-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 3449441 INFO (zkCallback-21654-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 3449442 INFO (zkCallback-21656-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 3449442 INFO (zkCallback-21652-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 3449442 INFO (zkCallback-21658-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 3449442 INFO (zkCallback-21680-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 3449442 WARN (jetty-launcher-21612-thread-3)
[n:127.0.0.1:41569_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> 3449454 INFO (jetty-launcher-21612-thread-4)
[n:127.0.0.1:41413_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3449456 INFO (jetty-launcher-21612-thread-3)
[n:127.0.0.1:41569_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3449472 INFO (jetty-launcher-21612-thread-4)
[n:127.0.0.1:41413_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41413.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7fceffba
[junit4] 2> 3449472 INFO (jetty-launcher-21612-thread-3)
[n:127.0.0.1:41569_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41569.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7fceffba
[junit4] 2> 3449479 INFO (jetty-launcher-21612-thread-3)
[n:127.0.0.1:41569_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41569.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7fceffba
[junit4] 2> 3449479 INFO (jetty-launcher-21612-thread-3)
[n:127.0.0.1:41569_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41569.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7fceffba
[junit4] 2> 3449479 INFO (jetty-launcher-21612-thread-4)
[n:127.0.0.1:41413_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41413.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7fceffba
[junit4] 2> 3449479 INFO (jetty-launcher-21612-thread-4)
[n:127.0.0.1:41413_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41413.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7fceffba
[junit4] 2> 3449481 INFO (jetty-launcher-21612-thread-3)
[n:127.0.0.1:41569_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 3449481 INFO (jetty-launcher-21612-thread-4)
[n:127.0.0.1:41413_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 3449481 INFO (jetty-launcher-21612-thread-3)
[n:127.0.0.1:41569_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_F3A97A329722F613-001/tempDir-001/node3/.
[junit4] 2> 3449481 INFO (jetty-launcher-21612-thread-4)
[n:127.0.0.1:41413_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_F3A97A329722F613-001/tempDir-001/node4/.
[junit4] 2> 3449593 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=5
[junit4] 2> 3449594 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3449595 INFO (zkConnectionManagerCallback-21692-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3449595 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3449596 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
[junit4] 2> 3449596 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33715/solr ready
[junit4] 2> 3449599 INFO (qtp1487268451-73197) [n:127.0.0.1:41413_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling
params={wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 3449601 INFO (qtp1487268451-73199) [n:127.0.0.1:41413_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> 3449602 INFO (qtp88855458-73176) [n:127.0.0.1:41569_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> 3449603 INFO (qtp1692484212-73183) [n:127.0.0.1:43775_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> 3449604 INFO (qtp759663989-73186) [n:127.0.0.1:44223_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> 3449606 INFO (qtp1800383209-73161) [n:127.0.0.1:45785_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> 3449606 DEBUG (qtp88855458-73172) [n:127.0.0.1:41569_solr
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 3449606 INFO (qtp88855458-73172) [n:127.0.0.1:41569_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling
params={wt=javabin&version=2} status=0 QTime=6
[junit4] 2> 3449606 DEBUG (zkCallback-21654-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
2
[junit4] 2> 3449612 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 2
[junit4] 2> 3449632 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost /
nodeAdded markers
[junit4] 2> 3449636 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2,
lastZnodeVersion 2
[junit4] 2> 3449713 INFO
(TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[F3A97A329722F613])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testAboveSearchRate
[junit4] 2> 3449715 INFO
(TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[F3A97A329722F613])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
[junit4] 2> 3449716 INFO
(TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[F3A97A329722F613])
[ ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset,
new znode version 3
[junit4] 2> 3449717 DEBUG (zkCallback-21654-thread-2) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
3
[junit4] 2> 3449717 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 3
[junit4] 2> 3449723 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost /
nodeAdded markers
[junit4] 2> 3449725 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3,
lastZnodeVersion 3
[junit4] 2> 3449725 INFO (qtp759663989-73188) [n:127.0.0.1:44223_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> 3449726 INFO
(OverseerThreadFactory-17058-thread-1-processing-n:127.0.0.1:45785_solr)
[n:127.0.0.1:45785_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
aboveRate_collection
[junit4] 2> 3449832 INFO
(OverseerStateUpdate-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[n:127.0.0.1:45785_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:41413/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3449834 INFO
(OverseerStateUpdate-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[n:127.0.0.1:45785_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:44223/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3450036 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_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> 3450037 INFO (qtp759663989-73185) [n:127.0.0.1:44223_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> 3451045 INFO (qtp759663989-73185) [n:127.0.0.1:44223_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> 3451045 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_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> 3451052 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_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> 3451052 INFO (qtp759663989-73185) [n:127.0.0.1:44223_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> 3451055 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_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> 3451055 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_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> 3451055 INFO (qtp759663989-73185) [n:127.0.0.1:44223_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> 3451055 INFO (qtp759663989-73185) [n:127.0.0.1:44223_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> 3451055 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_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_41413.solr.core.aboveRate_collection.shard1.replica_n1'
(registry 'solr.core.aboveRate_collection.shard1.replica_n1') enabled at
server: com.sun.jmx.mbeanserver.JmxMBeanServer@7fceffba
[junit4] 2> 3451055 INFO (qtp759663989-73185) [n:127.0.0.1:44223_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_44223.solr.core.aboveRate_collection.shard1.replica_n2'
(registry 'solr.core.aboveRate_collection.shard1.replica_n2') enabled at
server: com.sun.jmx.mbeanserver.JmxMBeanServer@7fceffba
[junit4] 2> 3451055 INFO (qtp759663989-73185) [n:127.0.0.1:44223_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/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_F3A97A329722F613-001/tempDir-001/node1/aboveRate_collection_shard1_replica_n2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_F3A97A329722F613-001/tempDir-001/node1/./aboveRate_collection_shard1_replica_n2/data/]
[junit4] 2> 3451055 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_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/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_F3A97A329722F613-001/tempDir-001/node4/aboveRate_collection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_F3A97A329722F613-001/tempDir-001/node4/./aboveRate_collection_shard1_replica_n1/data/]
[junit4] 2> 3451094 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_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> 3451094 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_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> 3451094 INFO (qtp759663989-73185) [n:127.0.0.1:44223_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> 3451094 INFO (qtp759663989-73185) [n:127.0.0.1:44223_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> 3451095 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_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> 3451095 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_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> 3451096 INFO (qtp759663989-73185) [n:127.0.0.1:44223_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> 3451096 INFO (qtp759663989-73185) [n:127.0.0.1:44223_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> 3451097 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening
[Searcher@5ff869f1[aboveRate_collection_shard1_replica_n1] main]
[junit4] 2> 3451097 INFO (qtp759663989-73185) [n:127.0.0.1:44223_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening
[Searcher@506c2046[aboveRate_collection_shard1_replica_n2] main]
[junit4] 2> 3451098 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_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> 3451098 INFO (qtp759663989-73185) [n:127.0.0.1:44223_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> 3451098 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_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> 3451098 INFO (qtp759663989-73185) [n:127.0.0.1:44223_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> 3451098 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_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> 3451098 INFO (qtp759663989-73185) [n:127.0.0.1:44223_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> 3451098 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_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 1653151125772173312
[junit4] 2> 3451098 INFO (qtp759663989-73185) [n:127.0.0.1:44223_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 1653151125772173312
[junit4] 2> 3451100 INFO
(searcherExecutor-17079-thread-1-processing-n:127.0.0.1:41413_solr
x:aboveRate_collection_shard1_replica_n1 c:aboveRate_collection s:shard1
r:core_node3) [n:127.0.0.1:41413_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@5ff869f1[aboveRate_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3451100 INFO
(searcherExecutor-17080-thread-1-processing-n:127.0.0.1:44223_solr
x:aboveRate_collection_shard1_replica_n2 c:aboveRate_collection s:shard1
r:core_node4) [n:127.0.0.1:44223_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@506c2046[aboveRate_collection_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3451102 INFO (qtp759663989-73185) [n:127.0.0.1:44223_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> 3451102 INFO (qtp759663989-73185) [n:127.0.0.1:44223_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> 3451103 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Failed to save
terms, version is not a match, retrying
[junit4] 2> 3451103 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_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> 3451103 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_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> 3451105 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 3451105 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I
may be the new leader - try and sync
[junit4] 2> 3451105 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas
to http://127.0.0.1:41413/solr/aboveRate_collection_shard1_replica_n1/
[junit4] 2> 3451105 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync:
core=aboveRate_collection_shard1_replica_n1 url=http://127.0.0.1:41413/solr
START
replicas=[http://127.0.0.1:44223/solr/aboveRate_collection_shard1_replica_n2/]
nUpdates=100
[junit4] 2> 3451105 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync:
core=aboveRate_collection_shard1_replica_n1 url=http://127.0.0.1:41413/solr
DONE. We have no versions. sync failed.
[junit4] 2> 3451107 INFO (qtp759663989-73187) [n:127.0.0.1:44223_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.S.Request
[aboveRate_collection_shard1_replica_n2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 3451107 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's
attempt to sync with shard failed, moving to the next candidate
[junit4] 2> 3451107 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext
We failed sync, but we have no versions - we can't sync in that case - we were
active before, so become leader anyway
[junit4] 2> 3451107 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1 ]
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/72908864750551055-core_node3-n_0000000000
[junit4] 2> 3451108 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I
am the new leader:
http://127.0.0.1:41413/solr/aboveRate_collection_shard1_replica_n1/ shard1
[junit4] 2> 3451209 INFO (zkCallback-21658-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> 3451209 INFO (zkCallback-21658-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> 3451209 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 3451211 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_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=1174
[junit4] 2> 3451311 INFO (zkCallback-21658-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> 3451311 INFO (zkCallback-21658-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> 3451311 INFO (zkCallback-21658-thread-3) [ ]
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> 3452107 INFO (qtp759663989-73185) [n:127.0.0.1:44223_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=2069
[junit4] 2> 3452110 INFO (qtp759663989-73188) [n:127.0.0.1:44223_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> 3452207 INFO (zkCallback-21658-thread-3) [ ]
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> 3452207 INFO (zkCallback-21658-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> 3452207 INFO (zkCallback-21658-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> 3452207 INFO (zkCallback-21656-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> 3452208 INFO (qtp759663989-73188) [n:127.0.0.1:44223_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=2482
[junit4] 2> 3452208 INFO (zkCallback-21656-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> 3452211 INFO (qtp759663989-73189) [n:127.0.0.1:44223_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> 3452212 INFO (qtp759663989-73186) [n:127.0.0.1:44223_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> 3452213 INFO (qtp1487268451-73195) [n:127.0.0.1:41413_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> 3452217 INFO (qtp1487268451-73197) [n:127.0.0.1:41413_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> 3452217 INFO (qtp88855458-73179) [n:127.0.0.1:41569_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> 3452219 INFO (qtp1692484212-73193) [n:127.0.0.1:43775_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> 3452220 INFO (qtp1800383209-73160) [n:127.0.0.1:45785_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> 3452220 DEBUG (qtp1800383209-73163) [n:127.0.0.1:45785_solr
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 3452222 INFO (qtp1800383209-73163) [n:127.0.0.1:45785_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling
params={wt=javabin&version=2} status=0 QTime=12
[junit4] 2> 3452223 DEBUG (zkCallback-21654-thread-2) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
4
[junit4] 2> 3452223 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 4
[junit4] 2> 3452223 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost /
nodeAdded markers
[junit4] 2> 3452226 INFO (qtp759663989-73188) [n:127.0.0.1:44223_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> 3452226 INFO (qtp759663989-73189) [n:127.0.0.1:44223_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> 3452230 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4,
lastZnodeVersion 4
[junit4] 2> 3452230 INFO (qtp1487268451-73199) [n:127.0.0.1:41413_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> 3452231 INFO (qtp1487268451-73200) [n:127.0.0.1:41413_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> 3452232 INFO (qtp88855458-73174) [n:127.0.0.1:41569_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> 3452233 INFO (qtp1692484212-73180) [n:127.0.0.1:43775_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> 3452234 INFO (qtp1800383209-73162) [n:127.0.0.1:45785_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> 3452234 DEBUG (qtp759663989-73187) [n:127.0.0.1:44223_solr
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 3452234 INFO (qtp759663989-73187) [n:127.0.0.1:44223_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling
params={wt=javabin&version=2} status=0 QTime=11
[junit4] 2> 3452235 DEBUG (zkCallback-21654-thread-2) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
5
[junit4] 2> 3452235 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 5
[junit4] 2> 3452235 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost /
nodeAdded markers
[junit4] 2> 3452236 INFO (qtp759663989-73185) [n:127.0.0.1:44223_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> 3452236 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5,
lastZnodeVersion 5
[junit4] 2> 3452237 INFO (qtp759663989-73188) [n:127.0.0.1:44223_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> 3452238 INFO (qtp1487268451-73195) [n:127.0.0.1:41413_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> 3452239 INFO (qtp1487268451-73197) [n:127.0.0.1:41413_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> 3452239 INFO (qtp88855458-73176) [n:127.0.0.1:41569_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> 3452240 INFO (qtp1692484212-73183) [n:127.0.0.1:43775_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> 3452240 INFO (qtp1800383209-73165) [n:127.0.0.1:45785_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> 3452240 DEBUG (qtp759663989-73186) [n:127.0.0.1:44223_solr
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 3452241 INFO (qtp759663989-73186) [n:127.0.0.1:44223_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling
params={wt=javabin&version=2} status=0 QTime=5
[junit4] 2> 3452241 DEBUG (zkCallback-21654-thread-2) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
6
[junit4] 2> 3452241 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 6
[junit4] 2> 3452241 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost /
nodeAdded markers
[junit4] 2> 3452242 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6,
lastZnodeVersion 6
[junit4] 2> 3452243 INFO (qtp759663989-73189) [n:127.0.0.1:44223_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> 3452244 INFO (qtp759663989-73187) [n:127.0.0.1:44223_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> 3452244 INFO (qtp1487268451-73198) [n:127.0.0.1:41413_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> 3452245 INFO (qtp1487268451-73199) [n:127.0.0.1:41413_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> 3452245 INFO (qtp88855458-73172) [n:127.0.0.1:41569_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> 3452246 INFO (qtp1692484212-73192) [n:127.0.0.1:43775_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> 3452247 INFO (qtp1800383209-73163) [n:127.0.0.1:45785_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> 3452247 DEBUG (qtp1800383209-73160) [n:127.0.0.1:45785_solr
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 3452247 INFO (qtp1800383209-73160) [n:127.0.0.1:45785_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling
params={wt=javabin&version=2} status=0 QTime=5
[junit4] 2> 3452247 DEBUG (zkCallback-21654-thread-2) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
7
[junit4] 2> 3452247 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 7
[junit4] 2> 3452247 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost /
nodeAdded markers
[junit4] 2> 3452248 INFO (qtp759663989-73185) [n:127.0.0.1:44223_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.S.Request
[aboveRate_collection_shard1_replica_n2] webapp=/solr path=/select
params={q=*:*&_stateVer_=aboveRate_collection:5&wt=javabin&version=2} hits=0
status=0 QTime=0
[junit4] 2> 3452248 DEBUG
(OverseerAutoScalingTriggerThread-72908864750551053-127.0.0.1:45785_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7,
lastZnodeVersion 7
[junit4] 2> 3452249 INFO (qtp1487268451-73195) [n:127.0.0.1:41413_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=/select
params={q=*:*&_stateVer_=aboveRate_collection:5&wt=javabin&version=2} hits=0
status=0 QTime=0
[junit4] 2> 3452249 INFO (qtp759663989-73188) [n:127.0.0.1:44223_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.S.Request
[aboveRate_collection_shard1_replica_n2] webapp=/solr path=/select
params={q=*:*&_stateVer_=aboveRate_collection:5&wt=javabin&version=2} hits=0
status=0 QTime=0
[junit4] 2> 3452249 INFO (qtp1487268451-73197) [n:127.0.0.1:41413_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=/select
params={q=*:*&_stateVer_=aboveRate_collection:5&wt=javabin&version=2} hits=0
status=0 QTime=0
[junit4] 2> 3452250 INFO (qtp759663989-73186) [n:127.0.0.1:44223_solr
c:aboveRate_collection s:shard1 r:core_node4 x:aboveRate_colle
[...truncated too long message...]
boveRate_collection/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 132
/solr/collections/belowRate_collection/state.json
[junit4] 2> 123
/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> 3
/solr/collections/belowRate_collection/leader_elect/shard1/election/72908864750551052-core_node3-n_0000000000
[junit4] 2> 2
/solr/overseer_elect/election/72908864750551052-127.0.0.1:43775_solr-n_0000000002
[junit4] 2> 2
/solr/collections/aboveRate_collection/leader_elect/shard1/election/72908864750551054-core_node4-n_0000000001
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 94 /solr/overseer/queue
[junit4] 2> 36 /solr/overseer/collection-queue-work
[junit4] 2> 32 /solr/live_nodes
[junit4] 2> 27 /solr/collections
[junit4] 2> 6 /solr/autoscaling/events/search_rate_trigger2
[junit4] 2> 2 /solr/autoscaling/events/search_rate_trigger1
[junit4] 2>
[junit4] 2> 3515044 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:33715
[junit4] 2> 3515044 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33715
[junit4] 2> 3515044 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 33715
[junit4] 2> 3515044 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[F3A97A329722F613]-worker) [ ]
o.a.s.SolrTestCaseJ4 -------------------------------------------------------
Done waiting for tracked resources to be released
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene84),
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6302a7ca),
locale=fr-LU, timezone=Africa/El_Aaiun
[junit4] 2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=1,free=35152952,total=491782144
[junit4] 2> NOTE: All tests run in this JVM: [TestMacros,
ClassificationUpdateProcessorFactoryTest,
PeerSyncWithLeaderAndIndexFingerprintCachingTest,
DistributedExpandComponentTest, BasicAuthOnSingleNodeTest,
ReplicationFactorTest, TestLeaderElectionZkExpiry, TestExtendedDismaxParser,
TestNRTOpen, TestScoreJoinQPNoScore, TestSizeLimitedDistributedMap,
TestExceedMaxTermLength, TermVectorComponentDistributedTest,
TestReRankQParserPlugin, DateRangeFieldTest, TestGraphTermsQParserPlugin,
SolrIndexMetricsTest, RangeFacetCloudTest, ShardRoutingCustomTest, TestTrie,
TestFieldCacheWithThreads, CustomTermsComponentTest,
TestPullReplicaErrorHandling, TestCloudDeleteByQuery, URLClassifyProcessorTest,
TestDocTermOrdsUninvertLimit, TestBM25SimilarityFactory,
TestStressThreadBackup, TestLMJelinekMercerSimilarityFactory,
BlockJoinFacetDistribTest, TestJsonRequest, OrderedExecutorTest,
RemoteQueryErrorTest, TestRTGBase, TestBlendedInfixSuggestions,
AssignBackwardCompatibilityTest, TestMissingGroups,
TestCollationFieldDocValues, LeaderTragicEventTest, SolrPluginUtilsTest,
TestCloudManagedSchema, TestSimDistributedQueue, SpellCheckCollatorTest,
TestSchemaResource, RestoreTriggerStateTest, DistributedQueueTest,
TestJsonFacetsStatsParsing, TestSimClusterStateProvider,
SolrCloudReportersTest, TestAuthorizationFramework, TestInPlaceUpdatesDistrib,
ShowFileRequestHandlerTest, StressHdfsTest, TestReplicationHandler,
MetricTriggerTest, RequestHandlersTest, DirectSolrConnectionTest,
TestUnInvertedFieldException, HealthCheckHandlerTest,
QueryElevationComponentTest, IndexSchemaRuntimeFieldTest, TestPointFields,
Tagger2Test, HLLSerializationTest, TestAddFieldRealTimeGet,
TestMaxTokenLenTokenizer, TemplateUpdateProcessorTest,
TestImplicitCoreProperties, TestSolrCoreProperties,
TestSerializedLuceneMatchVersion, TestFilteredDocIdSet,
TestUnifiedSolrHighlighter, TestReqParamsAPI, DirectSolrSpellCheckerTest,
LeaderElectionTest, TestCryptoKeys, JWTAuthPluginTest,
SchemaVersionSpecificBehaviorTest, OverriddenZkACLAndCredentialsProvidersTest,
TestMultiValuedNumericRangeQuery, CollectionsAPIDistributedZkTest,
DistributedSuggestComponentTest, TimeZoneUtilsTest, VersionInfoTest,
TestDistributedMissingSort, TestSimTriggerIntegration, TestSearchPerf,
AnalysisAfterCoreReloadTest, TestComplexPhraseLeadingWildcard,
HdfsRestartWhileUpdatingTest, CdcrReplicationHandlerTest, PeerSyncTest,
DistributedFacetPivotLongTailTest, MoreLikeThisHandlerTest,
TestRandomDVFaceting, TestNumericTerms64, ConnectionManagerTest,
CollectionsAPISolrJTest, TestFieldTypeCollectionResource, BlockCacheTest,
ScheduledTriggerTest, TestStressReorder, StatsReloadRaceTest,
AnalyticsQueryTest, MBeansHandlerTest, TestSolrIndexConfig, RuleEngineTest,
TestSolrCloudWithHadoopAuthPlugin, DirectUpdateHandlerTest,
SystemLogListenerTest, SystemCollectionCompatTest, TestPerFieldSimilarity,
TransactionLogTest, AnalysisErrorHandlingTest,
SignatureUpdateProcessorFactoryTest, NestedShardedAtomicUpdateTest,
TestDistributedStatsComponentCardinality, TestSimGenericDistributedQueue,
TestBadConfig, TestSchemalessBufferedUpdates, TestCloudJSONFacetSKG,
SearchHandlerTest, TestSQLHandlerNonCloud, MoveReplicaTest, PluginInfoTest,
TestSolrConfigHandler, NotRequiredUniqueKeyTest, TestCharFilters,
JavabinLoaderTest, TlogReplayBufferedWhileIndexingTest, HdfsDirectoryTest,
TestRandomRequestDistribution, TestStressInPlaceUpdates,
TestUseDocValuesAsStored2, EchoParamsTest, TestConfigReload,
SolrCoreCheckLockOnStartupTest, SolrMetricReporterTest,
TestBinaryResponseWriter, TestCollectionAPIs, AdminHandlersProxyTest,
PolyFieldTest, OverseerTest, IndexSizeTriggerSizeEstimationTest,
InfoHandlerTest, ZkFailoverTest, TestInitQParser, CleanupOldIndexTest,
ClusterStateTest, ClusterStateUpdateTest, DeleteInactiveReplicaTest,
DistribCursorPagingTest, DistributedVersionInfoTest, DocValuesNotIndexedTest,
ForceLeaderTest, HttpPartitionWithTlogReplicasTest,
LeaderElectionContextKeyTest, LeaderElectionIntegrationTest,
MissingSegmentRecoveryTest, MoveReplicaHDFSFailoverTest, MoveReplicaHDFSTest,
MultiSolrCloudTestCaseTest, MultiThreadedOCPTest, NodeMutatorTest,
OutOfBoxZkACLAndCredentialsProvidersTest, OverseerRolesTest,
PackageManagerCLITest, RecoveryAfterSoftCommitTest, RestartWhileUpdatingTest,
RoutingToNodesWithPropertiesTest, SliceStateTest, SolrCLIZkUtilsTest,
SolrCloudExampleTest, SolrXmlInZkTest, TestAuthenticationFramework,
TestCloudConsistency, TestCloudPivotFacet, TestCloudRecovery2,
TestConfigSetsAPI, TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion,
TestDistributedMap, TestExclusionRuleCollectionAccess, TestLockTree,
TestMiniSolrCloudClusterSSL, TestOnReconnectListenerSupport,
TestQueryingOnDownCollection, TestRandomFlRTGCloud, TestSSLRandomization,
TestSegmentSorting, TestShortCircuitedRequests, TestSkipOverseerOperations,
TestSolrCloudWithDelegationTokens, TestSolrCloudWithKerberosAlt,
TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates,
TestTolerantUpdateProcessorRandomCloud,
VMParamsZkACLAndCredentialsProvidersTest, ZkNodePropsTest, ZkShardTermsTest,
ZkSolrClientTest, CollectionReloadTest, CustomCollectionTest,
HdfsCollectionsAPIDistributedZkTest, SimpleCollectionCreateDeleteTest,
SplitByPrefixTest, TestCollectionAPI, TestCollectionsAPIViaSolrCloudCluster,
TestHdfsCloudBackupRestore, TestLocalFSCloudBackupRestore,
TestReplicaProperties, TestRequestStatusCollectionAPI, AutoScalingHandlerTest,
HdfsAutoAddReplicasIntegrationTest, NodeLostTriggerIntegrationTest,
NodeLostTriggerTest, NodeMarkersRegistrationTest,
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=F3A97A329722F613
-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=fr-LU -Dtests.timezone=Africa/El_Aaiun -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J0 | SearchRateTriggerIntegrationTest (suite) <<<
[junit4] > Throwable #1: junit.framework.AssertionFailedError: Clean up
static fields (in @AfterClass?) and null them, your test still has references
to classes of which the sizes cannot be measured due to security restrictions
or Java 9 module encapsulation:
[junit4] > - private static
org.apache.solr.client.solrj.cloud.SolrCloudManager
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
[junit4] > at
__randomizedtesting.SeedInfo.seed([F3A97A329722F613]: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 [540/889 (1!)] on J0 in 66.79s, 3 tests, 1 failure, 1
skipped <<< FAILURES!
[...truncated 54125 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]