Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21520/
Java: 32bit/jdk1.8.0_162 -server -XX:+UseParallelGC
1 tests failed.
FAILED:
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple
Error Message:
Waiting for collection testSimple2 null Live Nodes: [127.0.0.1:40169_solr,
127.0.0.1:46001_solr] Last available state:
DocCollection(testSimple2//collections/testSimple2/state.json/19)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{ "shard1":{
"range":"80000000-ffffffff", "state":"active", "replicas":{
"core_node3":{
"dataDir":"hdfs://localhost.localdomain:40665/data/testSimple2/core_node3/data/",
"base_url":"http://127.0.0.1:40169/solr",
"node_name":"127.0.0.1:40169_solr", "type":"NRT",
"ulogDir":"hdfs://localhost.localdomain:40665/data/testSimple2/core_node3/data/tlog",
"core":"testSimple2_shard1_replica_n1",
"shared_storage":"true", "state":"active",
"leader":"true"}, "core_node5":{
"dataDir":"hdfs://localhost.localdomain:40665/data/testSimple2/core_node5/data/",
"base_url":"http://127.0.0.1:34883/solr",
"node_name":"127.0.0.1:34883_solr", "type":"NRT",
"ulogDir":"hdfs://localhost.localdomain:40665/data/testSimple2/core_node5/data/tlog",
"core":"testSimple2_shard1_replica_n2",
"shared_storage":"true", "state":"down"}}}, "shard2":{
"range":"0-7fffffff", "state":"active", "replicas":{
"core_node7":{
"dataDir":"hdfs://localhost.localdomain:40665/data/testSimple2/core_node7/data/",
"base_url":"http://127.0.0.1:40169/solr",
"node_name":"127.0.0.1:40169_solr", "type":"NRT",
"ulogDir":"hdfs://localhost.localdomain:40665/data/testSimple2/core_node7/data/tlog",
"core":"testSimple2_shard2_replica_n4",
"shared_storage":"true", "state":"active",
"leader":"true"}, "core_node8":{
"dataDir":"hdfs://localhost.localdomain:40665/data/testSimple2/core_node8/data/",
"base_url":"http://127.0.0.1:34883/solr",
"node_name":"127.0.0.1:34883_solr", "type":"NRT",
"ulogDir":"hdfs://localhost.localdomain:40665/data/testSimple2/core_node8/data/tlog",
"core":"testSimple2_shard2_replica_n6",
"shared_storage":"true", "state":"down"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"2",
"autoAddReplicas":"true", "nrtReplicas":"2", "tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple2
null
Live Nodes: [127.0.0.1:40169_solr, 127.0.0.1:46001_solr]
Last available state:
DocCollection(testSimple2//collections/testSimple2/state.json/19)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{
"shard1":{
"range":"80000000-ffffffff",
"state":"active",
"replicas":{
"core_node3":{
"dataDir":"hdfs://localhost.localdomain:40665/data/testSimple2/core_node3/data/",
"base_url":"http://127.0.0.1:40169/solr",
"node_name":"127.0.0.1:40169_solr",
"type":"NRT",
"ulogDir":"hdfs://localhost.localdomain:40665/data/testSimple2/core_node3/data/tlog",
"core":"testSimple2_shard1_replica_n1",
"shared_storage":"true",
"state":"active",
"leader":"true"},
"core_node5":{
"dataDir":"hdfs://localhost.localdomain:40665/data/testSimple2/core_node5/data/",
"base_url":"http://127.0.0.1:34883/solr",
"node_name":"127.0.0.1:34883_solr",
"type":"NRT",
"ulogDir":"hdfs://localhost.localdomain:40665/data/testSimple2/core_node5/data/tlog",
"core":"testSimple2_shard1_replica_n2",
"shared_storage":"true",
"state":"down"}}},
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{
"core_node7":{
"dataDir":"hdfs://localhost.localdomain:40665/data/testSimple2/core_node7/data/",
"base_url":"http://127.0.0.1:40169/solr",
"node_name":"127.0.0.1:40169_solr",
"type":"NRT",
"ulogDir":"hdfs://localhost.localdomain:40665/data/testSimple2/core_node7/data/tlog",
"core":"testSimple2_shard2_replica_n4",
"shared_storage":"true",
"state":"active",
"leader":"true"},
"core_node8":{
"dataDir":"hdfs://localhost.localdomain:40665/data/testSimple2/core_node8/data/",
"base_url":"http://127.0.0.1:34883/solr",
"node_name":"127.0.0.1:34883_solr",
"type":"NRT",
"ulogDir":"hdfs://localhost.localdomain:40665/data/testSimple2/core_node8/data/tlog",
"core":"testSimple2_shard2_replica_n6",
"shared_storage":"true",
"state":"down"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"2",
"autoAddReplicas":"true",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([419799FCA78DAF65:7924BD02807E7BB4]: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:126)
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 12681 lines...]
[junit4] Suite:
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest
[junit4] 2> 662674 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_419799FCA78DAF65-001/init-core-data-001
[junit4] 2> 662674 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=15 numCloses=15
[junit4] 2> 662674 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 662675 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 662676 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_419799FCA78DAF65-001/tempDir-001
[junit4] 2> 662676 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 662676 INFO (Thread-1395) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 662676 INFO (Thread-1395) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 662677 ERROR (Thread-1395) [ ] 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> 662776 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.a.s.c.ZkTestServer start zk server on port:34159
[junit4] 2> 662778 INFO (zkConnectionManagerCallback-1783-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 662780 INFO (jetty-launcher-1780-thread-3) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 662780 INFO (jetty-launcher-1780-thread-1) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 662780 INFO (jetty-launcher-1780-thread-2) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 662781 INFO (jetty-launcher-1780-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 662781 INFO (jetty-launcher-1780-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 662781 INFO (jetty-launcher-1780-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 662781 INFO (jetty-launcher-1780-thread-1) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 662781 INFO (jetty-launcher-1780-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 662781 INFO (jetty-launcher-1780-thread-2) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 662781 INFO (jetty-launcher-1780-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 662781 INFO (jetty-launcher-1780-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 662781 INFO (jetty-launcher-1780-thread-3) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 662781 INFO (jetty-launcher-1780-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@185be13{/solr,null,AVAILABLE}
[junit4] 2> 662782 INFO (jetty-launcher-1780-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@16c74d4{/solr,null,AVAILABLE}
[junit4] 2> 662782 INFO (jetty-launcher-1780-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1440858{/solr,null,AVAILABLE}
[junit4] 2> 662782 INFO (jetty-launcher-1780-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1f15f91{HTTP/1.1,[http/1.1]}{127.0.0.1:34883}
[junit4] 2> 662782 INFO (jetty-launcher-1780-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1cf64e1{HTTP/1.1,[http/1.1]}{127.0.0.1:40169}
[junit4] 2> 662782 INFO (jetty-launcher-1780-thread-1) [ ]
o.e.j.s.Server Started @664749ms
[junit4] 2> 662782 INFO (jetty-launcher-1780-thread-2) [ ]
o.e.j.s.Server Started @664749ms
[junit4] 2> 662782 INFO (jetty-launcher-1780-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=34883}
[junit4] 2> 662782 INFO (jetty-launcher-1780-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40169}
[junit4] 2> 662782 INFO (jetty-launcher-1780-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1f4bbc2{HTTP/1.1,[http/1.1]}{127.0.0.1:46001}
[junit4] 2> 662783 INFO (jetty-launcher-1780-thread-3) [ ]
o.e.j.s.Server Started @664749ms
[junit4] 2> 662783 INFO (jetty-launcher-1780-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46001}
[junit4] 2> 662783 ERROR (jetty-launcher-1780-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 662783 ERROR (jetty-launcher-1780-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 662783 INFO (jetty-launcher-1780-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 662783 INFO (jetty-launcher-1780-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 662783 INFO (jetty-launcher-1780-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 662783 INFO (jetty-launcher-1780-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 662783 INFO (jetty-launcher-1780-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 662783 INFO (jetty-launcher-1780-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 662783 INFO (jetty-launcher-1780-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-23T20:07:16.636Z
[junit4] 2> 662783 INFO (jetty-launcher-1780-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-23T20:07:16.636Z
[junit4] 2> 662783 ERROR (jetty-launcher-1780-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 662783 INFO (jetty-launcher-1780-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 662783 INFO (jetty-launcher-1780-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 662783 INFO (jetty-launcher-1780-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 662783 INFO (jetty-launcher-1780-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-23T20:07:16.636Z
[junit4] 2> 662785 INFO (zkConnectionManagerCallback-1789-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 662786 INFO (jetty-launcher-1780-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 662789 INFO (zkConnectionManagerCallback-1786-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 662789 INFO (zkConnectionManagerCallback-1787-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 662789 INFO (jetty-launcher-1780-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 662789 INFO (jetty-launcher-1780-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 662792 INFO (jetty-launcher-1780-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34159/solr
[junit4] 2> 662793 INFO (zkConnectionManagerCallback-1793-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 662793 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x10081ea02a70002, likely client has closed socket
[junit4] 2> 662796 INFO (jetty-launcher-1780-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34159/solr
[junit4] 2> 662796 INFO (jetty-launcher-1780-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34159/solr
[junit4] 2> 662797 INFO (zkConnectionManagerCallback-1799-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 662797 INFO (zkConnectionManagerCallback-1801-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 662799 INFO
(zkConnectionManagerCallback-1803-thread-1-processing-n:127.0.0.1:40169_solr)
[n:127.0.0.1:40169_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 662800 INFO
(zkConnectionManagerCallback-1805-thread-1-processing-n:127.0.0.1:34883_solr)
[n:127.0.0.1:34883_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 662800 INFO
(zkConnectionManagerCallback-1807-thread-1-processing-n:127.0.0.1:46001_solr)
[n:127.0.0.1:46001_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 662828 INFO (jetty-launcher-1780-thread-3)
[n:127.0.0.1:46001_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 662828 INFO (jetty-launcher-1780-thread-1)
[n:127.0.0.1:34883_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 662828 INFO (jetty-launcher-1780-thread-2)
[n:127.0.0.1:40169_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 662828 INFO (jetty-launcher-1780-thread-3)
[n:127.0.0.1:46001_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:46001_solr
[junit4] 2> 662828 INFO (jetty-launcher-1780-thread-1)
[n:127.0.0.1:34883_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34883_solr
[junit4] 2> 662828 INFO (jetty-launcher-1780-thread-2)
[n:127.0.0.1:40169_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40169_solr
[junit4] 2> 662829 INFO (jetty-launcher-1780-thread-3)
[n:127.0.0.1:46001_solr ] o.a.s.c.Overseer Overseer
(id=72200436104757257-127.0.0.1:46001_solr-n_0000000000) starting
[junit4] 2> 662829 INFO
(zkCallback-1802-thread-1-processing-n:127.0.0.1:40169_solr)
[n:127.0.0.1:40169_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 662829 INFO
(zkCallback-1804-thread-1-processing-n:127.0.0.1:34883_solr)
[n:127.0.0.1:34883_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 662829 INFO
(zkCallback-1806-thread-1-processing-n:127.0.0.1:46001_solr)
[n:127.0.0.1:46001_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 662831 DEBUG
(OverseerAutoScalingTriggerThread-72200436104757257-127.0.0.1:46001_solr-n_0000000000)
[n:127.0.0.1:46001_solr ] o.a.s.c.a.OverseerTriggerThread Adding
.autoAddReplicas trigger
[junit4] 2> 662831 DEBUG
(OverseerAutoScalingTriggerThread-72200436104757257-127.0.0.1:46001_solr-n_0000000000)
[n:127.0.0.1:46001_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 1
[junit4] 2> 662832 INFO (jetty-launcher-1780-thread-3)
[n:127.0.0.1:46001_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46001_solr
[junit4] 2> 662832 DEBUG
(OverseerAutoScalingTriggerThread-72200436104757257-127.0.0.1:46001_solr-n_0000000000)
[n:127.0.0.1:46001_solr ] o.a.s.c.a.NodeLostTrigger Initial livenodes:
[127.0.0.1:40169_solr, 127.0.0.1:34883_solr]
[junit4] 2> 662832 DEBUG
(OverseerAutoScalingTriggerThread-72200436104757257-127.0.0.1:46001_solr-n_0000000000)
[n:127.0.0.1:46001_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion -1
[junit4] 2> 662832 DEBUG
(OverseerAutoScalingTriggerThread-72200436104757257-127.0.0.1:46001_solr-n_0000000000)
[n:127.0.0.1:46001_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 1
[junit4] 2> 662832 INFO
(zkCallback-1804-thread-1-processing-n:127.0.0.1:34883_solr)
[n:127.0.0.1:34883_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 662832 INFO
(zkCallback-1802-thread-1-processing-n:127.0.0.1:40169_solr)
[n:127.0.0.1:40169_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 662833 INFO
(zkCallback-1806-thread-1-processing-n:127.0.0.1:46001_solr)
[n:127.0.0.1:46001_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 662834 DEBUG
(OverseerAutoScalingTriggerThread-72200436104757257-127.0.0.1:46001_solr-n_0000000000)
[n:127.0.0.1:46001_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 662834 DEBUG
(OverseerAutoScalingTriggerThread-72200436104757257-127.0.0.1:46001_solr-n_0000000000)
[n:127.0.0.1:46001_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion 1
[junit4] 2> 662834 DEBUG (ScheduledTrigger-3356-thread-1)
[n:127.0.0.1:46001_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 662902 INFO (jetty-launcher-1780-thread-1)
[n:127.0.0.1:34883_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34883.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1623e37
[junit4] 2> 662903 INFO (jetty-launcher-1780-thread-3)
[n:127.0.0.1:46001_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46001.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1623e37
[junit4] 2> 662913 INFO (jetty-launcher-1780-thread-1)
[n:127.0.0.1:34883_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34883.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1623e37
[junit4] 2> 662913 INFO (jetty-launcher-1780-thread-1)
[n:127.0.0.1:34883_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34883.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1623e37
[junit4] 2> 662914 INFO (jetty-launcher-1780-thread-1)
[n:127.0.0.1:34883_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_419799FCA78DAF65-001/tempDir-001/node1/.
[junit4] 2> 662918 INFO (jetty-launcher-1780-thread-3)
[n:127.0.0.1:46001_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46001.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1623e37
[junit4] 2> 662918 INFO (jetty-launcher-1780-thread-3)
[n:127.0.0.1:46001_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46001.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1623e37
[junit4] 2> 662919 INFO (jetty-launcher-1780-thread-3)
[n:127.0.0.1:46001_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_419799FCA78DAF65-001/tempDir-001/node3/.
[junit4] 2> 663113 INFO (jetty-launcher-1780-thread-2)
[n:127.0.0.1:40169_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40169.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1623e37
[junit4] 2> 663118 INFO (jetty-launcher-1780-thread-2)
[n:127.0.0.1:40169_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40169.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1623e37
[junit4] 2> 663118 INFO (jetty-launcher-1780-thread-2)
[n:127.0.0.1:40169_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40169.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1623e37
[junit4] 2> 663119 INFO (jetty-launcher-1780-thread-2)
[n:127.0.0.1:40169_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_419799FCA78DAF65-001/tempDir-001/node2/.
[junit4] 2> 663140 INFO (zkConnectionManagerCallback-1815-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 663142 INFO (zkConnectionManagerCallback-1819-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 663143 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 663143 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34159/solr ready
[junit4] 2> 663524 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your
platform... using builtin-java classes where applicable
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 663834 DEBUG (ScheduledTrigger-3356-thread-1)
[n:127.0.0.1:46001_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 664067 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 664190 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via
org.mortbay.log.Slf4jLog
[junit4] 2> 664211 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 664469 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 664516 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.m.log Extract
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
to ./temp/Jetty_localhost_localdomain_37423_hdfs____.719pqt/webapp
[junit4] 2> 664835 DEBUG (ScheduledTrigger-3356-thread-2)
[n:127.0.0.1:46001_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 665257 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:37423
[junit4] 2> 665835 DEBUG (ScheduledTrigger-3356-thread-1)
[n:127.0.0.1:46001_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 665971 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 665975 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 665996 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.m.log Extract
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_37035_datanode____odeget/webapp
[junit4] 2> 666468 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:37035
[junit4] 2> 666704 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 666705 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 666719 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.m.log Extract
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_37123_datanode____.3nsd6z/webapp
[junit4] 2> 666835 DEBUG (ScheduledTrigger-3356-thread-1)
[n:127.0.0.1:46001_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 667222 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:37123
[junit4] 2> 667350 ERROR (DataNode:
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_419799FCA78DAF65-001/tempDir-002/hdfsBaseDir/data/data1/,
[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_419799FCA78DAF65-001/tempDir-002/hdfsBaseDir/data/data2/]]
heartbeating to localhost.localdomain/127.0.0.1:40665) [ ]
o.a.h.h.s.d.DirectoryScanner
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1
ms/sec. Assuming default value of 1000
[junit4] 2> 667417 ERROR (DataNode:
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_419799FCA78DAF65-001/tempDir-002/hdfsBaseDir/data/data3/,
[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_419799FCA78DAF65-001/tempDir-002/hdfsBaseDir/data/data4/]]
heartbeating to localhost.localdomain/127.0.0.1:40665) [ ]
o.a.h.h.s.d.DirectoryScanner
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1
ms/sec. Assuming default value of 1000
[junit4] 2> 667468 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x7be5613d851c2: from storage
DS-061934f9-c9e8-4400-8c30-054a3ea0e3c1 node
DatanodeRegistration(127.0.0.1:46673,
datanodeUuid=294c70ac-6f5f-4afe-b29e-7f17407a023f, infoPort=33575,
infoSecurePort=0, ipcPort=43835,
storageInfo=lv=-56;cid=testClusterID;nsid=1849964617;c=0), blocks: 0,
hasStaleStorage: true, processing time: 2 msecs
[junit4] 2> 667468 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x7be5613d851f5: from storage
DS-ab4ffbd5-4eb8-4c71-9303-856aca9432f3 node
DatanodeRegistration(127.0.0.1:37609,
datanodeUuid=7f89facb-e23e-4eda-ac88-36b5e7ed4a38, infoPort=46595,
infoSecurePort=0, ipcPort=32927,
storageInfo=lv=-56;cid=testClusterID;nsid=1849964617;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 667468 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x7be5613d851c2: from storage
DS-194d63ef-19f8-41e9-b05c-98618d36bf3c node
DatanodeRegistration(127.0.0.1:46673,
datanodeUuid=294c70ac-6f5f-4afe-b29e-7f17407a023f, infoPort=33575,
infoSecurePort=0, ipcPort=43835,
storageInfo=lv=-56;cid=testClusterID;nsid=1849964617;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 667468 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x7be5613d851f5: from storage
DS-ec702c3e-d41a-4e1d-b8cc-343ad765cf99 node
DatanodeRegistration(127.0.0.1:37609,
datanodeUuid=7f89facb-e23e-4eda-ac88-36b5e7ed4a38, infoPort=46595,
infoSecurePort=0, ipcPort=32927,
storageInfo=lv=-56;cid=testClusterID;nsid=1849964617;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 667835 DEBUG (ScheduledTrigger-3356-thread-1)
[n:127.0.0.1:46001_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 667871 INFO
(TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[419799FCA78DAF65]) [
] o.a.s.SolrTestCaseJ4 ###Starting testSimple
[junit4] 2> 667872 INFO (qtp26598701-6967) [n:127.0.0.1:40169_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:46001_solr,127.0.0.1:34883_solr&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 667874 INFO
(OverseerThreadFactory-3358-thread-1-processing-n:127.0.0.1:46001_solr)
[n:127.0.0.1:46001_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
testSimple1
[junit4] 2> 667979 INFO
(OverseerStateUpdate-72200436104757257-127.0.0.1:46001_solr-n_0000000000)
[n:127.0.0.1:46001_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testSimple1_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:34883/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 667980 INFO
(OverseerStateUpdate-72200436104757257-127.0.0.1:46001_solr-n_0000000000)
[n:127.0.0.1:46001_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testSimple1_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:46001/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 667980 INFO
(OverseerStateUpdate-72200436104757257-127.0.0.1:46001_solr-n_0000000000)
[n:127.0.0.1:46001_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testSimple1_shard2_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:34883/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 667981 INFO
(OverseerStateUpdate-72200436104757257-127.0.0.1:46001_solr-n_0000000000)
[n:127.0.0.1:46001_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testSimple1_shard2_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:46001/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 668183 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 668184 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 668184 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 668184 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 668184 INFO (qtp9704732-6965) [n:127.0.0.1:46001_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 668184 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 668290 INFO
(zkCallback-1804-thread-1-processing-n:127.0.0.1:34883_solr)
[n:127.0.0.1:34883_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 668290 INFO
(zkCallback-1806-thread-1-processing-n:127.0.0.1:46001_solr)
[n:127.0.0.1:46001_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 668290 INFO
(zkCallback-1804-thread-2-processing-n:127.0.0.1:34883_solr)
[n:127.0.0.1:34883_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 668290 INFO
(zkCallback-1806-thread-2-processing-n:127.0.0.1:46001_solr)
[n:127.0.0.1:46001_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 668290 INFO
(zkCallback-1804-thread-3-processing-n:127.0.0.1:34883_solr)
[n:127.0.0.1:34883_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 668836 DEBUG (ScheduledTrigger-3356-thread-1)
[n:127.0.0.1:46001_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 669194 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 669194 INFO (qtp9704732-6965) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 669202 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 669205 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 669209 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
[junit4] 2> 669209 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
[junit4] 2> 669209 INFO (qtp9704732-6965) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
[junit4] 2> 669211 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 669211 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 669211 INFO (qtp9704732-6965) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 669211 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 669211 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 669211 INFO (qtp9704732-6965) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 669212 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34883.solr.core.testSimple1.shard1.replica_n1' (registry
'solr.core.testSimple1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1623e37
[junit4] 2> 669212 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46001.solr.core.testSimple1.shard1.replica_n2' (registry
'solr.core.testSimple1.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1623e37
[junit4] 2> 669212 INFO (qtp9704732-6965) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46001.solr.core.testSimple1.shard2.replica_n6' (registry
'solr.core.testSimple1.shard2.replica_n6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1623e37
[junit4] 2> 669212 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
[junit4] 2> 669214 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 669214 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 669215 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34883.solr.core.testSimple1.shard2.replica_n4' (registry
'solr.core.testSimple1.shard2.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1623e37
[junit4] 2> 669227 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost.localdomain:40665/data
[junit4] 2> 669227 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost.localdomain:40665/data
[junit4] 2> 669227 INFO (qtp9704732-6965) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost.localdomain:40665/data
[junit4] 2> 669228 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 669228 INFO (qtp9704732-6965) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 669228 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 669228 INFO (qtp9704732-6965) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 669227 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost.localdomain:40665/data
[junit4] 2> 669229 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 669229 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 669229 INFO (qtp9704732-6965) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_419799FCA78DAF65-001/tempDir-001/node3/testSimple1_shard2_replica_n6],
dataDir=[hdfs://localhost.localdomain:40665/data/testSimple1/core_node8/data/]
[junit4] 2> 669229 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_419799FCA78DAF65-001/tempDir-001/node1/testSimple1_shard2_replica_n4],
dataDir=[hdfs://localhost.localdomain:40665/data/testSimple1/core_node7/data/]
[junit4] 2> 669228 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 669229 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 669229 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_419799FCA78DAF65-001/tempDir-001/node3/testSimple1_shard1_replica_n2],
dataDir=[hdfs://localhost.localdomain:40665/data/testSimple1/core_node5/data/]
[junit4] 2> 669229 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_419799FCA78DAF65-001/tempDir-001/node1/testSimple1_shard1_replica_n1],
dataDir=[hdfs://localhost.localdomain:40665/data/testSimple1/core_node3/data/]
[junit4] 2> 669232 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:40665/data/testSimple1/core_node7/data/snapshot_metadata
[junit4] 2> 669232 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:40665/data/testSimple1/core_node3/data/snapshot_metadata
[junit4] 2> 669232 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:40665/data/testSimple1/core_node5/data/snapshot_metadata
[junit4] 2> 669232 INFO (qtp9704732-6965) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:40665/data/testSimple1/core_node8/data/snapshot_metadata
[junit4] 2> 669293 INFO (qtp9704732-6965) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:40665/data/testSimple1/core_node8/data
[junit4] 2> 669293 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:40665/data/testSimple1/core_node3/data
[junit4] 2> 669293 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:40665/data/testSimple1/core_node7/data
[junit4] 2> 669293 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:40665/data/testSimple1/core_node5/data
[junit4] 2> 669331 INFO (qtp9704732-6965) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:40665/data/testSimple1/core_node8/data/index
[junit4] 2> 669331 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:40665/data/testSimple1/core_node5/data/index
[junit4] 2> 669336 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:40665/data/testSimple1/core_node3/data/index
[junit4] 2> 669348 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:40665/data/testSimple1/core_node7/data/index
[junit4] 2> 669579 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:37609 is added to
blk_1073741828_1004{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-ab4ffbd5-4eb8-4c71-9303-856aca9432f3:NORMAL:127.0.0.1:37609|RBW],
ReplicaUC[[DISK]DS-061934f9-c9e8-4400-8c30-054a3ea0e3c1:NORMAL:127.0.0.1:46673|RBW]]}
size 69
[junit4] 2> 669579 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:46673 is added to
blk_1073741828_1004 size 69
[junit4] 2> 669579 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:37609 is added to
blk_1073741827_1003{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-ab4ffbd5-4eb8-4c71-9303-856aca9432f3:NORMAL:127.0.0.1:37609|RBW],
ReplicaUC[[DISK]DS-061934f9-c9e8-4400-8c30-054a3ea0e3c1:NORMAL:127.0.0.1:46673|RBW]]}
size 69
[junit4] 2> 669580 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:37609 is added to
blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-ec702c3e-d41a-4e1d-b8cc-343ad765cf99:NORMAL:127.0.0.1:37609|RBW],
ReplicaUC[[DISK]DS-061934f9-c9e8-4400-8c30-054a3ea0e3c1:NORMAL:127.0.0.1:46673|RBW]]}
size 69
[junit4] 2> 669580 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:37609 is added to
blk_1073741826_1002{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-194d63ef-19f8-41e9-b05c-98618d36bf3c:NORMAL:127.0.0.1:46673|RBW],
ReplicaUC[[DISK]DS-ec702c3e-d41a-4e1d-b8cc-343ad765cf99:NORMAL:127.0.0.1:37609|RBW]]}
size 69
[junit4] 2> 669580 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:46673 is added to
blk_1073741825_1001 size 69
[junit4] 2> 669580 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:46673 is added to
blk_1073741827_1003 size 69
[junit4] 2> 669580 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:46673 is added to
blk_1073741826_1002 size 69
[junit4] 2> 669836 DEBUG (ScheduledTrigger-3356-thread-1)
[n:127.0.0.1:46001_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 670037 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 670037 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 670037 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 670037 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 670037 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 670037 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 670037 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 670038 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 670038 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 670037 INFO (qtp9704732-6965) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 670038 INFO (qtp9704732-6965) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 670038 INFO (qtp9704732-6965) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 670048 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 670048 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 670048 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 670048 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 670048 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 670048 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 670053 INFO (qtp9704732-6965) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 670054 INFO (qtp9704732-6965) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 670118 INFO (qtp9704732-6965) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@45550a[testSimple1_shard2_replica_n6] main]
[junit4] 2> 670118 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@259388[testSimple1_shard1_replica_n2] main]
[junit4] 2> 670118 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7d60c5[testSimple1_shard2_replica_n4] main]
[junit4] 2> 670119 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 670120 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@3571d3[testSimple1_shard1_replica_n1] main]
[junit4] 2> 670120 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 670120 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 670120 INFO (qtp9704732-6965) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 670120 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 670120 INFO (qtp9704732-6965) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 670121 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 670121 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 670122 INFO (qtp9704732-6965) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 670122 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 670122 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 670122 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 670124 INFO
(searcherExecutor-3367-thread-1-processing-n:127.0.0.1:46001_solr
x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8)
[n:127.0.0.1:46001_solr c:testSimple1 s:shard2 r:core_node8
x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore
[testSimple1_shard2_replica_n6] Registered new searcher
Searcher@45550a[testSimple1_shard2_replica_n6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 670124 INFO
(searcherExecutor-3365-thread-1-processing-n:127.0.0.1:34883_solr
x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3)
[n:127.0.0.1:34883_solr c:testSimple1 s:shard1 r:core_node3
x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore
[testSimple1_shard1_replica_n1] Registered new searcher
Searcher@3571d3[testSimple1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 670124 INFO
(searcherExecutor-3368-thread-1-processing-n:127.0.0.1:34883_solr
x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7)
[n:127.0.0.1:34883_solr c:testSimple1 s:shard2 r:core_node7
x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore
[testSimple1_shard2_replica_n4] Registered new searcher
Searcher@7d60c5[testSimple1_shard2_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 670124 INFO (qtp9704732-6965) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1593223617159626752
[junit4] 2> 670124 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1593223617159626752
[junit4] 2> 670124 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1593223617159626752
[junit4] 2> 670124 INFO
(searcherExecutor-3366-thread-1-processing-n:127.0.0.1:46001_solr
x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5)
[n:127.0.0.1:46001_solr c:testSimple1 s:shard1 r:core_node5
x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore
[testSimple1_shard1_replica_n2] Registered new searcher
Searcher@259388[testSimple1_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 670124 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1593223617159626752
[junit4] 2> 670127 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ZkShardTerms Failed to save terms, version is not match, retrying
[junit4] 2> 670128 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.ZkShardTerms Failed to save terms, version is not match, retrying
[junit4] 2> 670129 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 670129 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 670129 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:34883/solr/testSimple1_shard2_replica_n4/
[junit4] 2> 670129 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4
url=http://127.0.0.1:34883/solr START
replicas=[http://127.0.0.1:46001/solr/testSimple1_shard2_replica_n6/]
nUpdates=100
[junit4] 2> 670129 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 670129 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 670129 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:34883/solr/testSimple1_shard1_replica_n1/
[junit4] 2> 670129 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1
url=http://127.0.0.1:34883/solr START
replicas=[http://127.0.0.1:46001/solr/testSimple1_shard1_replica_n2/]
nUpdates=100
[junit4] 2> 670135 INFO (qtp9704732-7256) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.S.Request [testSimple1_shard2_replica_n6] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 670136 INFO (qtp9704732-7254) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.S.Request [testSimple1_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> 670231 INFO
(zkCallback-1804-thread-1-processing-n:127.0.0.1:34883_solr)
[n:127.0.0.1:34883_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 670231 INFO
(zkCallback-1806-thread-2-processing-n:127.0.0.1:46001_solr)
[n:127.0.0.1:46001_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 670231 INFO
(zkCallback-1806-thread-1-processing-n:127.0.0.1:46001_solr)
[n:127.0.0.1:46001_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 670231 INFO
(zkCallback-1804-thread-2-processing-n:127.0.0.1:34883_solr)
[n:127.0.0.1:34883_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 670231 INFO
(zkCallback-1804-thread-3-processing-n:127.0.0.1:34883_solr)
[n:127.0.0.1:34883_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 670429 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4
url=http://127.0.0.1:34883/solr DONE. We have no versions. sync failed.
[junit4] 2> 670429 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 670429 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
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> 670429 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 670433 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:34883/solr/testSimple1_shard2_replica_n4/ shard2
[junit4] 2> 670433 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1
url=http://127.0.0.1:34883/solr DONE. We have no versions. sync failed.
[junit4] 2> 670433 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 670433 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_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> 670433 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 670435 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:34883/solr/testSimple1_shard1_replica_n1/ shard1
[junit4] 2> 670536 INFO
(zkCallback-1804-thread-2-processing-n:127.0.0.1:34883_solr)
[n:127.0.0.1:34883_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 670536 INFO
(zkCallback-1806-thread-1-processing-n:127.0.0.1:46001_solr)
[n:127.0.0.1:46001_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 670536 INFO
(zkCallback-1804-thread-1-processing-n:127.0.0.1:34883_solr)
[n:127.0.0.1:34883_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 670536 INFO
(zkCallback-1804-thread-3-processing-n:127.0.0.1:34883_solr)
[n:127.0.0.1:34883_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 670536 INFO
(zkCallback-1806-thread-2-processing-n:127.0.0.1:46001_solr)
[n:127.0.0.1:46001_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 670584 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 670585 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 670608 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2424
[junit4] 2> 670608 INFO (qtp27338112-6964) [n:127.0.0.1:34883_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_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=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2425
[junit4] 2> 670687 INFO
(zkCallback-1806-thread-1-processing-n:127.0.0.1:46001_solr)
[n:127.0.0.1:46001_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 670687 INFO
(zkCallback-1806-thread-2-processing-n:127.0.0.1:46001_solr)
[n:127.0.0.1:46001_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 670687 INFO
(zkCallback-1804-thread-1-processing-n:127.0.0.1:34883_solr)
[n:127.0.0.1:34883_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 670687 INFO
(zkCallback-1804-thread-3-processing-n:127.0.0.1:34883_solr)
[n:127.0.0.1:34883_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 670687 INFO
(zkCallback-1804-thread-2-processing-n:127.0.0.1:34883_solr)
[n:127.0.0.1:34883_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 670836 DEBUG (ScheduledTrigger-3356-thread-1)
[n:127.0.0.1:46001_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 671156 INFO (qtp9704732-6962) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2972
[junit4] 2> 671156 INFO (qtp9704732-6965) [n:127.0.0.1:46001_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2971
[junit4] 2> 671159 INFO (qtp26598701-6967) [n:127.0.0.1:40169_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> 671231 INFO
(zkCallback-1806-thread-1-processing-n:127.0.0.1:46001_solr)
[n:127.0.0.1:46001_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 671231 INFO
(zkCallback-1804-thread-1-processing-n:127.0.0.1:34883_solr)
[n:127.0.0.1:34883_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 671231 INFO
(zkCallback-1804-thread-3-processing-n:127.0.0.1:34883_solr)
[n:127.0.0.1:34883_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 671231 INFO
(zkCallback-1804-thread-2-processing-n:127.0.0.1:34883_solr)
[n:127.0.0.1:34883_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 671231 INFO
(zkCallback-1806-thread-2-processing-n:127.0.0.1:46001_solr)
[n:127.0.0.1:46001_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 671836 DEBUG (ScheduledTrigger-3356-thread-1)
[n:127.0.0.1:46001_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 671876 INFO
(OverseerCollectionConfigSetProcessor-72200436104757257-127.0.0.1:46001_solr-n_0000000000)
[n:127.0.0.1:46001_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 672159 INFO (qtp26598701-6967) [n:127.0.0.1:40169_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:46001_solr,127.0.0.1:34883_solr&wt=javabin&version=2}
status=0 QTime=4287
[junit4] 2> 672160 INFO (qtp26598701-6978) [n:127.0.0.1:40169_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:34883_solr,127.0.0.1:40169_solr&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 672161 INFO
(OverseerThreadFactory-3358-thread-2-processing-n:127.0.0.1:46001_solr)
[n:127.0.0.1:46001_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
testSimple2
[junit4] 2> 672368 INFO
(OverseerStateUpdate-72200436104757257-127.0.0.1:46001_solr-n_0000000000)
[n:127.0.0.1:46001_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testSimple2_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:40169/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 672369 INFO
(OverseerStateUpdate-72200436104757257-127.0.0.1:46001_solr-n_0000000000)
[n:127.0.0.1:46001_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testSimple2_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:34883/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 672370 INFO
(OverseerStateUpdate-72200436104757257-127.0.0.1:46001_solr-n_0000000000)
[n:127.0.0.1:46001_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple2",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testSimple2_shard2_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:40169/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 672371 INFO
(OverseerStateUpdate-72200436104757257-127.0.0.1:46001_solr-n_0000000000)
[n:127.0.0.1:46001_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple2",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testSimple2_shard2_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:34883/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 672572 INFO (qtp27338112-6979) [n:127.0.0.1:34883_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple2_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple2&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 672572 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 672573 INFO (qtp26598701-6981) [n:127.0.0.1:40169_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 672573 INFO (qtp26598701-6981) [n:127.0.0.1:40169_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 672574 INFO (qtp26598701-6974) [n:127.0.0.1:40169_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple2_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple2&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 672676 INFO
(zkCallback-1804-thread-3-processing-n:127.0.0.1:34883_solr)
[n:127.0.0.1:34883_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple2/state.json] for collection [testSimple2] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 672676 INFO
(zkCallback-1804-thread-2-processing-n:127.0.0.1:34883_solr)
[n:127.0.0.1:34883_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple2/state.json] for collection [testSimple2] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 672676 INFO
(zkCallback-1802-thread-2-processing-n:127.0.0.1:40169_solr)
[n:127.0.0.1:40169_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple2/state.json] for collection [testSimple2] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 672676 INFO
(zkCallback-1802-thread-1-processing-n:127.0.0.1:40169_solr)
[n:127.0.0.1:40169_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple2/state.json] for collection [testSimple2] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 672836 DEBUG (ScheduledTrigger-3356-thread-1)
[n:127.0.0.1:46001_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 673593 INFO (qtp27338112-6966) [n:127.0.0.1:34883_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 673593 INFO (qtp26598701-6981) [n:127.0.0.1:40169_solr
c:testSimple2 s:shard1 r:core_n
[...truncated too long message...]
erServer ZKShutdownHandler is not registered, so ZooKeeper server won't take
any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 813952 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34159 34159
[junit4] 2> 814064 INFO (Thread-1395) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:34159 34159
[junit4] 2> 814065 WARN (Thread-1395) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 8 /solr/collections/testSimple1/terms/shard2
[junit4] 2> 8 /solr/collections/testSimple1/terms/shard1
[junit4] 2> 7 /solr/collections/testSimple2/terms/shard2
[junit4] 2> 7 /solr/collections/testSimple2/terms/shard1
[junit4] 2> 6 /solr/aliases.json
[junit4] 2> 5 /solr/security.json
[junit4] 2> 5 /solr/configs/conf
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 2 /solr/collections/testSimple3/terms/shard3
[junit4] 2> 2 /solr/collections/testSimple3/terms/shard2
[junit4] 2> 2 /solr/collections/testSimple3/terms/shard1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 50 /solr/collections/testSimple1/state.json
[junit4] 2> 39 /solr/collections/testSimple2/state.json
[junit4] 2> 6 /solr/clusterstate.json
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 5 /solr/collections/testSimple3/state.json
[junit4] 2> 4
/solr/overseer_elect/election/72200436104757257-127.0.0.1:46001_solr-n_0000000000
[junit4] 2> 2
/solr/collections/testSimple1/leader_elect/shard2/election/72200436104757257-core_node8-n_0000000001
[junit4] 2> 2
/solr/collections/testSimple2/leader_elect/shard1/election/72200436104757255-core_node3-n_0000000000
[junit4] 2> 2
/solr/collections/testSimple1/leader_elect/shard1/election/72200436104757257-core_node5-n_0000000001
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/live_nodes
[junit4] 2> 6 /solr/collections
[junit4] 2>
[junit4] 2> 814066 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
[junit4] 2> 814098 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
[junit4] 2> 814199 WARN (DataNode:
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_419799FCA78DAF65-001/tempDir-002/hdfsBaseDir/data/data3/,
[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_419799FCA78DAF65-001/tempDir-002/hdfsBaseDir/data/data4/]]
heartbeating to localhost.localdomain/127.0.0.1:40665) [ ]
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager
interrupted
[junit4] 2> 814199 WARN (DataNode:
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_419799FCA78DAF65-001/tempDir-002/hdfsBaseDir/data/data3/,
[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_419799FCA78DAF65-001/tempDir-002/hdfsBaseDir/data/data4/]]
heartbeating to localhost.localdomain/127.0.0.1:40665) [ ]
o.a.h.h.s.d.DataNode Ending block pool service for: Block pool
BP-1582422010-88.99.242.108-1519416437610 (Datanode Uuid
7f89facb-e23e-4eda-ac88-36b5e7ed4a38) service to
localhost.localdomain/127.0.0.1:40665
[junit4] 2> 814201 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
[junit4] 2> 814204 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
[junit4] 2> 814305 WARN (DataNode:
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_419799FCA78DAF65-001/tempDir-002/hdfsBaseDir/data/data1/,
[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_419799FCA78DAF65-001/tempDir-002/hdfsBaseDir/data/data2/]]
heartbeating to localhost.localdomain/127.0.0.1:40665) [ ]
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager
interrupted
[junit4] 2> 814305 WARN (DataNode:
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_419799FCA78DAF65-001/tempDir-002/hdfsBaseDir/data/data1/,
[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_419799FCA78DAF65-001/tempDir-002/hdfsBaseDir/data/data2/]]
heartbeating to localhost.localdomain/127.0.0.1:40665) [ ]
o.a.h.h.s.d.DataNode Ending block pool service for: Block pool
BP-1582422010-88.99.242.108-1519416437610 (Datanode Uuid
294c70ac-6f5f-4afe-b29e-7f17407a023f) service to
localhost.localdomain/127.0.0.1:40665
[junit4] 2> 814317 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.m.log Stopped
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:0
[junit4] 2> 814434 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[419799FCA78DAF65]-worker) [
] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34159 34159
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_419799FCA78DAF65-001
[junit4] 2> Feb 23, 2018 8:09:48 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 67 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=397, maxMBSortInHeap=6.151736087555475,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@e77f98),
locale=ar-QA, timezone=Asia/Bangkok
[junit4] 2> NOTE: Linux 4.13.0-32-generic i386/Oracle Corporation
1.8.0_162 (32-bit)/cpus=8,threads=5,free=131955608,total=380633088
[junit4] 2> NOTE: All tests run in this JVM:
[DistributedFacetExistsSmallTest, NumberUtilsTest,
LeaderElectionContextKeyTest, SliceStateTest, OverseerTaskQueueTest,
UtilsToolTest, TestCursorMarkWithoutUniqueKey, TestSchemaSimilarityResource,
SuggesterTest, TestNumericRangeQuery32, IndexSchemaTest,
TestUniqueKeyFieldResource, TestCharFilters, SchemaVersionSpecificBehaviorTest,
SolrCLIZkUtilsTest, ConjunctionSolrSpellCheckerTest,
VMParamsZkACLAndCredentialsProvidersTest, SyncSliceTest, TestManagedSchema,
BasicAuthStandaloneTest, ScriptEngineTest, TestShortCircuitedRequests,
TestLRUCache, TestPostingsSolrHighlighter, SystemInfoHandlerTest, TestTrie,
TestCloudNestedDocsSort, TestRecovery, DocValuesMissingTest,
CustomHighlightComponentTest, TestLeaderElectionWithEmptyReplica, TestNRTOpen,
AnalyticsMergeStrategyTest, SolrCloudReportersTest, DocumentBuilderTest,
AlternateDirectoryTest, TestPKIAuthenticationPlugin, TestExactStatsCache,
NodeAddedTriggerTest, DirectSolrConnectionTest, TestImplicitCoreProperties,
TestRTimerTree, ZkControllerTest, SolrMetricsIntegrationTest,
TestXIncludeConfig, TestFunctionQuery, DocValuesNotIndexedTest, OverseerTest,
HdfsSyncSliceTest, TestConfigReload, TestFoldingMultitermQuery,
TestCollectionAPIs, TermsComponentTest, TestConfigSetProperties,
TestSystemIdResolver, TestJettySolrRunner, TestStressRecovery, TestPointFields,
TestCustomDocTransformer, TestSolrIndexConfig, SolrInfoBeanTest,
TestSimpleQParserPlugin, CollectionsAPIAsyncDistributedZkTest,
DistributedIntervalFacetingTest, TestHttpShardHandlerFactory,
MetricsHandlerTest, SuggesterFSTTest, JSONWriterTest,
BigEndianAscendingWordSerializerTest, TestTlogReplica, BufferStoreTest,
DistribJoinFromCollectionTest, SegmentsInfoRequestHandlerTest,
TestClusterStateProvider, MissingSegmentRecoveryTest, SSLMigrationTest,
TestNodeAddedTrigger, TestRandomFlRTGCloud, TestSolrConfigHandlerConcurrent,
HdfsAutoAddReplicasIntegrationTest]
[junit4] Completed [195/778 (1!)] on J1 in 161.63s, 1 test, 1 failure <<<
FAILURES!
[...truncated 47703 lines...]
[repro] Jenkins log URL: file:///tmp/tmp.awqpVUZ0oy
[repro] Revision: 9e0e301f9fe4a1b5e33925ae4d2848ead71cca25
[repro] Repro line: ant test -Dtestcase=HdfsAutoAddReplicasIntegrationTest
-Dtests.method=testSimple -Dtests.seed=419799FCA78DAF65 -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=ar-QA -Dtests.timezone=Asia/Bangkok
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[repro] ant clean
[...truncated 6 lines...]
[repro] Test suites by module:
[repro] solr/core
[repro] HdfsAutoAddReplicasIntegrationTest
[repro] ant compile-test
[...truncated 3292 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5
-Dtests.class="*.HdfsAutoAddReplicasIntegrationTest" -Dtests.showOutput=onerror
-Dtests.seed=419799FCA78DAF65 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=ar-QA -Dtests.timezone=Asia/Bangkok -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[...truncated 76 lines...]
[repro] Failures:
[repro] 0/5 failed:
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest
[repro] Exiting with code 0
[...truncated 41 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]