Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-7.x/173/
2 tests failed.
FAILED:
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple
Error Message:
Waiting for collection testSimple2 null Live Nodes: [127.0.0.1:37621_solr,
127.0.0.1:42906_solr] Last available state:
DocCollection(testSimple2//collections/testSimple2/state.json/23)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{ "shard1":{
"range":"80000000-ffffffff", "state":"active", "replicas":{
"core_node5":{
"dataDir":"hdfs://localhost:36805/data/testSimple2/core_node5/data/",
"base_url":"http://127.0.0.1:37621/solr",
"node_name":"127.0.0.1:37621_solr", "type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://localhost:36805/data/testSimple2/core_node5/data/tlog",
"core":"testSimple2_shard1_replica_n1", "shared_storage":"true",
"state":"active", "leader":"true"}, "core_node6":{
"dataDir":"hdfs://localhost:36805/data/testSimple2/core_node6/data/",
"base_url":"http://127.0.0.1:34306/solr",
"node_name":"127.0.0.1:34306_solr", "type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://localhost:36805/data/testSimple2/core_node6/data/tlog",
"core":"testSimple2_shard1_replica_n2", "shared_storage":"true",
"state":"down"}}}, "shard2":{ "range":"0-7fffffff",
"state":"active", "replicas":{ "core_node7":{
"dataDir":"hdfs://localhost:36805/data/testSimple2/core_node7/data/",
"base_url":"http://127.0.0.1:37621/solr",
"node_name":"127.0.0.1:37621_solr", "type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://localhost:36805/data/testSimple2/core_node7/data/tlog",
"core":"testSimple2_shard2_replica_n3", "shared_storage":"true",
"state":"active", "leader":"true"}, "core_node8":{
"dataDir":"hdfs://localhost:36805/data/testSimple2/core_node8/data/",
"base_url":"http://127.0.0.1:34306/solr",
"node_name":"127.0.0.1:34306_solr", "type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://localhost:36805/data/testSimple2/core_node8/data/tlog",
"core":"testSimple2_shard2_replica_n4", "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:37621_solr, 127.0.0.1:42906_solr]
Last available state:
DocCollection(testSimple2//collections/testSimple2/state.json/23)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{
"shard1":{
"range":"80000000-ffffffff",
"state":"active",
"replicas":{
"core_node5":{
"dataDir":"hdfs://localhost:36805/data/testSimple2/core_node5/data/",
"base_url":"http://127.0.0.1:37621/solr",
"node_name":"127.0.0.1:37621_solr",
"type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://localhost:36805/data/testSimple2/core_node5/data/tlog",
"core":"testSimple2_shard1_replica_n1",
"shared_storage":"true",
"state":"active",
"leader":"true"},
"core_node6":{
"dataDir":"hdfs://localhost:36805/data/testSimple2/core_node6/data/",
"base_url":"http://127.0.0.1:34306/solr",
"node_name":"127.0.0.1:34306_solr",
"type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://localhost:36805/data/testSimple2/core_node6/data/tlog",
"core":"testSimple2_shard1_replica_n2",
"shared_storage":"true",
"state":"down"}}},
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{
"core_node7":{
"dataDir":"hdfs://localhost:36805/data/testSimple2/core_node7/data/",
"base_url":"http://127.0.0.1:37621/solr",
"node_name":"127.0.0.1:37621_solr",
"type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://localhost:36805/data/testSimple2/core_node7/data/tlog",
"core":"testSimple2_shard2_replica_n3",
"shared_storage":"true",
"state":"active",
"leader":"true"},
"core_node8":{
"dataDir":"hdfs://localhost:36805/data/testSimple2/core_node8/data/",
"base_url":"http://127.0.0.1:34306/solr",
"node_name":"127.0.0.1:34306_solr",
"type":"NRT",
"force_set_state":"false",
"ulogDir":"hdfs://localhost:36805/data/testSimple2/core_node8/data/tlog",
"core":"testSimple2_shard2_replica_n4",
"shared_storage":"true",
"state":"down"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"2",
"autoAddReplicas":"true",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([9F6B48B43F660324:A7D86C4A1895D7F5]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:280)
at
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:130)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.testDeleteNode
Error Message:
java.util.LinkedHashMap cannot be cast to org.apache.solr.common.util.NamedList
Stack Trace:
java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to
org.apache.solr.common.util.NamedList
at
__randomizedtesting.SeedInfo.seed([9F6B48B43F660324:BDF9863608AC8C59]:0)
at java.util.ArrayList.forEach(ArrayList.java:1257)
at
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.testDeleteNode(SearchRateTriggerIntegrationTest.java:676)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 12581 lines...]
[junit4] Suite:
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_9F6B48B43F660324-001/init-core-data-001
[junit4] 2> 285655 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[9F6B48B43F660324]-worker) [
] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=13 numCloses=13
[junit4] 2> 285655 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[9F6B48B43F660324]-worker) [
] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 285657 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[9F6B48B43F660324]-worker) [
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 285657 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[9F6B48B43F660324]-worker) [
] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 285658 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[9F6B48B43F660324]-worker) [
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_9F6B48B43F660324-001/tempDir-001
[junit4] 2> 285658 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[9F6B48B43F660324]-worker) [
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 285658 INFO (Thread-573) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 285658 INFO (Thread-573) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 285660 ERROR (Thread-573) [ ] 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> 285758 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[9F6B48B43F660324]-worker) [
] o.a.s.c.ZkTestServer start zk server on port:46802
[junit4] 2> 285770 INFO (zkConnectionManagerCallback-990-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 285798 INFO (jetty-launcher-987-thread-1) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 285800 INFO (jetty-launcher-987-thread-2) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 285800 INFO (jetty-launcher-987-thread-3) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 285827 INFO (jetty-launcher-987-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 285827 INFO (jetty-launcher-987-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 285827 INFO (jetty-launcher-987-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 285827 INFO (jetty-launcher-987-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@32c474ad{/solr,null,AVAILABLE}
[junit4] 2> 285830 INFO (jetty-launcher-987-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@2355921c{HTTP/1.1,[http/1.1]}{127.0.0.1:34306}
[junit4] 2> 285830 INFO (jetty-launcher-987-thread-1) [ ]
o.e.j.s.Server Started @285877ms
[junit4] 2> 285830 INFO (jetty-launcher-987-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=34306}
[junit4] 2> 285830 ERROR (jetty-launcher-987-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 285830 INFO (jetty-launcher-987-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 285830 INFO (jetty-launcher-987-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.6.0
[junit4] 2> 285831 INFO (jetty-launcher-987-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 285831 INFO (jetty-launcher-987-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 285831 INFO (jetty-launcher-987-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-01T15:59:44.976Z
[junit4] 2> 285839 INFO (jetty-launcher-987-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 285839 INFO (jetty-launcher-987-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 285839 INFO (jetty-launcher-987-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 285839 INFO (jetty-launcher-987-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 285839 INFO (jetty-launcher-987-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 285839 INFO (jetty-launcher-987-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 285840 INFO (zkConnectionManagerCallback-992-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 285840 INFO (jetty-launcher-987-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@75ac29a4{/solr,null,AVAILABLE}
[junit4] 2> 285841 INFO (jetty-launcher-987-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 285845 INFO (jetty-launcher-987-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 285845 INFO (jetty-launcher-987-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 285846 INFO (jetty-launcher-987-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@fe38142{HTTP/1.1,[http/1.1]}{127.0.0.1:37621}
[junit4] 2> 285846 INFO (jetty-launcher-987-thread-3) [ ]
o.e.j.s.Server Started @285893ms
[junit4] 2> 285846 INFO (jetty-launcher-987-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=37621}
[junit4] 2> 285846 INFO (jetty-launcher-987-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@36698494{/solr,null,AVAILABLE}
[junit4] 2> 285846 ERROR (jetty-launcher-987-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 285846 INFO (jetty-launcher-987-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 285846 INFO (jetty-launcher-987-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.6.0
[junit4] 2> 285846 INFO (jetty-launcher-987-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 285846 INFO (jetty-launcher-987-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 285846 INFO (jetty-launcher-987-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-01T15:59:44.991Z
[junit4] 2> 285846 INFO (jetty-launcher-987-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@2a8ab9a3{HTTP/1.1,[http/1.1]}{127.0.0.1:42906}
[junit4] 2> 285846 INFO (jetty-launcher-987-thread-2) [ ]
o.e.j.s.Server Started @285893ms
[junit4] 2> 285846 INFO (jetty-launcher-987-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42906}
[junit4] 2> 285847 ERROR (jetty-launcher-987-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 285847 INFO (jetty-launcher-987-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 285847 INFO (jetty-launcher-987-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.6.0
[junit4] 2> 285847 INFO (jetty-launcher-987-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 285847 INFO (jetty-launcher-987-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 285847 INFO (jetty-launcher-987-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-01T15:59:44.992Z
[junit4] 2> 285850 INFO (jetty-launcher-987-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5d6051, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 285850 INFO (zkConnectionManagerCallback-994-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 285851 INFO (jetty-launcher-987-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 285851 INFO (zkConnectionManagerCallback-996-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 285853 INFO (jetty-launcher-987-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 285854 INFO (jetty-launcher-987-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 285855 INFO (jetty-launcher-987-thread-3) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5d6051, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 285856 INFO (jetty-launcher-987-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 285858 INFO (jetty-launcher-987-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 285858 INFO (jetty-launcher-987-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 285859 INFO (jetty-launcher-987-thread-2) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5d6051, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 285968 INFO (jetty-launcher-987-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46802/solr
[junit4] 2> 285999 INFO (zkConnectionManagerCallback-1000-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 286031 INFO (zkConnectionManagerCallback-1002-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 286125 INFO (jetty-launcher-987-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46802/solr
[junit4] 2> 286129 INFO (jetty-launcher-987-thread-2)
[n:127.0.0.1:42906_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:42906_solr
[junit4] 2> 286129 INFO (jetty-launcher-987-thread-2)
[n:127.0.0.1:42906_solr ] o.a.s.c.Overseer Overseer
(id=72431037910351877-127.0.0.1:42906_solr-n_0000000000) starting
[junit4] 2> 286129 INFO (zkConnectionManagerCallback-1008-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 286163 INFO (zkConnectionManagerCallback-1010-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 286167 INFO (zkConnectionManagerCallback-1015-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 286169 INFO (jetty-launcher-987-thread-2)
[n:127.0.0.1:42906_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:46802/solr ready
[junit4] 2> 286174 INFO (jetty-launcher-987-thread-1)
[n:127.0.0.1:34306_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34306_solr
[junit4] 2> 286183 INFO
(OverseerStateUpdate-72431037910351877-127.0.0.1:42906_solr-n_0000000000)
[n:127.0.0.1:42906_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:42906_solr
[junit4] 2> 286952 INFO (zkCallback-1009-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 286979 INFO
(OverseerStateUpdate-72431037910351877-127.0.0.1:42906_solr-n_0000000000)
[n:127.0.0.1:42906_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 286983 INFO (zkCallback-1014-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 286983 DEBUG
(OverseerAutoScalingTriggerThread-72431037910351877-127.0.0.1:42906_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and
.scheduled_maintenance triggers
[junit4] 2> 286988 DEBUG
(OverseerAutoScalingTriggerThread-72431037910351877-127.0.0.1:42906_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode
version 1
[junit4] 2> 286988 DEBUG
(OverseerAutoScalingTriggerThread-72431037910351877-127.0.0.1:42906_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion -1
[junit4] 2> 286988 DEBUG
(OverseerAutoScalingTriggerThread-72431037910351877-127.0.0.1:42906_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 1
[junit4] 2> 286990 INFO (jetty-launcher-987-thread-2)
[n:127.0.0.1:42906_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 286990 INFO (jetty-launcher-987-thread-2)
[n:127.0.0.1:42906_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42906_solr
[junit4] 2> 286995 INFO (zkCallback-1001-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 286995 INFO (zkCallback-1009-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 286995 INFO (zkCallback-1014-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 287013 DEBUG
(OverseerAutoScalingTriggerThread-72431037910351877-127.0.0.1:42906_solr-n_0000000000)
[ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial
livenodes: [127.0.0.1:42906_solr, 127.0.0.1:34306_solr]
[junit4] 2> 287023 DEBUG (ScheduledTrigger-1175-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 287043 DEBUG
(OverseerAutoScalingTriggerThread-72431037910351877-127.0.0.1:42906_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 287043 DEBUG
(OverseerAutoScalingTriggerThread-72431037910351877-127.0.0.1:42906_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion 1
[junit4] 2> 287048 INFO (jetty-launcher-987-thread-2)
[n:127.0.0.1:42906_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 287064 INFO (jetty-launcher-987-thread-2)
[n:127.0.0.1:42906_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5d6051
[junit4] 2> 287071 INFO (jetty-launcher-987-thread-2)
[n:127.0.0.1:42906_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5d6051
[junit4] 2> 287071 INFO (jetty-launcher-987-thread-2)
[n:127.0.0.1:42906_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5d6051
[junit4] 2> 287072 INFO (jetty-launcher-987-thread-2)
[n:127.0.0.1:42906_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_9F6B48B43F660324-001/tempDir-001/node2/.
[junit4] 2> 287075 INFO (jetty-launcher-987-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46802/solr
[junit4] 2> 287115 INFO (zkConnectionManagerCallback-1023-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 287116 INFO (jetty-launcher-987-thread-1)
[n:127.0.0.1:34306_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 287117 INFO (jetty-launcher-987-thread-1)
[n:127.0.0.1:34306_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:46802/solr ready
[junit4] 2> 287119 INFO (zkConnectionManagerCallback-1027-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 287125 INFO (jetty-launcher-987-thread-1)
[n:127.0.0.1:34306_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 287131 INFO (zkConnectionManagerCallback-1030-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 287137 INFO (jetty-launcher-987-thread-3)
[n:127.0.0.1:37621_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 287142 INFO (jetty-launcher-987-thread-3)
[n:127.0.0.1:37621_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 287142 INFO (jetty-launcher-987-thread-3)
[n:127.0.0.1:37621_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37621_solr
[junit4] 2> 287144 INFO (zkCallback-1014-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 287144 INFO (zkCallback-1009-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 287144 INFO (zkCallback-1001-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 287149 INFO (jetty-launcher-987-thread-1)
[n:127.0.0.1:34306_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5d6051
[junit4] 2> 287159 INFO (zkCallback-1022-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 287163 INFO (jetty-launcher-987-thread-1)
[n:127.0.0.1:34306_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5d6051
[junit4] 2> 287163 INFO (jetty-launcher-987-thread-1)
[n:127.0.0.1:34306_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5d6051
[junit4] 2> 287164 INFO (jetty-launcher-987-thread-1)
[n:127.0.0.1:34306_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_9F6B48B43F660324-001/tempDir-001/node1/.
[junit4] 2> 287167 INFO (zkCallback-1029-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 287172 INFO (zkConnectionManagerCallback-1037-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 287173 INFO (jetty-launcher-987-thread-3)
[n:127.0.0.1:37621_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 287174 INFO (jetty-launcher-987-thread-3)
[n:127.0.0.1:37621_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:46802/solr ready
[junit4] 2> 287183 INFO (jetty-launcher-987-thread-3)
[n:127.0.0.1:37621_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 287199 INFO (jetty-launcher-987-thread-3)
[n:127.0.0.1:37621_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5d6051
[junit4] 2> 287206 INFO (jetty-launcher-987-thread-3)
[n:127.0.0.1:37621_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5d6051
[junit4] 2> 287207 INFO (jetty-launcher-987-thread-3)
[n:127.0.0.1:37621_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4a5d6051
[junit4] 2> 287208 INFO (jetty-launcher-987-thread-3)
[n:127.0.0.1:37621_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_9F6B48B43F660324-001/tempDir-001/node3/.
[junit4] 2> 287243 INFO (zkConnectionManagerCallback-1040-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 287271 INFO (zkConnectionManagerCallback-1045-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 287272 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[9F6B48B43F660324]-worker) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 287273 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[9F6B48B43F660324]-worker) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46802/solr ready
[junit4] 2> 287942 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[9F6B48B43F660324]-worker) [
] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your
platform... using builtin-java classes where applicable
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 288024 DEBUG (ScheduledTrigger-1175-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 288874 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[9F6B48B43F660324]-worker) [
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 289026 DEBUG (ScheduledTrigger-1175-thread-3) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 289082 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[9F6B48B43F660324]-worker) [
] o.m.log Logging to org.apache.logging.slf4j.Log4jLogger@22d7369e via
org.mortbay.log.Slf4jLog
[junit4] 2> 289111 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[9F6B48B43F660324]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 289477 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[9F6B48B43F660324]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 289522 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[9F6B48B43F660324]-worker) [
] o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
to ./temp/Jetty_localhost_44121_hdfs____.d0lnl2/webapp
[junit4] 2> 290026 DEBUG (ScheduledTrigger-1175-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 290466 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[9F6B48B43F660324]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:44121
[junit4] 2> 291026 DEBUG (ScheduledTrigger-1175-thread-3) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 291424 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[9F6B48B43F660324]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 291431 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[9F6B48B43F660324]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 291457 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[9F6B48B43F660324]-worker) [
] o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_43902_datanode____.aljg8t/webapp
[junit4] 2> 291929 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[9F6B48B43F660324]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:43902
[junit4] 2> 292027 DEBUG (ScheduledTrigger-1175-thread-3) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 292455 WARN
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[9F6B48B43F660324]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 292457 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[9F6B48B43F660324]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 292497 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[9F6B48B43F660324]-worker) [
] o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_44705_datanode____.cfjzfh/webapp
[junit4] 2> 293027 DEBUG (ScheduledTrigger-1175-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 293049 INFO
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[9F6B48B43F660324]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:44705
[junit4] 2> 293393 ERROR (DataNode:
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_9F6B48B43F660324-001/tempDir-002/hdfsBaseDir/data/data3/,
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_9F6B48B43F660324-001/tempDir-002/hdfsBaseDir/data/data4/]]
heartbeating to localhost/127.0.0.1:36805) [ ]
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> 293393 ERROR (DataNode:
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_9F6B48B43F660324-001/tempDir-002/hdfsBaseDir/data/data1/,
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_9F6B48B43F660324-001/tempDir-002/hdfsBaseDir/data/data2/]]
heartbeating to localhost/127.0.0.1:36805) [ ]
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> 293639 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x143e950209d861: from storage
DS-e247455e-6ab2-470e-b1e7-07235003d914 node
DatanodeRegistration(127.0.0.1:33296,
datanodeUuid=e0492f7e-803a-432b-92ce-559350523170, infoPort=37507,
infoSecurePort=0, ipcPort=44086,
storageInfo=lv=-56;cid=testClusterID;nsid=892947069;c=0), blocks: 0,
hasStaleStorage: true, processing time: 3 msecs
[junit4] 2> 293640 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x143e950230cd3e: from storage
DS-341e3866-79d3-4615-85de-fa8a205106ae node
DatanodeRegistration(127.0.0.1:39641,
datanodeUuid=48c19c8c-d42d-4c38-bdf8-b307392218de, infoPort=41378,
infoSecurePort=0, ipcPort=38913,
storageInfo=lv=-56;cid=testClusterID;nsid=892947069;c=0), blocks: 0,
hasStaleStorage: true, processing time: 1 msecs
[junit4] 2> 293640 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x143e950209d861: from storage
DS-a809fe6b-70e4-4a1a-a057-c78c513f3fab node
DatanodeRegistration(127.0.0.1:33296,
datanodeUuid=e0492f7e-803a-432b-92ce-559350523170, infoPort=37507,
infoSecurePort=0, ipcPort=44086,
storageInfo=lv=-56;cid=testClusterID;nsid=892947069;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 293651 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x143e950230cd3e: from storage
DS-84579dba-3f3f-4116-af6d-7c667b8fb34f node
DatanodeRegistration(127.0.0.1:39641,
datanodeUuid=48c19c8c-d42d-4c38-bdf8-b307392218de, infoPort=41378,
infoSecurePort=0, ipcPort=38913,
storageInfo=lv=-56;cid=testClusterID;nsid=892947069;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 294027 DEBUG (ScheduledTrigger-1175-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 294291 INFO
(TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[9F6B48B43F660324]) [
] o.a.s.SolrTestCaseJ4 ###Starting testSimple
[junit4] 2> 294299 INFO (qtp2016617533-3342) [n:127.0.0.1:37621_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:42906_solr,127.0.0.1:34306_solr&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 294310 INFO
(OverseerThreadFactory-1177-thread-1-processing-n:127.0.0.1:42906_solr)
[n:127.0.0.1:42906_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
testSimple1
[junit4] 2> 294464 INFO
(OverseerStateUpdate-72431037910351877-127.0.0.1:42906_solr-n_0000000000)
[n:127.0.0.1:42906_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testSimple1_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:34306/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 294466 INFO
(OverseerStateUpdate-72431037910351877-127.0.0.1:42906_solr-n_0000000000)
[n:127.0.0.1:42906_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testSimple1_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:42906/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 294468 INFO
(OverseerStateUpdate-72431037910351877-127.0.0.1:42906_solr-n_0000000000)
[n:127.0.0.1:42906_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testSimple1_shard2_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:34306/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 294477 INFO
(OverseerStateUpdate-72431037910351877-127.0.0.1:42906_solr-n_0000000000)
[n:127.0.0.1:42906_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testSimple1_shard2_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:42906/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 294686 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_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> 294692 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_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> 294692 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_solr
x:testSimple1_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 294693 INFO (qtp1223497917-3325) [n:127.0.0.1:34306_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> 294693 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_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> 295027 DEBUG (ScheduledTrigger-1175-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 295736 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 295736 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 295747 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 295757 INFO (qtp1223497917-3325) [n:127.0.0.1:34306_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 295773 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_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> 295774 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_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> 295783 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_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> 295783 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_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> 295783 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_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@4a5d6051
[junit4] 2> 295784 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_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> 295784 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_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> 295787 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_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@4a5d6051
[junit4] 2> 295796 INFO (qtp1223497917-3325) [n:127.0.0.1:34306_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> 295802 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_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> 295804 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_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> 295804 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_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> 295805 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_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@4a5d6051
[junit4] 2> 295806 INFO (qtp1223497917-3325) [n:127.0.0.1:34306_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> 295806 INFO (qtp1223497917-3325) [n:127.0.0.1:34306_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> 295807 INFO (qtp1223497917-3325) [n:127.0.0.1:34306_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@4a5d6051
[junit4] 2> 295813 INFO (qtp1223497917-3325) [n:127.0.0.1:34306_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:36805/data
[junit4] 2> 295813 INFO (qtp1223497917-3325) [n:127.0.0.1:34306_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 295813 INFO (qtp1223497917-3325) [n:127.0.0.1:34306_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
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_9F6B48B43F660324-001/tempDir-001/node1/testSimple1_shard2_replica_n4],
dataDir=[hdfs://localhost:36805/data/testSimple1/core_node7/data/]
[junit4] 2> 295815 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:36805/data
[junit4] 2> 295815 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 295815 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_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
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_9F6B48B43F660324-001/tempDir-001/node2/testSimple1_shard1_replica_n2],
dataDir=[hdfs://localhost:36805/data/testSimple1/core_node5/data/]
[junit4] 2> 295817 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:36805/data
[junit4] 2> 295817 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 295817 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_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
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_9F6B48B43F660324-001/tempDir-001/node2/testSimple1_shard2_replica_n6],
dataDir=[hdfs://localhost:36805/data/testSimple1/core_node8/data/]
[junit4] 2> 295817 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_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:36805/data/testSimple1/core_node5/data/snapshot_metadata
[junit4] 2> 295817 INFO (qtp1223497917-3325) [n:127.0.0.1:34306_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:36805/data/testSimple1/core_node7/data/snapshot_metadata
[junit4] 2> 295817 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:36805/data
[junit4] 2> 295817 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 295818 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_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
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_9F6B48B43F660324-001/tempDir-001/node1/testSimple1_shard1_replica_n1],
dataDir=[hdfs://localhost:36805/data/testSimple1/core_node3/data/]
[junit4] 2> 295819 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_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:36805/data/testSimple1/core_node3/data/snapshot_metadata
[junit4] 2> 295824 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_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:36805/data/testSimple1/core_node8/data/snapshot_metadata
[junit4] 2> 295937 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_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:36805/data/testSimple1/core_node8/data
[junit4] 2> 295940 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_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:36805/data/testSimple1/core_node3/data
[junit4] 2> 295943 INFO (qtp1223497917-3325) [n:127.0.0.1:34306_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:36805/data/testSimple1/core_node7/data
[junit4] 2> 295943 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_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:36805/data/testSimple1/core_node5/data
[junit4] 2> 296027 DEBUG (ScheduledTrigger-1175-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 296038 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_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:36805/data/testSimple1/core_node8/data/index
[junit4] 2> 296040 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_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:36805/data/testSimple1/core_node3/data/index
[junit4] 2> 296046 INFO (qtp1223497917-3325) [n:127.0.0.1:34306_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:36805/data/testSimple1/core_node7/data/index
[junit4] 2> 296048 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_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:36805/data/testSimple1/core_node5/data/index
[junit4] 2> 296541 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33296 is added to
blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-341e3866-79d3-4615-85de-fa8a205106ae:NORMAL:127.0.0.1:39641|RBW],
ReplicaUC[[DISK]DS-e247455e-6ab2-470e-b1e7-07235003d914:NORMAL:127.0.0.1:33296|RBW]]}
size 69
[junit4] 2> 296542 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33296 is added to
blk_1073741827_1003{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-a809fe6b-70e4-4a1a-a057-c78c513f3fab:NORMAL:127.0.0.1:33296|RBW],
ReplicaUC[[DISK]DS-84579dba-3f3f-4116-af6d-7c667b8fb34f:NORMAL:127.0.0.1:39641|RBW]]}
size 69
[junit4] 2> 296543 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33296 is added to
blk_1073741826_1002{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-a809fe6b-70e4-4a1a-a057-c78c513f3fab:NORMAL:127.0.0.1:33296|RBW],
ReplicaUC[[DISK]DS-84579dba-3f3f-4116-af6d-7c667b8fb34f:NORMAL:127.0.0.1:39641|RBW]]}
size 69
[junit4] 2> 296543 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33296 is added to
blk_1073741828_1004{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-e247455e-6ab2-470e-b1e7-07235003d914:NORMAL:127.0.0.1:33296|RBW],
ReplicaUC[[DISK]DS-84579dba-3f3f-4116-af6d-7c667b8fb34f:NORMAL:127.0.0.1:39641|RBW]]}
size 69
[junit4] 2> 296544 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:39641 is added to
blk_1073741825_1001 size 69
[junit4] 2> 296544 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:39641 is added to
blk_1073741828_1004 size 69
[junit4] 2> 296544 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:39641 is added to
blk_1073741826_1002 size 69
[junit4] 2> 296545 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:39641 is added to
blk_1073741827_1003 size 69
[junit4] 2> 297028 DEBUG (ScheduledTrigger-1175-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 297137 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_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> 297137 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_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> 297137 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 297155 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_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> 297155 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_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> 297155 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 297167 INFO (qtp1223497917-3325) [n:127.0.0.1:34306_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> 297167 INFO (qtp1223497917-3325) [n:127.0.0.1:34306_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> 297167 INFO (qtp1223497917-3325) [n:127.0.0.1:34306_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 297182 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 297182 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 297192 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 297192 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 297201 INFO (qtp1223497917-3325) [n:127.0.0.1:34306_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 297202 INFO (qtp1223497917-3325) [n:127.0.0.1:34306_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 297256 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_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> 297256 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_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> 297256 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 297284 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 297284 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 297318 INFO (qtp1223497917-3325) [n:127.0.0.1:34306_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@36e15ef8[testSimple1_shard2_replica_n4] main]
[junit4] 2> 297319 INFO (qtp1223497917-3325) [n:127.0.0.1:34306_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> 297319 INFO (qtp1223497917-3325) [n:127.0.0.1:34306_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> 297320 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@599d084e[testSimple1_shard2_replica_n6] main]
[junit4] 2> 297321 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_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> 297321 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_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> 297324 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_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> 297324 INFO (qtp1223497917-3325) [n:127.0.0.1:34306_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> 297335 INFO
(searcherExecutor-1196-thread-1-processing-n:127.0.0.1:34306_solr
x:testSimple1_shard2_replica_n4 c:testSimple1 s:shard2 r:core_node7)
[n:127.0.0.1:34306_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@36e15ef8[testSimple1_shard2_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 297335 INFO (qtp1223497917-3325) [n:127.0.0.1:34306_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 1613139381038612480
[junit4] 2> 297339 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7de1a5ce[testSimple1_shard1_replica_n2] main]
[junit4] 2> 297340 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_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> 297340 INFO
(searcherExecutor-1195-thread-1-processing-n:127.0.0.1:42906_solr
x:testSimple1_shard2_replica_n6 c:testSimple1 s:shard2 r:core_node8)
[n:127.0.0.1:42906_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@599d084e[testSimple1_shard2_replica_n6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 297340 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_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> 297340 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_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 1613139381043855360
[junit4] 2> 297341 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_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> 297341 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_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 1613139381044903936
[junit4] 2> 297343 INFO
(searcherExecutor-1194-thread-1-processing-n:127.0.0.1:42906_solr
x:testSimple1_shard1_replica_n2 c:testSimple1 s:shard1 r:core_node5)
[n:127.0.0.1:42906_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@7de1a5ce[testSimple1_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 297349 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_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_node8=0}, version=0}
[junit4] 2> 297355 INFO (qtp1223497917-3325) [n:127.0.0.1:34306_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,
core_node8=0}, version=1}
[junit4] 2> 297355 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard2: total=2 found=1 timeoutin=9999ms
[junit4] 2> 297367 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1ce01b4[testSimple1_shard1_replica_n1] main]
[junit4] 2> 297369 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_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> 297369 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_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> 297370 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_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> 297372 INFO
(searcherExecutor-1193-thread-1-processing-n:127.0.0.1:34306_solr
x:testSimple1_shard1_replica_n1 c:testSimple1 s:shard1 r:core_node3)
[n:127.0.0.1:34306_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@1ce01b4[testSimple1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 297372 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_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 1613139381077409792
[junit4] 2> 297372 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_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_node5=0}, version=0}
[junit4] 2> 297385 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_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,
core_node5=0}, version=1}
[junit4] 2> 297386 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9996ms
[junit4] 2> 297857 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 297857 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 297857 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:42906/solr/testSimple1_shard2_replica_n6/
[junit4] 2> 297858 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6
url=http://127.0.0.1:42906/solr START
replicas=[http://127.0.0.1:34306/solr/testSimple1_shard2_replica_n4/]
nUpdates=100
[junit4] 2> 297859 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6
url=http://127.0.0.1:42906/solr DONE. We have no versions. sync failed.
[junit4] 2> 297862 INFO (qtp1223497917-3327) [n:127.0.0.1:34306_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.S.Request [testSimple1_shard2_replica_n4] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 297862 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 297862 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
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> 297862 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 297872 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:42906/solr/testSimple1_shard2_replica_n6/ shard2
[junit4] 2> 297886 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 297886 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 297886 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:42906/solr/testSimple1_shard1_replica_n2/
[junit4] 2> 297887 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2
url=http://127.0.0.1:42906/solr START
replicas=[http://127.0.0.1:34306/solr/testSimple1_shard1_replica_n1/]
nUpdates=100
[junit4] 2> 297887 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2
url=http://127.0.0.1:42906/solr DONE. We have no versions. sync failed.
[junit4] 2> 297889 INFO (qtp1223497917-3333) [n:127.0.0.1:34306_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.S.Request [testSimple1_shard1_replica_n1] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 297889 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 297889 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
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> 297889 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 297892 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:42906/solr/testSimple1_shard1_replica_n2/ shard1
[junit4] 2> 297995 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 297998 INFO (qtp1473912274-3326) [n:127.0.0.1:42906_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=3312
[junit4] 2> 298028 DEBUG (ScheduledTrigger-1175-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 298029 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 298032 INFO (qtp1473912274-3319) [n:127.0.0.1:42906_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=3338
[junit4] 2> 298135 INFO (zkCallback-1001-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> 298373 INFO (qtp1223497917-3325) [n:127.0.0.1:34306_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=3680
[junit4] 2> 298392 INFO (qtp1223497917-3331) [n:127.0.0.1:34306_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=3700
[junit4] 2> 298396 INFO (qtp2016617533-3342) [n:127.0.0.1:37621_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> 298493 INFO (zkCallback-1001-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> 298493 INFO (zkCallback-1009-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> 299028 DEBUG (ScheduledTrigger-1175-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 299399 INFO (qtp2016617533-3342) [n:127.0.0.1:37621_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:42906_solr,127.0.0.1:34306_solr&wt=javabin&version=2}
status=0 QTime=5100
[junit4] 2> 299400 INFO (qtp2016617533-3335) [n:127.0.0.1:37621_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:34306_solr,127.0.0.1:37621_solr&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 299405 INFO
(OverseerCollectionConfigSetProcessor-72431037910351877-127.0.0.1:42906_solr-n_0000000000)
[n:127.0.0.1:42906_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 299405 INFO
(OverseerThreadFactory-1177-thread-2-processing-n:127.0.0.1:42906_solr)
[n:127.0.0.1:42906_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
testSimple2
[junit4] 2> 299631 INFO
(OverseerStateUpdate-72431037910351877-127.0.0.1:42906_solr-n_0000000000)
[n:127.0.0.1:42906_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testSimple2_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:37621/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 299632 INFO
(OverseerStateUpdate-72431037910351877-127.0.0.1:42906_solr-n_0000000000)
[n:127.0.0.1:42906_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testSimple2_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:34306/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 299633 INFO
(OverseerStateUpdate-72431037910351877-127.0.0.1:42906_solr-n_0000000000)
[n:127.0.0.1:42906_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple2",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testSimple2_shard2_replica_n3",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:37621/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 299634 INFO
(OverseerStateUpdate-72431037910351877-127.0.0.1:42906_solr-n_0000000000)
[n:127.0.0.1:42906_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple2",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testSimple2_shard2_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:34306/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 299848 INFO (qtp1223497917-3332) [n:127.0.0.1:34306_solr
x:testSimple2_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node6&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> 299849 INFO (qtp1223497917-3330) [n:127.0.0.1:34306_solr
x:testSimple2_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple2_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple2&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 299850 INFO (qtp2016617533-3340) [n:127.0.0.1:37621_solr
x:testSimple2_shard2_replica_n3] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple2_shard2_replica_n3&action=CREATE&numShards=2&collection=testSimple2&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 299851 INFO (qtp2016617533-3324) [n:127.0.0.1:37621_solr
x:testSimple2_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 300029 DEBUG (ScheduledTrigger-1175-thread-3) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 300884 INFO (qtp1223497917-3332) [n:127.0.0.1:34306_solr
c:testSimple2 s:shard1 r:core_node6 x:testSimple2_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene M
[...truncated too long message...]
e] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/null1184627883
[copy] Copying 239 files to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/null1184627883
[delete] Deleting directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/null1184627883
check-working-copy:
[ivy:cachepath] :: resolving dependencies ::
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] confs: [default]
[ivy:cachepath] found
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] found org.apache.httpcomponents#httpclient;4.3.6 in
public
[ivy:cachepath] found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 20ms :: artifacts dl 1ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 8 | 0 | 0 | 0 || 8 | 0 |
---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
further details.
[wc-checker] Checking working copy status...
-jenkins-base:
BUILD SUCCESSFUL
Total time: 114 minutes 12 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$34.hasMatch(FilePath.java:2678)
at hudson.FilePath$34.invoke(FilePath.java:2557)
at hudson.FilePath$34.invoke(FilePath.java:2547)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:955)
at hudson.FilePath.act(FilePath.java:1036)
at hudson.FilePath.act(FilePath.java:1025)
at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
at
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1819)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no
matches found within 10000
at hudson.FilePath.act(FilePath.java:1038)
at hudson.FilePath.act(FilePath.java:1025)
at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1819)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]