Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22386/
Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseG1GC
1 tests failed.
FAILED:
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple
Error Message:
Waiting for collection testSimple2 null Live Nodes: [127.0.0.1:44107_solr,
127.0.0.1:45619_solr] Last available state:
DocCollection(testSimple2//collections/testSimple2/state.json/19)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{ "shard1":{
"range":"80000000-ffffffff", "state":"active", "replicas":{
"core_node3":{
"dataDir":"hdfs://localhost.localdomain:40567/data/testSimple2/core_node3/data/",
"base_url":"http://127.0.0.1:45619/solr",
"node_name":"127.0.0.1:45619_solr", "type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://localhost.localdomain:40567/data/testSimple2/core_node3/data/tlog",
"core":"testSimple2_shard1_replica_n1",
"shared_storage":"true", "state":"active",
"leader":"true"}, "core_node5":{
"dataDir":"hdfs://localhost.localdomain:40567/data/testSimple2/core_node5/data/",
"base_url":"http://127.0.0.1:35479/solr",
"node_name":"127.0.0.1:35479_solr", "type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://localhost.localdomain:40567/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:40567/data/testSimple2/core_node7/data/",
"base_url":"http://127.0.0.1:45619/solr",
"node_name":"127.0.0.1:45619_solr", "type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://localhost.localdomain:40567/data/testSimple2/core_node7/data/tlog",
"core":"testSimple2_shard2_replica_n4",
"shared_storage":"true", "state":"active",
"leader":"true"}, "core_node8":{
"dataDir":"hdfs://localhost.localdomain:40567/data/testSimple2/core_node8/data/",
"base_url":"http://127.0.0.1:35479/solr",
"node_name":"127.0.0.1:35479_solr", "type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://localhost.localdomain:40567/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:44107_solr, 127.0.0.1:45619_solr]
Last available state:
DocCollection(testSimple2//collections/testSimple2/state.json/19)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{
"shard1":{
"range":"80000000-ffffffff",
"state":"active",
"replicas":{
"core_node3":{
"dataDir":"hdfs://localhost.localdomain:40567/data/testSimple2/core_node3/data/",
"base_url":"http://127.0.0.1:45619/solr",
"node_name":"127.0.0.1:45619_solr",
"type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://localhost.localdomain:40567/data/testSimple2/core_node3/data/tlog",
"core":"testSimple2_shard1_replica_n1",
"shared_storage":"true",
"state":"active",
"leader":"true"},
"core_node5":{
"dataDir":"hdfs://localhost.localdomain:40567/data/testSimple2/core_node5/data/",
"base_url":"http://127.0.0.1:35479/solr",
"node_name":"127.0.0.1:35479_solr",
"type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://localhost.localdomain:40567/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:40567/data/testSimple2/core_node7/data/",
"base_url":"http://127.0.0.1:45619/solr",
"node_name":"127.0.0.1:45619_solr",
"type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://localhost.localdomain:40567/data/testSimple2/core_node7/data/tlog",
"core":"testSimple2_shard2_replica_n4",
"shared_storage":"true",
"state":"active",
"leader":"true"},
"core_node8":{
"dataDir":"hdfs://localhost.localdomain:40567/data/testSimple2/core_node8/data/",
"base_url":"http://127.0.0.1:35479/solr",
"node_name":"127.0.0.1:35479_solr",
"type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://localhost.localdomain:40567/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([BE49EA4E6ACB3D5F:86FACEB04D38E98E]: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 14339 lines...]
[junit4] Suite:
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_BE49EA4E6ACB3D5F-001/init-core-data-001
[junit4] 2> 1572354 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=31 numCloses=31
[junit4] 2> 1572354 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1572354 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 1572354 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1572354 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_BE49EA4E6ACB3D5F-001/tempDir-001
[junit4] 2> 1572354 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1572355 INFO (Thread-3661) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1572355 INFO (Thread-3661) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1572356 ERROR (Thread-3661) [ ] 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> 1572455 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] o.a.s.c.ZkTestServer start zk server on port:39833
[junit4] 2> 1572457 INFO (zkConnectionManagerCallback-5796-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1572460 INFO (jetty-launcher-5793-thread-2) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
[junit4] 2> 1572460 INFO (jetty-launcher-5793-thread-1) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
[junit4] 2> 1572460 INFO (jetty-launcher-5793-thread-3) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
[junit4] 2> 1572467 INFO (jetty-launcher-5793-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1572467 INFO (jetty-launcher-5793-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1572467 INFO (jetty-launcher-5793-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1572470 INFO (jetty-launcher-5793-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1572470 INFO (jetty-launcher-5793-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1572470 INFO (jetty-launcher-5793-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1572470 INFO (jetty-launcher-5793-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1572470 INFO (jetty-launcher-5793-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1572470 INFO (jetty-launcher-5793-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1572470 INFO (jetty-launcher-5793-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@62b8dd08{/solr,null,AVAILABLE}
[junit4] 2> 1572470 INFO (jetty-launcher-5793-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2596060e{/solr,null,AVAILABLE}
[junit4] 2> 1572470 INFO (jetty-launcher-5793-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@796eadff{/solr,null,AVAILABLE}
[junit4] 2> 1572471 INFO (jetty-launcher-5793-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@13663824{HTTP/1.1,[http/1.1]}{127.0.0.1:44107}
[junit4] 2> 1572471 INFO (jetty-launcher-5793-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@79abb90a{HTTP/1.1,[http/1.1]}{127.0.0.1:45619}
[junit4] 2> 1572471 INFO (jetty-launcher-5793-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@5721a1da{HTTP/1.1,[http/1.1]}{127.0.0.1:35479}
[junit4] 2> 1572471 INFO (jetty-launcher-5793-thread-2) [ ]
o.e.j.s.Server Started @1572513ms
[junit4] 2> 1572471 INFO (jetty-launcher-5793-thread-3) [ ]
o.e.j.s.Server Started @1572513ms
[junit4] 2> 1572471 INFO (jetty-launcher-5793-thread-1) [ ]
o.e.j.s.Server Started @1572513ms
[junit4] 2> 1572471 INFO (jetty-launcher-5793-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44107}
[junit4] 2> 1572471 INFO (jetty-launcher-5793-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45619}
[junit4] 2> 1572471 INFO (jetty-launcher-5793-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35479}
[junit4] 2> 1572471 ERROR (jetty-launcher-5793-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1572471 ERROR (jetty-launcher-5793-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1572471 INFO (jetty-launcher-5793-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1572471 INFO (jetty-launcher-5793-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1572471 ERROR (jetty-launcher-5793-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1572471 INFO (jetty-launcher-5793-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1572471 INFO (jetty-launcher-5793-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1572471 INFO (jetty-launcher-5793-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1572471 INFO (jetty-launcher-5793-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1572471 INFO (jetty-launcher-5793-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1572471 INFO (jetty-launcher-5793-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1572471 INFO (jetty-launcher-5793-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1572471 INFO (jetty-launcher-5793-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-07-04T22:19:28.744680Z
[junit4] 2> 1572471 INFO (jetty-launcher-5793-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1572471 INFO (jetty-launcher-5793-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1572471 INFO (jetty-launcher-5793-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1572471 INFO (jetty-launcher-5793-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-07-04T22:19:28.744717Z
[junit4] 2> 1572471 INFO (jetty-launcher-5793-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-07-04T22:19:28.744725Z
[junit4] 2> 1572475 INFO (zkConnectionManagerCallback-5799-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1572475 INFO (zkConnectionManagerCallback-5800-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1572475 INFO (zkConnectionManagerCallback-5802-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1572475 INFO (jetty-launcher-5793-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1572475 INFO (jetty-launcher-5793-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1572475 INFO (jetty-launcher-5793-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1572477 INFO (jetty-launcher-5793-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1572477 INFO (jetty-launcher-5793-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1572477 INFO (jetty-launcher-5793-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1572477 INFO (jetty-launcher-5793-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1572477 INFO (jetty-launcher-5793-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1572477 INFO (jetty-launcher-5793-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1572478 INFO (jetty-launcher-5793-thread-2) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@744ccfc6, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1572478 INFO (jetty-launcher-5793-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@744ccfc6, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1572478 INFO (jetty-launcher-5793-thread-3) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@744ccfc6, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1572478 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x1000ca207fd0001, likely client has closed socket
[junit4] 2> 1572508 INFO (jetty-launcher-5793-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39833/solr
[junit4] 2> 1572509 INFO (zkConnectionManagerCallback-5806-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1572510 INFO (zkConnectionManagerCallback-5808-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1572548 INFO (jetty-launcher-5793-thread-2)
[n:127.0.0.1:44107_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1572548 INFO (jetty-launcher-5793-thread-2)
[n:127.0.0.1:44107_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:44107_solr
[junit4] 2> 1572548 INFO (jetty-launcher-5793-thread-2)
[n:127.0.0.1:44107_solr ] o.a.s.c.Overseer Overseer
(id=72071484096184325-127.0.0.1:44107_solr-n_0000000000) starting
[junit4] 2> 1572576 INFO (zkConnectionManagerCallback-5815-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1572578 INFO (jetty-launcher-5793-thread-2)
[n:127.0.0.1:44107_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:39833/solr ready
[junit4] 2> 1572594 INFO (jetty-launcher-5793-thread-2)
[n:127.0.0.1:44107_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44107_solr
[junit4] 2> 1572594 DEBUG
(OverseerAutoScalingTriggerThread-72071484096184325-127.0.0.1:44107_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and
.scheduled_maintenance triggers
[junit4] 2> 1572594 DEBUG
(OverseerAutoScalingTriggerThread-72071484096184325-127.0.0.1:44107_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode
version 1
[junit4] 2> 1572595 DEBUG
(OverseerAutoScalingTriggerThread-72071484096184325-127.0.0.1:44107_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion -1
[junit4] 2> 1572595 DEBUG
(OverseerAutoScalingTriggerThread-72071484096184325-127.0.0.1:44107_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 1
[junit4] 2> 1572602 DEBUG
(OverseerAutoScalingTriggerThread-72071484096184325-127.0.0.1:44107_solr-n_0000000000)
[ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial
livenodes: []
[junit4] 2> 1572606 INFO (zkCallback-5807-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1572606 INFO (zkCallback-5814-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1572609 INFO (jetty-launcher-5793-thread-2)
[n:127.0.0.1:44107_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1572609 DEBUG
(OverseerAutoScalingTriggerThread-72071484096184325-127.0.0.1:44107_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 1572609 DEBUG
(OverseerAutoScalingTriggerThread-72071484096184325-127.0.0.1:44107_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion 1
[junit4] 2> 1572610 DEBUG (ScheduledTrigger-8794-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 1
[junit4] 2> 1572610 INFO (jetty-launcher-5793-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39833/solr
[junit4] 2> 1572617 INFO (jetty-launcher-5793-thread-2)
[n:127.0.0.1:44107_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@744ccfc6
[junit4] 2> 1572637 INFO (jetty-launcher-5793-thread-2)
[n:127.0.0.1:44107_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@744ccfc6
[junit4] 2> 1572637 INFO (jetty-launcher-5793-thread-2)
[n:127.0.0.1:44107_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@744ccfc6
[junit4] 2> 1572638 INFO (zkConnectionManagerCallback-5820-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1572638 INFO (jetty-launcher-5793-thread-2)
[n:127.0.0.1:44107_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_BE49EA4E6ACB3D5F-001/tempDir-001/node2/.
[junit4] 2> 1572638 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x1000ca207fd0007, likely client has closed socket
[junit4] 2> 1572654 INFO (jetty-launcher-5793-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39833/solr
[junit4] 2> 1572674 INFO (zkConnectionManagerCallback-5823-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1572674 INFO (zkConnectionManagerCallback-5826-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1572677 INFO (jetty-launcher-5793-thread-1)
[n:127.0.0.1:35479_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1572678 INFO (jetty-launcher-5793-thread-1)
[n:127.0.0.1:35479_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1572679 INFO (jetty-launcher-5793-thread-1)
[n:127.0.0.1:35479_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 1572679 INFO (jetty-launcher-5793-thread-1)
[n:127.0.0.1:35479_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35479_solr
[junit4] 2> 1572686 INFO (zkCallback-5814-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1572691 INFO (zkCallback-5822-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1572693 INFO (zkConnectionManagerCallback-5828-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1572697 INFO (jetty-launcher-5793-thread-3)
[n:127.0.0.1:45619_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1572698 INFO (jetty-launcher-5793-thread-3)
[n:127.0.0.1:45619_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1572700 INFO (jetty-launcher-5793-thread-3)
[n:127.0.0.1:45619_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 1572700 INFO (jetty-launcher-5793-thread-3)
[n:127.0.0.1:45619_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45619_solr
[junit4] 2> 1572700 INFO (zkCallback-5814-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1572702 INFO (zkCallback-5822-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1572703 INFO (zkCallback-5807-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
[junit4] 2> 1572750 INFO (zkCallback-5827-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1572758 INFO (zkConnectionManagerCallback-5837-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1572759 INFO (zkConnectionManagerCallback-5842-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1572759 INFO (jetty-launcher-5793-thread-1)
[n:127.0.0.1:35479_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1572760 INFO (jetty-launcher-5793-thread-1)
[n:127.0.0.1:35479_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:39833/solr ready
[junit4] 2> 1572760 INFO (jetty-launcher-5793-thread-3)
[n:127.0.0.1:45619_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1572760 INFO (jetty-launcher-5793-thread-1)
[n:127.0.0.1:35479_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1572760 INFO (jetty-launcher-5793-thread-3)
[n:127.0.0.1:45619_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:39833/solr ready
[junit4] 2> 1572761 INFO (jetty-launcher-5793-thread-3)
[n:127.0.0.1:45619_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1572766 WARN (jetty-launcher-5793-thread-1)
[n:127.0.0.1:35479_solr ] o.a.s.m.r.j.JmxMetricsReporter Unable to register
meter
[junit4] 2> javax.management.InstanceNotFoundException:
solr:dom1=node,category=ADMIN,scope=/admin/cores,name=clientErrors
[junit4] 2> at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
~[?:?]
[junit4] 2> at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423)
~[?:?]
[junit4] 2> at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411)
~[?:?]
[junit4] 2> at
com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546)
~[?:?]
[junit4] 2> at
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.registerMBean(JmxMetricsReporter.java:530)
~[java/:?]
[junit4] 2> at
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.onMeterAdded(JmxMetricsReporter.java:644)
[java/:?]
[junit4] 2> at
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.lambda$start$0(JmxMetricsReporter.java:732)
[java/:?]
[junit4] 2> at java.util.HashMap.forEach(HashMap.java:1341) [?:?]
[junit4] 2> at
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.start(JmxMetricsReporter.java:728)
[java/:?]
[junit4] 2> at
org.apache.solr.metrics.reporters.SolrJmxReporter.doInit(SolrJmxReporter.java:110)
[java/:?]
[junit4] 2> at
org.apache.solr.metrics.SolrMetricReporter.init(SolrMetricReporter.java:70)
[java/:?]
[junit4] 2> at
org.apache.solr.metrics.SolrMetricManager.loadReporter(SolrMetricManager.java:930)
[java/:?]
[junit4] 2> at
org.apache.solr.metrics.SolrMetricManager.loadReporters(SolrMetricManager.java:866)
[java/:?]
[junit4] 2> at
org.apache.solr.core.CoreContainer.load(CoreContainer.java:591) [java/:?]
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:252)
[java/:?]
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:172)
[java/:?]
[junit4] 2> at
org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:741)
[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1477)
[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1542)
[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1186)
[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1023)
[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:473)
[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:308)
[java/:?]
[junit4] 2> at
org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:396)
[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:369)
[java/:?]
[junit4] 2> at
org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:392)
[java/:?]
[junit4] 2> at
org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:248)
[java/:?]
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
[java/:?]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
[?:?]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
[?:?]
[junit4] 2> at java.lang.Thread.run(Thread.java:844) [?:?]
[junit4] 2> 1572770 INFO (jetty-launcher-5793-thread-1)
[n:127.0.0.1:35479_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@744ccfc6
[junit4] 2> 1572775 INFO (jetty-launcher-5793-thread-1)
[n:127.0.0.1:35479_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@744ccfc6
[junit4] 2> 1572775 INFO (jetty-launcher-5793-thread-1)
[n:127.0.0.1:35479_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@744ccfc6
[junit4] 2> 1572776 INFO (jetty-launcher-5793-thread-3)
[n:127.0.0.1:45619_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@744ccfc6
[junit4] 2> 1572776 INFO (jetty-launcher-5793-thread-1)
[n:127.0.0.1:35479_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_BE49EA4E6ACB3D5F-001/tempDir-001/node1/.
[junit4] 2> 1572784 INFO (jetty-launcher-5793-thread-3)
[n:127.0.0.1:45619_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@744ccfc6
[junit4] 2> 1572784 INFO (jetty-launcher-5793-thread-3)
[n:127.0.0.1:45619_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@744ccfc6
[junit4] 2> 1572785 INFO (jetty-launcher-5793-thread-3)
[n:127.0.0.1:45619_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_BE49EA4E6ACB3D5F-001/tempDir-001/node3/.
[junit4] 2> 1572807 INFO (zkConnectionManagerCallback-5846-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1572809 INFO (zkConnectionManagerCallback-5851-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1572810 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 1572810 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39833/solr ready
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 1573280 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 1573362 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] o.m.log Logging to org.apache.logging.slf4j.Log4jLogger@55b9d162 via
org.mortbay.log.Slf4jLog
[junit4] 2> 1573369 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 1573396 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] o.m.log jetty-6.1.x
[junit4] 2> 1573415 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-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_42751_hdfs____9cjoa7/webapp
[junit4] 2> 1573503 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:42751
[junit4] 2> 1573610 DEBUG (ScheduledTrigger-8794-thread-3) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 1573803 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 1573806 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] o.m.log jetty-6.1.x
[junit4] 2> 1573809 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-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_32785_datanode____.ds80ro/webapp
[junit4] 2> 1573878 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:32785
[junit4] 2> 1573895 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] i.n.u.i.PlatformDependent Your platform does not provide complete low-level
API for accessing direct buffers reliably. Unless explicitly requested, heap
buffer will always be preferred to avoid potential system unstability.
[junit4] 2> 1574040 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 1574041 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] o.m.log jetty-6.1.x
[junit4] 2> 1574056 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-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_36565_datanode____.9o2fc8/webapp
[junit4] 2> 1574154 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:36565
[junit4] 2> 1574467 ERROR (DataNode:
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_BE49EA4E6ACB3D5F-001/tempDir-002/hdfsBaseDir/data/data1/,
[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_BE49EA4E6ACB3D5F-001/tempDir-002/hdfsBaseDir/data/data2/]]
heartbeating to localhost.localdomain/127.0.0.1:40567) [ ]
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> 1574467 ERROR (DataNode:
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_BE49EA4E6ACB3D5F-001/tempDir-002/hdfsBaseDir/data/data3/,
[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_BE49EA4E6ACB3D5F-001/tempDir-002/hdfsBaseDir/data/data4/]]
heartbeating to localhost.localdomain/127.0.0.1:40567) [ ]
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> 1574528 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0xc0c3e764748e: from storage
DS-da9ace50-246c-4706-9df3-e6ab31f1fc22 node
DatanodeRegistration(127.0.0.1:42783,
datanodeUuid=c28c8651-1b42-4ce3-b588-3fd305195bae, infoPort=33233,
infoSecurePort=0, ipcPort=42013,
storageInfo=lv=-56;cid=testClusterID;nsid=1467341121;c=0), blocks: 0,
hasStaleStorage: true, processing time: 1 msecs
[junit4] 2> 1574528 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0xc0c3e76475e7: from storage
DS-4dd3c344-d303-458b-a0fd-46b2aaea295f node
DatanodeRegistration(127.0.0.1:43947,
datanodeUuid=7e726beb-15f1-44c4-a6ca-679d6f90933c, infoPort=35985,
infoSecurePort=0, ipcPort=44011,
storageInfo=lv=-56;cid=testClusterID;nsid=1467341121;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 1574528 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0xc0c3e764748e: from storage
DS-fe994f25-8d9c-4d4b-ac06-d339b2c8ea36 node
DatanodeRegistration(127.0.0.1:42783,
datanodeUuid=c28c8651-1b42-4ce3-b588-3fd305195bae, infoPort=33233,
infoSecurePort=0, ipcPort=42013,
storageInfo=lv=-56;cid=testClusterID;nsid=1467341121;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 1574528 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0xc0c3e76475e7: from storage
DS-faecc452-c1f1-4590-9427-0f61b75c69f1 node
DatanodeRegistration(127.0.0.1:43947,
datanodeUuid=7e726beb-15f1-44c4-a6ca-679d6f90933c, infoPort=35985,
infoSecurePort=0, ipcPort=44011,
storageInfo=lv=-56;cid=testClusterID;nsid=1467341121;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 1574611 DEBUG (ScheduledTrigger-8794-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 1574705 INFO
(TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[BE49EA4E6ACB3D5F]) [
] o.a.s.SolrTestCaseJ4 ###Starting testSimple
[junit4] 2> 1574706 INFO (qtp169970791-20055) [n:127.0.0.1:35479_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:44107_solr,127.0.0.1:35479_solr&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1574707 INFO (OverseerThreadFactory-8799-thread-1) [ ]
o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple1
[junit4] 2> 1574811 INFO
(OverseerStateUpdate-72071484096184325-127.0.0.1:44107_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:44107/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1574812 INFO
(OverseerStateUpdate-72071484096184325-127.0.0.1:44107_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:35479/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1574813 INFO
(OverseerStateUpdate-72071484096184325-127.0.0.1:44107_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:44107/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1574814 INFO
(OverseerStateUpdate-72071484096184325-127.0.0.1:44107_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_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:35479/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1575016 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
x:testSimple1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1575016 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
x:testSimple1_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1575017 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
x:testSimple1_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 1575017 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
x:testSimple1_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1575018 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
x:testSimple1_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1575612 DEBUG (ScheduledTrigger-8794-thread-3) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 1576024 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1576026 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1576026 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1576026 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1576030 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
[junit4] 2> 1576030 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
[junit4] 2> 1576030 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
[junit4] 2> 1576031 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1576031 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1576031 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1576031 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1576032 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 1576032 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 1576032 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 1576032 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 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@744ccfc6
[junit4] 2> 1576032 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.testSimple1.shard2.replica_n6' (registry
'solr.core.testSimple1.shard2.replica_n6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@744ccfc6
[junit4] 2> 1576032 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 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@744ccfc6
[junit4] 2> 1576032 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1576032 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 1576033 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 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@744ccfc6
[junit4] 2> 1576067 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost.localdomain:40567/data
[junit4] 2> 1576067 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 1576067 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1576067 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_BE49EA4E6ACB3D5F-001/tempDir-001/node2/testSimple1_shard2_replica_n4],
dataDir=[hdfs://localhost.localdomain:40567/data/testSimple1/core_node7/data/]
[junit4] 2> 1576067 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost.localdomain:40567/data
[junit4] 2> 1576067 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost.localdomain:40567/data
[junit4] 2> 1576067 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 1576067 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1576067 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 1576067 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1576067 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_BE49EA4E6ACB3D5F-001/tempDir-001/node1/testSimple1_shard1_replica_n2],
dataDir=[hdfs://localhost.localdomain:40567/data/testSimple1/core_node5/data/]
[junit4] 2> 1576067 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_BE49EA4E6ACB3D5F-001/tempDir-001/node1/testSimple1_shard2_replica_n6],
dataDir=[hdfs://localhost.localdomain:40567/data/testSimple1/core_node8/data/]
[junit4] 2> 1576069 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost.localdomain:40567/data
[junit4] 2> 1576069 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 1576069 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1576069 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_BE49EA4E6ACB3D5F-001/tempDir-001/node2/testSimple1_shard1_replica_n1],
dataDir=[hdfs://localhost.localdomain:40567/data/testSimple1/core_node3/data/]
[junit4] 2> 1576070 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:40567/data/testSimple1/core_node7/data/snapshot_metadata
[junit4] 2> 1576070 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:40567/data/testSimple1/core_node8/data/snapshot_metadata
[junit4] 2> 1576070 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:40567/data/testSimple1/core_node5/data/snapshot_metadata
[junit4] 2> 1576070 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:40567/data/testSimple1/core_node3/data/snapshot_metadata
[junit4] 2> 1576116 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:40567/data/testSimple1/core_node5/data
[junit4] 2> 1576116 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:40567/data/testSimple1/core_node8/data
[junit4] 2> 1576116 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:40567/data/testSimple1/core_node3/data
[junit4] 2> 1576116 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:40567/data/testSimple1/core_node7/data
[junit4] 2> 1576145 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:40567/data/testSimple1/core_node8/data/index
[junit4] 2> 1576148 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:40567/data/testSimple1/core_node7/data/index
[junit4] 2> 1576232 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:40567/data/testSimple1/core_node3/data/index
[junit4] 2> 1576235 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:40567/data/testSimple1/core_node5/data/index
[junit4] 2> 1576412 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43947 is added to
blk_1073741826_1002{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-da9ace50-246c-4706-9df3-e6ab31f1fc22:NORMAL:127.0.0.1:42783|RBW],
ReplicaUC[[DISK]DS-4dd3c344-d303-458b-a0fd-46b2aaea295f:NORMAL:127.0.0.1:43947|RBW]]}
size 69
[junit4] 2> 1576413 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42783 is added to
blk_1073741827_1003{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-4dd3c344-d303-458b-a0fd-46b2aaea295f:NORMAL:127.0.0.1:43947|RBW],
ReplicaUC[[DISK]DS-da9ace50-246c-4706-9df3-e6ab31f1fc22:NORMAL:127.0.0.1:42783|RBW]]}
size 69
[junit4] 2> 1576413 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42783 is added to
blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-faecc452-c1f1-4590-9427-0f61b75c69f1:NORMAL:127.0.0.1:43947|RBW],
ReplicaUC[[DISK]DS-da9ace50-246c-4706-9df3-e6ab31f1fc22:NORMAL:127.0.0.1:42783|RBW]]}
size 69
[junit4] 2> 1576413 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42783 is added to
blk_1073741826_1002 size 69
[junit4] 2> 1576413 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42783 is added to
blk_1073741828_1004{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-faecc452-c1f1-4590-9427-0f61b75c69f1:NORMAL:127.0.0.1:43947|RBW],
ReplicaUC[[DISK]DS-fe994f25-8d9c-4d4b-ac06-d339b2c8ea36:NORMAL:127.0.0.1:42783|RBW]]}
size 69
[junit4] 2> 1576413 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43947 is added to
blk_1073741827_1003 size 69
[junit4] 2> 1576413 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43947 is added to
blk_1073741825_1001 size 69
[junit4] 2> 1576413 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43947 is added to
blk_1073741828_1004 size 69
[junit4] 2> 1576612 DEBUG (ScheduledTrigger-8794-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 1576872 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 1576872 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1576872 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 1576875 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 1576875 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1576875 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 1576875 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 1576875 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1576875 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 1576879 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 1576879 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1576879 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 1576884 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1576884 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1576884 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1576884 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1576887 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1576887 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1576894 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1576894 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1576938 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7859b598[testSimple1_shard1_replica_n1] main]
[junit4] 2> 1576938 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7499c798[testSimple1_shard1_replica_n2] main]
[junit4] 2> 1576939 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1576939 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1576939 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1576939 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1576941 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@17ef3ec9[testSimple1_shard2_replica_n6] main]
[junit4] 2> 1576941 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1576941 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1576942 INFO
(searcherExecutor-8817-thread-1-processing-n:127.0.0.1:35479_solr
x:testSimple1_shard1_replica_n2 c:testSimple1 s:shard1 r:core_node5)
[n:127.0.0.1:35479_solr c:testSimple1 s:shard1 r:core_node5
x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore
[testSimple1_shard1_replica_n2] Registered new searcher
Searcher@7499c798[testSimple1_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1576942 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1576943 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1576943 INFO
(searcherExecutor-8818-thread-1-processing-n:127.0.0.1:44107_solr
x:testSimple1_shard1_replica_n1 c:testSimple1 s:shard1 r:core_node3)
[n:127.0.0.1:44107_solr c:testSimple1 s:shard1 r:core_node3
x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore
[testSimple1_shard1_replica_n1] Registered new searcher
Searcher@7859b598[testSimple1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1576943 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1605100134167740416
[junit4] 2> 1576943 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1576943 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@2cbb590d[testSimple1_shard2_replica_n4] main]
[junit4] 2> 1576944 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1576944 INFO
(searcherExecutor-8816-thread-1-processing-n:127.0.0.1:35479_solr
x:testSimple1_shard2_replica_n6 c:testSimple1 s:shard2 r:core_node8)
[n:127.0.0.1:35479_solr c:testSimple1 s:shard2 r:core_node8
x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore
[testSimple1_shard2_replica_n6] Registered new searcher
Searcher@17ef3ec9[testSimple1_shard2_replica_n6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1576944 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1605100134168788992
[junit4] 2> 1576944 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1605100134168788992
[junit4] 2> 1576945 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1576946 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1576946 INFO
(searcherExecutor-8815-thread-1-processing-n:127.0.0.1:44107_solr
x:testSimple1_shard2_replica_n4 c:testSimple1 s:shard2 r:core_node7)
[n:127.0.0.1:44107_solr c:testSimple1 s:shard2 r:core_node7
x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore
[testSimple1_shard2_replica_n4] Registered new searcher
Searcher@2cbb590d[testSimple1_shard2_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1576946 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1605100134170886144
[junit4] 2> 1576948 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/testSimple1/terms/shard1 to Terms{values={core_node3=0}, version=0}
[junit4] 2> 1576949 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
[junit4] 2> 1576949 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/testSimple1/terms/shard1 to Terms{values={core_node3=0,
core_node5=0}, version=1}
[junit4] 2> 1576949 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 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}, version=0}
[junit4] 2> 1576949 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
[junit4] 2> 1576950 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
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> 1576951 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1576951 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1576951 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:44107/solr/testSimple1_shard1_replica_n1/
[junit4] 2> 1576952 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1
url=http://127.0.0.1:44107/solr START
replicas=[http://127.0.0.1:35479/solr/testSimple1_shard1_replica_n2/]
nUpdates=100
[junit4] 2> 1576952 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1576952 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1576952 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:44107/solr/testSimple1_shard2_replica_n4/
[junit4] 2> 1576952 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4
url=http://127.0.0.1:44107/solr START
replicas=[http://127.0.0.1:35479/solr/testSimple1_shard2_replica_n6/]
nUpdates=100
[junit4] 2> 1576958 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4
url=http://127.0.0.1:44107/solr DONE. We have no versions. sync failed.
[junit4] 2> 1576958 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1
url=http://127.0.0.1:44107/solr DONE. We have no versions. sync failed.
[junit4] 2> 1576961 INFO (qtp169970791-20038) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.S.Request [testSimple1_shard1_replica_n2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1576961 INFO (qtp169970791-20032) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.S.Request [testSimple1_shard2_replica_n6] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1576962 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 1576962 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 1576962 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 1576962 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 1576962 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1576962 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1576963 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:44107/solr/testSimple1_shard2_replica_n4/ shard2
[junit4] 2> 1576963 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:44107/solr/testSimple1_shard1_replica_n1/ shard1
[junit4] 2> 1577065 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1577096 INFO (qtp1159135624-20040) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2079
[junit4] 2> 1577115 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1577116 INFO (qtp1159135624-20052) [n:127.0.0.1:44107_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2098
[junit4] 2> 1577217 INFO (zkCallback-5807-thread-2) [ ]
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> 1577612 DEBUG (ScheduledTrigger-8794-thread-3) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 1577988 INFO (qtp169970791-20344) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2970
[junit4] 2> 1577988 INFO (qtp169970791-20039) [n:127.0.0.1:35479_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2972
[junit4] 2> 1577990 INFO (qtp169970791-20055) [n:127.0.0.1:35479_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> 1578055 INFO (zkCallback-5807-thread-2) [ ]
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> 1578055 INFO (zkCallback-5822-thread-2) [ ]
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> 1578612 DEBUG (ScheduledTrigger-8794-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 1578709 INFO
(OverseerCollectionConfigSetProcessor-72071484096184325-127.0.0.1:44107_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> 1578990 INFO (qtp169970791-20055) [n:127.0.0.1:35479_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:44107_solr,127.0.0.1:35479_solr&wt=javabin&version=2}
status=0 QTime=4284
[junit4] 2> 1578991 INFO (qtp169970791-20047) [n:127.0.0.1:35479_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:35479_solr,127.0.0.1:45619_solr&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1578994 INFO (OverseerThreadFactory-8799-thread-2) [ ]
o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple2
[junit4] 2> 1579199 INFO
(OverseerStateUpdate-72071484096184325-127.0.0.1:44107_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:45619/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1579200 INFO
(OverseerStateUpdate-72071484096184325-127.0.0.1:44107_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:35479/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1579201 INFO
(OverseerStateUpdate-72071484096184325-127.0.0.1:44107_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:45619/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1579201 INFO
(OverseerStateUpdate-72071484096184325-127.0.0.1:44107_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:35479/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1579403 INFO (qtp169970791-20032) [n:127.0.0.1:35479_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> 1579403 INFO (qtp169970791-20051) [n:127.0.0.1:35479_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> 1579404 INFO (qtp2145880850-20035) [n:127.0.0.1:45619_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
[...truncated too long message...]
[junit4] 2> 1701691 WARN (DataNode:
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_BE49EA4E6ACB3D5F-001/tempDir-002/hdfsBaseDir/data/data3/,
[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_BE49EA4E6ACB3D5F-001/tempDir-002/hdfsBaseDir/data/data4/]]
heartbeating to localhost.localdomain/127.0.0.1:40567) [ ]
o.a.h.h.s.d.DataNode Ending block pool service for: Block pool
BP-1523435033-88.99.242.108-1530742769345 (Datanode Uuid
7e726beb-15f1-44c4-a6ca-679d6f90933c) service to
localhost.localdomain/127.0.0.1:40567
[junit4] 2> 1701692 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
[junit4] 2> 1701696 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
[junit4] 2> 1701796 WARN (DataNode:
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_BE49EA4E6ACB3D5F-001/tempDir-002/hdfsBaseDir/data/data1/,
[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_BE49EA4E6ACB3D5F-001/tempDir-002/hdfsBaseDir/data/data2/]]
heartbeating to localhost.localdomain/127.0.0.1:40567) [ ]
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager
interrupted
[junit4] 2> 1701796 WARN (DataNode:
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_BE49EA4E6ACB3D5F-001/tempDir-002/hdfsBaseDir/data/data1/,
[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_BE49EA4E6ACB3D5F-001/tempDir-002/hdfsBaseDir/data/data2/]]
heartbeating to localhost.localdomain/127.0.0.1:40567) [ ]
o.a.h.h.s.d.DataNode Ending block pool service for: Block pool
BP-1523435033-88.99.242.108-1530742769345 (Datanode Uuid
c28c8651-1b42-4ce3-b588-3fd305195bae) service to
localhost.localdomain/127.0.0.1:40567
[junit4] 2> 1701804 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] o.m.log Stopped
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:0
[junit4] 2> 1701918 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[BE49EA4E6ACB3D5F]-worker) [
] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39833 39833
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_BE49EA4E6ACB3D5F-001
[junit4] 2> Jul 04, 2018 10:21:38 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 66 leaked
thread(s).
[junit4] 2> NOTE: test params are:
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
chunkSize=8, maxDocsPerChunk=5, blockSize=6),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
chunkSize=8, blockSize=6)),
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@d787508),
locale=pt-MZ, timezone=America/Kralendijk
[junit4] 2> NOTE: Linux 4.15.0-24-generic amd64/Oracle Corporation 9.0.4
(64-bit)/cpus=8,threads=5,free=215726824,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [TestMergePolicyConfig,
DataDrivenBlockJoinTest, ResponseLogComponentTest,
DistributedQueryComponentOptimizationTest, IndexSchemaRuntimeFieldTest,
CursorPagingTest, DistributedFacetPivotLongTailTest, JvmMetricsTest,
TestMacroExpander, DeleteLastCustomShardedReplicaTest,
TimeRoutedAliasUpdateProcessorTest, BasicDistributedZk2Test,
TestReplicaProperties, SolrCoreTest, XmlInterpolationTest,
CdcrVersionReplicationTest, LargeFieldTest, TestCryptoKeys, GraphQueryTest,
TestSchemaResource, IndexBasedSpellCheckerTest, IndexSizeTriggerTest,
TestSolrCoreProperties, SearchHandlerTest, CacheHeaderTest,
TestFieldTypeCollectionResource, TestFiltering, TestMaxScoreQueryParser,
AnalyticsQueryTest, TestManagedSchema, StressHdfsTest, TestStressVersions,
TestQuerySenderNoQuery, TestRealTimeGet, TestClassicSimilarityFactory,
TestSerializedLuceneMatchVersion, TestSolrConfigHandlerCloud, SSLMigrationTest,
SegmentsInfoRequestHandlerTest, BadIndexSchemaTest, TestUnifiedSolrHighlighter,
Tagger2Test, SolrGangliaReporterTest, SignificantTermsQParserPluginTest,
CloudExitableDirectoryReaderTest, SpellPossibilityIteratorTest,
TestPayloadScoreQParserPlugin, AtomicUpdateProcessorFactoryTest,
TestHttpShardHandlerFactory, ZkStateWriterTest, SolrIndexMetricsTest,
TestDistribStateManager, TestNumericRangeQuery64, SmileWriterTest,
HdfsNNFailoverTest, TestSolrCloudWithSecureImpersonation,
TestNonDefinedSimilarityFactory, CdcrReplicationDistributedZkTest,
SearchRateTriggerIntegrationTest, PreAnalyzedFieldTest, TestRestoreCore,
TestDynamicFieldResource, TestConfigsApi, TestOnReconnectListenerSupport,
TestCloudJSONFacetSKG, TestBulkSchemaConcurrent, TestCloudDeleteByQuery,
DefaultValueUpdateProcessorTest, TestFunctionQuery,
CoreMergeIndexesAdminHandlerTest, TestConfigSetImmutable,
PeerSyncWithIndexFingerprintCachingTest, NodeLostTriggerTest,
CreateCollectionCleanupTest, TestSort, AliasIntegrationTest, SuggesterTest,
SolrPluginUtilsTest, TestDistributedMissingSort,
BigEndianAscendingWordSerializerTest, ConnectionReuseTest,
TestInPlaceUpdatesDistrib, ReplicationFactorTest, TestFieldCacheVsDocValues,
TlogReplayBufferedWhileIndexingTest, SampleTest, DateRangeFieldTest,
TestScoreJoinQPNoScore, PeerSyncReplicationTest, TestSchemalessBufferedUpdates,
FieldAnalysisRequestHandlerTest, TestRuleBasedAuthorizationPlugin,
QueryResultKeyTest, ConcurrentDeleteAndCreateCollectionTest,
TestHashPartitioner, HdfsTlogReplayBufferedWhileIndexingTest,
TriggerSetPropertiesIntegrationTest, TestXIncludeConfig,
TestSortByMinMaxFunction, TestCollectionsAPIViaSolrCloudCluster,
CircularListTest, SuggestComponentTest, TestCustomStream,
OpenExchangeRatesOrgProviderTest, TestStreamBody,
ScheduledMaintenanceTriggerTest, TestManagedSynonymFilterFactory,
TestRebalanceLeaders, ResourceLoaderTest,
DistributedFacetSimpleRefinementLongTailTest, TestUtils, OverseerStatusTest,
OverseerCollectionConfigSetProcessorTest, SpatialRPTFieldTypeTest,
TermsComponentTest, AddBlockUpdateTest, TestSimpleTextCodec, TestCrossCoreJoin,
TestNumericTerms32, TestInitParams, TestObjectReleaseTracker,
BinaryUpdateRequestHandlerTest, TestCoreContainer, SparseHLLTest,
NodeMutatorTest, TestComplexPhraseQParserPlugin, TestCustomDocTransformer,
SolrJmxReporterTest, TestImpersonationWithHadoopAuth, TestSolr4Spatial,
TestJsonFacets, UUIDUpdateProcessorFallbackTest, HttpPartitionTest,
SchemaApiFailureTest, TestDocBasedVersionConstraints, TestTrie,
PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest,
TestCharFilters, TestLuceneMatchVersion, TestReversedWildcardFilterFactory,
TokenizerChainTest, TestLuceneIndexBackCompat,
TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors,
TestEmbeddedSolrServerSchemaAPI, AddReplicaTest,
AsyncCallRequestStatusResponseTest, BasicZkTest, ChaosMonkeySafeLeaderTest,
ChaosMonkeySafeLeaderWithPullReplicasTest, CollectionStateFormat2Test,
DeleteInactiveReplicaTest, DistribDocExpirationUpdateProcessorTest,
DocValuesNotIndexedTest, FullSolrCloudDistribCmdsTest,
LeaderFailoverAfterPartitionTest, LeaderFailureAfterFreshStartTest,
LegacyCloudClusterPropTest, MetricsHistoryIntegrationTest, MigrateRouteKeyTest,
MoveReplicaTest, MultiSolrCloudTestCaseTest,
OverriddenZkACLAndCredentialsProvidersTest, RecoveryZkTest,
RemoteQueryErrorTest, ReplaceNodeNoTargetTest, ReplaceNodeTest,
SharedFSAutoReplicaFailoverTest, SliceStateTest, SolrCLIZkUtilsTest,
SolrCloudExampleTest, TestAuthenticationFramework, TestCloudPseudoReturnFields,
TestCloudRecovery, TestConfigSetsAPIExclusivity, TestDistribDocBasedVersion,
TestDistributedMap, TestDownShardTolerantSearch, TestLeaderElectionZkExpiry,
TestPullReplicaErrorHandling, TestZkChroot, ZkCLITest, ZkFailoverTest,
TestCollectionAPI, HdfsAutoAddReplicasIntegrationTest]
[junit4] Completed [551/821 (1!)] on J0 in 139.40s, 1 test, 1 failure <<<
FAILURES!
[...truncated 44749 lines...]
[repro] Jenkins log URL:
https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22386/consoleText
[repro] Revision: 0ccd5d580d1ba0688e3804e73c27c252ace09bb8
[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC"
[repro] Repro line: ant test -Dtestcase=HdfsAutoAddReplicasIntegrationTest
-Dtests.method=testSimple -Dtests.seed=BE49EA4E6ACB3D5F -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=pt-MZ -Dtests.timezone=America/Kralendijk
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[repro] ant clean
[...truncated 6 lines...]
[repro] Test suites by module:
[repro] solr/core
[repro] HdfsAutoAddReplicasIntegrationTest
[repro] ant compile-test
[...truncated 3305 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5
-Dtests.class="*.HdfsAutoAddReplicasIntegrationTest" -Dtests.showOutput=onerror
"-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC" -Dtests.seed=BE49EA4E6ACB3D5F
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pt-MZ
-Dtests.timezone=America/Kralendijk -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[...truncated 76 lines...]
[repro] Failures:
[repro] 0/5 failed:
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest
[repro] Exiting with code 0
[...truncated 40 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]