Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2354/
Java: 64bit/jdk-10 -XX:+UseCompressedOops -XX:+UseParallelGC
1 tests failed.
FAILED:
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple
Error Message:
Waiting for collection testSimple2 null Live Nodes: [127.0.0.1:37475_solr,
127.0.0.1:42089_solr] Last available state:
DocCollection(testSimple2//collections/testSimple2/state.json/21)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{ "shard1":{
"range":"80000000-ffffffff", "state":"active", "replicas":{
"core_node3":{
"dataDir":"hdfs://localhost.localdomain:37021/data/testSimple2/core_node3/data/",
"base_url":"http://127.0.0.1:42089/solr",
"node_name":"127.0.0.1:42089_solr", "type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://localhost.localdomain:37021/data/testSimple2/core_node3/data/tlog",
"core":"testSimple2_shard1_replica_n1",
"shared_storage":"true", "state":"active",
"leader":"true"}, "core_node5":{
"dataDir":"hdfs://localhost.localdomain:37021/data/testSimple2/core_node5/data/",
"base_url":"http://127.0.0.1:35435/solr",
"node_name":"127.0.0.1:35435_solr", "type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://localhost.localdomain:37021/data/testSimple2/core_node5/data/tlog",
"core":"testSimple2_shard1_replica_n2",
"shared_storage":"true", "state":"down"}}}, "shard2":{
"range":"0-7fffffff", "state":"active", "replicas":{
"core_node7":{
"dataDir":"hdfs://localhost.localdomain:37021/data/testSimple2/core_node7/data/",
"base_url":"http://127.0.0.1:42089/solr",
"node_name":"127.0.0.1:42089_solr", "type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://localhost.localdomain:37021/data/testSimple2/core_node7/data/tlog",
"core":"testSimple2_shard2_replica_n4",
"shared_storage":"true", "state":"active",
"leader":"true"}, "core_node8":{
"dataDir":"hdfs://localhost.localdomain:37021/data/testSimple2/core_node8/data/",
"base_url":"http://127.0.0.1:35435/solr",
"node_name":"127.0.0.1:35435_solr", "type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://localhost.localdomain:37021/data/testSimple2/core_node8/data/tlog",
"core":"testSimple2_shard2_replica_n6",
"shared_storage":"true", "state":"down"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"2",
"autoAddReplicas":"true", "nrtReplicas":"2", "tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple2
null
Live Nodes: [127.0.0.1:37475_solr, 127.0.0.1:42089_solr]
Last available state:
DocCollection(testSimple2//collections/testSimple2/state.json/21)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{
"shard1":{
"range":"80000000-ffffffff",
"state":"active",
"replicas":{
"core_node3":{
"dataDir":"hdfs://localhost.localdomain:37021/data/testSimple2/core_node3/data/",
"base_url":"http://127.0.0.1:42089/solr",
"node_name":"127.0.0.1:42089_solr",
"type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://localhost.localdomain:37021/data/testSimple2/core_node3/data/tlog",
"core":"testSimple2_shard1_replica_n1",
"shared_storage":"true",
"state":"active",
"leader":"true"},
"core_node5":{
"dataDir":"hdfs://localhost.localdomain:37021/data/testSimple2/core_node5/data/",
"base_url":"http://127.0.0.1:35435/solr",
"node_name":"127.0.0.1:35435_solr",
"type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://localhost.localdomain:37021/data/testSimple2/core_node5/data/tlog",
"core":"testSimple2_shard1_replica_n2",
"shared_storage":"true",
"state":"down"}}},
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{
"core_node7":{
"dataDir":"hdfs://localhost.localdomain:37021/data/testSimple2/core_node7/data/",
"base_url":"http://127.0.0.1:42089/solr",
"node_name":"127.0.0.1:42089_solr",
"type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://localhost.localdomain:37021/data/testSimple2/core_node7/data/tlog",
"core":"testSimple2_shard2_replica_n4",
"shared_storage":"true",
"state":"active",
"leader":"true"},
"core_node8":{
"dataDir":"hdfs://localhost.localdomain:37021/data/testSimple2/core_node8/data/",
"base_url":"http://127.0.0.1:35435/solr",
"node_name":"127.0.0.1:35435_solr",
"type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://localhost.localdomain:37021/data/testSimple2/core_node8/data/tlog",
"core":"testSimple2_shard2_replica_n6",
"shared_storage":"true",
"state":"down"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"2",
"autoAddReplicas":"true",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([562381F7DE7CDAD:3DD11CE15A14197C]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:278)
at
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:129)
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 12668 lines...]
[junit4] Suite:
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_562381F7DE7CDAD-001/init-core-data-001
[junit4] 2> 282839 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 282839 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 282839 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) 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> 282839 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 282843 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_562381F7DE7CDAD-001/tempDir-001
[junit4] 2> 282843 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 282859 INFO (Thread-872) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 282859 INFO (Thread-872) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 282889 ERROR (Thread-872) [ ] 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> 282949 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:43049
[junit4] 2> 282955 INFO (zkConnectionManagerCallback-757-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 282961 INFO (jetty-launcher-754-thread-1) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10+46
[junit4] 2> 282968 INFO (jetty-launcher-754-thread-2) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10+46
[junit4] 2> 282969 INFO (jetty-launcher-754-thread-3) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10+46
[junit4] 2> 282991 INFO (jetty-launcher-754-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 282991 INFO (jetty-launcher-754-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 282991 INFO (jetty-launcher-754-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 283003 INFO (jetty-launcher-754-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@30be064d{/solr,null,AVAILABLE}
[junit4] 2> 283005 INFO (jetty-launcher-754-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@2b3908ab{HTTP/1.1,[http/1.1]}{127.0.0.1:35435}
[junit4] 2> 283005 INFO (jetty-launcher-754-thread-2) [ ]
o.e.j.s.Server Started @283041ms
[junit4] 2> 283005 INFO (jetty-launcher-754-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35435}
[junit4] 2> 283005 ERROR (jetty-launcher-754-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 283005 INFO (jetty-launcher-754-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 283005 INFO (jetty-launcher-754-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.5.0
[junit4] 2> 283005 INFO (jetty-launcher-754-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 283005 INFO (jetty-launcher-754-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 283005 INFO (jetty-launcher-754-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-07-20T01:24:10.949641Z
[junit4] 2> 283035 INFO (zkConnectionManagerCallback-759-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 283035 INFO (jetty-launcher-754-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 283037 INFO (jetty-launcher-754-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 283037 INFO (jetty-launcher-754-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 283038 INFO (jetty-launcher-754-thread-2) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@52f24b9b, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 283055 INFO (jetty-launcher-754-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 283055 INFO (jetty-launcher-754-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 283055 INFO (jetty-launcher-754-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 283067 INFO (jetty-launcher-754-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2e4a7de2{/solr,null,AVAILABLE}
[junit4] 2> 283067 INFO (jetty-launcher-754-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@2edae788{HTTP/1.1,[http/1.1]}{127.0.0.1:37475}
[junit4] 2> 283067 INFO (jetty-launcher-754-thread-1) [ ]
o.e.j.s.Server Started @283103ms
[junit4] 2> 283067 INFO (jetty-launcher-754-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=37475}
[junit4] 2> 283067 ERROR (jetty-launcher-754-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 283067 INFO (jetty-launcher-754-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 283067 INFO (jetty-launcher-754-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.5.0
[junit4] 2> 283067 INFO (jetty-launcher-754-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 283067 INFO (jetty-launcher-754-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 283067 INFO (jetty-launcher-754-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-07-20T01:24:11.011985Z
[junit4] 2> 283071 INFO (jetty-launcher-754-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 283071 INFO (jetty-launcher-754-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 283071 INFO (jetty-launcher-754-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 283111 INFO (jetty-launcher-754-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@facf064{/solr,null,AVAILABLE}
[junit4] 2> 283111 INFO (jetty-launcher-754-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7355ce5c{HTTP/1.1,[http/1.1]}{127.0.0.1:42089}
[junit4] 2> 283111 INFO (jetty-launcher-754-thread-3) [ ]
o.e.j.s.Server Started @283147ms
[junit4] 2> 283111 INFO (jetty-launcher-754-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42089}
[junit4] 2> 283112 ERROR (jetty-launcher-754-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 283112 INFO (jetty-launcher-754-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 283112 INFO (jetty-launcher-754-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.5.0
[junit4] 2> 283112 INFO (jetty-launcher-754-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 283112 INFO (jetty-launcher-754-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 283112 INFO (jetty-launcher-754-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-07-20T01:24:11.056307Z
[junit4] 2> 283127 INFO (zkConnectionManagerCallback-761-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 283127 INFO (jetty-launcher-754-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 283129 INFO (jetty-launcher-754-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 283129 INFO (jetty-launcher-754-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 283130 INFO (jetty-launcher-754-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@52f24b9b, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 283153 INFO (zkConnectionManagerCallback-763-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 283154 INFO (jetty-launcher-754-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 283156 INFO (jetty-launcher-754-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 283156 INFO (jetty-launcher-754-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 283156 INFO (jetty-launcher-754-thread-3) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@52f24b9b, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 283187 INFO (jetty-launcher-754-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43049/solr
[junit4] 2> 283214 INFO (zkConnectionManagerCallback-767-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 283247 INFO (zkConnectionManagerCallback-769-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 283268 INFO (jetty-launcher-754-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43049/solr
[junit4] 2> 283315 INFO (zkConnectionManagerCallback-775-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 283337 INFO (jetty-launcher-754-thread-2)
[n:127.0.0.1:35435_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:35435_solr
[junit4] 2> 283342 INFO (jetty-launcher-754-thread-2)
[n:127.0.0.1:35435_solr ] o.a.s.c.Overseer Overseer
(id=72157145034391557-127.0.0.1:35435_solr-n_0000000000) starting
[junit4] 2> 283368 INFO (zkConnectionManagerCallback-777-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 283383 INFO (jetty-launcher-754-thread-1)
[n:127.0.0.1:37475_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37475_solr
[junit4] 2> 283419 INFO (zkConnectionManagerCallback-782-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 283425 INFO (jetty-launcher-754-thread-2)
[n:127.0.0.1:35435_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 283426 INFO (jetty-launcher-754-thread-2)
[n:127.0.0.1:35435_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:43049/solr ready
[junit4] 2> 283449 INFO (zkCallback-776-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 283449 INFO (zkCallback-768-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 283471 INFO
(OverseerStateUpdate-72157145034391557-127.0.0.1:35435_solr-n_0000000000) [
] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:35435_solr
[junit4] 2> 283485 DEBUG
(OverseerAutoScalingTriggerThread-72157145034391557-127.0.0.1:35435_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and
.scheduled_maintenance triggers
[junit4] 2> 283487 DEBUG
(OverseerAutoScalingTriggerThread-72157145034391557-127.0.0.1:35435_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode
version 1
[junit4] 2> 283487 INFO (zkConnectionManagerCallback-789-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 283487 INFO (jetty-launcher-754-thread-2)
[n:127.0.0.1:35435_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 283487 DEBUG
(OverseerAutoScalingTriggerThread-72157145034391557-127.0.0.1:35435_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion -1
[junit4] 2> 283487 INFO (jetty-launcher-754-thread-2)
[n:127.0.0.1:35435_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35435_solr
[junit4] 2> 283487 DEBUG
(OverseerAutoScalingTriggerThread-72157145034391557-127.0.0.1:35435_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 1
[junit4] 2> 283503 INFO (zkCallback-776-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 283503 INFO (jetty-launcher-754-thread-1)
[n:127.0.0.1:37475_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 283503 INFO (zkCallback-768-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 283515 INFO (jetty-launcher-754-thread-1)
[n:127.0.0.1:37475_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:43049/solr ready
[junit4] 2> 283550 INFO (jetty-launcher-754-thread-1)
[n:127.0.0.1:37475_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 283574 INFO (zkCallback-781-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 283592 DEBUG
(OverseerAutoScalingTriggerThread-72157145034391557-127.0.0.1:35435_solr-n_0000000000)
[ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial
livenodes: [127.0.0.1:37475_solr, 127.0.0.1:35435_solr]
[junit4] 2> 283594 INFO (jetty-launcher-754-thread-1)
[n:127.0.0.1:37475_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@52f24b9b
[junit4] 2> 283607 INFO (jetty-launcher-754-thread-1)
[n:127.0.0.1:37475_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@52f24b9b
[junit4] 2> 283607 INFO (jetty-launcher-754-thread-1)
[n:127.0.0.1:37475_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@52f24b9b
[junit4] 2> 283608 INFO (jetty-launcher-754-thread-1)
[n:127.0.0.1:37475_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_562381F7DE7CDAD-001/tempDir-001/node1/.
[junit4] 2> 283610 INFO (jetty-launcher-754-thread-2)
[n:127.0.0.1:35435_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 283623 INFO (jetty-launcher-754-thread-2)
[n:127.0.0.1:35435_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@52f24b9b
[junit4] 2> 283639 INFO (jetty-launcher-754-thread-2)
[n:127.0.0.1:35435_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@52f24b9b
[junit4] 2> 283639 INFO (jetty-launcher-754-thread-2)
[n:127.0.0.1:35435_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@52f24b9b
[junit4] 2> 283640 INFO (jetty-launcher-754-thread-2)
[n:127.0.0.1:35435_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_562381F7DE7CDAD-001/tempDir-001/node2/.
[junit4] 2> 283657 DEBUG
(OverseerAutoScalingTriggerThread-72157145034391557-127.0.0.1:35435_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 283657 DEBUG
(OverseerAutoScalingTriggerThread-72157145034391557-127.0.0.1:35435_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion 1
[junit4] 2> 283720 DEBUG (ScheduledTrigger-1079-thread-3) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 283796 INFO (jetty-launcher-754-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43049/solr
[junit4] 2> 283827 INFO (zkConnectionManagerCallback-795-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 283881 INFO (zkConnectionManagerCallback-797-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 283894 INFO (jetty-launcher-754-thread-3)
[n:127.0.0.1:42089_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 283897 INFO (jetty-launcher-754-thread-3)
[n:127.0.0.1:42089_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 283897 INFO (jetty-launcher-754-thread-3)
[n:127.0.0.1:42089_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42089_solr
[junit4] 2> 283898 INFO (zkCallback-781-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 283898 INFO (zkCallback-776-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 283924 INFO (zkCallback-796-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 283924 INFO (zkCallback-788-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 283926 INFO (zkConnectionManagerCallback-804-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 283927 INFO (zkCallback-768-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 283928 INFO (jetty-launcher-754-thread-3)
[n:127.0.0.1:42089_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 283932 INFO (jetty-launcher-754-thread-3)
[n:127.0.0.1:42089_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:43049/solr ready
[junit4] 2> 283938 INFO (jetty-launcher-754-thread-3)
[n:127.0.0.1:42089_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 283949 INFO (jetty-launcher-754-thread-3)
[n:127.0.0.1:42089_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@52f24b9b
[junit4] 2> 283956 INFO (jetty-launcher-754-thread-3)
[n:127.0.0.1:42089_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@52f24b9b
[junit4] 2> 283956 INFO (jetty-launcher-754-thread-3)
[n:127.0.0.1:42089_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@52f24b9b
[junit4] 2> 283957 INFO (jetty-launcher-754-thread-3)
[n:127.0.0.1:42089_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_562381F7DE7CDAD-001/tempDir-001/node3/.
[junit4] 2> 284010 INFO (zkConnectionManagerCallback-807-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 284048 INFO (zkConnectionManagerCallback-812-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 284049 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 284051 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43049/solr ready
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 284178 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 284190 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 284191 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 284199 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-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_45785_hdfs____shvval/webapp
[junit4] 2> 284320 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:45785
[junit4] 2> 284607 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 284608 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 284622 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-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_35643_datanode____.kwaupy/webapp
[junit4] 2> 284711 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:35643
[junit4] 2> 284735 DEBUG (ScheduledTrigger-1079-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 284850 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 284852 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 284862 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-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_44061_datanode____.4mcysu/webapp
[junit4] 2> 285210 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:44061
[junit4] 2> 285736 DEBUG (ScheduledTrigger-1079-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 286736 DEBUG (ScheduledTrigger-1079-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 287005 ERROR (DataNode:
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_562381F7DE7CDAD-001/tempDir-002/hdfsBaseDir/data/data1/,
[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_562381F7DE7CDAD-001/tempDir-002/hdfsBaseDir/data/data2/]]
heartbeating to localhost.localdomain/127.0.0.1:37021) [ ]
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> 287059 ERROR (DataNode:
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_562381F7DE7CDAD-001/tempDir-002/hdfsBaseDir/data/data3/,
[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_562381F7DE7CDAD-001/tempDir-002/hdfsBaseDir/data/data4/]]
heartbeating to localhost.localdomain/127.0.0.1:37021) [ ]
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> 287079 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x5658d2a43c539: from storage
DS-cc0924fd-956d-4b79-a9a3-3e46f68a6001 node
DatanodeRegistration(127.0.0.1:42771,
datanodeUuid=b8dc252d-fb6c-41ef-b7e7-1be16f196e4e, infoPort=45693,
infoSecurePort=0, ipcPort=33995,
storageInfo=lv=-56;cid=testClusterID;nsid=499921910;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 287082 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x5658d2a43c539: from storage
DS-fffb40ef-302b-474a-8f63-8c9480f3d376 node
DatanodeRegistration(127.0.0.1:42771,
datanodeUuid=b8dc252d-fb6c-41ef-b7e7-1be16f196e4e, infoPort=45693,
infoSecurePort=0, ipcPort=33995,
storageInfo=lv=-56;cid=testClusterID;nsid=499921910;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 287087 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x5658d2aec1141: from storage
DS-25e7c6e9-3da9-4468-a362-e992b960c841 node
DatanodeRegistration(127.0.0.1:33193,
datanodeUuid=03af05d4-eb40-4d57-a9b2-756669687529, infoPort=37081,
infoSecurePort=0, ipcPort=37197,
storageInfo=lv=-56;cid=testClusterID;nsid=499921910;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 287089 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x5658d2aec1141: from storage
DS-c2289f0a-bddc-4d82-aec3-aca40e5376ab node
DatanodeRegistration(127.0.0.1:33193,
datanodeUuid=03af05d4-eb40-4d57-a9b2-756669687529, infoPort=37081,
infoSecurePort=0, ipcPort=37197,
storageInfo=lv=-56;cid=testClusterID;nsid=499921910;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 287236 INFO
(TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[562381F7DE7CDAD]) [
] o.a.s.SolrTestCaseJ4 ###Starting testSimple
[junit4] 2> 287239 INFO (qtp1072811743-3609) [n:127.0.0.1:42089_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:37475_solr,127.0.0.1:35435_solr&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 287241 INFO (OverseerThreadFactory-1081-thread-1) [ ]
o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple1
[junit4] 2> 287351 INFO
(OverseerStateUpdate-72157145034391557-127.0.0.1:35435_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testSimple1_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:37475/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 287352 INFO
(OverseerStateUpdate-72157145034391557-127.0.0.1:35435_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testSimple1_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:35435/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 287353 INFO
(OverseerStateUpdate-72157145034391557-127.0.0.1:35435_solr-n_0000000000) [
] 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_n3",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:37475/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 287354 INFO
(OverseerStateUpdate-72157145034391557-127.0.0.1:35435_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testSimple1_shard2_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:35435/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 287563 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
x:testSimple1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node5&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> 287564 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
x:testSimple1_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 287564 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
x:testSimple1_shard2_replica_n3] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n3&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 287567 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
x:testSimple1_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node8&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> 287579 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
x:testSimple1_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node6&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> 287736 DEBUG (ScheduledTrigger-1079-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 288595 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
[junit4] 2> 288598 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
[junit4] 2> 288602 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n3] Schema name=minimal
[junit4] 2> 288603 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
[junit4] 2> 288604 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 288604 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n3' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 288604 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 x:testSimple1_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
[junit4] 2> 288604 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.testSimple1.shard2.replica_n3' (registry
'solr.core.testSimple1.shard2.replica_n3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@52f24b9b
[junit4] 2> 288605 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 288605 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 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> 288605 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost.localdomain:37021/data
[junit4] 2> 288605 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 288605 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 288605 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n3] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_562381F7DE7CDAD-001/tempDir-001/node1/testSimple1_shard2_replica_n3],
dataDir=[hdfs://localhost.localdomain:37021/data/testSimple1/core_node7/data/]
[junit4] 2> 288605 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.testSimple1.shard1.replica_n1' (registry
'solr.core.testSimple1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@52f24b9b
[junit4] 2> 288605 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost.localdomain:37021/data
[junit4] 2> 288605 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 288605 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 288605 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_562381F7DE7CDAD-001/tempDir-001/node1/testSimple1_shard1_replica_n1],
dataDir=[hdfs://localhost.localdomain:37021/data/testSimple1/core_node5/data/]
[junit4] 2> 288607 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
[junit4] 2> 288610 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:37021/data/testSimple1/core_node7/data/snapshot_metadata
[junit4] 2> 288611 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:37021/data/testSimple1/core_node5/data/snapshot_metadata
[junit4] 2> 288613 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 x:testSimple1_shard1_replica_n2]
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
[junit4] 2> 288614 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 x:testSimple1_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 288615 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 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> 288615 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 x:testSimple1_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.testSimple1.shard1.replica_n2' (registry
'solr.core.testSimple1.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@52f24b9b
[junit4] 2> 288615 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 x:testSimple1_shard1_replica_n2]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost.localdomain:37021/data
[junit4] 2> 288615 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 x:testSimple1_shard1_replica_n2]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 288615 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 x:testSimple1_shard1_replica_n2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 288615 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 x:testSimple1_shard1_replica_n2]
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_562381F7DE7CDAD-001/tempDir-001/node2/testSimple1_shard1_replica_n2],
dataDir=[hdfs://localhost.localdomain:37021/data/testSimple1/core_node6/data/]
[junit4] 2> 288617 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 x:testSimple1_shard1_replica_n2]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:37021/data/testSimple1/core_node6/data/snapshot_metadata
[junit4] 2> 288621 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n4]
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
[junit4] 2> 288641 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n4]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 288641 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 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> 288647 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.testSimple1.shard2.replica_n4' (registry
'solr.core.testSimple1.shard2.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@52f24b9b
[junit4] 2> 288647 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n4]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost.localdomain:37021/data
[junit4] 2> 288648 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n4]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 288648 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 288648 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_562381F7DE7CDAD-001/tempDir-001/node2/testSimple1_shard2_replica_n4],
dataDir=[hdfs://localhost.localdomain:37021/data/testSimple1/core_node8/data/]
[junit4] 2> 288649 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n4]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:37021/data/testSimple1/core_node8/data/snapshot_metadata
[junit4] 2> 288699 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 x:testSimple1_shard1_replica_n2]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:37021/data/testSimple1/core_node6/data
[junit4] 2> 288704 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:37021/data/testSimple1/core_node5/data
[junit4] 2> 288704 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:37021/data/testSimple1/core_node7/data
[junit4] 2> 288713 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n4]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:37021/data/testSimple1/core_node8/data
[junit4] 2> 288736 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 x:testSimple1_shard1_replica_n2]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:37021/data/testSimple1/core_node6/data/index
[junit4] 2> 288736 DEBUG (ScheduledTrigger-1079-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 288758 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:37021/data/testSimple1/core_node5/data/index
[junit4] 2> 288760 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:37021/data/testSimple1/core_node7/data/index
[junit4] 2> 288770 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n4]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:37021/data/testSimple1/core_node8/data/index
[junit4] 2> 289120 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33193 is added to
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-fffb40ef-302b-474a-8f63-8c9480f3d376:NORMAL:127.0.0.1:42771|RBW],
ReplicaUC[[DISK]DS-25e7c6e9-3da9-4468-a362-e992b960c841:NORMAL:127.0.0.1:33193|FINALIZED]]}
size 0
[junit4] 2> 289120 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33193 is added to
blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-cc0924fd-956d-4b79-a9a3-3e46f68a6001:NORMAL:127.0.0.1:42771|RBW],
ReplicaUC[[DISK]DS-c2289f0a-bddc-4d82-aec3-aca40e5376ab:NORMAL:127.0.0.1:33193|FINALIZED]]}
size 0
[junit4] 2> 289124 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42771 is added to
blk_1073741827_1003{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-cc0924fd-956d-4b79-a9a3-3e46f68a6001:NORMAL:127.0.0.1:42771|RBW],
ReplicaUC[[DISK]DS-c2289f0a-bddc-4d82-aec3-aca40e5376ab:NORMAL:127.0.0.1:33193|RBW]]}
size 69
[junit4] 2> 289124 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42771 is added to
blk_1073741825_1001 size 69
[junit4] 2> 289124 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42771 is added to
blk_1073741826_1002 size 69
[junit4] 2> 289229 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33193 is added to
blk_1073741827_1003 size 69
[junit4] 2> 289239 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33193 is added to
blk_1073741828_1004{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-cc0924fd-956d-4b79-a9a3-3e46f68a6001:NORMAL:127.0.0.1:42771|RBW],
ReplicaUC[[DISK]DS-25e7c6e9-3da9-4468-a362-e992b960c841:NORMAL:127.0.0.1:33193|RBW]]}
size 0
[junit4] 2> 289243 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42771 is added to
blk_1073741828_1004 size 69
[junit4] 2> 289312 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 289312 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 289312 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 289333 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 289333 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 289339 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 289339 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 289339 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 289344 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 x:testSimple1_shard1_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 289344 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 x:testSimple1_shard1_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 289344 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 x:testSimple1_shard1_replica_n2]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 289350 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 289350 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 289354 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 x:testSimple1_shard1_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 289354 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 x:testSimple1_shard1_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 289423 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@ff70cd0[testSimple1_shard1_replica_n1] main]
[junit4] 2> 289424 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 289425 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 289425 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 289442 INFO
(searcherExecutor-1097-thread-1-processing-n:127.0.0.1:37475_solr
x:testSimple1_shard1_replica_n1 c:testSimple1 s:shard1 r:core_node5)
[n:127.0.0.1:37475_solr c:testSimple1 s:shard1 r:core_node5
x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore
[testSimple1_shard1_replica_n1] Registered new searcher
Searcher@ff70cd0[testSimple1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 289442 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1606470711258382336
[junit4] 2> 289450 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/testSimple1/terms/shard1 to Terms{values={core_node5=0}, version=0}
[junit4] 2> 289453 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 x:testSimple1_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@35a3a241[testSimple1_shard1_replica_n2] main]
[junit4] 2> 289454 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 x:testSimple1_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 289454 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 x:testSimple1_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 289455 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 x:testSimple1_shard1_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 289472 INFO
(searcherExecutor-1098-thread-1-processing-n:127.0.0.1:35435_solr
x:testSimple1_shard1_replica_n2 c:testSimple1 s:shard1 r:core_node6)
[n:127.0.0.1:35435_solr c:testSimple1 s:shard1 r:core_node6
x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore
[testSimple1_shard1_replica_n2] Registered new searcher
Searcher@35a3a241[testSimple1_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 289473 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 x:testSimple1_shard1_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1606470711290888192
[junit4] 2> 289477 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9995ms
[junit4] 2> 289480 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 x:testSimple1_shard1_replica_n2]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/testSimple1/terms/shard1 to Terms{values={core_node6=0,
core_node5=0}, version=1}
[junit4] 2> 289481 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@3633f354[testSimple1_shard2_replica_n3] main]
[junit4] 2> 289482 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 289483 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 289483 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 289484 INFO
(searcherExecutor-1096-thread-1-processing-n:127.0.0.1:37475_solr
x:testSimple1_shard2_replica_n3 c:testSimple1 s:shard2 r:core_node7)
[n:127.0.0.1:37475_solr c:testSimple1 s:shard2 r:core_node7
x:testSimple1_shard2_replica_n3] o.a.s.c.SolrCore
[testSimple1_shard2_replica_n3] Registered new searcher
Searcher@3633f354[testSimple1_shard2_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 289486 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1606470711304519680
[junit4] 2> 289491 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/testSimple1/terms/shard2 to Terms{values={core_node7=0}, version=0}
[junit4] 2> 289495 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard2: total=2 found=1 timeoutin=9999ms
[junit4] 2> 289597 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n4]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 289597 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n4]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 289598 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n4]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 289608 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 289608 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 289648 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n4]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7ff21469[testSimple1_shard2_replica_n4] main]
[junit4] 2> 289649 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n4]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 289649 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n4]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 289650 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 289654 INFO
(searcherExecutor-1099-thread-1-processing-n:127.0.0.1:35435_solr
x:testSimple1_shard2_replica_n4 c:testSimple1 s:shard2 r:core_node8)
[n:127.0.0.1:35435_solr c:testSimple1 s:shard2 r:core_node8
x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore
[testSimple1_shard2_replica_n4] Registered new searcher
Searcher@7ff21469[testSimple1_shard2_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 289654 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n4]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1606470711480680448
[junit4] 2> 289661 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n4]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/testSimple1/terms/shard2 to Terms{values={core_node7=0,
core_node8=0}, version=1}
[junit4] 2> 289736 DEBUG (ScheduledTrigger-1079-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 289978 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 289978 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 289978 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:37475/solr/testSimple1_shard1_replica_n1/
[junit4] 2> 289979 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1
url=http://127.0.0.1:37475/solr START
replicas=[http://127.0.0.1:35435/solr/testSimple1_shard1_replica_n2/]
nUpdates=100
[junit4] 2> 289979 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1
url=http://127.0.0.1:37475/solr DONE. We have no versions. sync failed.
[junit4] 2> 289982 INFO (qtp1246812293-3588) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 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> 289982 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 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> 289982 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 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> 289982 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 289984 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:37475/solr/testSimple1_shard1_replica_n1/ shard1
[junit4] 2> 289995 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 289995 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 289995 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:37475/solr/testSimple1_shard2_replica_n3/
[junit4] 2> 289996 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n3
url=http://127.0.0.1:37475/solr START
replicas=[http://127.0.0.1:35435/solr/testSimple1_shard2_replica_n4/]
nUpdates=100
[junit4] 2> 289996 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n3
url=http://127.0.0.1:37475/solr DONE. We have no versions. sync failed.
[junit4] 2> 289997 INFO (qtp1246812293-3593) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n4]
o.a.s.c.S.Request [testSimple1_shard2_replica_n4] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 289997 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 289997 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
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> 289997 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 289999 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:37475/solr/testSimple1_shard2_replica_n3/ shard2
[junit4] 2> 290101 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 290108 INFO (qtp1206671294-3592) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3]
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_n3&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2543
[junit4] 2> 290135 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 290138 INFO (qtp1206671294-3605) [n:127.0.0.1:37475_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n1]
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_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2574
[junit4] 2> 290239 INFO (zkCallback-776-thread-1) [ ]
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> 290488 INFO (qtp1246812293-3889) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard1 r:core_node6 x:testSimple1_shard1_replica_n2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node6&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=2909
[junit4] 2> 290599 INFO (zkCallback-776-thread-1) [ ]
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> 290599 INFO (zkCallback-768-thread-1) [ ]
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> 290665 INFO (qtp1246812293-3591) [n:127.0.0.1:35435_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n4]
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_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=3098
[junit4] 2> 290676 INFO (qtp1072811743-3609) [n:127.0.0.1:42089_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> 290737 DEBUG (ScheduledTrigger-1079-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 290766 INFO (zkCallback-776-thread-1) [ ]
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> 290766 INFO (zkCallback-768-thread-1) [ ]
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> 291259 INFO
(OverseerCollectionConfigSetProcessor-72157145034391557-127.0.0.1:35435_solr-n_0000000000)
[ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 291679 INFO (qtp1072811743-3609) [n:127.0.0.1:42089_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:37475_solr,127.0.0.1:35435_solr&wt=javabin&version=2}
status=0 QTime=4440
[junit4] 2> 291680 INFO (qtp1072811743-3589) [n:127.0.0.1:42089_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:35435_solr,127.0.0.1:42089_solr&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 291683 INFO (OverseerThreadFactory-1081-thread-2) [ ]
o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple2
[junit4] 2> 291737 DEBUG (ScheduledTrigger-1079-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 291890 INFO
(OverseerStateUpdate-72157145034391557-127.0.0.1:35435_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testSimple2_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:42089/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 291891 INFO
(OverseerStateUpdate-72157145034391557-127.0.0.1:35435_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testSimple2_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:35435/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 291892 INFO
(OverseerStateUpdate-72157145034391557-127.0.0.1:35435_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple2",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testSimple2_shard2_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:42089/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 291894 INFO
(OverseerStateUpdate-72157145034391557-127.0.0.1:35435_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple2",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testSimple2_shard2_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:35435/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 292097 INFO (qtp1072811743-3594) [n:127.0.0.1:42089_solr
x:testSimple2_shard2_replica_n4] 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> 292098 INFO (qtp1072811743-3600) [n:127.0.0.1:42089_solr
x:testSimple2_shard1_replica_n1] 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> 292098 INFO (qtp1246812293-3584) [n:127.0.0.1:35435_solr
x:testSimple2_shard2_replica_n6] 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> 292098 INFO (qtp1246812293-3587) [n:127.0.0.1:35435_solr
x:testSimple2_shard1_replica_n2] 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> 292737 DEBUG (ScheduledTrigger-1079-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 293107 INFO (qtp1072811743-3600) [n:127.0.0.1:42089_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
[junit4] 2> 293107 INFO (qtp1072811743-3594) [n:127.0.0.1:42089_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
[junit4] 2> 293111 INFO (qtp1072811743-3600) [n:127.0.0.1:42089_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.s.IndexSchema [testSimple2_shard1_replica_n1] Schema name=minimal
[junit4] 2> 293111 INFO (qtp1072811743-3594) [n:127.0.0.1:42089_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.s.IndexSchema [testSimple2_shard2_replica_n4] Schema name=minimal
[junit4] 2> 293112 INFO (qtp1072811743-3600) [n:127.0.0.1:42089_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 293112 INFO (qtp1072811743-3594) [n:127.0.0.1:42089_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 293112 INFO (qtp1072811743-3600) [n:127.0.0.1:42089_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n1' using
configuration from collection testSimple2, trusted=true
[junit4] 2> 293112 INFO (qtp1072811743-3594) [n:127.0.0.1:42089_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard2_replica_n4' using
configuration from collection testSimple2, trusted=true
[junit4] 2> 293115 INFO (qtp1246812293-3584) [n:127.0.0.1:35435_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
[junit4] 2> 293118 INFO (qtp1072811743-3600) [n:127.0.0.1:42089_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.testSimple2.shard1.replica_n1' (registry
'solr.core.testSimple2.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@52f24b9b
[junit4] 2> 293118 INFO (qtp1072811743-3600) [n:127.0.0.1:42089_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost.localdomain:37021/data
[junit4] 2> 293118 INFO (qtp1072811743-3600) [n:127.0.0.1:42089_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 293118 INFO (qtp1072811743-3600) [n:127.0.0.1:42089_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 293118 INFO (qtp1072811743-3600) [n:127.0.0.1:42089_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.SolrCore [[testSimple2_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_562381F7DE7CDAD-001/tempDir-001/node3/testSimple2_shard1_replica_n1],
dataDir=[hdfs://localhost.localdomain:37021/data/testSimple2/core_node3/data/]
[junit4] 2> 293118 INFO (qtp1246812293-3584) [n:127.0.0.1:35435_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.s.IndexSchema [testSimple2_shard2_replica_n6] Schema name=minimal
[junit4] 2> 293119 INFO (qtp1072811743-3594) [n:127.0.0.1:42089_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.testSimple2.shard2.replica_n4' (registry
'solr.core.testSimple2.shard2.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@52f24b9b
[junit4] 2> 293119 INFO (qtp1072811743-3594) [n:127.0.0.1:42089_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost.localdomain:37021/data
[junit4] 2> 293119 INFO (qtp1072811743-3594) [n:127.0.0.1:42089_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.c.HdfsDirectoryFactory Solr Ke
[...truncated too long message...]
.java:1557) ~[hadoop-common-2.7.4.jar:?]
[junit4] 2> at
org.apache.solr.core.HdfsDirectoryFactory.cleanupOldIndexDirectories(HdfsDirectoryFactory.java:528)
[java/:?]
[junit4] 2> at
org.apache.solr.core.SolrCore.lambda$cleanupOldIndexDirectories$21(SolrCore.java:3099)
[java/:?]
[junit4] 2> at java.lang.Thread.run(Thread.java:844) [?:?]
[junit4] 2> 413283 INFO (jetty-closer-755-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@6c0401f6{/solr,null,UNAVAILABLE}
[junit4] 2> 413284 INFO (jetty-closer-755-thread-3) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 413284 ERROR
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-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> 413284 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:43049 43049
[junit4] 2> 413314 INFO (Thread-872) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:43049 43049
[junit4] 2> 413316 WARN (Thread-872) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 16 /solr/collections/testSimple2/terms/shard2
[junit4] 2> 15 /solr/collections/testSimple1/terms/shard2
[junit4] 2> 15 /solr/collections/testSimple2/terms/shard1
[junit4] 2> 15 /solr/collections/testSimple1/terms/shard1
[junit4] 2> 11 /solr/aliases.json
[junit4] 2> 9 /solr/clusterprops.json
[junit4] 2> 5 /solr/security.json
[junit4] 2> 5 /solr/configs/conf
[junit4] 2> 2 /solr/collections/testSimple3/terms/shard3
[junit4] 2> 2 /solr/collections/testSimple3/terms/shard2
[junit4] 2> 2 /solr/collections/testSimple3/terms/shard1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 37 /solr/collections/testSimple2/state.json
[junit4] 2> 20 /solr/collections/testSimple1/state.json
[junit4] 2> 11 /solr/clusterstate.json
[junit4] 2> 9 /solr/clusterprops.json
[junit4] 2> 4 /solr/collections/testSimple3/state.json
[junit4] 2> 3
/solr/collections/testSimple1/leader_elect/shard1/election/72157145034391559-core_node5-n_0000000000
[junit4] 2> 3
/solr/overseer_elect/election/72157145034391559-127.0.0.1:37475_solr-n_0000000001
[junit4] 2> 3
/solr/collections/testSimple1/leader_elect/shard2/election/72157145034391559-core_node7-n_0000000000
[junit4] 2> 2 /solr/autoscaling.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 11 /solr/live_nodes
[junit4] 2> 11 /solr/collections
[junit4] 2> 2 /solr/overseer/queue
[junit4] 2> 2 /solr/autoscaling/events/.scheduled_maintenance
[junit4] 2> 2 /solr/autoscaling/events/.auto_add_replicas
[junit4] 2> 2 /solr/overseer/queue-work
[junit4] 2> 2 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> 413317 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
[junit4] 2> 413327 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
[junit4] 2> 413427 WARN (DataNode:
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_562381F7DE7CDAD-001/tempDir-002/hdfsBaseDir/data/data3/,
[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_562381F7DE7CDAD-001/tempDir-002/hdfsBaseDir/data/data4/]]
heartbeating to localhost.localdomain/127.0.0.1:37021) [ ]
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager
interrupted
[junit4] 2> 413427 WARN (DataNode:
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_562381F7DE7CDAD-001/tempDir-002/hdfsBaseDir/data/data3/,
[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_562381F7DE7CDAD-001/tempDir-002/hdfsBaseDir/data/data4/]]
heartbeating to localhost.localdomain/127.0.0.1:37021) [ ]
o.a.h.h.s.d.DataNode Ending block pool service for: Block pool
BP-234844624-88.99.242.108-1532049852012 (Datanode Uuid
03af05d4-eb40-4d57-a9b2-756669687529) service to
localhost.localdomain/127.0.0.1:37021
[junit4] 2> 413428 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
[junit4] 2> 413433 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
[junit4] 2> 413533 WARN (DataNode:
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_562381F7DE7CDAD-001/tempDir-002/hdfsBaseDir/data/data1/,
[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_562381F7DE7CDAD-001/tempDir-002/hdfsBaseDir/data/data2/]]
heartbeating to localhost.localdomain/127.0.0.1:37021) [ ]
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager
interrupted
[junit4] 2> 413533 WARN (DataNode:
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_562381F7DE7CDAD-001/tempDir-002/hdfsBaseDir/data/data1/,
[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_562381F7DE7CDAD-001/tempDir-002/hdfsBaseDir/data/data2/]]
heartbeating to localhost.localdomain/127.0.0.1:37021) [ ]
o.a.h.h.s.d.DataNode Ending block pool service for: Block pool
BP-234844624-88.99.242.108-1532049852012 (Datanode Uuid
b8dc252d-fb6c-41ef-b7e7-1be16f196e4e) service to
localhost.localdomain/127.0.0.1:37021
[junit4] 2> 413538 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.m.log Stopped
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:0
[junit4] 2> 413646 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[562381F7DE7CDAD]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:43049 43049
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_562381F7DE7CDAD-001
[junit4] 2> Jul 20, 2018 1:26:21 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 67 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1657, maxMBSortInHeap=6.734699118138242,
sim=RandomSimilarity(queryNorm=true): {}, locale=bg-BG, timezone=Pacific/Efate
[junit4] 2> NOTE: Linux 4.15.0-24-generic amd64/Oracle Corporation 10
(64-bit)/cpus=8,threads=2,free=244308832,total=475529216
[junit4] 2> NOTE: All tests run in this JVM:
[OverseerModifyCollectionTest, NoCacheHeaderTest,
TestRuleBasedAuthorizationPlugin, DebugComponentTest, TestPhraseSuggestions,
DirectoryFactoryTest, DisMaxRequestHandlerTest, CdcrReplicationHandlerTest,
MetricsHistoryIntegrationTest, AssignTest, DeleteStatusTest,
DocValuesNotIndexedTest, LIRRollingUpdatesTest, HDFSCollectionsAPITest,
TestSortByMinMaxFunction, TestCollationFieldDocValues,
DistributedFacetPivotSmallAdvancedTest, TestExecutePlanAction,
CloudMLTQParserTest, TestSolrJ, TestSafeXMLParsing, TestLegacyFieldReuse,
TestCloudManagedSchema, SolrInfoBeanTest, BufferStoreTest, TestDistribIDF,
MinimalSchemaTest, TestSolrIndexConfig, TestJsonFacets,
TestReloadAndDeleteDocs, TestNumericTokenStream, TestCloudInspectUtil,
TestNonDefinedSimilarityFactory, AutoScalingHandlerTest,
SolrGraphiteReporterTest, InfoHandlerTest, HdfsAutoAddReplicasIntegrationTest]
[junit4] Completed [106/823 (1!)] on J1 in 140.66s, 1 test, 1 failure <<<
FAILURES!
[...truncated 44379 lines...]
[repro] Jenkins log URL:
https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2354/consoleText
[repro] Revision: 524d1157c711f5f0b2c1c62528c401d028ff5278
[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line: ant test -Dtestcase=HdfsAutoAddReplicasIntegrationTest
-Dtests.method=testSimple -Dtests.seed=562381F7DE7CDAD -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=bg-BG -Dtests.timezone=Pacific/Efate
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[repro] ant clean
[...truncated 6 lines...]
[repro] Test suites by module:
[repro] solr/core
[repro] HdfsAutoAddReplicasIntegrationTest
[repro] ant compile-test
[...truncated 3324 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5
-Dtests.class="*.HdfsAutoAddReplicasIntegrationTest" -Dtests.showOutput=onerror
"-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=562381F7DE7CDAD
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=bg-BG
-Dtests.timezone=Pacific/Efate -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[...truncated 76 lines...]
[repro] Failures:
[repro] 0/5 failed:
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest
[repro] Exiting with code 0
[...truncated 40 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]