Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/294/
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([9BD8837E45B27770]: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 15708 lines...]
[junit4] Suite:
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
[junit4] 2> 6020202 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 6020203 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-worker) [ ]
o.a.s.SolrTestCaseJ4 Created dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_9BD8837E45B27770-001/data-dir-231-001
[junit4] 2> 6020203 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 6020205 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-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> 6020205 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_9BD8837E45B27770-001/tempDir-001
[junit4] 2> 6020205 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 6020206 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 6020206 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 6020306 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:45263
[junit4] 2> 6020306 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-worker) [ ]
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:45263
[junit4] 2> 6020306 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45263
[junit4] 2> 6020306 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 45263
[junit4] 2> 6020308 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 6020310 INFO (zkConnectionManagerCallback-20678-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 6020311 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 6020314 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 6020314 INFO (zkConnectionManagerCallback-20680-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 6020314 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 6020315 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 6020316 INFO (zkConnectionManagerCallback-20682-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 6020316 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 6020425 WARN (jetty-launcher-20683-thread-3) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 6020425 WARN (jetty-launcher-20683-thread-5) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 6020425 WARN (jetty-launcher-20683-thread-4) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 6020426 INFO (jetty-launcher-20683-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 6020426 INFO (jetty-launcher-20683-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 6020426 INFO (jetty-launcher-20683-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 6020426 INFO (jetty-launcher-20683-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 6020426 INFO (jetty-launcher-20683-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 6020426 INFO (jetty-launcher-20683-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 6020426 WARN (jetty-launcher-20683-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 6020426 INFO (jetty-launcher-20683-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> 6020426 INFO (jetty-launcher-20683-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> 6020426 INFO (jetty-launcher-20683-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 6020426 INFO (jetty-launcher-20683-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 6020426 WARN (jetty-launcher-20683-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 6020426 INFO (jetty-launcher-20683-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> 6020426 INFO (jetty-launcher-20683-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> 6020426 INFO (jetty-launcher-20683-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 6020426 INFO (jetty-launcher-20683-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 6020426 INFO (jetty-launcher-20683-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> 6020427 INFO (jetty-launcher-20683-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 6020427 INFO (jetty-launcher-20683-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 6020427 INFO (jetty-launcher-20683-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 6020427 INFO (jetty-launcher-20683-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3150ff29{/solr,null,AVAILABLE}
[junit4] 2> 6020427 INFO (jetty-launcher-20683-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@9f055b2{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:42540}
[junit4] 2> 6020427 INFO (jetty-launcher-20683-thread-1) [ ]
o.e.j.s.Server Started @6020464ms
[junit4] 2> 6020427 INFO (jetty-launcher-20683-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42540}
[junit4] 2> 6020428 ERROR (jetty-launcher-20683-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 6020428 INFO (jetty-launcher-20683-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 6020428 INFO (jetty-launcher-20683-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.4.0
[junit4] 2> 6020428 INFO (jetty-launcher-20683-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 6020428 INFO (jetty-launcher-20683-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 6020428 INFO (jetty-launcher-20683-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-12-12T10:11:16.780Z
[junit4] 2> 6020429 INFO (jetty-launcher-20683-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 6020435 INFO (zkConnectionManagerCallback-20685-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 6020435 INFO (jetty-launcher-20683-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 6020436 INFO (jetty-launcher-20683-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 6020444 INFO (jetty-launcher-20683-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 6020444 INFO (jetty-launcher-20683-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 6020444 INFO (jetty-launcher-20683-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 6020444 INFO (jetty-launcher-20683-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 6020444 INFO (jetty-launcher-20683-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 6020444 INFO (jetty-launcher-20683-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 6020444 INFO (jetty-launcher-20683-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@599a8b14{/solr,null,AVAILABLE}
[junit4] 2> 6020445 INFO (jetty-launcher-20683-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@53a6340c{/solr,null,AVAILABLE}
[junit4] 2> 6020445 INFO (jetty-launcher-20683-thread-5) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 6020445 INFO (jetty-launcher-20683-thread-5) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 6020445 INFO (jetty-launcher-20683-thread-5) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 6020445 INFO (jetty-launcher-20683-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 6020445 INFO (jetty-launcher-20683-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 6020445 INFO (jetty-launcher-20683-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 6020445 INFO (jetty-launcher-20683-thread-5) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@75641db4{/solr,null,AVAILABLE}
[junit4] 2> 6020445 INFO (jetty-launcher-20683-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@32f0d27b{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:39700}
[junit4] 2> 6020445 INFO (jetty-launcher-20683-thread-3) [ ]
o.e.j.s.Server Started @6020481ms
[junit4] 2> 6020445 INFO (jetty-launcher-20683-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@325fac69{/solr,null,AVAILABLE}
[junit4] 2> 6020445 INFO (jetty-launcher-20683-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=39700}
[junit4] 2> 6020445 ERROR (jetty-launcher-20683-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 6020445 INFO (jetty-launcher-20683-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 6020445 INFO (jetty-launcher-20683-thread-5) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@2477c011{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:45317}
[junit4] 2> 6020445 INFO (jetty-launcher-20683-thread-5) [ ]
o.e.j.s.Server Started @6020481ms
[junit4] 2> 6020445 INFO (jetty-launcher-20683-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45317}
[junit4] 2> 6020445 INFO (jetty-launcher-20683-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.4.0
[junit4] 2> 6020445 INFO (jetty-launcher-20683-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6646e54d{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:33174}
[junit4] 2> 6020445 INFO (jetty-launcher-20683-thread-4) [ ]
o.e.j.s.Server Started @6020482ms
[junit4] 2> 6020445 INFO (jetty-launcher-20683-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 6020445 INFO (jetty-launcher-20683-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 6020445 INFO (jetty-launcher-20683-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=33174}
[junit4] 2> 6020445 INFO (jetty-launcher-20683-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-12-12T10:11:16.797Z
[junit4] 2> 6020446 ERROR (jetty-launcher-20683-thread-5) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 6020446 INFO (jetty-launcher-20683-thread-5) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 6020446 ERROR (jetty-launcher-20683-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 6020446 INFO (jetty-launcher-20683-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 6020446 INFO (jetty-launcher-20683-thread-5) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.4.0
[junit4] 2> 6020446 INFO (jetty-launcher-20683-thread-5) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 6020446 INFO (jetty-launcher-20683-thread-5) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 6020446 INFO (jetty-launcher-20683-thread-5) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-12-12T10:11:16.798Z
[junit4] 2> 6020446 INFO (jetty-launcher-20683-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.4.0
[junit4] 2> 6020446 INFO (jetty-launcher-20683-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 6020446 INFO (jetty-launcher-20683-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 6020446 INFO (jetty-launcher-20683-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-12-12T10:11:16.798Z
[junit4] 2> 6020447 INFO (jetty-launcher-20683-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 6020447 INFO (jetty-launcher-20683-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 6020447 INFO (jetty-launcher-20683-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@14f912ac{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:37817}
[junit4] 2> 6020447 INFO (jetty-launcher-20683-thread-2) [ ]
o.e.j.s.Server Started @6020483ms
[junit4] 2> 6020447 INFO (jetty-launcher-20683-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=37817}
[junit4] 2> 6020447 ERROR (jetty-launcher-20683-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 6020447 INFO (jetty-launcher-20683-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 6020447 INFO (jetty-launcher-20683-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.4.0
[junit4] 2> 6020447 INFO (jetty-launcher-20683-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 6020447 INFO (jetty-launcher-20683-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 6020447 INFO (jetty-launcher-20683-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-12-12T10:11:16.799Z
[junit4] 2> 6020447 INFO (zkConnectionManagerCallback-20687-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 6020447 INFO (jetty-launcher-20683-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 6020448 INFO (jetty-launcher-20683-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 6020449 INFO (jetty-launcher-20683-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 6020449 INFO (zkConnectionManagerCallback-20689-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 6020449 INFO (jetty-launcher-20683-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 6020449 INFO (zkConnectionManagerCallback-20693-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 6020449 INFO (jetty-launcher-20683-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 6020449 INFO (zkConnectionManagerCallback-20691-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 6020449 INFO (jetty-launcher-20683-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 6020551 INFO (jetty-launcher-20683-thread-5) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 6020551 INFO (jetty-launcher-20683-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 6020551 INFO (jetty-launcher-20683-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 6020551 INFO (jetty-launcher-20683-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 6020723 INFO (jetty-launcher-20683-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 6020723 WARN (jetty-launcher-20683-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@67a224e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 6020723 WARN (jetty-launcher-20683-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@67a224e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 6020725 WARN (jetty-launcher-20683-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@357c5d08[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 6020726 WARN (jetty-launcher-20683-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@357c5d08[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 6020727 INFO (jetty-launcher-20683-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45263/solr
[junit4] 2> 6020727 INFO (jetty-launcher-20683-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 6020728 INFO (zkConnectionManagerCallback-20701-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 6020728 INFO (jetty-launcher-20683-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 6020879 INFO (jetty-launcher-20683-thread-5) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 6020880 WARN (jetty-launcher-20683-thread-5) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@3722c986[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 6020880 WARN (jetty-launcher-20683-thread-5) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@3722c986[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 6020882 WARN (jetty-launcher-20683-thread-5) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@2d0be825[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 6020882 WARN (jetty-launcher-20683-thread-5) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@2d0be825[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 6020883 INFO (jetty-launcher-20683-thread-5) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45263/solr
[junit4] 2> 6020884 INFO (jetty-launcher-20683-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 6020885 INFO (zkConnectionManagerCallback-20709-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 6020885 INFO (jetty-launcher-20683-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 6020959 INFO (jetty-launcher-20683-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 6020960 WARN (jetty-launcher-20683-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@75ae5f2c[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 6020960 WARN (jetty-launcher-20683-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@75ae5f2c[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 6020964 WARN (jetty-launcher-20683-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@47e3e18f[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 6020964 WARN (jetty-launcher-20683-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@47e3e18f[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 6020965 INFO (jetty-launcher-20683-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45263/solr
[junit4] 2> 6020966 INFO (jetty-launcher-20683-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 6020967 INFO (zkConnectionManagerCallback-20716-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 6020967 INFO (jetty-launcher-20683-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 6020996 INFO (jetty-launcher-20683-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 6020996 WARN (jetty-launcher-20683-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@2dc7acf7[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 6020996 WARN (jetty-launcher-20683-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@2dc7acf7[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 6020998 WARN (jetty-launcher-20683-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@4add62c4[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 6020998 WARN (jetty-launcher-20683-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@4add62c4[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 6021000 INFO (jetty-launcher-20683-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45263/solr
[junit4] 2> 6021001 INFO (jetty-launcher-20683-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 6021001 INFO (zkConnectionManagerCallback-20722-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 6021001 INFO (jetty-launcher-20683-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 6021057 INFO (jetty-launcher-20683-thread-4) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 6021058 WARN (jetty-launcher-20683-thread-4) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@5819a0a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 6021058 WARN (jetty-launcher-20683-thread-4) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@5819a0a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 6021061 WARN (jetty-launcher-20683-thread-4) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@6d59b9cb[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 6021061 WARN (jetty-launcher-20683-thread-4) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@6d59b9cb[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 6021062 INFO (jetty-launcher-20683-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45263/solr
[junit4] 2> 6021063 INFO (jetty-launcher-20683-thread-1)
[n:127.0.0.1:42540_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 6021063 INFO (jetty-launcher-20683-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 6021063 INFO (zkConnectionManagerCallback-20728-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 6021063 INFO (jetty-launcher-20683-thread-1)
[n:127.0.0.1:42540_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 6021064 INFO (zkConnectionManagerCallback-20730-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 6021064 INFO (jetty-launcher-20683-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 6021163 INFO (jetty-launcher-20683-thread-5)
[n:127.0.0.1:45317_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 6021164 INFO (zkConnectionManagerCallback-20732-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 6021164 INFO (jetty-launcher-20683-thread-5)
[n:127.0.0.1:45317_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 6021264 INFO (jetty-launcher-20683-thread-2)
[n:127.0.0.1:37817_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 6021265 INFO (zkConnectionManagerCallback-20734-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 6021265 INFO (jetty-launcher-20683-thread-2)
[n:127.0.0.1:37817_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 6021366 INFO (jetty-launcher-20683-thread-3)
[n:127.0.0.1:39700_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 6021366 INFO (jetty-launcher-20683-thread-4)
[n:127.0.0.1:33174_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 6021367 INFO (zkConnectionManagerCallback-20736-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 6021367 INFO (jetty-launcher-20683-thread-3)
[n:127.0.0.1:39700_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 6021368 INFO (zkConnectionManagerCallback-20738-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 6021368 INFO (jetty-launcher-20683-thread-4)
[n:127.0.0.1:33174_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 6021469 INFO (jetty-launcher-20683-thread-5)
[n:127.0.0.1:45317_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:45317_solr
[junit4] 2> 6021471 INFO (jetty-launcher-20683-thread-5)
[n:127.0.0.1:45317_solr ] o.a.s.c.Overseer Overseer
(id=75890327897702414-127.0.0.1:45317_solr-n_0000000000) starting
[junit4] 2> 6021478 INFO
(OverseerStateUpdate-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[n:127.0.0.1:45317_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:45317_solr
[junit4] 2> 6021478 INFO (jetty-launcher-20683-thread-5)
[n:127.0.0.1:45317_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45317_solr
[junit4] 2> 6021479 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and
.scheduled_maintenance triggers
[junit4] 2> 6021480 INFO
(OverseerStateUpdate-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[n:127.0.0.1:45317_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 6021499 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with
znode version 1
[junit4] 2> 6021499 WARN (jetty-launcher-20683-thread-5)
[n:127.0.0.1:45317_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> 6021499 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion 0
[junit4] 2> 6021499 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 1
[junit4] 2> 6021520 INFO (jetty-launcher-20683-thread-5)
[n:127.0.0.1:45317_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 6021527 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial
livenodes: [127.0.0.1:45317_solr]
[junit4] 2> 6021531 INFO (jetty-launcher-20683-thread-2)
[n:127.0.0.1:37817_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 6021531 INFO (jetty-launcher-20683-thread-1)
[n:127.0.0.1:42540_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 6021537 DEBUG (ScheduledTrigger-15440-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 1 and last live nodes: 1
[junit4] 2> 6021537 INFO (jetty-launcher-20683-thread-4)
[n:127.0.0.1:33174_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 6021539 INFO (jetty-launcher-20683-thread-1)
[n:127.0.0.1:42540_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:42540_solr as DOWN
[junit4] 2> 6021539 INFO (jetty-launcher-20683-thread-3)
[n:127.0.0.1:39700_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 6021539 INFO (jetty-launcher-20683-thread-2)
[n:127.0.0.1:37817_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:37817_solr as DOWN
[junit4] 2> 6021540 INFO (jetty-launcher-20683-thread-1)
[n:127.0.0.1:42540_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 6021540 INFO (jetty-launcher-20683-thread-1)
[n:127.0.0.1:42540_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42540_solr
[junit4] 2> 6021541 INFO (jetty-launcher-20683-thread-2)
[n:127.0.0.1:37817_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 6021541 INFO (jetty-launcher-20683-thread-2)
[n:127.0.0.1:37817_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37817_solr
[junit4] 2> 6021542 WARN (jetty-launcher-20683-thread-1)
[n:127.0.0.1:42540_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> 6021547 INFO (jetty-launcher-20683-thread-5)
[n:127.0.0.1:45317_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45317.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@25dcf6f2
[junit4] 2> 6021555 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost /
nodeAdded markers
[junit4] 2> 6021555 INFO (jetty-launcher-20683-thread-5)
[n:127.0.0.1:45317_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45317.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@25dcf6f2
[junit4] 2> 6021555 INFO (jetty-launcher-20683-thread-5)
[n:127.0.0.1:45317_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45317.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@25dcf6f2
[junit4] 2> 6021555 INFO (jetty-launcher-20683-thread-4)
[n:127.0.0.1:33174_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:33174_solr as DOWN
[junit4] 2> 6021556 WARN (jetty-launcher-20683-thread-2)
[n:127.0.0.1:37817_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> 6021559 INFO (zkCallback-20737-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
[junit4] 2> 6021559 INFO (zkCallback-20735-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
[junit4] 2> 6021559 INFO (zkCallback-20731-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
[junit4] 2> 6021560 INFO (jetty-launcher-20683-thread-4)
[n:127.0.0.1:33174_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 6021560 INFO (jetty-launcher-20683-thread-4)
[n:127.0.0.1:33174_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33174_solr
[junit4] 2> 6021560 INFO (jetty-launcher-20683-thread-5)
[n:127.0.0.1:45317_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 6021561 INFO (jetty-launcher-20683-thread-5)
[n:127.0.0.1:45317_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_9BD8837E45B27770-001/tempDir-001/node4/.
[junit4] 2> 6021562 INFO (jetty-launcher-20683-thread-3)
[n:127.0.0.1:39700_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:39700_solr as DOWN
[junit4] 2> 6021562 INFO (zkCallback-20731-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 6021562 INFO (jetty-launcher-20683-thread-1)
[n:127.0.0.1:42540_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 6021563 INFO (zkCallback-20727-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
[junit4] 2> 6021567 INFO (zkCallback-20737-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 6021567 WARN (jetty-launcher-20683-thread-4)
[n:127.0.0.1:33174_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> 6021571 INFO (zkCallback-20735-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 6021571 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion 1
[junit4] 2> 6021577 INFO (zkCallback-20727-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 6021583 INFO (jetty-launcher-20683-thread-3)
[n:127.0.0.1:39700_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 6021583 INFO (jetty-launcher-20683-thread-3)
[n:127.0.0.1:39700_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39700_solr
[junit4] 2> 6021584 INFO (zkCallback-20737-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 6021585 INFO (zkCallback-20731-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 6021585 INFO (zkCallback-20735-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 6021585 INFO (zkCallback-20733-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
[junit4] 2> 6021585 WARN (jetty-launcher-20683-thread-3)
[n:127.0.0.1:39700_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> 6021596 INFO (zkCallback-20727-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 6021599 INFO (zkCallback-20733-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 6021599 INFO (jetty-launcher-20683-thread-1)
[n:127.0.0.1:42540_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42540.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@25dcf6f2
[junit4] 2> 6021608 INFO (jetty-launcher-20683-thread-1)
[n:127.0.0.1:42540_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42540.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@25dcf6f2
[junit4] 2> 6021608 INFO (jetty-launcher-20683-thread-1)
[n:127.0.0.1:42540_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42540.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@25dcf6f2
[junit4] 2> 6021609 INFO (jetty-launcher-20683-thread-1)
[n:127.0.0.1:42540_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 6021610 INFO (jetty-launcher-20683-thread-1)
[n:127.0.0.1:42540_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_9BD8837E45B27770-001/tempDir-001/node1/.
[junit4] 2> 6021611 INFO (jetty-launcher-20683-thread-2)
[n:127.0.0.1:37817_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 6021619 INFO (jetty-launcher-20683-thread-4)
[n:127.0.0.1:33174_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 6021619 INFO (jetty-launcher-20683-thread-3)
[n:127.0.0.1:39700_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 6021635 INFO (jetty-launcher-20683-thread-2)
[n:127.0.0.1:37817_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37817.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@25dcf6f2
[junit4] 2> 6021650 INFO (jetty-launcher-20683-thread-3)
[n:127.0.0.1:39700_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39700.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@25dcf6f2
[junit4] 2> 6021668 INFO (jetty-launcher-20683-thread-2)
[n:127.0.0.1:37817_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37817.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@25dcf6f2
[junit4] 2> 6021668 INFO (jetty-launcher-20683-thread-2)
[n:127.0.0.1:37817_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37817.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@25dcf6f2
[junit4] 2> 6021671 INFO (jetty-launcher-20683-thread-2)
[n:127.0.0.1:37817_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 6021672 INFO (jetty-launcher-20683-thread-2)
[n:127.0.0.1:37817_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_9BD8837E45B27770-001/tempDir-001/node2/.
[junit4] 2> 6021676 INFO (jetty-launcher-20683-thread-3)
[n:127.0.0.1:39700_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39700.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@25dcf6f2
[junit4] 2> 6021676 INFO (jetty-launcher-20683-thread-3)
[n:127.0.0.1:39700_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39700.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@25dcf6f2
[junit4] 2> 6021678 INFO (jetty-launcher-20683-thread-3)
[n:127.0.0.1:39700_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 6021678 INFO (jetty-launcher-20683-thread-3)
[n:127.0.0.1:39700_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_9BD8837E45B27770-001/tempDir-001/node3/.
[junit4] 2> 6021711 INFO (jetty-launcher-20683-thread-4)
[n:127.0.0.1:33174_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33174.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@25dcf6f2
[junit4] 2> 6021720 INFO (jetty-launcher-20683-thread-4)
[n:127.0.0.1:33174_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33174.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@25dcf6f2
[junit4] 2> 6021720 INFO (jetty-launcher-20683-thread-4)
[n:127.0.0.1:33174_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33174.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@25dcf6f2
[junit4] 2> 6021722 INFO (jetty-launcher-20683-thread-4)
[n:127.0.0.1:33174_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 6021723 INFO (jetty-launcher-20683-thread-4)
[n:127.0.0.1:33174_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_9BD8837E45B27770-001/tempDir-001/node5/.
[junit4] 2> 6021840 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=5
[junit4] 2> 6021841 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 6021842 INFO (zkConnectionManagerCallback-20763-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 6021842 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 6021843 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
[junit4] 2> 6021844 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45263/solr ready
[junit4] 2> 6021848 INFO (qtp440332187-67931) [n:127.0.0.1:37817_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling
params={wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 6021851 INFO (qtp1753290285-67932) [n:127.0.0.1:33174_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> 6021852 INFO (qtp440332187-67940) [n:127.0.0.1:37817_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> 6021853 INFO (qtp1010252685-67925) [n:127.0.0.1:39700_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> 6021855 INFO (qtp121092900-67904) [n:127.0.0.1:42540_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> 6021856 INFO (qtp716192567-67935) [n:127.0.0.1:45317_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> 6021856 DEBUG (qtp1753290285-67922) [n:127.0.0.1:33174_solr
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 6021857 INFO (qtp1753290285-67922) [n:127.0.0.1:33174_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling
params={wt=javabin&version=2} status=0 QTime=7
[junit4] 2> 6021857 DEBUG (zkCallback-20731-thread-2) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
2
[junit4] 2> 6021858 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 2
[junit4] 2> 6021865 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost /
nodeAdded markers
[junit4] 2> 6021869 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2,
lastZnodeVersion 2
[junit4] 2> 6021933 INFO
(TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[9BD8837E45B27770])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testAboveSearchRate
[junit4] 2> 6021934 INFO
(TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[9BD8837E45B27770])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
[junit4] 2> 6021940 INFO
(TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[9BD8837E45B27770])
[ ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset,
new znode version 3
[junit4] 2> 6021940 DEBUG (zkCallback-20731-thread-2) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
3
[junit4] 2> 6021940 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 3
[junit4] 2> 6021944 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost /
nodeAdded markers
[junit4] 2> 6021945 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3,
lastZnodeVersion 3
[junit4] 2> 6021946 INFO (qtp1753290285-67918) [n:127.0.0.1:33174_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> 6021948 INFO
(OverseerThreadFactory-15442-thread-1-processing-n:127.0.0.1:45317_solr)
[n:127.0.0.1:45317_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
aboveRate_collection
[junit4] 2> 6022056 INFO
(OverseerStateUpdate-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[n:127.0.0.1:45317_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:37817/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 6022058 INFO
(OverseerStateUpdate-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[n:127.0.0.1:45317_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:45317/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 6022261 INFO (qtp440332187-67916) [n:127.0.0.1:37817_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> 6022261 INFO (qtp716192567-67939) [n:127.0.0.1:45317_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> 6022261 INFO (qtp716192567-67939) [n:127.0.0.1:45317_solr
x:aboveRate_collection_shard1_replica_n2 ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 6023276 INFO (qtp716192567-67939) [n:127.0.0.1:45317_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> 6023276 INFO (qtp440332187-67916) [n:127.0.0.1:37817_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> 6023300 INFO (qtp716192567-67939) [n:127.0.0.1:45317_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> 6023300 INFO (qtp440332187-67916) [n:127.0.0.1:37817_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> 6023303 INFO (qtp716192567-67939) [n:127.0.0.1:45317_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> 6023303 INFO (qtp440332187-67916) [n:127.0.0.1:37817_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> 6023303 INFO (qtp716192567-67939) [n:127.0.0.1:45317_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> 6023303 INFO (qtp440332187-67916) [n:127.0.0.1:37817_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> 6023304 INFO (qtp716192567-67939) [n:127.0.0.1:45317_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_45317.solr.core.aboveRate_collection.shard1.replica_n2'
(registry 'solr.core.aboveRate_collection.shard1.replica_n2') enabled at
server: com.sun.jmx.mbeanserver.JmxMBeanServer@25dcf6f2
[junit4] 2> 6023304 INFO (qtp440332187-67916) [n:127.0.0.1:37817_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_37817.solr.core.aboveRate_collection.shard1.replica_n1'
(registry 'solr.core.aboveRate_collection.shard1.replica_n1') enabled at
server: com.sun.jmx.mbeanserver.JmxMBeanServer@25dcf6f2
[junit4] 2> 6023304 INFO (qtp440332187-67916) [n:127.0.0.1:37817_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.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_9BD8837E45B27770-001/tempDir-001/node2/aboveRate_collection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_9BD8837E45B27770-001/tempDir-001/node2/./aboveRate_collection_shard1_replica_n1/data/]
[junit4] 2> 6023304 INFO (qtp716192567-67939) [n:127.0.0.1:45317_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.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_9BD8837E45B27770-001/tempDir-001/node4/aboveRate_collection_shard1_replica_n2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_9BD8837E45B27770-001/tempDir-001/node4/./aboveRate_collection_shard1_replica_n2/data/]
[junit4] 2> 6023362 INFO (qtp716192567-67939) [n:127.0.0.1:45317_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> 6023362 INFO (qtp716192567-67939) [n:127.0.0.1:45317_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> 6023364 INFO (qtp716192567-67939) [n:127.0.0.1:45317_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> 6023364 INFO (qtp716192567-67939) [n:127.0.0.1:45317_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> 6023365 INFO (qtp716192567-67939) [n:127.0.0.1:45317_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening
[Searcher@1f0654d[aboveRate_collection_shard1_replica_n2] main]
[junit4] 2> 6023365 INFO (qtp440332187-67916) [n:127.0.0.1:37817_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> 6023365 INFO (qtp440332187-67916) [n:127.0.0.1:37817_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> 6023366 INFO (qtp716192567-67939) [n:127.0.0.1:45317_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> 6023366 INFO (qtp440332187-67916) [n:127.0.0.1:37817_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> 6023366 INFO (qtp440332187-67916) [n:127.0.0.1:37817_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> 6023366 INFO (qtp716192567-67939) [n:127.0.0.1:45317_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> 6023367 INFO (qtp716192567-67939) [n:127.0.0.1:45317_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> 6023367 INFO (qtp716192567-67939) [n:127.0.0.1:45317_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 1652708322541830144
[junit4] 2> 6023367 INFO (qtp440332187-67916) [n:127.0.0.1:37817_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening
[Searcher@5543a53d[aboveRate_collection_shard1_replica_n1] main]
[junit4] 2> 6023370 INFO
(searcherExecutor-15463-thread-1-processing-n:127.0.0.1:45317_solr
x:aboveRate_collection_shard1_replica_n2 c:aboveRate_collection s:shard1
r:core_node4) [n:127.0.0.1:45317_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@1f0654d[aboveRate_collection_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 6023372 INFO (qtp440332187-67916) [n:127.0.0.1:37817_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> 6023372 INFO (qtp440332187-67916) [n:127.0.0.1:37817_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> 6023372 INFO (qtp440332187-67916) [n:127.0.0.1:37817_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> 6023372 INFO (qtp716192567-67939) [n:127.0.0.1:45317_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> 6023372 INFO (qtp716192567-67939) [n:127.0.0.1:45317_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> 6023372 INFO (qtp440332187-67916) [n:127.0.0.1:37817_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 1652708322547073024
[junit4] 2> 6023375 INFO
(searcherExecutor-15464-thread-1-processing-n:127.0.0.1:37817_solr
x:aboveRate_collection_shard1_replica_n1 c:aboveRate_collection s:shard1
r:core_node3) [n:127.0.0.1:37817_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@5543a53d[aboveRate_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 6023377 INFO (qtp716192567-67939) [n:127.0.0.1:45317_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext
Waiting until we see more replicas up for shard shard1: total=2 found=1
timeoutin=9999ms
[junit4] 2> 6023378 INFO (qtp440332187-67916) [n:127.0.0.1:37817_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> 6023378 INFO (qtp440332187-67916) [n:127.0.0.1:37817_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> 6023878 INFO (qtp716192567-67939) [n:127.0.0.1:45317_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 6023878 INFO (qtp716192567-67939) [n:127.0.0.1:45317_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I
may be the new leader - try and sync
[junit4] 2> 6023878 INFO (qtp716192567-67939) [n:127.0.0.1:45317_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas
to http://127.0.0.1:45317/solr/aboveRate_collection_shard1_replica_n2/
[junit4] 2> 6023879 INFO (qtp716192567-67939) [n:127.0.0.1:45317_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.PeerSync PeerSync:
core=aboveRate_collection_shard1_replica_n2 url=http://127.0.0.1:45317/solr
START
replicas=[http://127.0.0.1:37817/solr/aboveRate_collection_shard1_replica_n1/]
nUpdates=100
[junit4] 2> 6023879 INFO (qtp716192567-67939) [n:127.0.0.1:45317_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.PeerSync PeerSync:
core=aboveRate_collection_shard1_replica_n2 url=http://127.0.0.1:45317/solr
DONE. We have no versions. sync failed.
[junit4] 2> 6023882 INFO (qtp440332187-67931) [n:127.0.0.1:37817_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.S.Request
[aboveRate_collection_shard1_replica_n1] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 6023882 INFO (qtp716192567-67939) [n:127.0.0.1:45317_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.SyncStrategy Leader's
attempt to sync with shard failed, moving to the next candidate
[junit4] 2> 6023882 INFO (qtp716192567-67939) [n:127.0.0.1:45317_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext
We failed sync, but we have no versions - we can't sync in that case - we were
active before, so become leader anyway
[junit4] 2> 6023882 INFO (qtp716192567-67939) [n:127.0.0.1:45317_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/aboveRate_collection/leaders/shard1/leader after winning as
/collections/aboveRate_collection/leader_elect/shard1/election/75890327897702414-core_node4-n_0000000000
[junit4] 2> 6023883 INFO (qtp716192567-67939) [n:127.0.0.1:45317_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I
am the new leader:
http://127.0.0.1:45317/solr/aboveRate_collection_shard1_replica_n2/ shard1
[junit4] 2> 6023985 INFO (zkCallback-20731-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> 6023986 INFO (qtp716192567-67939) [n:127.0.0.1:45317_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 6023989 INFO (qtp716192567-67939) [n:127.0.0.1:45317_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=1728
[junit4] 2> 6024088 INFO (zkCallback-20731-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> 6024088 INFO (zkCallback-20731-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> 6024384 INFO (qtp440332187-67916) [n:127.0.0.1:37817_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=2124
[junit4] 2> 6024387 INFO (qtp1753290285-67918) [n:127.0.0.1:33174_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> 6024485 INFO (zkCallback-20737-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> 6024485 INFO (zkCallback-20733-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> 6024485 INFO (zkCallback-20731-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> 6024485 INFO (zkCallback-20733-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> 6024485 INFO (zkCallback-20731-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> 6024485 INFO (qtp1753290285-67918) [n:127.0.0.1:33174_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=2539
[junit4] 2> 6024599 INFO (qtp1753290285-67932) [n:127.0.0.1:33174_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> 6024602 INFO (qtp121092900-67901) [n:127.0.0.1:42540_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> 6024604 INFO (qtp716192567-67927) [n:127.0.0.1:45317_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=1
[junit4] 2> 6024605 INFO (qtp716192567-67935) [n:127.0.0.1:45317_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> 6024607 INFO (qtp440332187-67940) [n:127.0.0.1:37817_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> 6024608 INFO (qtp440332187-67921) [n:127.0.0.1:37817_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> 6024609 INFO (qtp1010252685-67928) [n:127.0.0.1:39700_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> 6024609 DEBUG (qtp121092900-67906) [n:127.0.0.1:42540_solr
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 6024610 INFO (qtp121092900-67906) [n:127.0.0.1:42540_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling
params={wt=javabin&version=2} status=0 QTime=22
[junit4] 2> 6024611 DEBUG (zkCallback-20731-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
4
[junit4] 2> 6024611 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 4
[junit4] 2> 6024611 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost /
nodeAdded markers
[junit4] 2> 6024612 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4,
lastZnodeVersion 4
[junit4] 2> 6024613 INFO (qtp1753290285-67933) [n:127.0.0.1:33174_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> 6024614 INFO (qtp121092900-67904) [n:127.0.0.1:42540_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> 6024614 INFO (qtp716192567-67937) [n:127.0.0.1:45317_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> 6024616 INFO (qtp716192567-67939) [n:127.0.0.1:45317_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> 6024616 INFO (qtp440332187-67931) [n:127.0.0.1:37817_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> 6024617 INFO (qtp440332187-67916) [n:127.0.0.1:37817_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> 6024618 INFO (qtp1010252685-67930) [n:127.0.0.1:39700_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> 6024619 DEBUG (qtp1753290285-67922) [n:127.0.0.1:33174_solr
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 6024619 INFO (qtp1753290285-67922) [n:127.0.0.1:33174_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling
params={wt=javabin&version=2} status=0 QTime=8
[junit4] 2> 6024619 DEBUG (zkCallback-20731-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
5
[junit4] 2> 6024619 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 5
[junit4] 2> 6024620 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost /
nodeAdded markers
[junit4] 2> 6024620 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5,
lastZnodeVersion 5
[junit4] 2> 6024622 INFO (qtp1753290285-67918) [n:127.0.0.1:33174_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> 6024644 INFO (qtp121092900-67905) [n:127.0.0.1:42540_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=20
[junit4] 2> 6024645 INFO (qtp716192567-67941) [n:127.0.0.1:45317_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> 6024646 INFO (qtp716192567-67927) [n:127.0.0.1:45317_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> 6024647 INFO (qtp440332187-67934) [n:127.0.0.1:37817_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> 6024648 INFO (qtp440332187-67940) [n:127.0.0.1:37817_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> 6024649 INFO (qtp1010252685-67924) [n:127.0.0.1:39700_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> 6024649 DEBUG (qtp121092900-67903) [n:127.0.0.1:42540_solr
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 6024649 INFO (qtp121092900-67903) [n:127.0.0.1:42540_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling
params={wt=javabin&version=2} status=0 QTime=29
[junit4] 2> 6024651 DEBUG (zkCallback-20731-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
6
[junit4] 2> 6024651 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 6
[junit4] 2> 6024651 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost /
nodeAdded markers
[junit4] 2> 6024652 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6,
lastZnodeVersion 6
[junit4] 2> 6024652 INFO (qtp1753290285-67929) [n:127.0.0.1:33174_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> 6024653 INFO (qtp121092900-67901) [n:127.0.0.1:42540_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> 6024654 INFO (qtp716192567-67939) [n:127.0.0.1:45317_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> 6024655 INFO (qtp716192567-67941) [n:127.0.0.1:45317_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> 6024655 INFO (qtp440332187-67921) [n:127.0.0.1:37817_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> 6024656 INFO (qtp440332187-67931) [n:127.0.0.1:37817_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> 6024658 INFO (qtp1010252685-67926) [n:127.0.0.1:39700_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> 6024658 DEBUG (qtp716192567-67935) [n:127.0.0.1:45317_solr
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 6024658 INFO (qtp716192567-67935) [n:127.0.0.1:45317_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling
params={wt=javabin&version=2} status=0 QTime=7
[junit4] 2> 6024658 DEBUG (zkCallback-20731-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
7
[junit4] 2> 6024659 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 7
[junit4] 2> 6024659 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost /
nodeAdded markers
[junit4] 2> 6024659 DEBUG
(OverseerAutoScalingTriggerThread-75890327897702414-127.0.0.1:45317_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7,
lastZnodeVersion 7
[junit4] 2> 6024659 INFO (qtp716192567-67937) [n:127.0.0.1:45317_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:6&wt=javabin&version=2} hits=0
status=0 QTime=0
[junit4] 2> 6024660 INFO (qtp716192567-67939) [n:127.0.0.1:45317_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:6&wt=javabin&version=2} hits=0
status=0 QTime=0
[junit4] 2> 6024661 INFO (qtp440332187-67934) [n:127.0.0.1:37817_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:6&wt=javabin&version=2} hits=0
status=0 QTime=0
[junit4] 2> 6024661 INFO (qtp440332187-67940) [n:127.0.0.1:37817_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:6&wt=javabin&version=2} hits=0
status=0 QTime=0
[junit4] 2> 6024662 INFO (qtp440332187-67921) [n:127.0.0.1:37817_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:6&wt=javabin&version=2} hits=0
status=0 QTime=0
[junit4] 2> 6024662 INFO (qtp440332187-67931) [n:127.0.0.1:37817_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]
[...truncated too long message...]
/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/75890327897702417-core_node4-n_0000000000
[junit4] 2> 2
/solr/collections/aboveRate_collection/leader_elect/shard1/election/75890327897702414-core_node4-n_0000000000
[junit4] 2> 2
/solr/collections/aboveRate_collection/leader_elect/shard1/election/75890327897702416-core_node6-n_0000000002
[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> 30 /solr/live_nodes
[junit4] 2> 27 /solr/collections
[junit4] 2> 6 /solr/autoscaling/events/search_rate_trigger2
[junit4] 2> 2 /solr/autoscaling/events/search_rate_trigger1
[junit4] 2>
[junit4] 2> 6089718 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-worker) [ ]
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:45263
[junit4] 2> 6089719 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45263
[junit4] 2> 6089719 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 45263
[junit4] 2> 6089719 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[9BD8837E45B27770]-worker) [ ]
o.a.s.SolrTestCaseJ4 -------------------------------------------------------
Done waiting for tracked resources to be released
[junit4] 2> Dec 12, 2019 10:12:26 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene84): {},
docValues:{}, maxPointsInLeafNode=1790, maxMBSortInHeap=7.0833402708048965,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3f3fcedc),
locale=ms-MY, timezone=Israel
[junit4] 2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=1,free=87600424,total=500695040
[junit4] 2> NOTE: All tests run in this JVM:
[TestRuleBasedAuthorizationPlugin, DistributedFacetPivotLargeTest,
SpatialRPTFieldTypeTest, TolerantUpdateProcessorTest, TestTrie,
AssignBackwardCompatibilityTest, TestLegacyField,
TestOnReconnectListenerSupport, TestNonDefinedSimilarityFactory,
TestReplicationHandlerDiskOverFlow, TestSolrDeletionPolicy2,
TestManagedStopFilterFactory, ZkFailoverTest,
HttpPartitionWithTlogReplicasTest, ConnectionManagerTest, TestOrdValues,
TestOmitPositions, AnalyticsMergeStrategyTest, HdfsThreadLeakTest,
NoCacheHeaderTest, TestLegacyTerms, ScriptEngineTest, SampleTest,
TestRangeQuery, CdcrVersionReplicationTest, TestSolr4Spatial2,
SystemCollectionCompatTest, ZkSolrClientTest, TestComponentsName,
OpenExchangeRatesOrgProviderTest, TestRandomRequestDistribution,
TestTolerantUpdateProcessorCloud, DeleteReplicaTest,
TlogReplayBufferedWhileIndexingTest, TestNumericTerms32, DocValuesMultiTest,
DataDrivenBlockJoinTest, JsonLoaderTest, DeleteInactiveReplicaTest,
FullHLLTest, TestSchemaVersionResource, UniqFieldsUpdateProcessorFactoryTest,
TestExclusionRuleCollectionAccess, TestCoreDiscovery,
TestNamedUpdateProcessors, ResponseLogComponentTest, BlockJoinFacetSimpleTest,
TestCharFilters, JavaBinAtomicUpdateMultivalueTest, BasicAuthIntegrationTest,
SimpleMLTQParserTest, ChangedSchemaMergeTest, TestDistributedTracing,
HdfsDirectoryFactoryTest, TestSolrConfigHandlerConcurrent,
ConjunctionSolrSpellCheckerTest, SimplePostToolTest,
TestInPlaceUpdatesStandalone, TestDistribIDF, UninvertDocValuesMergePolicyTest,
AnalysisAfterCoreReloadTest, CollectionsAPISolrJTest,
PreAnalyzedUpdateProcessorTest, TaggingAttributeTest,
VMParamsZkACLAndCredentialsProvidersTest, BJQFilterAccessibleTest,
TestExplainDocTransformer, TestHdfsCloudBackupRestore, TestFaceting,
HdfsRecoveryZkTest, HighlighterConfigTest, CSVRequestHandlerTest,
DistributedQueueTest, V2ApiIntegrationTest, HdfsAutoAddReplicasIntegrationTest,
SpellPossibilityIteratorTest, IndexBasedSpellCheckerTest,
TestHdfsBackupRestoreCore, TestPullReplicaErrorHandling, SliceStateTest,
MetricTriggerIntegrationTest, TestFieldCacheVsDocValues, SolrIndexConfigTest,
TestQueryUtils, JWTVerificationkeyResolverTest,
DistributedSpellCheckComponentTest, TestRequestStatusCollectionAPI,
MissingSegmentRecoveryTest, NodeAddedTriggerTest, TestLuceneIndexBackCompat,
TestConfigSetProperties, SolrGraphiteReporterTest, DateFieldTest,
RemoteQueryErrorTest, MoveReplicaTest, TestSchemaNameResource,
SolrLogAuditLoggerPluginTest, ChaosMonkeySafeLeaderTest, TestMinHashQParser,
HealthCheckHandlerTest, TestConfigSetsAPI, EchoParamsTest,
TestLeaderElectionZkExpiry, TestSolrJacksonAnnotation,
TestSubQueryTransformerDistrib, TestDynamicFieldCollectionResource,
TestImpersonationWithHadoopAuth, TestExportWriter,
StatelessScriptUpdateProcessorFactoryTest, CdcrOpsAndBoundariesTest,
HdfsWriteToMultipleCollectionsTest, TestRTimerTree, SolrSlf4jReporterTest,
TestNoOpRegenerator, TestLRUCache, TestFieldResource,
CoreAdminRequestStatusTest, DistribCursorPagingTest, SplitByPrefixTest,
CursorPagingTest, TestStressRecovery, TestStressInPlaceUpdates,
DistributedFacetPivotSmallTest, CollectionReloadTest, DateMathParserTest,
TestCloudJSONFacetJoinDomain, PhrasesIdentificationComponentTest,
TestDFISimilarityFactory, NodeMarkersRegistrationTest, TestAnalyzedSuggestions,
TestReversedWildcardFilterFactory, LukeRequestHandlerTest,
MetricsHistoryHandlerTest, ActionThrottleTest, CleanupOldIndexTest,
TestPhraseSuggestions, ClusterStateUpdateTest, CoreAdminCreateDiscoverTest,
TestSimDistribStateManager, TestGroupingSearch, BJQParserTest,
TestDistributedMissingSort, SpellCheckComponentTest, TermsComponentTest,
HdfsCollectionsAPIDistributedZkTest, DistributedDebugComponentTest,
SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey,
TestDistributedGrouping, TestDocumentBuilder, TestJoin, TestRandomDVFaceting,
TestRandomFaceting, TestSolrCoreProperties, TestSolrTestCaseJ4,
TestTolerantSearch, ProtectedTermFilterFactoryTest, TestLuceneMatchVersion,
TokenizerChainTest, TestEmbeddedSolrServerConstructors,
TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, BasicZkTest,
ChaosMonkeyNothingIsSafeTest, ClusterStateTest, CollectionStateFormat2Test,
DeleteNodeTest, DeleteStatusTest, ForceLeaderTest,
ForceLeaderWithTlogReplicasTest, LeaderElectionTest,
LeaderFailoverAfterPartitionTest, LeaderTragicEventTest,
LeaderVoteWaitTimeoutTest, LegacyCloudClusterPropTest,
MetricsHistoryIntegrationTest, MetricsHistoryWithAuthIntegrationTest,
MultiThreadedOCPTest, NestedShardedAtomicUpdateTest, NodeMutatorTest,
OverriddenZkACLAndCredentialsProvidersTest,
OverseerCollectionConfigSetProcessorTest, OverseerRolesTest,
OverseerStatusTest, OverseerTaskQueueTest, OverseerTest, PackageManagerCLITest,
RecoveryAfterSoftCommitTest, RecoveryZkTest, ReplicationFactorTest,
RestartWhileUpdatingTest, SSLMigrationTest, ShardRoutingCustomTest,
SolrXmlInZkTest, SplitShardTest, TestCloudInspectUtil, TestCloudPivotFacet,
TestCloudRecovery2, TestCryptoKeys, TestDeleteCollectionOnDownNodes,
TestDistribDocBasedVersion, TestDownShardTolerantSearch, TestRequestForwarding,
TestSSLRandomization, TestSegmentSorting, TestShortCircuitedRequests,
TestSizeLimitedDistributedMap, TestSkipOverseerOperations,
TestSolrCloudWithKerberosAlt, TestUtilizeNode, UnloadDistributedZkTest,
ZkControllerTest, ZkShardTermsTest, CollectionsAPIDistributedZkTest,
TestCollectionsAPIViaSolrCloudCluster, NodeAddedTriggerIntegrationTest,
NodeLostTriggerTest, ScheduledTriggerIntegrationTest, ScheduledTriggerTest,
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=9BD8837E45B27770
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
-Dtests.locale=ms-MY -Dtests.timezone=Israel -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([9BD8837E45B27770]: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 [468/887 (1!)] on J0 in 70.79s, 3 tests, 1 failure, 1
skipped <<< FAILURES!
[...truncated 54432 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]