Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2350/
2 tests failed.
FAILED:
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple
Error Message:
Waiting for collection testSimple1 null Live Nodes: [127.0.0.1:44787_solr,
127.0.0.1:55613_solr] Last available state:
DocCollection(testSimple1//collections/testSimple1/state.json/17)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{ "shard1":{
"range":"80000000-ffffffff", "state":"active", "replicas":{
"core_node3":{
"dataDir":"hdfs://localhost:42608/data/testSimple1/core_node3/data/",
"base_url":"https://127.0.0.1:44787/solr",
"node_name":"127.0.0.1:44787_solr", "type":"NRT",
"ulogDir":"hdfs://localhost:42608/data/testSimple1/core_node3/data/tlog",
"core":"testSimple1_shard1_replica_n1", "shared_storage":"true",
"state":"active"}, "core_node5":{
"dataDir":"hdfs://localhost:42608/data/testSimple1/core_node5/data/",
"base_url":"https://127.0.0.1:44787/solr",
"node_name":"127.0.0.1:44787_solr", "type":"NRT",
"ulogDir":"hdfs://localhost:42608/data/testSimple1/core_node5/data/tlog",
"core":"testSimple1_shard1_replica_n2", "shared_storage":"true",
"state":"active", "leader":"true"}}}, "shard2":{
"range":"0-7fffffff", "state":"active", "replicas":{
"core_node7":{
"dataDir":"hdfs://localhost:42608/data/testSimple1/core_node7/data/",
"base_url":"https://127.0.0.1:55381/solr",
"node_name":"127.0.0.1:55381_solr", "type":"NRT",
"ulogDir":"hdfs://localhost:42608/data/testSimple1/core_node7/data/tlog",
"core":"testSimple1_shard2_replica_n4", "shared_storage":"true",
"state":"down"}, "core_node8":{
"dataDir":"hdfs://localhost:42608/data/testSimple1/core_node8/data/",
"base_url":"https://127.0.0.1:44787/solr",
"node_name":"127.0.0.1:44787_solr", "type":"NRT",
"ulogDir":"hdfs://localhost:42608/data/testSimple1/core_node8/data/tlog",
"core":"testSimple1_shard2_replica_n6", "shared_storage":"true",
"state":"active", "leader":"true"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"2",
"autoAddReplicas":"true", "nrtReplicas":"2", "tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple1
null
Live Nodes: [127.0.0.1:44787_solr, 127.0.0.1:55613_solr]
Last available state:
DocCollection(testSimple1//collections/testSimple1/state.json/17)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{
"shard1":{
"range":"80000000-ffffffff",
"state":"active",
"replicas":{
"core_node3":{
"dataDir":"hdfs://localhost:42608/data/testSimple1/core_node3/data/",
"base_url":"https://127.0.0.1:44787/solr",
"node_name":"127.0.0.1:44787_solr",
"type":"NRT",
"ulogDir":"hdfs://localhost:42608/data/testSimple1/core_node3/data/tlog",
"core":"testSimple1_shard1_replica_n1",
"shared_storage":"true",
"state":"active"},
"core_node5":{
"dataDir":"hdfs://localhost:42608/data/testSimple1/core_node5/data/",
"base_url":"https://127.0.0.1:44787/solr",
"node_name":"127.0.0.1:44787_solr",
"type":"NRT",
"ulogDir":"hdfs://localhost:42608/data/testSimple1/core_node5/data/tlog",
"core":"testSimple1_shard1_replica_n2",
"shared_storage":"true",
"state":"active",
"leader":"true"}}},
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{
"core_node7":{
"dataDir":"hdfs://localhost:42608/data/testSimple1/core_node7/data/",
"base_url":"https://127.0.0.1:55381/solr",
"node_name":"127.0.0.1:55381_solr",
"type":"NRT",
"ulogDir":"hdfs://localhost:42608/data/testSimple1/core_node7/data/tlog",
"core":"testSimple1_shard2_replica_n4",
"shared_storage":"true",
"state":"down"},
"core_node8":{
"dataDir":"hdfs://localhost:42608/data/testSimple1/core_node8/data/",
"base_url":"https://127.0.0.1:44787/solr",
"node_name":"127.0.0.1:44787_solr",
"type":"NRT",
"ulogDir":"hdfs://localhost:42608/data/testSimple1/core_node8/data/tlog",
"core":"testSimple1_shard2_replica_n6",
"shared_storage":"true",
"state":"active",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"2",
"autoAddReplicas":"true",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([F296178E4FBA8CC2:CA25337068495813]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
at
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:103)
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.TriggerIntegrationTest.testMetricTrigger
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([F296178E4FBA8CC2:489A200110525A8D]:0)
at org.junit.Assert.fail(Assert.java:92)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNull(Assert.java:551)
at org.junit.Assert.assertNull(Assert.java:562)
at
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger(TriggerIntegrationTest.java:1585)
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)
Build Log:
[...truncated 13221 lines...]
[junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
[junit4] 2> 1033649 INFO
(SUITE-TriggerIntegrationTest-seed#[F296178E4FBA8CC2]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_F296178E4FBA8CC2-001/init-core-data-001
[junit4] 2> 1033649 WARN
(SUITE-TriggerIntegrationTest-seed#[F296178E4FBA8CC2]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16
[junit4] 2> 1033650 INFO
(SUITE-TriggerIntegrationTest-seed#[F296178E4FBA8CC2]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1033651 INFO
(SUITE-TriggerIntegrationTest-seed#[F296178E4FBA8CC2]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 1033652 INFO
(SUITE-TriggerIntegrationTest-seed#[F296178E4FBA8CC2]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_F296178E4FBA8CC2-001/tempDir-001
[junit4] 2> 1033652 INFO
(SUITE-TriggerIntegrationTest-seed#[F296178E4FBA8CC2]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1033658 INFO (Thread-4046) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1033658 INFO (Thread-4046) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1033659 ERROR (Thread-4046) [ ] 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> 1033753 INFO
(SUITE-TriggerIntegrationTest-seed#[F296178E4FBA8CC2]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:52569
[junit4] 2> 1033755 INFO (zkConnectionManagerCallback-2141-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1033766 INFO (jetty-launcher-2138-thread-1) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z,
git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1033767 INFO (jetty-launcher-2138-thread-2) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z,
git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1033772 INFO (jetty-launcher-2138-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1033772 INFO (jetty-launcher-2138-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1033772 INFO (jetty-launcher-2138-thread-1) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 1033773 INFO (jetty-launcher-2138-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@c047a70{/solr,null,AVAILABLE}
[junit4] 2> 1033774 INFO (jetty-launcher-2138-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@7548491{SSL,[ssl,
http/1.1]}{127.0.0.1:40459}
[junit4] 2> 1033774 INFO (jetty-launcher-2138-thread-1) [ ]
o.e.j.s.Server Started @1035860ms
[junit4] 2> 1033774 INFO (jetty-launcher-2138-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40459}
[junit4] 2> 1033775 ERROR (jetty-launcher-2138-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1033775 INFO (jetty-launcher-2138-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1033775 INFO (jetty-launcher-2138-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1033775 INFO (jetty-launcher-2138-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1033775 INFO (jetty-launcher-2138-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-19T21:33:53.190Z
[junit4] 2> 1033782 INFO (zkConnectionManagerCallback-2143-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1033783 INFO (jetty-launcher-2138-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1033783 INFO (jetty-launcher-2138-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1033784 INFO (jetty-launcher-2138-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1033784 INFO (jetty-launcher-2138-thread-2) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 1033784 INFO (jetty-launcher-2138-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3b3e5586{/solr,null,AVAILABLE}
[junit4] 2> 1033784 INFO (jetty-launcher-2138-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@72394748{SSL,[ssl,
http/1.1]}{127.0.0.1:49438}
[junit4] 2> 1033784 INFO (jetty-launcher-2138-thread-2) [ ]
o.e.j.s.Server Started @1035870ms
[junit4] 2> 1033784 INFO (jetty-launcher-2138-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=49438}
[junit4] 2> 1033784 ERROR (jetty-launcher-2138-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1033784 INFO (jetty-launcher-2138-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1033785 INFO (jetty-launcher-2138-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1033785 INFO (jetty-launcher-2138-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1033785 INFO (jetty-launcher-2138-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-19T21:33:53.200Z
[junit4] 2> 1033786 INFO (zkConnectionManagerCallback-2145-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1033786 INFO (jetty-launcher-2138-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1033810 INFO (jetty-launcher-2138-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52569/solr
[junit4] 2> 1033822 INFO (zkConnectionManagerCallback-2149-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1033823 INFO (jetty-launcher-2138-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52569/solr
[junit4] 2> 1033826 INFO (zkConnectionManagerCallback-2153-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1033826 INFO
(zkConnectionManagerCallback-2155-thread-1-processing-n:127.0.0.1:49438_solr)
[n:127.0.0.1:49438_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1033828 INFO
(zkConnectionManagerCallback-2157-thread-1-processing-n:127.0.0.1:40459_solr)
[n:127.0.0.1:40459_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1033852 INFO (jetty-launcher-2138-thread-2)
[n:127.0.0.1:49438_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1033853 INFO (jetty-launcher-2138-thread-2)
[n:127.0.0.1:49438_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:49438_solr
[junit4] 2> 1033857 INFO (jetty-launcher-2138-thread-2)
[n:127.0.0.1:49438_solr ] o.a.s.c.Overseer Overseer
(id=73324269992148997-127.0.0.1:49438_solr-n_0000000000) starting
[junit4] 2> 1033863 INFO (jetty-launcher-2138-thread-2)
[n:127.0.0.1:49438_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:49438_solr
[junit4] 2> 1033864 DEBUG
(OverseerAutoScalingTriggerThread-73324269992148997-127.0.0.1:49438_solr-n_0000000000)
[n:127.0.0.1:49438_solr ] o.a.s.c.a.OverseerTriggerThread Adding
.autoAddReplicas trigger
[junit4] 2> 1033885 INFO (jetty-launcher-2138-thread-1)
[n:127.0.0.1:40459_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1033886 INFO (jetty-launcher-2138-thread-1)
[n:127.0.0.1:40459_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1033892 DEBUG
(OverseerAutoScalingTriggerThread-73324269992148997-127.0.0.1:49438_solr-n_0000000000)
[n:127.0.0.1:49438_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 1
[junit4] 2> 1033893 DEBUG
(OverseerAutoScalingTriggerThread-73324269992148997-127.0.0.1:49438_solr-n_0000000000)
[n:127.0.0.1:49438_solr ] o.a.s.c.a.NodeLostTrigger Initial livenodes: []
[junit4] 2> 1033893 DEBUG
(OverseerAutoScalingTriggerThread-73324269992148997-127.0.0.1:49438_solr-n_0000000000)
[n:127.0.0.1:49438_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion -1
[junit4] 2> 1033893 DEBUG
(OverseerAutoScalingTriggerThread-73324269992148997-127.0.0.1:49438_solr-n_0000000000)
[n:127.0.0.1:49438_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 1
[junit4] 2> 1033893 INFO
(OverseerStateUpdate-73324269992148997-127.0.0.1:49438_solr-n_0000000000)
[n:127.0.0.1:49438_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1033896 INFO (jetty-launcher-2138-thread-1)
[n:127.0.0.1:40459_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40459_solr
[junit4] 2> 1033904 INFO
(zkCallback-2156-thread-1-processing-n:127.0.0.1:40459_solr)
[n:127.0.0.1:40459_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1033904 INFO
(zkCallback-2154-thread-2-processing-n:127.0.0.1:49438_solr)
[n:127.0.0.1:49438_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1033905 DEBUG
(OverseerAutoScalingTriggerThread-73324269992148997-127.0.0.1:49438_solr-n_0000000000)
[n:127.0.0.1:49438_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 1033906 DEBUG
(OverseerAutoScalingTriggerThread-73324269992148997-127.0.0.1:49438_solr-n_0000000000)
[n:127.0.0.1:49438_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion 1
[junit4] 2> 1033906 DEBUG (ScheduledTrigger-3525-thread-1)
[n:127.0.0.1:49438_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 2
[junit4] 2> 1033963 INFO (jetty-launcher-2138-thread-1)
[n:127.0.0.1:40459_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40459.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@368a18d3
[junit4] 2> 1033969 INFO (jetty-launcher-2138-thread-1)
[n:127.0.0.1:40459_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40459.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@368a18d3
[junit4] 2> 1033969 INFO (jetty-launcher-2138-thread-1)
[n:127.0.0.1:40459_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40459.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@368a18d3
[junit4] 2> 1033970 INFO (jetty-launcher-2138-thread-1)
[n:127.0.0.1:40459_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_F296178E4FBA8CC2-001/tempDir-001/node1/.
[junit4] 2> 1033987 INFO (jetty-launcher-2138-thread-2)
[n:127.0.0.1:49438_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_49438.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@368a18d3
[junit4] 2> 1034002 INFO (jetty-launcher-2138-thread-2)
[n:127.0.0.1:49438_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_49438.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@368a18d3
[junit4] 2> 1034002 INFO (jetty-launcher-2138-thread-2)
[n:127.0.0.1:49438_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_49438.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@368a18d3
[junit4] 2> 1034003 INFO (jetty-launcher-2138-thread-2)
[n:127.0.0.1:49438_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_F296178E4FBA8CC2-001/tempDir-001/node2/.
[junit4] 2> 1034041 INFO (zkConnectionManagerCallback-2163-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1034051 INFO (zkConnectionManagerCallback-2167-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1034052 INFO
(SUITE-TriggerIntegrationTest-seed#[F296178E4FBA8CC2]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1034053 INFO
(SUITE-TriggerIntegrationTest-seed#[F296178E4FBA8CC2]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52569/solr ready
[junit4] 2> 1034066 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testSearchRate
[junit4] 2> 1034104 INFO (qtp1969437300-12666) [n:127.0.0.1:49438_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with
params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 1034111 INFO (qtp1969437300-12666) [n:127.0.0.1:49438_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=6
[junit4] 2> 1034115 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.c.a.ScheduledTriggers -- removing trigger: .auto_add_replicas
[junit4] 2> 1034117 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
[junit4] 2> 1034117 DEBUG
(zkCallback-2154-thread-2-processing-n:127.0.0.1:49438_solr)
[n:127.0.0.1:49438_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 2
[junit4] 2> 1034117 DEBUG
(OverseerAutoScalingTriggerThread-73324269992148997-127.0.0.1:49438_solr-n_0000000000)
[n:127.0.0.1:49438_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 2
[junit4] 2> 1034117 DEBUG
(OverseerAutoScalingTriggerThread-73324269992148997-127.0.0.1:49438_solr-n_0000000000)
[n:127.0.0.1:49438_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeLost markers
[junit4] 2> 1034117 DEBUG
(OverseerAutoScalingTriggerThread-73324269992148997-127.0.0.1:49438_solr-n_0000000000)
[n:127.0.0.1:49438_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 1034118 DEBUG
(OverseerAutoScalingTriggerThread-73324269992148997-127.0.0.1:49438_solr-n_0000000000)
[n:127.0.0.1:49438_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 2, lastZnodeVersion 2
[junit4] 2> 1034118 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@72394748{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 1034119 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=252323061
[junit4] 2> 1034120 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1034120 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@ffa8254: rootName =
solr_49438, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@b05d94
[junit4] 2> 1034126 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1034126 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7d294868: rootName =
solr_49438, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@287cb5f9
[junit4] 2> 1034132 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1034132 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7eb698a6: rootName =
solr_49438, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@2c43342e
[junit4] 2> 1034139 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:49438_solr
[junit4] 2> 1034139 INFO
(zkCallback-2154-thread-2-processing-n:127.0.0.1:49438_solr)
[n:127.0.0.1:49438_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 1034139 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 1034139 INFO
(zkCallback-2156-thread-1-processing-n:127.0.0.1:40459_solr)
[n:127.0.0.1:40459_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 1034140 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1034140 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.c.Overseer Overseer
(id=73324269992148997-127.0.0.1:49438_solr-n_0000000000) closing
[junit4] 2> 1034140 INFO
(OverseerStateUpdate-73324269992148997-127.0.0.1:49438_solr-n_0000000000)
[n:127.0.0.1:49438_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:49438_solr
[junit4] 2> 1034140 WARN
(OverseerAutoScalingTriggerThread-73324269992148997-127.0.0.1:49438_solr-n_0000000000)
[n:127.0.0.1:49438_solr ] o.a.s.c.a.OverseerTriggerThread
OverseerTriggerThread woken up but we are closed, exiting.
[junit4] 2> 1034142 DEBUG
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
[junit4] 2> 1034143 INFO
(zkCallback-2156-thread-1-processing-n:127.0.0.1:40459_solr)
[n:127.0.0.1:40459_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:40459_solr
[junit4] 2> 1034143 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@3b3e5586{/solr,null,UNAVAILABLE}
[junit4] 2> 1034144 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.session Stopped scavenging
[junit4] 2> 1034145 INFO
(zkCallback-2156-thread-1-processing-n:127.0.0.1:40459_solr)
[n:127.0.0.1:40459_solr ] o.a.s.c.Overseer Overseer
(id=73324269992148998-127.0.0.1:40459_solr-n_0000000001) starting
[junit4] 2> 1034150 INFO (zkCallback-2166-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 1034154 DEBUG
(OverseerAutoScalingTriggerThread-73324269992148998-127.0.0.1:40459_solr-n_0000000001)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.OverseerTriggerThread Adding
.autoAddReplicas trigger
[junit4] 2> 1034155 DEBUG
(OverseerAutoScalingTriggerThread-73324269992148998-127.0.0.1:40459_solr-n_0000000001)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 3
[junit4] 2> 1034155 DEBUG
(OverseerAutoScalingTriggerThread-73324269992148998-127.0.0.1:40459_solr-n_0000000001)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.NodeLostTrigger Initial livenodes:
[127.0.0.1:40459_solr]
[junit4] 2> 1034156 DEBUG
(OverseerAutoScalingTriggerThread-73324269992148998-127.0.0.1:40459_solr-n_0000000001)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 3, lastZnodeVersion -1
[junit4] 2> 1034156 DEBUG
(OverseerAutoScalingTriggerThread-73324269992148998-127.0.0.1:40459_solr-n_0000000001)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 3
[junit4] 2> 1034158 DEBUG
(OverseerAutoScalingTriggerThread-73324269992148998-127.0.0.1:40459_solr-n_0000000001)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 1034158 DEBUG
(OverseerAutoScalingTriggerThread-73324269992148998-127.0.0.1:40459_solr-n_0000000001)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 3, lastZnodeVersion 3
[junit4] 2> 1034163 DEBUG (ScheduledTrigger-3534-thread-1)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 1
[junit4] 2> 1035165 DEBUG (ScheduledTrigger-3534-thread-1)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 1
[junit4] 2> 1036165 DEBUG (ScheduledTrigger-3534-thread-2)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 1
[junit4] 2> 1037166 DEBUG (ScheduledTrigger-3534-thread-1)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 1
[junit4] 2> 1038166 DEBUG (ScheduledTrigger-3534-thread-1)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 1
[junit4] 2> 1039146 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z,
git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1039147 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1039147 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1039147 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 1039148 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@448fc37a{/solr,null,AVAILABLE}
[junit4] 2> 1039148 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@65b1bcea{SSL,[ssl,
http/1.1]}{127.0.0.1:42049}
[junit4] 2> 1039148 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.Server Started @1041234ms
[junit4] 2> 1039148 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42049}
[junit4] 2> 1039149 ERROR
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1039149 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1039149 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1039149 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1039149 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-19T21:33:58.564Z
[junit4] 2> 1039151 INFO (zkConnectionManagerCallback-2169-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1039152 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1039159 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52569/solr
[junit4] 2> 1039160 INFO (zkConnectionManagerCallback-2173-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1039163 INFO
(zkConnectionManagerCallback-2175-thread-1-processing-n:127.0.0.1:42049_solr)
[n:127.0.0.1:42049_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1039166 DEBUG (ScheduledTrigger-3534-thread-1)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 1
[junit4] 2> 1039168 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:42049_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1039170 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:42049_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1039171 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:42049_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42049_solr
[junit4] 2> 1039172 INFO (zkCallback-2166-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1039172 INFO
(zkCallback-2156-thread-1-processing-n:127.0.0.1:40459_solr)
[n:127.0.0.1:40459_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1039176 INFO
(zkCallback-2174-thread-1-processing-n:127.0.0.1:42049_solr)
[n:127.0.0.1:42049_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1039263 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:42049_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42049.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@368a18d3
[junit4] 2> 1039273 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:42049_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42049.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@368a18d3
[junit4] 2> 1039273 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:42049_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42049.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@368a18d3
[junit4] 2> 1039274 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:42049_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_F296178E4FBA8CC2-001/tempDir-001/node3/.
[junit4] 2> 1039302 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z,
git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1039303 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1039303 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1039303 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 1039304 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@49262b2c{/solr,null,AVAILABLE}
[junit4] 2> 1039304 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6c4dc0b8{SSL,[ssl,
http/1.1]}{127.0.0.1:46314}
[junit4] 2> 1039304 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.Server Started @1041390ms
[junit4] 2> 1039304 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46314}
[junit4] 2> 1039305 ERROR
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1039305 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1039305 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1039305 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1039305 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-19T21:33:58.720Z
[junit4] 2> 1039311 INFO (zkConnectionManagerCallback-2179-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1039311 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1039346 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52569/solr
[junit4] 2> 1039348 INFO (zkConnectionManagerCallback-2183-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1039353 INFO
(zkConnectionManagerCallback-2185-thread-1-processing-n:127.0.0.1:46314_solr)
[n:127.0.0.1:46314_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1039359 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:46314_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1039360 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:46314_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1039362 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:46314_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46314_solr
[junit4] 2> 1039363 INFO (zkCallback-2166-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1039363 INFO
(zkCallback-2174-thread-1-processing-n:127.0.0.1:42049_solr)
[n:127.0.0.1:42049_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1039363 INFO
(zkCallback-2156-thread-1-processing-n:127.0.0.1:40459_solr)
[n:127.0.0.1:40459_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1039367 INFO
(zkCallback-2184-thread-1-processing-n:127.0.0.1:46314_solr)
[n:127.0.0.1:46314_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1039431 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:46314_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46314.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@368a18d3
[junit4] 2> 1039439 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:46314_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46314.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@368a18d3
[junit4] 2> 1039439 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:46314_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46314.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@368a18d3
[junit4] 2> 1039441 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:46314_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_F296178E4FBA8CC2-001/tempDir-001/node4/.
[junit4] 2> 1039473 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z,
git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1039474 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1039474 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1039474 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 1039474 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@21a8b0e5{/solr,null,AVAILABLE}
[junit4] 2> 1039475 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@438c2c57{SSL,[ssl,
http/1.1]}{127.0.0.1:42637}
[junit4] 2> 1039475 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.Server Started @1041560ms
[junit4] 2> 1039475 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42637}
[junit4] 2> 1039475 ERROR
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1039475 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1039475 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1039475 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1039475 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-19T21:33:58.890Z
[junit4] 2> 1039476 INFO (zkConnectionManagerCallback-2189-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1039477 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1039483 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52569/solr
[junit4] 2> 1039485 INFO (zkConnectionManagerCallback-2193-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1039493 INFO
(zkConnectionManagerCallback-2195-thread-1-processing-n:127.0.0.1:42637_solr)
[n:127.0.0.1:42637_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1039498 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:42637_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1039500 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:42637_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1039503 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:42637_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42637_solr
[junit4] 2> 1039504 INFO
(zkCallback-2174-thread-1-processing-n:127.0.0.1:42049_solr)
[n:127.0.0.1:42049_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1039504 INFO
(zkCallback-2184-thread-1-processing-n:127.0.0.1:46314_solr)
[n:127.0.0.1:46314_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1039504 INFO (zkCallback-2166-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1039507 INFO
(zkCallback-2156-thread-1-processing-n:127.0.0.1:40459_solr)
[n:127.0.0.1:40459_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1039509 INFO
(zkCallback-2194-thread-1-processing-n:127.0.0.1:42637_solr)
[n:127.0.0.1:42637_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1039552 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:42637_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42637.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@368a18d3
[junit4] 2> 1039560 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:42637_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42637.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@368a18d3
[junit4] 2> 1039560 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:42637_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42637.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@368a18d3
[junit4] 2> 1039561 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:42637_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_F296178E4FBA8CC2-001/tempDir-001/node5/.
[junit4] 2> 1039602 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z,
git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1039605 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1039605 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1039605 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 1039605 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@13a7aa6d{/solr,null,AVAILABLE}
[junit4] 2> 1039606 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@20a914cf{SSL,[ssl,
http/1.1]}{127.0.0.1:40683}
[junit4] 2> 1039606 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.e.j.s.Server Started @1041691ms
[junit4] 2> 1039606 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40683}
[junit4] 2> 1039606 ERROR
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1039606 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1039606 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1039606 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1039606 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-19T21:33:59.021Z
[junit4] 2> 1039608 INFO (zkConnectionManagerCallback-2199-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1039609 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1039615 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52569/solr
[junit4] 2> 1039617 INFO (zkConnectionManagerCallback-2203-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1039621 INFO
(zkConnectionManagerCallback-2205-thread-1-processing-n:127.0.0.1:40683_solr)
[n:127.0.0.1:40683_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1039627 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:40683_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 1039628 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:40683_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1039629 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:40683_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40683_solr
[junit4] 2> 1039630 INFO (zkCallback-2166-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1039631 INFO
(zkCallback-2194-thread-1-processing-n:127.0.0.1:42637_solr)
[n:127.0.0.1:42637_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 1039631 INFO
(zkCallback-2156-thread-1-processing-n:127.0.0.1:40459_solr)
[n:127.0.0.1:40459_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 1039631 INFO
(zkCallback-2174-thread-1-processing-n:127.0.0.1:42049_solr)
[n:127.0.0.1:42049_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 1039634 INFO
(zkCallback-2184-thread-1-processing-n:127.0.0.1:46314_solr)
[n:127.0.0.1:46314_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 1039636 INFO
(zkCallback-2204-thread-1-processing-n:127.0.0.1:40683_solr)
[n:127.0.0.1:40683_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 1039701 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:40683_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40683.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@368a18d3
[junit4] 2> 1039714 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:40683_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40683.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@368a18d3
[junit4] 2> 1039714 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:40683_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40683.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@368a18d3
[junit4] 2> 1039716 INFO
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F296178E4FBA8CC2])
[n:127.0.0.1:40683_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_F296178E4FBA8CC2-001/tempDir-001/node6/.
[junit4] 2> 1039797 INFO (qtp1853149998-12653) [n:127.0.0.1:40459_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1039802 INFO
(OverseerThreadFactory-3536-thread-1-processing-n:127.0.0.1:40459_solr)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 1039911 INFO
(OverseerStateUpdate-73324269992148998-127.0.0.1:40459_solr-n_0000000001)
[n:127.0.0.1:40459_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:42049/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1039916 INFO
(OverseerStateUpdate-73324269992148998-127.0.0.1:40459_solr-n_0000000001)
[n:127.0.0.1:40459_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:42637/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1040160 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1040160 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1040166 INFO (qtp1878906937-12774) [n:127.0.0.1:42637_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1040166 DEBUG (ScheduledTrigger-3534-thread-1)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 5
[junit4] 2> 1040166 INFO (qtp1878906937-12774) [n:127.0.0.1:42637_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1040269 INFO
(zkCallback-2174-thread-1-processing-n:127.0.0.1:42049_solr)
[n:127.0.0.1:42049_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1040269 INFO
(zkCallback-2194-thread-1-processing-n:127.0.0.1:42637_solr)
[n:127.0.0.1:42637_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1040270 INFO
(zkCallback-2174-thread-2-processing-n:127.0.0.1:42049_solr)
[n:127.0.0.1:42049_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1040270 INFO
(zkCallback-2194-thread-2-processing-n:127.0.0.1:42637_solr)
[n:127.0.0.1:42637_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1041167 DEBUG (ScheduledTrigger-3534-thread-1)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 5
[junit4] 2> 1041188 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1041191 INFO (qtp1878906937-12774) [n:127.0.0.1:42637_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1041195 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1041197 INFO (qtp1878906937-12774) [n:127.0.0.1:42637_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=minimal
[junit4] 2> 1041198 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1041198 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using
configuration from collection collection1, trusted=true
[junit4] 2> 1041198 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42049.solr.core.collection1.shard1.replica_n1' (registry
'solr.core.collection1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@368a18d3
[junit4] 2> 1041198 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1041198 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_F296178E4FBA8CC2-001/tempDir-001/node3/collection1_shard1_replica_n1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_F296178E4FBA8CC2-001/tempDir-001/node3/./collection1_shard1_replica_n1/data/]
[junit4] 2> 1041199 INFO (qtp1878906937-12774) [n:127.0.0.1:42637_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1041199 INFO (qtp1878906937-12774) [n:127.0.0.1:42637_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using
configuration from collection collection1, trusted=true
[junit4] 2> 1041199 INFO (qtp1878906937-12774) [n:127.0.0.1:42637_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42637.solr.core.collection1.shard1.replica_n2' (registry
'solr.core.collection1.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@368a18d3
[junit4] 2> 1041199 INFO (qtp1878906937-12774) [n:127.0.0.1:42637_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1041200 INFO (qtp1878906937-12774) [n:127.0.0.1:42637_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_F296178E4FBA8CC2-001/tempDir-001/node5/collection1_shard1_replica_n2],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_F296178E4FBA8CC2-001/tempDir-001/node5/./collection1_shard1_replica_n2/data/]
[junit4] 2> 1041238 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1041238 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1041238 INFO (qtp1878906937-12774) [n:127.0.0.1:42637_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1041238 INFO (qtp1878906937-12774) [n:127.0.0.1:42637_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1041239 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1041239 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1041240 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@e734e10[collection1_shard1_replica_n1] main]
[junit4] 2> 1041241 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1041241 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1041242 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1041242 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1592866678407954432
[junit4] 2> 1041244 INFO (qtp1878906937-12774) [n:127.0.0.1:42637_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1041244 INFO (qtp1878906937-12774) [n:127.0.0.1:42637_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1041245 INFO (qtp1878906937-12774) [n:127.0.0.1:42637_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@3078ecf6[collection1_shard1_replica_n2] main]
[junit4] 2> 1041246 INFO (qtp1878906937-12774) [n:127.0.0.1:42637_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1041247 INFO (qtp1878906937-12774) [n:127.0.0.1:42637_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1041247 INFO
(searcherExecutor-3561-thread-1-processing-n:127.0.0.1:42049_solr
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3)
[n:127.0.0.1:42049_solr c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@e734e10[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1041248 INFO (qtp1878906937-12774) [n:127.0.0.1:42637_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1041249 INFO
(searcherExecutor-3562-thread-1-processing-n:127.0.0.1:42637_solr
x:collection1_shard1_replica_n2 s:shard1 c:collection1 r:core_node4)
[n:127.0.0.1:42637_solr c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_n2] o.a.s.c.SolrCore
[collection1_shard1_replica_n2] Registered new searcher
Searcher@3078ecf6[collection1_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1041249 INFO (qtp1878906937-12774) [n:127.0.0.1:42637_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1592866678415294464
[junit4] 2> 1041253 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9999ms
[junit4] 2> 1041354 INFO
(zkCallback-2174-thread-2-processing-n:127.0.0.1:42049_solr)
[n:127.0.0.1:42049_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1041354 INFO
(zkCallback-2174-thread-1-processing-n:127.0.0.1:42049_solr)
[n:127.0.0.1:42049_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1041354 INFO
(zkCallback-2194-thread-2-processing-n:127.0.0.1:42637_solr)
[n:127.0.0.1:42637_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1041354 INFO
(zkCallback-2194-thread-1-processing-n:127.0.0.1:42637_solr)
[n:127.0.0.1:42637_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1041754 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1041754 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1041754 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:42049/solr/collection1_shard1_replica_n1/
[junit4] 2> 1041754 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1
url=https://127.0.0.1:42049/solr START
replicas=[https://127.0.0.1:42637/solr/collection1_shard1_replica_n2/]
nUpdates=100
[junit4] 2> 1041757 INFO (qtp1878906937-12777) [n:127.0.0.1:42637_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.c.S.Request [collection1_shard1_replica_n2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1042054 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1
url=https://127.0.0.1:42049/solr DONE. We have no versions. sync failed.
[junit4] 2> 1042055 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 1042055 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 1042055 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1042057 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:42049/solr/collection1_shard1_replica_n1/ shard1
[junit4] 2> 1042159 INFO
(zkCallback-2194-thread-1-processing-n:127.0.0.1:42637_solr)
[n:127.0.0.1:42637_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1042159 INFO
(zkCallback-2174-thread-2-processing-n:127.0.0.1:42049_solr)
[n:127.0.0.1:42049_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1042159 INFO
(zkCallback-2194-thread-2-processing-n:127.0.0.1:42637_solr)
[n:127.0.0.1:42637_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1042159 INFO
(zkCallback-2174-thread-1-processing-n:127.0.0.1:42049_solr)
[n:127.0.0.1:42049_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1042167 DEBUG (ScheduledTrigger-3534-thread-1)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 5
[junit4] 2> 1042208 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1042210 INFO (qtp472115909-12726) [n:127.0.0.1:42049_solr
c:collection1 s:shard1 r:core_node3 x:collection1_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=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2049
[junit4] 2> 1042258 INFO (qtp1878906937-12774) [n:127.0.0.1:42637_solr
c:collection1 s:shard1 r:core_node4 x:collection1_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=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2091
[junit4] 2> 1042260 INFO (qtp1853149998-12653) [n:127.0.0.1:40459_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> 1042359 INFO
(zkCallback-2194-thread-2-processing-n:127.0.0.1:42637_solr)
[n:127.0.0.1:42637_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1042359 INFO
(zkCallback-2174-thread-2-processing-n:127.0.0.1:42049_solr)
[n:127.0.0.1:42049_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1042359 INFO
(zkCallback-2194-thread-1-processing-n:127.0.0.1:42637_solr)
[n:127.0.0.1:42637_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1042359 INFO
(zkCallback-2174-thread-1-processing-n:127.0.0.1:42049_solr)
[n:127.0.0.1:42049_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [5])
[junit4] 2> 1043167 DEBUG (ScheduledTrigger-3534-thread-1)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 5
[junit4] 2> 1043261 INFO (qtp1853149998-12653) [n:127.0.0.1:40459_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=2&collection.configName=conf&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=3464
[junit4] 2> 1043269 INFO (qtp1853149998-12654) [n:127.0.0.1:40459_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> 1043299 INFO (qtp1507381206-12753) [n:127.0.0.1:46314_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> 1043324 INFO (qtp932000042-12799) [n:127.0.0.1:40683_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> 1043331 INFO (qtp1878906937-12776) [n:127.0.0.1:42637_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n2:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 1043332 INFO (qtp1878906937-12774) [n:127.0.0.1:42637_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> 1043335 INFO (qtp472115909-12729) [n:127.0.0.1:42049_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 1043335 INFO (qtp472115909-12726) [n:127.0.0.1:42049_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> 1043336 DEBUG (qtp1853149998-12658) [n:127.0.0.1:40459_solr
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 1043336 INFO (qtp1853149998-12658) [n:127.0.0.1:40459_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling
params={wt=javabin&version=2} status=0 QTime=73
[junit4] 2> 1043337 DEBUG
(zkCallback-2156-thread-1-processing-n:127.0.0.1:40459_solr)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 4
[junit4] 2> 1043342 DEBUG
(zkCallback-2156-thread-1-processing-n:127.0.0.1:40459_solr)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.NodeLostTrigger Initial livenodes:
[127.0.0.1:40459_solr, 127.0.0.1:46314_solr, 127.0.0.1:40683_solr,
127.0.0.1:42049_solr, 127.0.0.1:42637_solr]
[junit4] 2> 1043342 DEBUG
(OverseerAutoScalingTriggerThread-73324269992148998-127.0.0.1:40459_solr-n_0000000001)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 4
[junit4] 2> 1043342 INFO (qtp1853149998-12656) [n:127.0.0.1:40459_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> 1043343 INFO (qtp1507381206-12751) [n:127.0.0.1:46314_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> 1043344 INFO (qtp932000042-12798) [n:127.0.0.1:40683_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> 1043345 INFO (qtp1878906937-12776) [n:127.0.0.1:42637_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n2:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 1043346 INFO (qtp1878906937-12774) [n:127.0.0.1:42637_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> 1043347 INFO (qtp472115909-12729) [n:127.0.0.1:42049_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 1043347 INFO (qtp472115909-12726) [n:127.0.0.1:42049_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> 1043348 DEBUG (qtp1853149998-12653) [n:127.0.0.1:40459_solr
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 1043361 DEBUG
(zkCallback-2156-thread-1-processing-n:127.0.0.1:40459_solr)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 5
[junit4] 2> 1043362 INFO (qtp1853149998-12653) [n:127.0.0.1:40459_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling
params={wt=javabin&version=2} status=0 QTime=24
[junit4] 2> 1043362 DEBUG
(OverseerAutoScalingTriggerThread-73324269992148998-127.0.0.1:40459_solr-n_0000000001)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 1043364 DEBUG
(zkCallback-2156-thread-1-processing-n:127.0.0.1:40459_solr)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.NodeLostTrigger Initial livenodes:
[127.0.0.1:40459_solr, 127.0.0.1:46314_solr, 127.0.0.1:40683_solr,
127.0.0.1:42049_solr, 127.0.0.1:42637_solr]
[junit4] 2> 1043364 DEBUG
(OverseerAutoScalingTriggerThread-73324269992148998-127.0.0.1:40459_solr-n_0000000001)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 5, lastZnodeVersion 4
[junit4] 2> 1043364 DEBUG
(OverseerAutoScalingTriggerThread-73324269992148998-127.0.0.1:40459_solr-n_0000000001)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 5
[junit4] 2> 1043366 INFO (qtp1878906937-12778) [n:127.0.0.1:42637_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.c.S.Request [collection1_shard1_replica_n2] webapp=/solr path=/select
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0
QTime=2
[junit4] 2> 1043366 DEBUG
(OverseerAutoScalingTriggerThread-73324269992148998-127.0.0.1:40459_solr-n_0000000001)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 1043367 DEBUG
(OverseerAutoScalingTriggerThread-73324269992148998-127.0.0.1:40459_solr-n_0000000001)
[n:127.0.0.1:40459_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 5, lastZnodeVersion 5
[junit4] 2> 1043367 INFO (qtp1878906937-12774) [n:127.0.0.1:42637_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.c.S.Request [collection1_shard1_replica_n2] webapp=/solr path=/select
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0
QTime=0
[junit4] 2> 1043367 INFO (qtp1878906937-12776) [n:127.0.0.1:42637_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n2:QUER
[...truncated too long message...]
solr/collections/testSimple3/state.json
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2> 2
/solr/collections/testSimple1/leader_elect/shard1/election/73324378781122569-core_node5-n_0000000000
[junit4] 2> 2
/solr/overseer_elect/election/73324378781122569-127.0.0.1:44787_solr-n_0000000001
[junit4] 2> 2 /solr/autoscaling.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/live_nodes
[junit4] 2> 5 /solr/collections
[junit4] 2> 2 /solr/overseer/queue
[junit4] 2> 2 /solr/overseer/queue-work
[junit4] 2> 2 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> 2847536 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[F296178E4FBA8CC2]-worker) [
] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
[junit4] 2> 2847548 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[F296178E4FBA8CC2]-worker) [
] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
[junit4] 2> 2847649 WARN (DataNode:
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_F296178E4FBA8CC2-001/tempDir-002/hdfsBaseDir/data/data3/,
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_F296178E4FBA8CC2-001/tempDir-002/hdfsBaseDir/data/data4/]]
heartbeating to localhost/127.0.0.1:42608) [ ]
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager
interrupted
[junit4] 2> 2847650 WARN (DataNode:
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_F296178E4FBA8CC2-001/tempDir-002/hdfsBaseDir/data/data3/,
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_F296178E4FBA8CC2-001/tempDir-002/hdfsBaseDir/data/data4/]]
heartbeating to localhost/127.0.0.1:42608) [ ] o.a.h.h.s.d.DataNode Ending
block pool service for: Block pool BP-1863177235-10.41.0.5-1519077693471
(Datanode Uuid 142a8431-d641-4e66-8a7d-725c8a45d458) service to
localhost/127.0.0.1:42608
[junit4] 2> 2847653 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[F296178E4FBA8CC2]-worker) [
] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
[junit4] 2> 2847664 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[F296178E4FBA8CC2]-worker) [
] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
[junit4] 2> 2847766 WARN (DataNode:
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_F296178E4FBA8CC2-001/tempDir-002/hdfsBaseDir/data/data1/,
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_F296178E4FBA8CC2-001/tempDir-002/hdfsBaseDir/data/data2/]]
heartbeating to localhost/127.0.0.1:42608) [ ]
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager
interrupted
[junit4] 2> 2847766 WARN (DataNode:
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_F296178E4FBA8CC2-001/tempDir-002/hdfsBaseDir/data/data1/,
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_F296178E4FBA8CC2-001/tempDir-002/hdfsBaseDir/data/data2/]]
heartbeating to localhost/127.0.0.1:42608) [ ] o.a.h.h.s.d.DataNode Ending
block pool service for: Block pool BP-1863177235-10.41.0.5-1519077693471
(Datanode Uuid 298d1bfc-6fbf-408d-9854-282cb39f4663) service to
localhost/127.0.0.1:42608
[junit4] 2> 2847773 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[F296178E4FBA8CC2]-worker) [
] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
[junit4] 2> 2847888 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[F296178E4FBA8CC2]-worker) [
] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41845 41845
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_F296178E4FBA8CC2-001
[junit4] 2> Feb 19, 2018 10:04:07 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 34 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=919, maxMBSortInHeap=6.15551697233597,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2e9df4d0),
locale=sr, timezone=Australia/Canberra
[junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=4,threads=1,free=140928616,total=520617984
[junit4] 2> NOTE: All tests run in this JVM: [TestHashQParserPlugin,
TestManagedSchemaAPI, TestRangeQuery, RecoveryZkTest, HdfsDirectoryFactoryTest,
TestLegacyTerms, TestCollectionAPI, SolrIndexMetricsTest,
TestReloadAndDeleteDocs, TestCloudSearcherWarming,
TestRuleBasedAuthorizationPlugin, TestPolicyCloud, LeaderElectionTest,
SaslZkACLProviderTest, HdfsChaosMonkeySafeLeaderTest, TestSSLRandomization,
TestSmileRequest, TestFieldCacheSortRandom, NotRequiredUniqueKeyTest,
UpdateLogTest, TestCoreContainer, BlockJoinFacetSimpleTest,
MoveReplicaHDFSFailoverTest, TestDirectoryFactory, TestMacroExpander,
EnumFieldTest, CollectionsAPISolrJTest, TestLegacyFieldCache,
CollectionsAPIDistributedZkTest, TestUseDocValuesAsStored,
TestManagedStopFilterFactory, TestTolerantUpdateProcessorCloud,
PKIAuthenticationIntegrationTest, TestBadConfig, SpellCheckComponentTest,
LukeRequestHandlerTest, TestUninvertingReader, CoreAdminHandlerTest,
CdcrRequestHandlerTest, ConvertedLegacyTest, TestMaxScoreQueryParser,
CircularListTest, OverriddenZkACLAndCredentialsProvidersTest,
TestJmxIntegration, TestFastWriter, DistributedFacetPivotSmallTest,
TestNodeLostTrigger, DocExpirationUpdateProcessorFactoryTest,
TestSizeLimitedDistributedMap, AutoscalingHistoryHandlerTest,
SolrCloudExampleTest, CurrencyFieldTypeTest, SolrMetricManagerTest,
TestChildDocTransformer, SmileWriterTest, LegacyCloudClusterPropTest,
LargeFieldTest, BitVectorTest, DistributedFacetSimpleRefinementLongTailTest,
PreAnalyzedUpdateProcessorTest, StatsReloadRaceTest, TestUtils,
TestDownShardTolerantSearch, RegexBoostProcessorTest,
TestRandomRequestDistribution, BlockCacheTest, TestLRUStatsCache,
TestDistributedStatsComponentCardinality, TermVectorComponentTest,
AtomicUpdateProcessorFactoryTest, ZkStateReaderTest,
StatelessScriptUpdateProcessorFactoryTest, TestRandomDVFaceting,
SuggesterTSTTest, TestHdfsUpdateLog, TestCodecSupport, CacheHeaderTest,
IndexSchemaRuntimeFieldTest, OverseerRolesTest,
ClassificationUpdateProcessorIntegrationTest, CdcrBootstrapTest,
FileBasedSpellCheckerTest, TestConfigSets, TestFieldSortValues,
DocValuesMultiTest, TestNumericRangeQuery64, TestValueSourceCache,
TestComplexPhraseLeadingWildcard, TestBulkSchemaConcurrent,
SpellPossibilityIteratorTest, HttpPartitionTest, UnloadDistributedZkTest,
TestSchemaManager, TestUpdate, TestLFUCache, TestTrieFacet,
HighlighterMaxOffsetTest, TestAnalyzedSuggestions,
TestSuggestSpellingConverter, TestDynamicFieldCollectionResource,
DistributedSpellCheckComponentTest, SolrGangliaReporterTest, TestFieldResource,
SpellCheckCollatorWithCollapseTest, TestDistributedMissingSort, TestCoreBackup,
MoreLikeThisHandlerTest, DistributedQueueTest, TestCollationFieldDocValues,
TestLocalFSCloudBackupRestore, TestReloadDeadlock, ResponseLogComponentTest,
TestQueryTypes, TestSolrConfigHandler, UniqFieldsUpdateProcessorFactoryTest,
JvmMetricsTest, MetricUtilsTest, ComputePlanActionTest,
TestFileDictionaryLookup, TestSolrDeletionPolicy2, TestSystemCollAutoCreate,
HdfsRecoveryZkTest, TestClassicSimilarityFactory, ChaosMonkeySafeLeaderTest,
BasicDistributedZk2Test, LeaderElectionIntegrationTest, BasicZkTest,
ClusterStateUpdateTest, TestRandomFaceting, TestZkChroot,
TestDistributedSearch, TestFaceting, TestHashPartitioner,
TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet,
TestStressReorder, TestJoin, TestStressVersions, SolrCmdDistributorTest,
PeerSyncTest, SoftAutoCommitTest, TestTolerantSearch,
TestLuceneIndexBackCompat, ActionThrottleTest, AliasIntegrationTest,
ChaosMonkeySafeLeaderWithPullReplicasTest, CleanupOldIndexTest,
ConcurrentCreateRoutedAliasTest, ConnectionManagerTest,
DeleteInactiveReplicaTest, DeleteShardTest, DistribCursorPagingTest,
ForceLeaderTest, OverseerModifyCollectionTest, RecoveryAfterSoftCommitTest,
ReplaceNodeTest, TestCloudDeleteByQuery, TestCloudPivotFacet,
TestConfigSetsAPIExclusivity, TestDeleteCollectionOnDownNodes,
TestDistribDocBasedVersion, TestDistributedMap,
TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica,
TestMiniSolrCloudClusterSSL, TestPullReplica, TestSolrCloudWithKerberosAlt,
TestSolrCloudWithSecureImpersonation, TestTlogReplica,
TestTolerantUpdateProcessorRandomCloud, TestUtilizeNode,
TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest,
ZkFailoverTest, TestCollectionsAPIViaSolrCloudCluster,
TestRequestStatusCollectionAPI, AutoAddReplicasIntegrationTest,
AutoAddReplicasPlanActionTest, ExecutePlanActionTest,
HdfsAutoAddReplicasIntegrationTest]
[junit4] Completed [593/778 (2!)] on J2 in 164.02s, 1 test, 1 failure <<<
FAILURES!
[...truncated 49063 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]