Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/615/
2 tests failed.
FAILED:
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.testDeleteNode
Error Message:
unexpected DELETENODE status:
{responseHeader={status=0,QTime=20},status={state=notfound,msg=Did not find
[search_rate_trigger3/206e74c14575c3Tadq7y0tzo0ermf1qkdck7f9ff/0] in any tasks
queue}}
Stack Trace:
java.lang.AssertionError: unexpected DELETENODE status:
{responseHeader={status=0,QTime=20},status={state=notfound,msg=Did not find
[search_rate_trigger3/206e74c14575c3Tadq7y0tzo0ermf1qkdck7f9ff/0] in any tasks
queue}}
at
__randomizedtesting.SeedInfo.seed([11EC16010A538A6C:337ED8833D990511]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.lambda$testDeleteNode$6(SearchRateTriggerIntegrationTest.java:668)
at java.util.ArrayList.forEach(ArrayList.java:1257)
at
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.testDeleteNode(SearchRateTriggerIntegrationTest.java:660)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionAddShardWithReplicaTypeUsingPolicy
Error Message:
Could not load collection from ZK: policiesTest
Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK:
policiesTest
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1302)
at
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:731)
at
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:148)
at
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:131)
at
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:117)
at
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:256)
at
org.apache.solr.cloud.autoscaling.TestPolicyCloud.testCreateCollectionAddShardWithReplicaTypeUsingPolicy(TestPolicyCloud.java:297)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /collections/policiesTest/state.json
at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
at
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:340)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:340)
at
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1314)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1300)
... 46 more
Build Log:
[...truncated 13083 lines...]
[junit4] Suite:
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_11EC16010A538A6C-001/init-core-data-001
[junit4] 2> 1368525 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[11EC16010A538A6C]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1368545 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[11EC16010A538A6C]-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> 1368545 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[11EC16010A538A6C]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1368545 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[11EC16010A538A6C]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_11EC16010A538A6C-001/tempDir-001
[junit4] 2> 1368546 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[11EC16010A538A6C]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1368547 INFO (Thread-778) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1368547 INFO (Thread-778) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1368586 ERROR (Thread-778) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 1368650 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[11EC16010A538A6C]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:40275
[junit4] 2> 1368671 INFO (zkConnectionManagerCallback-2797-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1369019 INFO (jetty-launcher-2794-thread-1) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 1369020 INFO (jetty-launcher-2794-thread-2) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 1369039 INFO (jetty-launcher-2794-thread-4) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 1369147 INFO (jetty-launcher-2794-thread-3) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 1369183 INFO (jetty-launcher-2794-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1369183 INFO (jetty-launcher-2794-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1369183 INFO (jetty-launcher-2794-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1369183 INFO (jetty-launcher-2794-thread-5) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 1369313 INFO (jetty-launcher-2794-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1369313 INFO (jetty-launcher-2794-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1369313 INFO (jetty-launcher-2794-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1369330 INFO (jetty-launcher-2794-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4896d8d{/solr,null,AVAILABLE}
[junit4] 2> 1369331 INFO (jetty-launcher-2794-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@6462b0c5{HTTP/1.1,[http/1.1]}{127.0.0.1:37028}
[junit4] 2> 1369331 INFO (jetty-launcher-2794-thread-2) [ ]
o.e.j.s.Server Started @1369555ms
[junit4] 2> 1369331 INFO (jetty-launcher-2794-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=37028}
[junit4] 2> 1369331 ERROR (jetty-launcher-2794-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1369331 INFO (jetty-launcher-2794-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1369331 INFO (jetty-launcher-2794-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.4.0
[junit4] 2> 1369331 INFO (jetty-launcher-2794-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1369331 INFO (jetty-launcher-2794-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1369332 INFO (jetty-launcher-2794-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-05-20T04:39:29.773Z
[junit4] 2> 1369388 INFO (jetty-launcher-2794-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1369388 INFO (jetty-launcher-2794-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1369388 INFO (jetty-launcher-2794-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1369388 INFO (jetty-launcher-2794-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@ab865c{/solr,null,AVAILABLE}
[junit4] 2> 1369389 INFO (jetty-launcher-2794-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@63d0c8e8{HTTP/1.1,[http/1.1]}{127.0.0.1:36772}
[junit4] 2> 1369389 INFO (jetty-launcher-2794-thread-1) [ ]
o.e.j.s.Server Started @1369613ms
[junit4] 2> 1369389 INFO (jetty-launcher-2794-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=36772}
[junit4] 2> 1369389 ERROR (jetty-launcher-2794-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1369389 INFO (jetty-launcher-2794-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1369389 INFO (jetty-launcher-2794-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.4.0
[junit4] 2> 1369389 INFO (jetty-launcher-2794-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1369389 INFO (jetty-launcher-2794-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1369389 INFO (jetty-launcher-2794-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-05-20T04:39:29.831Z
[junit4] 2> 1369422 INFO (zkConnectionManagerCallback-2799-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1369438 INFO (jetty-launcher-2794-thread-5) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1369438 INFO (jetty-launcher-2794-thread-5) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1369438 INFO (jetty-launcher-2794-thread-5) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1369472 INFO (jetty-launcher-2794-thread-5) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4a7daab0{/solr,null,AVAILABLE}
[junit4] 2> 1369472 INFO (jetty-launcher-2794-thread-5) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@41a341ce{HTTP/1.1,[http/1.1]}{127.0.0.1:37467}
[junit4] 2> 1369472 INFO (jetty-launcher-2794-thread-5) [ ]
o.e.j.s.Server Started @1369696ms
[junit4] 2> 1369472 INFO (jetty-launcher-2794-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=37467}
[junit4] 2> 1369473 ERROR (jetty-launcher-2794-thread-5) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1369473 INFO (jetty-launcher-2794-thread-5) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1369473 INFO (jetty-launcher-2794-thread-5) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.4.0
[junit4] 2> 1369473 INFO (jetty-launcher-2794-thread-5) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1369473 INFO (jetty-launcher-2794-thread-5) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1369473 INFO (jetty-launcher-2794-thread-5) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-05-20T04:39:29.915Z
[junit4] 2> 1369476 INFO (jetty-launcher-2794-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1950267d{/solr,null,AVAILABLE}
[junit4] 2> 1369477 INFO (jetty-launcher-2794-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@117ad588{HTTP/1.1,[http/1.1]}{127.0.0.1:40126}
[junit4] 2> 1369477 INFO (jetty-launcher-2794-thread-3) [ ]
o.e.j.s.Server Started @1369701ms
[junit4] 2> 1369477 INFO (jetty-launcher-2794-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40126}
[junit4] 2> 1369477 ERROR (jetty-launcher-2794-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1369477 INFO (jetty-launcher-2794-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1369477 INFO (jetty-launcher-2794-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.4.0
[junit4] 2> 1369477 INFO (jetty-launcher-2794-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1369477 INFO (jetty-launcher-2794-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1369477 INFO (jetty-launcher-2794-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-05-20T04:39:29.919Z
[junit4] 2> 1369479 INFO (jetty-launcher-2794-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1369479 INFO (jetty-launcher-2794-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1369479 INFO (jetty-launcher-2794-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1369479 INFO (jetty-launcher-2794-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@17130ada{/solr,null,AVAILABLE}
[junit4] 2> 1369567 INFO (zkConnectionManagerCallback-2801-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1369567 INFO (jetty-launcher-2794-thread-4) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@168bd00d{HTTP/1.1,[http/1.1]}{127.0.0.1:34941}
[junit4] 2> 1369567 INFO (jetty-launcher-2794-thread-4) [ ]
o.e.j.s.Server Started @1369791ms
[junit4] 2> 1369567 INFO (jetty-launcher-2794-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=34941}
[junit4] 2> 1369568 ERROR (jetty-launcher-2794-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1369568 INFO (jetty-launcher-2794-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1369568 INFO (jetty-launcher-2794-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.4.0
[junit4] 2> 1369568 INFO (jetty-launcher-2794-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1369568 INFO (jetty-launcher-2794-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1369568 INFO (jetty-launcher-2794-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-05-20T04:39:30.010Z
[junit4] 2> 1369568 INFO (zkConnectionManagerCallback-2805-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1369581 INFO (zkConnectionManagerCallback-2803-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1369640 INFO (jetty-launcher-2794-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1369641 INFO (zkConnectionManagerCallback-2807-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1369642 INFO (jetty-launcher-2794-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1369677 INFO (jetty-launcher-2794-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1369960 INFO (jetty-launcher-2794-thread-5) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1369960 INFO (jetty-launcher-2794-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1370014 INFO (jetty-launcher-2794-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40275/solr
[junit4] 2> 1370195 INFO (jetty-launcher-2794-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40275/solr
[junit4] 2> 1370233 INFO (jetty-launcher-2794-thread-5) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40275/solr
[junit4] 2> 1370400 INFO (jetty-launcher-2794-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40275/solr
[junit4] 2> 1370428 INFO (jetty-launcher-2794-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40275/solr
[junit4] 2> 1370432 INFO (zkConnectionManagerCallback-2819-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1370432 INFO (zkConnectionManagerCallback-2823-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1370433 INFO (zkConnectionManagerCallback-2815-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1370459 INFO (zkConnectionManagerCallback-2811-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1370488 INFO (zkConnectionManagerCallback-2827-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1370489 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x102201aec550007, likely client has closed socket
[junit4] 2> 1370490 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x102201aec550008, likely client has closed socket
[junit4] 2> 1370490 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x102201aec550006, likely client has closed socket
[junit4] 2> 1370507 INFO (zkConnectionManagerCallback-2829-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1370541 INFO (zkConnectionManagerCallback-2831-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1370543 INFO (zkConnectionManagerCallback-2833-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1370589 INFO (zkConnectionManagerCallback-2835-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1370589 INFO (zkConnectionManagerCallback-2837-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1371404 INFO (jetty-launcher-2794-thread-4)
[n:127.0.0.1:34941_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1371405 INFO (jetty-launcher-2794-thread-4)
[n:127.0.0.1:34941_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:34941_solr
[junit4] 2> 1371406 INFO (jetty-launcher-2794-thread-4)
[n:127.0.0.1:34941_solr ] o.a.s.c.Overseer Overseer
(id=72655843997581327-127.0.0.1:34941_solr-n_0000000000) starting
[junit4] 2> 1371686 INFO (zkConnectionManagerCallback-2852-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1371865 INFO (jetty-launcher-2794-thread-4)
[n:127.0.0.1:34941_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:40275/solr ready
[junit4] 2> 1372048 INFO (jetty-launcher-2794-thread-4)
[n:127.0.0.1:34941_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34941_solr
[junit4] 2> 1372052 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and
.scheduled_maintenance triggers
[junit4] 2> 1372105 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode
version 1
[junit4] 2> 1372106 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion -1
[junit4] 2> 1372106 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 1
[junit4] 2> 1372122 INFO (zkCallback-2836-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1372199 INFO (zkCallback-2851-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1372321 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial
livenodes: [127.0.0.1:34941_solr]
[junit4] 2> 1372345 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 1372359 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion 1
[junit4] 2> 1372359 DEBUG (ScheduledTrigger-2450-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 1
[junit4] 2> 1372889 INFO (jetty-launcher-2794-thread-3)
[n:127.0.0.1:40126_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1372939 INFO (jetty-launcher-2794-thread-1)
[n:127.0.0.1:36772_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1372941 INFO (jetty-launcher-2794-thread-1)
[n:127.0.0.1:36772_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1372977 INFO (jetty-launcher-2794-thread-1)
[n:127.0.0.1:36772_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1372977 INFO (jetty-launcher-2794-thread-1)
[n:127.0.0.1:36772_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36772_solr
[junit4] 2> 1372997 INFO (zkCallback-2836-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1372998 INFO (zkCallback-2851-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1373013 INFO (jetty-launcher-2794-thread-3)
[n:127.0.0.1:40126_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1373015 INFO (jetty-launcher-2794-thread-3)
[n:127.0.0.1:40126_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1373015 INFO (jetty-launcher-2794-thread-3)
[n:127.0.0.1:40126_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40126_solr
[junit4] 2> 1373056 INFO (zkCallback-2834-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1373057 INFO (zkCallback-2830-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1373069 INFO (zkCallback-2851-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1373069 INFO (zkCallback-2836-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1373093 INFO (zkCallback-2834-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1373093 INFO (zkCallback-2830-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1373589 DEBUG (ScheduledTrigger-2450-thread-3) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 1373809 INFO (jetty-launcher-2794-thread-4)
[n:127.0.0.1:34941_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34941.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65afc78b
[junit4] 2> 1373869 INFO (jetty-launcher-2794-thread-4)
[n:127.0.0.1:34941_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34941.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65afc78b
[junit4] 2> 1373869 INFO (jetty-launcher-2794-thread-4)
[n:127.0.0.1:34941_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34941.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65afc78b
[junit4] 2> 1373882 INFO (jetty-launcher-2794-thread-4)
[n:127.0.0.1:34941_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_11EC16010A538A6C-001/tempDir-001/node4/.
[junit4] 2> 1374261 INFO (jetty-launcher-2794-thread-3)
[n:127.0.0.1:40126_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40126.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65afc78b
[junit4] 2> 1374297 INFO (jetty-launcher-2794-thread-3)
[n:127.0.0.1:40126_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40126.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65afc78b
[junit4] 2> 1374297 INFO (jetty-launcher-2794-thread-3)
[n:127.0.0.1:40126_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40126.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65afc78b
[junit4] 2> 1374298 INFO (jetty-launcher-2794-thread-3)
[n:127.0.0.1:40126_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_11EC16010A538A6C-001/tempDir-001/node3/.
[junit4] 2> 1374451 INFO (zkConnectionManagerCallback-2857-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1374646 DEBUG (ScheduledTrigger-2450-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 1374699 INFO (jetty-launcher-2794-thread-3)
[n:127.0.0.1:40126_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1374772 INFO (jetty-launcher-2794-thread-3)
[n:127.0.0.1:40126_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:40275/solr ready
[junit4] 2> 1375182 INFO (jetty-launcher-2794-thread-2)
[n:127.0.0.1:37028_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1375422 INFO (jetty-launcher-2794-thread-2)
[n:127.0.0.1:37028_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1375752 DEBUG (ScheduledTrigger-2450-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 1375769 INFO (jetty-launcher-2794-thread-2)
[n:127.0.0.1:37028_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1375769 INFO (jetty-launcher-2794-thread-2)
[n:127.0.0.1:37028_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37028_solr
[junit4] 2> 1375789 INFO (zkCallback-2851-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1375789 INFO (zkCallback-2834-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1375840 INFO (jetty-launcher-2794-thread-5)
[n:127.0.0.1:37467_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 1375972 INFO (zkCallback-2856-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1376008 INFO (zkCallback-2836-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1376021 INFO (jetty-launcher-2794-thread-5)
[n:127.0.0.1:37467_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1376023 INFO (jetty-launcher-2794-thread-5)
[n:127.0.0.1:37467_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1376023 INFO (jetty-launcher-2794-thread-5)
[n:127.0.0.1:37467_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37467_solr
[junit4] 2> 1376028 INFO (zkCallback-2830-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1376044 INFO (zkCallback-2851-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1376045 INFO (zkCallback-2834-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1376203 INFO (zkCallback-2828-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1376301 INFO (zkCallback-2836-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1376301 INFO (zkCallback-2830-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1376301 INFO (zkCallback-2856-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1376410 INFO (zkCallback-2832-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
[junit4] 2> 1376755 DEBUG (ScheduledTrigger-2450-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 5
[junit4] 2> 1377153 INFO (jetty-launcher-2794-thread-1)
[n:127.0.0.1:36772_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36772.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65afc78b
[junit4] 2> 1377160 INFO (jetty-launcher-2794-thread-2)
[n:127.0.0.1:37028_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37028.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65afc78b
[junit4] 2> 1377233 INFO (jetty-launcher-2794-thread-2)
[n:127.0.0.1:37028_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37028.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65afc78b
[junit4] 2> 1377253 INFO (jetty-launcher-2794-thread-2)
[n:127.0.0.1:37028_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37028.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65afc78b
[junit4] 2> 1377254 INFO (jetty-launcher-2794-thread-2)
[n:127.0.0.1:37028_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_11EC16010A538A6C-001/tempDir-001/node2/.
[junit4] 2> 1377282 INFO (jetty-launcher-2794-thread-1)
[n:127.0.0.1:36772_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36772.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65afc78b
[junit4] 2> 1377282 INFO (jetty-launcher-2794-thread-1)
[n:127.0.0.1:36772_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36772.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65afc78b
[junit4] 2> 1377296 INFO (jetty-launcher-2794-thread-1)
[n:127.0.0.1:36772_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_11EC16010A538A6C-001/tempDir-001/node1/.
[junit4] 2> 1377617 INFO (zkConnectionManagerCallback-2863-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1377763 DEBUG (ScheduledTrigger-2450-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 5
[junit4] 2> 1377832 INFO (zkConnectionManagerCallback-2867-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1377927 INFO (jetty-launcher-2794-thread-2)
[n:127.0.0.1:37028_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (5)
[junit4] 2> 1377927 INFO (jetty-launcher-2794-thread-2)
[n:127.0.0.1:37028_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:40275/solr ready
[junit4] 2> 1378313 INFO (jetty-launcher-2794-thread-1)
[n:127.0.0.1:36772_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (5)
[junit4] 2> 1378314 INFO (jetty-launcher-2794-thread-1)
[n:127.0.0.1:36772_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:40275/solr ready
[junit4] 2> 1378953 DEBUG (ScheduledTrigger-2450-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 5
[junit4] 2> 1379421 INFO (jetty-launcher-2794-thread-5)
[n:127.0.0.1:37467_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37467.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65afc78b
[junit4] 2> 1379456 INFO (jetty-launcher-2794-thread-5)
[n:127.0.0.1:37467_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37467.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65afc78b
[junit4] 2> 1379456 INFO (jetty-launcher-2794-thread-5)
[n:127.0.0.1:37467_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37467.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65afc78b
[junit4] 2> 1379457 INFO (jetty-launcher-2794-thread-5)
[n:127.0.0.1:37467_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_11EC16010A538A6C-001/tempDir-001/node5/.
[junit4] 2> 1379548 INFO (zkConnectionManagerCallback-2872-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1379561 INFO (jetty-launcher-2794-thread-5)
[n:127.0.0.1:37467_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (5)
[junit4] 2> 1379562 INFO (jetty-launcher-2794-thread-5)
[n:127.0.0.1:37467_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:40275/solr ready
[junit4] 2> 1379763 INFO (zkConnectionManagerCallback-2874-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1379833 INFO (zkConnectionManagerCallback-2879-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1379854 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[11EC16010A538A6C]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
[junit4] 2> 1379854 INFO
(SUITE-SearchRateTriggerIntegrationTest-seed#[11EC16010A538A6C]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40275/solr ready
[junit4] 2> 1379890 INFO (qtp67914285-7750) [n:127.0.0.1:37028_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1379891 INFO (qtp731751430-7773) [n:127.0.0.1:37467_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1379902 INFO (qtp2280593-7741) [n:127.0.0.1:40126_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1379909 INFO (qtp525504927-7786) [n:127.0.0.1:34941_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1379926 INFO (qtp1643983479-7756) [n:127.0.0.1:36772_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1379927 DEBUG (qtp1643983479-7761) [n:127.0.0.1:36772_solr
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 1379928 DEBUG (zkCallback-2851-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
2
[junit4] 2> 1379942 INFO (qtp1643983479-7761) [n:127.0.0.1:36772_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling
params={wt=javabin&version=2} status=0 QTime=66
[junit4] 2> 1380036 DEBUG (ScheduledTrigger-2450-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 5
[junit4] 2> 1380036 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 2
[junit4] 2> 1380068 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 1380069 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2,
lastZnodeVersion 2
[junit4] 2> 1380311 INFO
(TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[11EC16010A538A6C])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testAboveSearchRate
[junit4] 2> 1380345 INFO
(TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[11EC16010A538A6C])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
[junit4] 2> 1380347 INFO
(TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[11EC16010A538A6C])
[ ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, new
znode version 3
[junit4] 2> 1380347 DEBUG (zkCallback-2851-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
3
[junit4] 2> 1380347 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 3
[junit4] 2> 1380348 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
[junit4] 2> 1380349 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 1380361 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3,
lastZnodeVersion 3
[junit4] 2> 1385353 INFO (qtp67914285-7745) [n:127.0.0.1:37028_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&name=aboveRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1385395 INFO (OverseerThreadFactory-2452-thread-1) [ ]
o.a.s.c.a.c.CreateCollectionCmd Create collection aboveRate_collection
[junit4] 2> 1385701 INFO
(OverseerStateUpdate-72655843997581327-127.0.0.1:34941_solr-n_0000000000) [
] 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:37467/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1385703 INFO
(OverseerStateUpdate-72655843997581327-127.0.0.1:34941_solr-n_0000000000) [
] 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:34941/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1385957 INFO (qtp731751430-7768) [n:127.0.0.1:37467_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> 1385985 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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> 1385985 INFO (qtp525504927-7742) [n:127.0.0.1:34941_solr
x:aboveRate_collection_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 1387282 INFO (qtp525504927-7742) [n:127.0.0.1:34941_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.4.0
[junit4] 2> 1387355 INFO (qtp731751430-7768) [n:127.0.0.1:37467_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.4.0
[junit4] 2> 1387373 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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> 1387407 INFO (qtp731751430-7768) [n:127.0.0.1:37467_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> 1387425 INFO (qtp731751430-7768) [n:127.0.0.1:37467_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> 1387425 INFO (qtp731751430-7768) [n:127.0.0.1:37467_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> 1387425 INFO (qtp731751430-7768) [n:127.0.0.1:37467_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_37467.solr.core.aboveRate_collection.shard1.replica_n1'
(registry 'solr.core.aboveRate_collection.shard1.replica_n1') enabled at
server: com.sun.jmx.mbeanserver.JmxMBeanServer@65afc78b
[junit4] 2> 1387426 INFO (qtp731751430-7768) [n:127.0.0.1:37467_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1387426 INFO (qtp731751430-7768) [n:127.0.0.1:37467_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-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_11EC16010A538A6C-001/tempDir-001/node5/aboveRate_collection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_11EC16010A538A6C-001/tempDir-001/node5/./aboveRate_collection_shard1_replica_n1/data/]
[junit4] 2> 1387444 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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> 1387444 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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> 1387445 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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_34941.solr.core.aboveRate_collection.shard1.replica_n2'
(registry 'solr.core.aboveRate_collection.shard1.replica_n2') enabled at
server: com.sun.jmx.mbeanserver.JmxMBeanServer@65afc78b
[junit4] 2> 1387445 INFO (qtp525504927-7742) [n:127.0.0.1:34941_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1387445 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_11EC16010A538A6C-001/tempDir-001/node4/aboveRate_collection_shard1_replica_n2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_11EC16010A538A6C-001/tempDir-001/node4/./aboveRate_collection_shard1_replica_n2/data/]
[junit4] 2> 1388091 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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> 1388091 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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> 1388092 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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> 1388092 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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> 1388110 INFO (qtp525504927-7742) [n:127.0.0.1:34941_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@5d23dcb0[aboveRate_collection_shard1_replica_n2] main]
[junit4] 2> 1388111 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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> 1388112 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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> 1388112 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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> 1388126 INFO
(searcherExecutor-2464-thread-1-processing-n:127.0.0.1:34941_solr
x:aboveRate_collection_shard1_replica_n2 c:aboveRate_collection s:shard1
r:core_node4) [n:127.0.0.1:34941_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@5d23dcb0[aboveRate_collection_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1388126 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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 1600956597343879168
[junit4] 2> 1388148 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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> 1388151 INFO (qtp731751430-7768) [n:127.0.0.1:37467_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> 1388151 INFO (qtp731751430-7768) [n:127.0.0.1:37467_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> 1388152 INFO (qtp731751430-7768) [n:127.0.0.1:37467_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> 1388152 INFO (qtp731751430-7768) [n:127.0.0.1:37467_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> 1388164 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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> 1388203 INFO (qtp731751430-7768) [n:127.0.0.1:37467_solr
c:aboveRate_collection s:shard1 r:core_node3
x:aboveRate_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@50edbabc[aboveRate_collection_shard1_replica_n1] main]
[junit4] 2> 1388219 INFO (qtp731751430-7768) [n:127.0.0.1:37467_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> 1388219 INFO (qtp731751430-7768) [n:127.0.0.1:37467_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> 1388220 INFO (qtp731751430-7768) [n:127.0.0.1:37467_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> 1388220 INFO (qtp731751430-7768) [n:127.0.0.1:37467_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 1600956597442445312
[junit4] 2> 1388222 INFO
(searcherExecutor-2463-thread-1-processing-n:127.0.0.1:37467_solr
x:aboveRate_collection_shard1_replica_n1 c:aboveRate_collection s:shard1
r:core_node3) [n:127.0.0.1:37467_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@50edbabc[aboveRate_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1388418 INFO (qtp731751430-7768) [n:127.0.0.1:37467_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> 1388711 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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> 1388711 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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> 1388711 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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:34941/solr/aboveRate_collection_shard1_replica_n2/
[junit4] 2> 1388712 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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:34941/solr
START
replicas=[http://127.0.0.1:37467/solr/aboveRate_collection_shard1_replica_n1/]
nUpdates=100
[junit4] 2> 1388722 INFO (qtp731751430-7769) [n:127.0.0.1:37467_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=0
[junit4] 2> 1389019 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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:34941/solr
DONE. We have no versions. sync failed.
[junit4] 2> 1389019 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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> 1389019 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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> 1389019 INFO (qtp525504927-7742) [n:127.0.0.1:34941_solr
c:aboveRate_collection s:shard1 r:core_node4
x:aboveRate_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext
Found all replicas participating in election, clear LIR
[junit4] 2> 1389040 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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:34941/solr/aboveRate_collection_shard1_replica_n2/ shard1
[junit4] 2> 1389259 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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> 1389262 INFO (qtp525504927-7742) [n:127.0.0.1:34941_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=3277
[junit4] 2> 1389365 INFO (zkCallback-2836-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> 1389456 INFO (qtp731751430-7768) [n:127.0.0.1:37467_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=3499
[junit4] 2> 1389552 INFO (qtp67914285-7745) [n:127.0.0.1:37028_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1389569 INFO (zkCallback-2836-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> 1389580 INFO (zkCallback-2828-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> 1390554 INFO (qtp67914285-7745) [n:127.0.0.1:37028_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=2&collection.configName=conf&name=aboveRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=5200
[junit4] 2> 1390633 INFO (qtp67914285-7746) [n:127.0.0.1:37028_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1390646 INFO (qtp731751430-7772) [n:127.0.0.1:37467_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=1
[junit4] 2> 1390648 INFO (qtp731751430-7775) [n:127.0.0.1:37467_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1390690 INFO (qtp2280593-7736) [n:127.0.0.1:40126_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1390750 INFO (qtp525504927-7782) [n:127.0.0.1:34941_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=52
[junit4] 2> 1390752 INFO (qtp525504927-7788) [n:127.0.0.1:34941_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1390824 INFO (qtp1643983479-7757) [n:127.0.0.1:36772_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1390825 DEBUG (qtp67914285-7749) [n:127.0.0.1:37028_solr ]
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 1390825 DEBUG (zkCallback-2851-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
4
[junit4] 2> 1390826 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 4
[junit4] 2> 1390826 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
[junit4] 2> 1390826 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 1390826 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4,
lastZnodeVersion 4
[junit4] 2> 1390826 INFO (qtp67914285-7749) [n:127.0.0.1:37028_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling
params={wt=javabin&version=2} status=0 QTime=266
[junit4] 2> 1390849 INFO (qtp67914285-7746) [n:127.0.0.1:37028_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1390880 INFO (qtp731751430-7772) [n:127.0.0.1:37467_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> 1390882 INFO (qtp731751430-7772) [n:127.0.0.1:37467_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1390922 INFO (qtp2280593-7736) [n:127.0.0.1:40126_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1390933 INFO (qtp525504927-7786) [n:127.0.0.1:34941_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> 1390950 INFO (qtp525504927-7788) [n:127.0.0.1:34941_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1390951 INFO (qtp1643983479-7757) [n:127.0.0.1:36772_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1390951 DEBUG (qtp67914285-7752) [n:127.0.0.1:37028_solr ]
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 1390952 DEBUG (zkCallback-2851-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
5
[junit4] 2> 1390952 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 5
[junit4] 2> 1390952 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
[junit4] 2> 1390953 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 1390953 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5,
lastZnodeVersion 5
[junit4] 2> 1390953 INFO (qtp67914285-7752) [n:127.0.0.1:37028_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling
params={wt=javabin&version=2} status=0 QTime=112
[junit4] 2> 1391007 INFO (qtp67914285-7749) [n:127.0.0.1:37028_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1391009 INFO (qtp731751430-7772) [n:127.0.0.1:37467_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> 1391043 INFO (qtp731751430-7773) [n:127.0.0.1:37467_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=33
[junit4] 2> 1391052 INFO (qtp2280593-7737) [n:127.0.0.1:40126_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1391175 INFO (qtp525504927-7785) [n:127.0.0.1:34941_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> 1391176 INFO (qtp525504927-7786) [n:127.0.0.1:34941_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1391283 INFO (qtp1643983479-7756) [n:127.0.0.1:36772_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1391299 DEBUG (qtp731751430-7769) [n:127.0.0.1:37467_solr ]
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 1391300 DEBUG (zkCallback-2851-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
6
[junit4] 2> 1391300 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 6
[junit4] 2> 1391300 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
[junit4] 2> 1391300 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 1391301 INFO (qtp731751430-7769) [n:127.0.0.1:37467_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling
params={wt=javabin&version=2} status=0 QTime=322
[junit4] 2> 1391302 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6,
lastZnodeVersion 6
[junit4] 2> 1391336 INFO (qtp67914285-7746) [n:127.0.0.1:37028_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1391336 INFO (qtp731751430-7772) [n:127.0.0.1:37467_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> 1391338 INFO (qtp731751430-7773) [n:127.0.0.1:37467_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1391339 INFO (qtp2280593-7736) [n:127.0.0.1:40126_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1391372 INFO (qtp525504927-7788) [n:127.0.0.1:34941_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> 1391373 INFO (qtp525504927-7788) [n:127.0.0.1:34941_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1391374 INFO (qtp1643983479-7757) [n:127.0.0.1:36772_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1391374 DEBUG (qtp67914285-7749) [n:127.0.0.1:37028_solr ]
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 1391375 INFO (qtp67914285-7749) [n:127.0.0.1:37028_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling
params={wt=javabin&version=2} status=0 QTime=72
[junit4] 2> 1391375 DEBUG (zkCallback-2851-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
7
[junit4] 2> 1391375 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 7
[junit4] 2> 1391389 INFO (qtp525504927-7785) [n:127.0.0.1:34941_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> 1391390 INFO (qtp525504927-7788) [n:127.0.0.1:34941_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> 1391391 INFO (qtp525504927-7788) [n:127.0.0.1:34941_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> 1391392 INFO (qtp525504927-7788) [n:127.0.0.1:34941_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> 1391408 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
[junit4] 2> 1391409 INFO
(OverseerCollectionConfigSetProcessor-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1391409 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 1391409 DEBUG
(OverseerAutoScalingTriggerThread-72655843997581327-127.0.0.1:34941_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7,
lastZnodeVersion 7
[junit4] 2> 1391446 INFO (qtp731751430-7775) [n:127.0.0.1:37467_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> 1391462 INFO (qtp731751430-7775) [n:127.0.0.1:37467_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> 1391462 INFO (qtp731751430-7775) [n:127.0.0.1:37467_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> 1391478 INFO (qtp525504927-7788) [n:127.0.0.1:34941_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> 1391478 INFO (qtp731751430-7775) [n:127.0.0.1:37467_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> 1391479 INFO (qtp525504927-7788) [n:127.0.0.1:34941_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> 1391480 INFO (qtp731751430-7775) [n:127.0.0.1:37467_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> 1391481 INFO (qtp525504927-7788) [n:127.0.0.1:34941_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> 1391481 INFO (qtp731751430-7775) [n:127.0.0.1:37467_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> 1391515 INFO (qtp731751430-7775) [n:127.0.0.1:37467_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> 1391515 INFO (qtp731751430-7775) [n:127.0.0.1:37467_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> 1391516 INFO (qtp731751430-7775) [n:127.0.0.1:37467_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> 1391517 INFO (qtp731751430-7775) [n:127.0.0.1:37467_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> 1391517 INFO (qtp525504927-7788) [n:127.0.0.1:34941_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> 1391530 INFO (qtp525504927-7788) [n:127.0.0.1:34941_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=12
[junit4] 2> 1391531 INFO (qtp525504927-7788) [n:127.0.0.1:34941_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> 1391532 INFO (qtp525504927-7788) [n:127.0.0.1:34941_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> 1391532 INFO (qtp525504927-7788) [n:127.0.0.1:34941_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> 1391533 INFO (qtp525504927-7788) [n:127.0.0.1:34941_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> 1391535 INFO (qtp731751430-7772) [n:127.0.0.1:37467_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> 1391535 INFO (qtp731751430-7772) [n:127.0.0.1:37467_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> 1391536 INFO (qtp731751430-7772) [n:127.0.0.1:37467_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> 1391537 INFO (qtp525504927-7785) [n:127.0.0.1:34941_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> 1391537 INFO (qtp731751430-7772) [n:127.0.0.1:37467_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> 1391538 INFO (qtp525504927-7785) [n:127.0.0.1:34941_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> 1391555 INFO (qtp731751430-7772) [n:12
[...truncated too long message...]
/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/null2093382906
[copy] Copying 39 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/null2093382906
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/null2093382906
resolve-example:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
resolve-server:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null1665527544
[copy] Copying 246 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null1665527544
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null1665527544
check-working-copy:
[ivy:cachepath] :: resolving dependencies ::
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] confs: [default]
[ivy:cachepath] found
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] found org.apache.httpcomponents#httpclient;4.3.6 in
public
[ivy:cachepath] found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 61ms :: artifacts dl 9ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 8 | 0 | 0 | 0 || 8 | 0 |
---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
further details.
[wc-checker] Checking working copy status...
-jenkins-base:
BUILD SUCCESSFUL
Total time: 274 minutes 55 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]