Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21491/
Java: 64bit/jdk-10-ea+43 -XX:+UseCompressedOops -XX:+UseParallelGC
1 tests failed.
FAILED:
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple
Error Message:
Waiting for collection testSimple1 null Live Nodes: [127.0.0.1:33891_solr,
127.0.0.1:41121_solr] Last available state:
DocCollection(testSimple1//collections/testSimple1/state.json/15)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{ "shard1":{
"range":"80000000-ffffffff", "state":"active", "replicas":{
"core_node3":{
"dataDir":"hdfs://localhost.localdomain:37857/data/testSimple1/core_node3/data/",
"base_url":"https://127.0.0.1:33891/solr",
"node_name":"127.0.0.1:33891_solr", "type":"NRT",
"ulogDir":"hdfs://localhost.localdomain:37857/data/testSimple1/core_node3/data/tlog",
"core":"testSimple1_shard1_replica_n1",
"shared_storage":"true", "state":"active",
"leader":"true"}, "core_node5":{
"dataDir":"hdfs://localhost.localdomain:37857/data/testSimple1/core_node5/data/",
"base_url":"https://127.0.0.1:33891/solr",
"node_name":"127.0.0.1:33891_solr", "type":"NRT",
"ulogDir":"hdfs://localhost.localdomain:37857/data/testSimple1/core_node5/data/tlog",
"core":"testSimple1_shard1_replica_n2",
"shared_storage":"true", "state":"active"}}}, "shard2":{
"range":"0-7fffffff", "state":"active", "replicas":{
"core_node7":{
"dataDir":"hdfs://localhost.localdomain:37857/data/testSimple1/core_node7/data/",
"base_url":"https://127.0.0.1:33891/solr",
"node_name":"127.0.0.1:33891_solr", "type":"NRT",
"ulogDir":"hdfs://localhost.localdomain:37857/data/testSimple1/core_node7/data/tlog",
"core":"testSimple1_shard2_replica_n4",
"shared_storage":"true", "state":"active",
"leader":"true"}, "core_node8":{
"dataDir":"hdfs://localhost.localdomain:37857/data/testSimple1/core_node8/data/",
"base_url":"https://127.0.0.1:40001/solr",
"node_name":"127.0.0.1:40001_solr", "type":"NRT",
"ulogDir":"hdfs://localhost.localdomain:37857/data/testSimple1/core_node8/data/tlog",
"core":"testSimple1_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 testSimple1
null
Live Nodes: [127.0.0.1:33891_solr, 127.0.0.1:41121_solr]
Last available state:
DocCollection(testSimple1//collections/testSimple1/state.json/15)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{
"shard1":{
"range":"80000000-ffffffff",
"state":"active",
"replicas":{
"core_node3":{
"dataDir":"hdfs://localhost.localdomain:37857/data/testSimple1/core_node3/data/",
"base_url":"https://127.0.0.1:33891/solr",
"node_name":"127.0.0.1:33891_solr",
"type":"NRT",
"ulogDir":"hdfs://localhost.localdomain:37857/data/testSimple1/core_node3/data/tlog",
"core":"testSimple1_shard1_replica_n1",
"shared_storage":"true",
"state":"active",
"leader":"true"},
"core_node5":{
"dataDir":"hdfs://localhost.localdomain:37857/data/testSimple1/core_node5/data/",
"base_url":"https://127.0.0.1:33891/solr",
"node_name":"127.0.0.1:33891_solr",
"type":"NRT",
"ulogDir":"hdfs://localhost.localdomain:37857/data/testSimple1/core_node5/data/tlog",
"core":"testSimple1_shard1_replica_n2",
"shared_storage":"true",
"state":"active"}}},
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{
"core_node7":{
"dataDir":"hdfs://localhost.localdomain:37857/data/testSimple1/core_node7/data/",
"base_url":"https://127.0.0.1:33891/solr",
"node_name":"127.0.0.1:33891_solr",
"type":"NRT",
"ulogDir":"hdfs://localhost.localdomain:37857/data/testSimple1/core_node7/data/tlog",
"core":"testSimple1_shard2_replica_n4",
"shared_storage":"true",
"state":"active",
"leader":"true"},
"core_node8":{
"dataDir":"hdfs://localhost.localdomain:37857/data/testSimple1/core_node8/data/",
"base_url":"https://127.0.0.1:40001/solr",
"node_name":"127.0.0.1:40001_solr",
"type":"NRT",
"ulogDir":"hdfs://localhost.localdomain:37857/data/testSimple1/core_node8/data/tlog",
"core":"testSimple1_shard2_replica_n6",
"shared_storage":"true",
"state":"down"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"2",
"autoAddReplicas":"true",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([49EC396B0756E678:715F1D9520A532A9]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
at
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:103)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
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
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.base/java.lang.Thread.run(Thread.java:844)
Build Log:
[...truncated 13068 lines...]
[junit4] Suite:
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest
[junit4] 2> 1023114 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-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_49EC396B0756E678-001/init-core-data-001
[junit4] 2> 1023115 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=20 numCloses=20
[junit4] 2> 1023115 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1023115 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 1023115 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-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_49EC396B0756E678-001/tempDir-001
[junit4] 2> 1023116 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1023116 INFO (Thread-4652) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1023116 INFO (Thread-4652) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1023117 ERROR (Thread-4652) [ ] 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> 1023216 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] o.a.s.c.ZkTestServer start zk server on port:33715
[junit4] 2> 1023217 INFO (zkConnectionManagerCallback-3791-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1023220 INFO (jetty-launcher-3788-thread-1) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T03:27:37+06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1023220 INFO (jetty-launcher-3788-thread-2) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T03:27:37+06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1023221 INFO (jetty-launcher-3788-thread-3) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T03:27:37+06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1023221 INFO (jetty-launcher-3788-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1023221 INFO (jetty-launcher-3788-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1023221 INFO (jetty-launcher-3788-thread-3) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 1023221 INFO (jetty-launcher-3788-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1023221 INFO (jetty-launcher-3788-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1023221 INFO (jetty-launcher-3788-thread-1) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 1023221 INFO (jetty-launcher-3788-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1023222 INFO (jetty-launcher-3788-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1023222 INFO (jetty-launcher-3788-thread-2) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 1023222 INFO (jetty-launcher-3788-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@60f35152{/solr,null,AVAILABLE}
[junit4] 2> 1023222 INFO (jetty-launcher-3788-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@622b5b02{/solr,null,AVAILABLE}
[junit4] 2> 1023222 INFO (jetty-launcher-3788-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1ff0f82{/solr,null,AVAILABLE}
[junit4] 2> 1023223 INFO (jetty-launcher-3788-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@107e0d9e{SSL,[ssl,
http/1.1]}{127.0.0.1:33891}
[junit4] 2> 1023223 INFO (jetty-launcher-3788-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@adb42db{SSL,[ssl,
http/1.1]}{127.0.0.1:41121}
[junit4] 2> 1023223 INFO (jetty-launcher-3788-thread-2) [ ]
o.e.j.s.Server Started @1025188ms
[junit4] 2> 1023223 INFO (jetty-launcher-3788-thread-3) [ ]
o.e.j.s.Server Started @1025188ms
[junit4] 2> 1023223 INFO (jetty-launcher-3788-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=33891}
[junit4] 2> 1023223 INFO (jetty-launcher-3788-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=41121}
[junit4] 2> 1023223 INFO (jetty-launcher-3788-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@1fd97928{SSL,[ssl,
http/1.1]}{127.0.0.1:40001}
[junit4] 2> 1023223 INFO (jetty-launcher-3788-thread-1) [ ]
o.e.j.s.Server Started @1025188ms
[junit4] 2> 1023223 INFO (jetty-launcher-3788-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40001}
[junit4] 2> 1023223 ERROR (jetty-launcher-3788-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1023223 ERROR (jetty-launcher-3788-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1023223 INFO (jetty-launcher-3788-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1023223 ERROR (jetty-launcher-3788-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1023223 INFO (jetty-launcher-3788-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1023223 INFO (jetty-launcher-3788-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1023223 INFO (jetty-launcher-3788-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1023223 INFO (jetty-launcher-3788-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1023223 INFO (jetty-launcher-3788-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1023223 INFO (jetty-launcher-3788-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1023223 INFO (jetty-launcher-3788-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1023224 INFO (jetty-launcher-3788-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1023223 INFO (jetty-launcher-3788-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-19T12:15:12.611851Z
[junit4] 2> 1023224 INFO (jetty-launcher-3788-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-19T12:15:12.612041Z
[junit4] 2> 1023223 INFO (jetty-launcher-3788-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-19T12:15:12.611984Z
[junit4] 2> 1023224 INFO (zkConnectionManagerCallback-3795-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1023225 INFO (zkConnectionManagerCallback-3793-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1023225 INFO (zkConnectionManagerCallback-3797-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1023225 INFO (jetty-launcher-3788-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1023225 INFO (jetty-launcher-3788-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1023225 INFO (jetty-launcher-3788-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1023232 INFO (jetty-launcher-3788-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33715/solr
[junit4] 2> 1023232 INFO (jetty-launcher-3788-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33715/solr
[junit4] 2> 1023232 INFO (jetty-launcher-3788-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33715/solr
[junit4] 2> 1023242 INFO (zkConnectionManagerCallback-3804-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1023242 INFO (zkConnectionManagerCallback-3806-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1023243 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
0x1006ba061ee0005, likely client has closed socket
[junit4] 2> 1023246 INFO (zkConnectionManagerCallback-3809-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1023250 INFO
(zkConnectionManagerCallback-3813-thread-1-processing-n:127.0.0.1:40001_solr)
[n:127.0.0.1:40001_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1023250 INFO
(zkConnectionManagerCallback-3812-thread-1-processing-n:127.0.0.1:41121_solr)
[n:127.0.0.1:41121_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1023250 INFO
(zkConnectionManagerCallback-3815-thread-1-processing-n:127.0.0.1:33891_solr)
[n:127.0.0.1:33891_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1023303 INFO (jetty-launcher-3788-thread-1)
[n:127.0.0.1:40001_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1023303 INFO (jetty-launcher-3788-thread-3)
[n:127.0.0.1:41121_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1023304 INFO (jetty-launcher-3788-thread-1)
[n:127.0.0.1:40001_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:40001_solr
[junit4] 2> 1023304 INFO (jetty-launcher-3788-thread-3)
[n:127.0.0.1:41121_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41121_solr
[junit4] 2> 1023304 INFO (jetty-launcher-3788-thread-1)
[n:127.0.0.1:40001_solr ] o.a.s.c.Overseer Overseer
(id=72175930619854856-127.0.0.1:40001_solr-n_0000000000) starting
[junit4] 2> 1023307 INFO (jetty-launcher-3788-thread-2)
[n:127.0.0.1:33891_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1023318 INFO
(zkCallback-3811-thread-1-processing-n:127.0.0.1:40001_solr)
[n:127.0.0.1:40001_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1023318 INFO (jetty-launcher-3788-thread-2)
[n:127.0.0.1:33891_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33891_solr
[junit4] 2> 1023322 INFO
(zkCallback-3814-thread-1-processing-n:127.0.0.1:33891_solr)
[n:127.0.0.1:33891_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1023326 INFO
(zkCallback-3810-thread-1-processing-n:127.0.0.1:41121_solr)
[n:127.0.0.1:41121_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1023327 INFO
(zkCallback-3814-thread-1-processing-n:127.0.0.1:33891_solr)
[n:127.0.0.1:33891_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1023327 INFO
(zkCallback-3810-thread-1-processing-n:127.0.0.1:41121_solr)
[n:127.0.0.1:41121_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1023327 INFO
(zkCallback-3811-thread-1-processing-n:127.0.0.1:40001_solr)
[n:127.0.0.1:40001_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1023333 INFO (jetty-launcher-3788-thread-3)
[n:127.0.0.1:41121_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41121.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@68d4d157
[junit4] 2> 1023339 DEBUG
(OverseerAutoScalingTriggerThread-72175930619854856-127.0.0.1:40001_solr-n_0000000000)
[n:127.0.0.1:40001_solr ] o.a.s.c.a.OverseerTriggerThread Adding
.autoAddReplicas trigger
[junit4] 2> 1023339 INFO (jetty-launcher-3788-thread-1)
[n:127.0.0.1:40001_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40001_solr
[junit4] 2> 1023340 INFO
(zkCallback-3810-thread-1-processing-n:127.0.0.1:41121_solr)
[n:127.0.0.1:41121_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1023340 INFO
(zkCallback-3814-thread-1-processing-n:127.0.0.1:33891_solr)
[n:127.0.0.1:33891_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1023340 INFO (jetty-launcher-3788-thread-3)
[n:127.0.0.1:41121_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41121.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@68d4d157
[junit4] 2> 1023340 INFO (jetty-launcher-3788-thread-3)
[n:127.0.0.1:41121_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41121.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@68d4d157
[junit4] 2> 1023341 INFO (jetty-launcher-3788-thread-3)
[n:127.0.0.1:41121_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_49EC396B0756E678-001/tempDir-001/node3/.
[junit4] 2> 1023346 INFO
(zkCallback-3811-thread-1-processing-n:127.0.0.1:40001_solr)
[n:127.0.0.1:40001_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1023346 DEBUG
(OverseerAutoScalingTriggerThread-72175930619854856-127.0.0.1:40001_solr-n_0000000000)
[n:127.0.0.1:40001_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 1
[junit4] 2> 1023347 DEBUG
(OverseerAutoScalingTriggerThread-72175930619854856-127.0.0.1:40001_solr-n_0000000000)
[n:127.0.0.1:40001_solr ] o.a.s.c.a.NodeLostTrigger Initial livenodes:
[127.0.0.1:33891_solr, 127.0.0.1:40001_solr, 127.0.0.1:41121_solr]
[junit4] 2> 1023347 DEBUG
(OverseerAutoScalingTriggerThread-72175930619854856-127.0.0.1:40001_solr-n_0000000000)
[n:127.0.0.1:40001_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion -1
[junit4] 2> 1023347 DEBUG
(OverseerAutoScalingTriggerThread-72175930619854856-127.0.0.1:40001_solr-n_0000000000)
[n:127.0.0.1:40001_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 1
[junit4] 2> 1023354 DEBUG
(OverseerAutoScalingTriggerThread-72175930619854856-127.0.0.1:40001_solr-n_0000000000)
[n:127.0.0.1:40001_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 1023354 DEBUG
(OverseerAutoScalingTriggerThread-72175930619854856-127.0.0.1:40001_solr-n_0000000000)
[n:127.0.0.1:40001_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion 1
[junit4] 2> 1023355 DEBUG (ScheduledTrigger-4718-thread-1)
[n:127.0.0.1:40001_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 1023367 INFO (jetty-launcher-3788-thread-2)
[n:127.0.0.1:33891_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33891.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@68d4d157
[junit4] 2> 1023374 INFO (jetty-launcher-3788-thread-1)
[n:127.0.0.1:40001_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40001.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@68d4d157
[junit4] 2> 1023374 INFO (jetty-launcher-3788-thread-2)
[n:127.0.0.1:33891_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33891.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@68d4d157
[junit4] 2> 1023374 INFO (jetty-launcher-3788-thread-2)
[n:127.0.0.1:33891_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33891.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@68d4d157
[junit4] 2> 1023375 INFO (jetty-launcher-3788-thread-2)
[n:127.0.0.1:33891_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_49EC396B0756E678-001/tempDir-001/node2/.
[junit4] 2> 1023379 INFO (jetty-launcher-3788-thread-1)
[n:127.0.0.1:40001_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40001.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@68d4d157
[junit4] 2> 1023379 INFO (jetty-launcher-3788-thread-1)
[n:127.0.0.1:40001_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40001.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@68d4d157
[junit4] 2> 1023380 INFO (jetty-launcher-3788-thread-1)
[n:127.0.0.1:40001_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_49EC396B0756E678-001/tempDir-001/node1/.
[junit4] 2> 1023418 INFO (zkConnectionManagerCallback-3823-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1023422 INFO (zkConnectionManagerCallback-3827-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1023423 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 1023423 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33715/solr ready
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 1023467 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 1023470 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 1023471 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 1023473 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-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_42763_hdfs____hcfpw0/webapp
[junit4] 2> 1023538 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:42763
[junit4] 2> 1023598 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 1023598 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 1023601 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-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_41265_datanode____.jv7wp1/webapp
[junit4] 2> 1023665 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:41265
[junit4] 2> 1023704 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 1023705 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 1023708 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-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_39089_datanode____haviia/webapp
[junit4] 2> 1023775 ERROR (DataNode:
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_49EC396B0756E678-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_49EC396B0756E678-001/tempDir-002/hdfsBaseDir/data/data2/]]
heartbeating to localhost.localdomain/127.0.0.1:37857) [ ]
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> 1023782 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x66a4025ef89a8: from storage
DS-c50127e1-a552-4839-811e-3d5eafd62c32 node
DatanodeRegistration(127.0.0.1:39355,
datanodeUuid=9fdad5e8-7da8-4851-9629-f1034567a8f8, infoPort=42877,
infoSecurePort=0, ipcPort=36105,
storageInfo=lv=-56;cid=testClusterID;nsid=2095851916;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 1023782 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x66a4025ef89a8: from storage
DS-b2fb086c-7f85-4ba1-ac3c-8d2dc76933b4 node
DatanodeRegistration(127.0.0.1:39355,
datanodeUuid=9fdad5e8-7da8-4851-9629-f1034567a8f8, infoPort=42877,
infoSecurePort=0, ipcPort=36105,
storageInfo=lv=-56;cid=testClusterID;nsid=2095851916;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 1023790 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:39089
[junit4] 2> 1023887 ERROR (DataNode:
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_49EC396B0756E678-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_49EC396B0756E678-001/tempDir-002/hdfsBaseDir/data/data4/]]
heartbeating to localhost.localdomain/127.0.0.1:37857) [ ]
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> 1023891 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x66a402c76ee4a: from storage
DS-63e316b4-448a-4df4-90de-32d7da2cad19 node
DatanodeRegistration(127.0.0.1:35809,
datanodeUuid=c8c42917-ed47-4d2e-9105-15dcb97b23bd, infoPort=43793,
infoSecurePort=0, ipcPort=42169,
storageInfo=lv=-56;cid=testClusterID;nsid=2095851916;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 1023891 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x66a402c76ee4a: from storage
DS-0d882e07-51d3-4720-8135-eaaa4494bde5 node
DatanodeRegistration(127.0.0.1:35809,
datanodeUuid=c8c42917-ed47-4d2e-9105-15dcb97b23bd, infoPort=43793,
infoSecurePort=0, ipcPort=42169,
storageInfo=lv=-56;cid=testClusterID;nsid=2095851916;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 1023944 INFO
(TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[49EC396B0756E678]) [
] o.a.s.SolrTestCaseJ4 ###Starting testSimple
[junit4] 2> 1023954 INFO (qtp1336152552-13792) [n:127.0.0.1:33891_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:41121_solr,127.0.0.1:33891_solr&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1023956 INFO
(OverseerThreadFactory-4720-thread-1-processing-n:127.0.0.1:40001_solr)
[n:127.0.0.1:40001_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
testSimple1
[junit4] 2> 1024059 INFO
(OverseerStateUpdate-72175930619854856-127.0.0.1:40001_solr-n_0000000000)
[n:127.0.0.1:40001_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":"https://127.0.0.1:33891/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1024060 INFO
(OverseerStateUpdate-72175930619854856-127.0.0.1:40001_solr-n_0000000000)
[n:127.0.0.1:40001_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":"https://127.0.0.1:41121/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1024060 INFO
(OverseerStateUpdate-72175930619854856-127.0.0.1:40001_solr-n_0000000000)
[n:127.0.0.1:40001_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":"https://127.0.0.1:33891/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1024061 INFO
(OverseerStateUpdate-72175930619854856-127.0.0.1:40001_solr-n_0000000000)
[n:127.0.0.1:40001_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":"https://127.0.0.1:41121/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1024269 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_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> 1024269 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_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> 1024269 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1024283 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_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> 1024283 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1024286 INFO (qtp1482696832-13790) [n:127.0.0.1:41121_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> 1024355 DEBUG (ScheduledTrigger-4718-thread-1)
[n:127.0.0.1:40001_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 1024387 INFO
(zkCallback-3814-thread-1-processing-n:127.0.0.1:33891_solr)
[n:127.0.0.1:33891_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> 1024387 INFO
(zkCallback-3810-thread-1-processing-n:127.0.0.1:41121_solr)
[n:127.0.0.1:41121_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> 1024387 INFO
(zkCallback-3814-thread-2-processing-n:127.0.0.1:33891_solr)
[n:127.0.0.1:33891_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> 1024387 INFO
(zkCallback-3810-thread-2-processing-n:127.0.0.1:41121_solr)
[n:127.0.0.1:41121_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> 1025275 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_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> 1025275 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_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> 1025279 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_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> 1025279 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_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> 1025280 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_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> 1025280 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_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> 1025280 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_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> 1025280 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_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> 1025280 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33891.solr.core.testSimple1.shard2.replica_n4' (registry
'solr.core.testSimple1.shard2.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@68d4d157
[junit4] 2> 1025280 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33891.solr.core.testSimple1.shard1.replica_n1' (registry
'solr.core.testSimple1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@68d4d157
[junit4] 2> 1025281 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost.localdomain:37857/data
[junit4] 2> 1025281 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 1025281 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1025281 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost.localdomain:37857/data
[junit4] 2> 1025281 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_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_49EC396B0756E678-001/tempDir-001/node2/testSimple1_shard2_replica_n4],
dataDir=[hdfs://localhost.localdomain:37857/data/testSimple1/core_node7/data/]
[junit4] 2> 1025281 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 1025281 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1025281 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_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_49EC396B0756E678-001/tempDir-001/node2/testSimple1_shard1_replica_n1],
dataDir=[hdfs://localhost.localdomain:37857/data/testSimple1/core_node3/data/]
[junit4] 2> 1025282 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_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:37857/data/testSimple1/core_node7/data/snapshot_metadata
[junit4] 2> 1025282 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_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:37857/data/testSimple1/core_node3/data/snapshot_metadata
[junit4] 2> 1025292 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_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> 1025292 INFO (qtp1482696832-13790) [n:127.0.0.1:41121_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> 1025292 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_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:37857/data/testSimple1/core_node7/data
[junit4] 2> 1025293 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_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:37857/data/testSimple1/core_node3/data
[junit4] 2> 1025302 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_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> 1025302 INFO (qtp1482696832-13790) [n:127.0.0.1:41121_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> 1025303 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_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> 1025303 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_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> 1025303 INFO (qtp1482696832-13790) [n:127.0.0.1:41121_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> 1025303 INFO (qtp1482696832-13790) [n:127.0.0.1:41121_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> 1025303 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41121.solr.core.testSimple1.shard2.replica_n6' (registry
'solr.core.testSimple1.shard2.replica_n6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@68d4d157
[junit4] 2> 1025303 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost.localdomain:37857/data
[junit4] 2> 1025303 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 1025303 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1025303 INFO (qtp1482696832-13790) [n:127.0.0.1:41121_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41121.solr.core.testSimple1.shard1.replica_n2' (registry
'solr.core.testSimple1.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@68d4d157
[junit4] 2> 1025303 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_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_49EC396B0756E678-001/tempDir-001/node3/testSimple1_shard2_replica_n6],
dataDir=[hdfs://localhost.localdomain:37857/data/testSimple1/core_node8/data/]
[junit4] 2> 1025303 INFO (qtp1482696832-13790) [n:127.0.0.1:41121_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost.localdomain:37857/data
[junit4] 2> 1025304 INFO (qtp1482696832-13790) [n:127.0.0.1:41121_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 1025304 INFO (qtp1482696832-13790) [n:127.0.0.1:41121_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1025304 INFO (qtp1482696832-13790) [n:127.0.0.1:41121_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_49EC396B0756E678-001/tempDir-001/node3/testSimple1_shard1_replica_n2],
dataDir=[hdfs://localhost.localdomain:37857/data/testSimple1/core_node5/data/]
[junit4] 2> 1025304 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_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:37857/data/testSimple1/core_node8/data/snapshot_metadata
[junit4] 2> 1025305 INFO (qtp1482696832-13790) [n:127.0.0.1:41121_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:37857/data/testSimple1/core_node5/data/snapshot_metadata
[junit4] 2> 1025311 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_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:37857/data/testSimple1/core_node8/data
[junit4] 2> 1025311 INFO (qtp1482696832-13790) [n:127.0.0.1:41121_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:37857/data/testSimple1/core_node5/data
[junit4] 2> 1025312 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_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:37857/data/testSimple1/core_node7/data/index
[junit4] 2> 1025314 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_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:37857/data/testSimple1/core_node3/data/index
[junit4] 2> 1025322 INFO (qtp1482696832-13790) [n:127.0.0.1:41121_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:37857/data/testSimple1/core_node5/data/index
[junit4] 2> 1025322 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_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:37857/data/testSimple1/core_node8/data/index
[junit4] 2> 1025345 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35809 is added to
blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-b2fb086c-7f85-4ba1-ac3c-8d2dc76933b4:NORMAL:127.0.0.1:39355|RBW],
ReplicaUC[[DISK]DS-0d882e07-51d3-4720-8135-eaaa4494bde5:NORMAL:127.0.0.1:35809|RBW]]}
size 0
[junit4] 2> 1025348 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:39355 is added to
blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-b2fb086c-7f85-4ba1-ac3c-8d2dc76933b4:NORMAL:127.0.0.1:39355|RBW],
ReplicaUC[[DISK]DS-0d882e07-51d3-4720-8135-eaaa4494bde5:NORMAL:127.0.0.1:35809|RBW]]}
size 0
[junit4] 2> 1025359 DEBUG (ScheduledTrigger-4718-thread-2)
[n:127.0.0.1:40001_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 1025362 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35809 is added to
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-c50127e1-a552-4839-811e-3d5eafd62c32:NORMAL:127.0.0.1:39355|RBW],
ReplicaUC[[DISK]DS-63e316b4-448a-4df4-90de-32d7da2cad19:NORMAL:127.0.0.1:35809|RBW]]}
size 0
[junit4] 2> 1025373 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:39355 is added to
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-c50127e1-a552-4839-811e-3d5eafd62c32:NORMAL:127.0.0.1:39355|RBW],
ReplicaUC[[DISK]DS-63e316b4-448a-4df4-90de-32d7da2cad19:NORMAL:127.0.0.1:35809|RBW]]}
size 0
[junit4] 2> 1025382 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:39355 is added to
blk_1073741828_1004{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-c50127e1-a552-4839-811e-3d5eafd62c32:NORMAL:127.0.0.1:39355|RBW],
ReplicaUC[[DISK]DS-0d882e07-51d3-4720-8135-eaaa4494bde5:NORMAL:127.0.0.1:35809|RBW]]}
size 0
[junit4] 2> 1025382 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35809 is added to
blk_1073741828_1004{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-c50127e1-a552-4839-811e-3d5eafd62c32:NORMAL:127.0.0.1:39355|RBW],
ReplicaUC[[DISK]DS-0d882e07-51d3-4720-8135-eaaa4494bde5:NORMAL:127.0.0.1:35809|RBW]]}
size 0
[junit4] 2> 1025383 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35809 is added to
blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-b2fb086c-7f85-4ba1-ac3c-8d2dc76933b4:NORMAL:127.0.0.1:39355|RBW],
ReplicaUC[[DISK]DS-63e316b4-448a-4df4-90de-32d7da2cad19:NORMAL:127.0.0.1:35809|RBW]]}
size 0
[junit4] 2> 1025383 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:39355 is added to
blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-b2fb086c-7f85-4ba1-ac3c-8d2dc76933b4:NORMAL:127.0.0.1:39355|RBW],
ReplicaUC[[DISK]DS-63e316b4-448a-4df4-90de-32d7da2cad19:NORMAL:127.0.0.1:35809|RBW]]}
size 0
[junit4] 2> 1025410 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_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> 1025410 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_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> 1025410 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 1025418 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1025418 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1025426 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_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> 1025426 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_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> 1025426 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_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> 1025426 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_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> 1025427 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 1025426 INFO (qtp1482696832-13790) [n:127.0.0.1:41121_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> 1025427 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 1025427 INFO (qtp1482696832-13790) [n:127.0.0.1:41121_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> 1025427 INFO (qtp1482696832-13790) [n:127.0.0.1:41121_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 1025439 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@738637b8[testSimple1_shard2_replica_n4] main]
[junit4] 2> 1025440 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_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> 1025440 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_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> 1025440 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_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> 1025441 INFO
(searcherExecutor-4726-thread-1-processing-n:127.0.0.1:33891_solr
x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7)
[n:127.0.0.1:33891_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@738637b8[testSimple1_shard2_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1025441 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_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 1592831524029333504
[junit4] 2> 1025441 INFO (qtp1482696832-13790) [n:127.0.0.1:41121_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1025441 INFO (qtp1482696832-13790) [n:127.0.0.1:41121_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1025442 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1025442 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1025442 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1025442 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1025446 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard2: total=2 found=1 timeoutin=9999ms
[junit4] 2> 1025448 INFO (qtp1482696832-13790) [n:127.0.0.1:41121_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@ead7f46[testSimple1_shard1_replica_n2] main]
[junit4] 2> 1025448 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@6f506da6[testSimple1_shard1_replica_n1] main]
[junit4] 2> 1025448 INFO (qtp1482696832-13790) [n:127.0.0.1:41121_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> 1025448 INFO (qtp1482696832-13790) [n:127.0.0.1:41121_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> 1025449 INFO (qtp1482696832-13790) [n:127.0.0.1:41121_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> 1025449 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_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> 1025450 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_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> 1025450 INFO
(searcherExecutor-4729-thread-1-processing-n:127.0.0.1:41121_solr
x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5)
[n:127.0.0.1:41121_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@ead7f46[testSimple1_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1025450 INFO (qtp1482696832-13790) [n:127.0.0.1:41121_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 1592831524038770688
[junit4] 2> 1025450 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@e09e8c7[testSimple1_shard2_replica_n6] main]
[junit4] 2> 1025450 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_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> 1025451 INFO
(searcherExecutor-4727-thread-1-processing-n:127.0.0.1:33891_solr
x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3)
[n:127.0.0.1:33891_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@6f506da6[testSimple1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1025451 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_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 1592831524039819264
[junit4] 2> 1025451 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_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> 1025451 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_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> 1025452 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_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> 1025452 INFO
(searcherExecutor-4728-thread-1-processing-n:127.0.0.1:41121_solr
x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8)
[n:127.0.0.1:41121_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@e09e8c7[testSimple1_shard2_replica_n6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1025452 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_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 1592831524040867840
[junit4] 2> 1025454 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_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> 1025454 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_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> 1025454 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:33891/solr/testSimple1_shard1_replica_n1/
[junit4] 2> 1025454 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_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=https://127.0.0.1:33891/solr START
replicas=[https://127.0.0.1:41121/solr/testSimple1_shard1_replica_n2/]
nUpdates=100
[junit4] 2> 1025457 INFO (qtp1482696832-14064) [n:127.0.0.1:41121_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> 1025555 INFO
(zkCallback-3810-thread-2-processing-n:127.0.0.1:41121_solr)
[n:127.0.0.1:41121_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> 1025555 INFO
(zkCallback-3810-thread-1-processing-n:127.0.0.1:41121_solr)
[n:127.0.0.1:41121_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> 1025555 INFO
(zkCallback-3814-thread-1-processing-n:127.0.0.1:33891_solr)
[n:127.0.0.1:33891_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> 1025555 INFO
(zkCallback-3814-thread-2-processing-n:127.0.0.1:33891_solr)
[n:127.0.0.1:33891_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> 1025755 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_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=https://127.0.0.1:33891/solr DONE. We have no versions. sync failed.
[junit4] 2> 1025755 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_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> 1025755 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_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> 1025755 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_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> 1025758 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:33891/solr/testSimple1_shard1_replica_n1/ shard1
[junit4] 2> 1025859 INFO
(zkCallback-3810-thread-1-processing-n:127.0.0.1:41121_solr)
[n:127.0.0.1:41121_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> 1025859 INFO
(zkCallback-3810-thread-2-processing-n:127.0.0.1:41121_solr)
[n:127.0.0.1:41121_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> 1025859 INFO
(zkCallback-3814-thread-2-processing-n:127.0.0.1:33891_solr)
[n:127.0.0.1:33891_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> 1025859 INFO
(zkCallback-3814-thread-1-processing-n:127.0.0.1:33891_solr)
[n:127.0.0.1:33891_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> 1025908 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_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> 1025910 INFO (qtp1336152552-13794) [n:127.0.0.1:33891_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=1640
[junit4] 2> 1025947 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_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> 1025947 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_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> 1025947 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:33891/solr/testSimple1_shard2_replica_n4/
[junit4] 2> 1025947 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_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=https://127.0.0.1:33891/solr START
replicas=[https://127.0.0.1:41121/solr/testSimple1_shard2_replica_n6/]
nUpdates=100
[junit4] 2> 1025948 INFO (qtp1482696832-14060) [n:127.0.0.1:41121_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> 1026010 INFO
(zkCallback-3814-thread-1-processing-n:127.0.0.1:33891_solr)
[n:127.0.0.1:33891_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> 1026010 INFO
(zkCallback-3810-thread-2-processing-n:127.0.0.1:41121_solr)
[n:127.0.0.1:41121_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> 1026010 INFO
(zkCallback-3810-thread-1-processing-n:127.0.0.1:41121_solr)
[n:127.0.0.1:41121_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> 1026010 INFO
(zkCallback-3814-thread-2-processing-n:127.0.0.1:33891_solr)
[n:127.0.0.1:33891_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> 1026248 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_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=https://127.0.0.1:33891/solr DONE. We have no versions. sync failed.
[junit4] 2> 1026248 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_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> 1026248 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_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> 1026248 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_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> 1026250 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:33891/solr/testSimple1_shard2_replica_n4/ shard2
[junit4] 2> 1026351 INFO
(zkCallback-3814-thread-2-processing-n:127.0.0.1:33891_solr)
[n:127.0.0.1:33891_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> 1026351 INFO
(zkCallback-3814-thread-1-processing-n:127.0.0.1:33891_solr)
[n:127.0.0.1:33891_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> 1026351 INFO
(zkCallback-3810-thread-1-processing-n:127.0.0.1:41121_solr)
[n:127.0.0.1:41121_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> 1026351 INFO
(zkCallback-3810-thread-2-processing-n:127.0.0.1:41121_solr)
[n:127.0.0.1:41121_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> 1026359 DEBUG (ScheduledTrigger-4718-thread-1)
[n:127.0.0.1:40001_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 1026400 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_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> 1026402 INFO (qtp1336152552-14057) [n:127.0.0.1:33891_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=2133
[junit4] 2> 1026455 INFO (qtp1482696832-13790) [n:127.0.0.1:41121_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=2169
[junit4] 2> 1026457 INFO (qtp1482696832-13786) [n:127.0.0.1:41121_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=2173
[junit4] 2> 1026458 INFO (qtp1336152552-13792) [n:127.0.0.1:33891_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> 1026557 INFO
(zkCallback-3814-thread-2-processing-n:127.0.0.1:33891_solr)
[n:127.0.0.1:33891_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> 1026557 INFO
(zkCallback-3814-thread-1-processing-n:127.0.0.1:33891_solr)
[n:127.0.0.1:33891_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> 1026557 INFO
(zkCallback-3810-thread-1-processing-n:127.0.0.1:41121_solr)
[n:127.0.0.1:41121_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> 1026557 INFO
(zkCallback-3810-thread-2-processing-n:127.0.0.1:41121_solr)
[n:127.0.0.1:41121_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> 1027360 DEBUG (ScheduledTrigger-4718-thread-1)
[n:127.0.0.1:40001_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 1027458 INFO (qtp1336152552-13792) [n:127.0.0.1:33891_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:41121_solr,127.0.0.1:33891_solr&wt=javabin&version=2}
status=0 QTime=3503
[junit4] 2> 1027459 INFO (qtp1336152552-13796) [n:127.0.0.1:33891_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:33891_solr,127.0.0.1:40001_solr&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1027460 INFO
(OverseerThreadFactory-4720-thread-2-processing-n:127.0.0.1:40001_solr)
[n:127.0.0.1:40001_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
testSimple2
[junit4] 2> 1027460 INFO
(OverseerCollectionConfigSetProcessor-72175930619854856-127.0.0.1:40001_solr-n_0000000000)
[n:127.0.0.1:40001_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> 1027663 INFO
(OverseerStateUpdate-72175930619854856-127.0.0.1:40001_solr-n_0000000000)
[n:127.0.0.1:40001_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":"https://127.0.0.1:40001/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1027664 INFO
(OverseerStateUpdate-72175930619854856-127.0.0.1:40001_solr-n_0000000000)
[n:127.0.0.1:40001_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":"https://127.0.0.1:33891/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1027665 INFO
(OverseerStateUpdate-72175930619854856-127.0.0.1:40001_solr-n_0000000000)
[n:127.0.0.1:40001_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":"https://127.0.0.1:40001/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1027665 INFO
(OverseerStateUpdate-72175930619854856-127.0.0.1:40001_solr-n_0000000000)
[n:127.0.0.1:40001_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":"https://127.0.0.1:33891/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1027867 INFO (qtp1336152552-14061) [n:127.0.0.1:33891_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> 1027867 INFO (qtp1336152552-13777) [n:127.0.0.1:33891_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> 1027878 INFO (qtp2073273735-13795) [n:127.0.0.1:40001_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> 1027878 INFO (qtp2073273735-13795) [n:127.0.0.1:40001_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1027882 INFO (qtp2073273735-13779) [n:127.0.0.1:40001_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> 1027984 INFO
(zkCallback-3814-thread-1-processing-n:127.0.0.1:33891_solr)
[n:127.0.0.1:33891_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> 1027984 INFO
(zkCallback-3814-thread-2-processing-n:127.0.0.1:33891_solr)
[n:127.0.0.1:33891_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> 1027984 INFO
(zkCallback-3811-thread-1-processing-n:127.0.0.1:40001_solr)
[n:127.0.0.1:40001_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> 1027984 INFO
(zkCallback-3811-thread-2-processing-n:127.0.0.1:40001_solr)
[n:127.0.0.1:40001_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple2/state.json] for collection [testSi
[...truncated too long message...]
d o.e.j.s.ServletContextHandler@1ff0f82{/solr,null,UNAVAILABLE}
[junit4] 2> 1163536 INFO (jetty-closer-3789-thread-2) [ ]
o.e.j.s.session Stopped scavenging
[junit4] 2> 1163536 ERROR
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] 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> 1163536 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33715 33715
[junit4] 2> 1168651 INFO (Thread-4652) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:33715 33715
[junit4] 2> 1168652 WARN (Thread-4652) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/collections/testSimple1/terms/shard2
[junit4] 2> 5 /solr/collections/testSimple2/terms/shard2
[junit4] 2> 5 /solr/collections/testSimple2/terms/shard1
[junit4] 2> 5 /solr/collections/testSimple1/terms/shard1
[junit4] 2> 5 /solr/aliases.json
[junit4] 2> 4 /solr/security.json
[junit4] 2> 4 /solr/configs/conf
[junit4] 2> 3 /solr/collections/testSimple3/terms/shard3
[junit4] 2> 3 /solr/collections/testSimple3/terms/shard2
[junit4] 2> 3 /solr/collections/testSimple3/terms/shard1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 30 /solr/collections/testSimple1/state.json
[junit4] 2> 16 /solr/collections/testSimple2/state.json
[junit4] 2> 12 /solr/collections/testSimple3/state.json
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2> 2
/solr/collections/testSimple1/leader_elect/shard1/election/72175930619854857-core_node3-n_0000000000
[junit4] 2> 2 /solr/autoscaling.json
[junit4] 2> 2
/solr/overseer_elect/election/72175930619854856-127.0.0.1:40001_solr-n_0000000000
[junit4] 2> 2
/solr/collections/testSimple1/leader_elect/shard2/election/72175930619854857-core_node7-n_0000000000
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/live_nodes
[junit4] 2> 5 /solr/collections
[junit4] 2> 2 /solr/overseer/queue
[junit4] 2> 2 /solr/overseer/queue-work
[junit4] 2> 2 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> 1168653 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
[junit4] 2> 1168661 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
[junit4] 2> 1168762 WARN (DataNode:
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_49EC396B0756E678-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_49EC396B0756E678-001/tempDir-002/hdfsBaseDir/data/data4/]]
heartbeating to localhost.localdomain/127.0.0.1:37857) [ ]
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager
interrupted
[junit4] 2> 1168762 WARN (DataNode:
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_49EC396B0756E678-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_49EC396B0756E678-001/tempDir-002/hdfsBaseDir/data/data4/]]
heartbeating to localhost.localdomain/127.0.0.1:37857) [ ]
o.a.h.h.s.d.DataNode Ending block pool service for: Block pool
BP-1965681435-88.99.242.108-1519042512821 (Datanode Uuid
c8c42917-ed47-4d2e-9105-15dcb97b23bd) service to
localhost.localdomain/127.0.0.1:37857
[junit4] 2> 1168763 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
[junit4] 2> 1168766 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
[junit4] 2> 1168867 WARN (DataNode:
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_49EC396B0756E678-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_49EC396B0756E678-001/tempDir-002/hdfsBaseDir/data/data2/]]
heartbeating to localhost.localdomain/127.0.0.1:37857) [ ]
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager
interrupted
[junit4] 2> 1168868 WARN (DataNode:
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_49EC396B0756E678-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_49EC396B0756E678-001/tempDir-002/hdfsBaseDir/data/data2/]]
heartbeating to localhost.localdomain/127.0.0.1:37857) [ ]
o.a.h.h.s.d.DataNode Ending block pool service for: Block pool
BP-1965681435-88.99.242.108-1519042512821 (Datanode Uuid
9fdad5e8-7da8-4851-9629-f1034567a8f8) service to
localhost.localdomain/127.0.0.1:37857
[junit4] 2> 1168872 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] o.m.log Stopped
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:0
[junit4] 2> 1168982 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[49EC396B0756E678]-worker) [
] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33715 33715
[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_49EC396B0756E678-001
[junit4] 2> Feb 19, 2018 12:17:38 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 66 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70),
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@bbfb31e),
locale=rw-RW, timezone=AST
[junit4] 2> NOTE: Linux 4.13.0-32-generic amd64/Oracle Corporation 10
(64-bit)/cpus=8,threads=2,free=113230408,total=511180800
[junit4] 2> NOTE: All tests run in this JVM: [IndexSchemaTest,
TestSortableTextField, TestCharFilters, PreAnalyzedFieldManagedSchemaCloudTest,
TestFieldCollectionResource, ResourceLoaderTest, SuggestComponentTest,
BlobRepositoryCloudTest, TestSolr4Spatial, SolrCloudReportersTest,
TestReplicationHandler, FacetPivotSmallTest, QueryEqualityTest,
AnalysisErrorHandlingTest, TestSolrQueryResponse, PeerSyncTest, AddReplicaTest,
TestPartialUpdateDeduplication, ConfigureRecoveryStrategyTest,
TestSolrCoreParser, CdcrReplicationHandlerTest,
CloneFieldUpdateProcessorFactoryTest, SolrCoreMetricManagerTest,
TestPointFields, MetricsHandlerTest, TestConfigSetProperties,
ShardRoutingCustomTest, TestUtilizeNode, SuggesterTest, OverseerTaskQueueTest,
DeleteNodeTest, TestExactStatsCache, TestSortByMinMaxFunction,
LeaderElectionContextKeyTest, CSVRequestHandlerTest,
TolerantUpdateProcessorTest, CoreAdminRequestStatusTest, TestExecutePlanAction,
TestManagedSynonymGraphFilterFactory, TestHdfsCloudBackupRestore,
TestStressVersions, CdcrBidirectionalTest, TestPostingsSolrHighlighter,
FieldMutatingUpdateProcessorTest, TestNonDefinedSimilarityFactory,
ChangedSchemaMergeTest, TestCopyFieldCollectionResource, TestDistributedMap,
TestLegacyNumericUtils, TestSchemaSimilarityResource, TestManagedSchema,
ResponseBuilderTest, TestFastLRUCache, SegmentsInfoRequestHandlerTest,
TestShortCircuitedRequests, SolrCoreTest, TestScoreJoinQPScore,
TestConfigReload, SoftAutoCommitTest, TestDefaultStatsCache, BufferStoreTest,
TestSimpleTextCodec, SystemLogListenerTest, NumberUtilsTest,
TestPayloadCheckQParserPlugin, TestHighFrequencyDictionaryFactory,
DirectUpdateHandlerOptimizeTest, TestSQLHandler, DirectSolrConnectionTest,
TestPKIAuthenticationPlugin, TestTrie, TestRequestForwarding,
TestCursorMarkWithoutUniqueKey, CustomHighlightComponentTest,
HdfsSyncSliceTest, TestRecoveryHdfs, DocumentBuilderTest,
ParsingFieldUpdateProcessorsTest, TestSolrConfigHandlerConcurrent,
TestStressCloudBlindAtomicUpdates, SubstringBytesRefFilterTest,
AlternateDirectoryTest, SpatialRPTFieldTypeTest, SparseHLLTest,
QueryElevationComponentTest, AnalyticsMergeStrategyTest, TestFunctionQuery,
TestNumericRangeQuery32, SortByFunctionTest,
TestLeaderElectionWithEmptyReplica, TestCustomStream, ScriptEngineTest,
BigEndianAscendingWordSerializerTest, TestPrepRecovery,
MissingSegmentRecoveryTest, PrimitiveFieldTypeTest, TestJettySolrRunner,
DocValuesNotIndexedTest, TestExceedMaxTermLength, TestPerFieldSimilarity,
HdfsRecoverLeaseTest, DeleteStatusTest, TestSimDistributedQueue,
TestSimpleQParserPlugin, TestSolrIndexConfig, TestSolrCloudSnapshots,
TestSurroundQueryParser, FullHLLTest, ReplicationFactorTest,
TestFieldTypeResource, TestBM25SimilarityFactory,
TestRequestStatusCollectionAPI, HdfsAutoAddReplicasIntegrationTest]
[junit4] Completed [283/778 (1!)] on J1 in 155.69s, 1 test, 1 failure <<<
FAILURES!
[...truncated 42896 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]