Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/2166/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC
3 tests failed.
FAILED:
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica
Error Message:
Expected new active leader null Live Nodes: [127.0.0.1:35070_solr,
127.0.0.1:52461_solr, 127.0.0.1:56479_solr] Last available state:
DocCollection(raceDeleteReplica_false//collections/raceDeleteReplica_false/state.json/13)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node4":{ "core":"raceDeleteReplica_false_shard1_replica_n2",
"base_url":"http://127.0.0.1:62213/solr",
"node_name":"127.0.0.1:62213_solr", "state":"down",
"type":"NRT", "force_set_state":"false", "leader":"true"},
"core_node6":{
"core":"raceDeleteReplica_false_shard1_replica_n5",
"base_url":"http://127.0.0.1:62213/solr",
"node_name":"127.0.0.1:62213_solr", "state":"down",
"type":"NRT", "force_set_state":"false"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"2", "tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Expected new active leader
null
Live Nodes: [127.0.0.1:35070_solr, 127.0.0.1:52461_solr, 127.0.0.1:56479_solr]
Last available state:
DocCollection(raceDeleteReplica_false//collections/raceDeleteReplica_false/state.json/13)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node4":{
"core":"raceDeleteReplica_false_shard1_replica_n2",
"base_url":"http://127.0.0.1:62213/solr",
"node_name":"127.0.0.1:62213_solr",
"state":"down",
"type":"NRT",
"force_set_state":"false",
"leader":"true"},
"core_node6":{
"core":"raceDeleteReplica_false_shard1_replica_n5",
"base_url":"http://127.0.0.1:62213/solr",
"node_name":"127.0.0.1:62213_solr",
"state":"down",
"type":"NRT",
"force_set_state":"false"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([68A7209D997AB4D9:2B1414DF188FE13]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:280)
at
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:328)
at
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:224)
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.DeleteReplicaTest.deleteLiveReplicaTest
Error Message:
Error from server at http://127.0.0.1:52461/solr: Cannot create collection
delLiveColl. Value of maxShardsPerNode is 1, and the number of nodes currently
live or live and part of your createNodeSet is 3. This allows a maximum of 3 to
be created. Value of numShards is 2, value of nrtReplicas is 2, value of
tlogReplicas is 0 and value of pullReplicas is 0. This requires 4 shards to be
created (higher than the allowed number)
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:52461/solr: Cannot create collection
delLiveColl. Value of maxShardsPerNode is 1, and the number of nodes currently
live or live and part of your createNodeSet is 3. This allows a maximum of 3 to
be created. Value of numShards is 2, value of nrtReplicas is 2, value of
tlogReplicas is 0 and value of pullReplicas is 0. This requires 4 shards to be
created (higher than the allowed number)
at
__randomizedtesting.SeedInfo.seed([68A7209D997AB4D9:C5C7949684451CAC]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
at
org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:73)
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.DeleteReplicaTest.deleteReplicaByCountForAllShards
Error Message:
Error from server at http://127.0.0.1:52461/solr: Cannot create collection
deleteByCountNew. Value of maxShardsPerNode is 1, and the number of nodes
currently live or live and part of your createNodeSet is 3. This allows a
maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 2,
value of tlogReplicas is 0 and value of pullReplicas is 0. This requires 4
shards to be created (higher than the allowed number)
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:52461/solr: Cannot create collection
deleteByCountNew. Value of maxShardsPerNode is 1, and the number of nodes
currently live or live and part of your createNodeSet is 3. This allows a
maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 2,
value of tlogReplicas is 0 and value of pullReplicas is 0. This requires 4
shards to be created (higher than the allowed number)
at
__randomizedtesting.SeedInfo.seed([68A7209D997AB4D9:543667C9D63BE98C]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
at
org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCountForAllShards(DeleteReplicaTest.java:161)
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 13970 lines...]
[junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_68A7209D997AB4D9-001/init-core-data-001
[junit4] 2> 1936991 WARN
(SUITE-DeleteReplicaTest-seed#[68A7209D997AB4D9]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
[junit4] 2> 1936991 INFO
(SUITE-DeleteReplicaTest-seed#[68A7209D997AB4D9]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1936993 INFO
(SUITE-DeleteReplicaTest-seed#[68A7209D997AB4D9]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 1936993 INFO
(SUITE-DeleteReplicaTest-seed#[68A7209D997AB4D9]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1936993 INFO
(SUITE-DeleteReplicaTest-seed#[68A7209D997AB4D9]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_68A7209D997AB4D9-001/tempDir-001
[junit4] 2> 1936993 INFO
(SUITE-DeleteReplicaTest-seed#[68A7209D997AB4D9]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1936994 INFO (Thread-3649) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1936994 INFO (Thread-3649) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1936996 ERROR (Thread-3649) [ ] 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> 1937094 INFO
(SUITE-DeleteReplicaTest-seed#[68A7209D997AB4D9]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:64089
[junit4] 2> 1937096 INFO (zkConnectionManagerCallback-7141-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1937101 INFO (jetty-launcher-7138-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_191-b12
[junit4] 2> 1937101 INFO (jetty-launcher-7138-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_191-b12
[junit4] 2> 1937101 INFO (jetty-launcher-7138-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_191-b12
[junit4] 2> 1937102 INFO (jetty-launcher-7138-thread-4) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_191-b12
[junit4] 2> 1937102 INFO (jetty-launcher-7138-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1937102 INFO (jetty-launcher-7138-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1937102 INFO (jetty-launcher-7138-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1937103 INFO (jetty-launcher-7138-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1937103 INFO (jetty-launcher-7138-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1937103 INFO (jetty-launcher-7138-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1937103 INFO (jetty-launcher-7138-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2847c65d{/solr,null,AVAILABLE}
[junit4] 2> 1937104 INFO (jetty-launcher-7138-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1937104 INFO (jetty-launcher-7138-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1937104 INFO (jetty-launcher-7138-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1937107 INFO (jetty-launcher-7138-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7ba9e4a4{/solr,null,AVAILABLE}
[junit4] 2> 1937107 INFO (jetty-launcher-7138-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1937107 INFO (jetty-launcher-7138-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1937108 INFO (jetty-launcher-7138-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5db90380{/solr,null,AVAILABLE}
[junit4] 2> 1937114 INFO (jetty-launcher-7138-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1937115 INFO (jetty-launcher-7138-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6d1dc010{/solr,null,AVAILABLE}
[junit4] 2> 1937115 INFO (jetty-launcher-7138-thread-4) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@6986a9d1{HTTP/1.1,[http/1.1]}{127.0.0.1:62213}
[junit4] 2> 1937115 INFO (jetty-launcher-7138-thread-4) [ ]
o.e.j.s.Server Started @1938910ms
[junit4] 2> 1937115 INFO (jetty-launcher-7138-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=62213}
[junit4] 2> 1937115 INFO (jetty-launcher-7138-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@3619a8d6{HTTP/1.1,[http/1.1]}{127.0.0.1:56479}
[junit4] 2> 1937115 INFO (jetty-launcher-7138-thread-3) [ ]
o.e.j.s.Server Started @1938910ms
[junit4] 2> 1937115 ERROR (jetty-launcher-7138-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1937115 INFO (jetty-launcher-7138-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1937115 INFO (jetty-launcher-7138-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1937115 INFO (jetty-launcher-7138-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1937115 INFO (jetty-launcher-7138-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1937115 INFO (jetty-launcher-7138-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-20T02:35:31.401Z
[junit4] 2> 1937115 INFO (jetty-launcher-7138-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=56479}
[junit4] 2> 1937115 ERROR (jetty-launcher-7138-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1937116 INFO (jetty-launcher-7138-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1937117 INFO (jetty-launcher-7138-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1937117 INFO (jetty-launcher-7138-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1937117 INFO (jetty-launcher-7138-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1937117 INFO (jetty-launcher-7138-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-20T02:35:31.403Z
[junit4] 2> 1937119 INFO (jetty-launcher-7138-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@6d20274e{HTTP/1.1,[http/1.1]}{127.0.0.1:52461}
[junit4] 2> 1937119 INFO (jetty-launcher-7138-thread-1) [ ]
o.e.j.s.Server Started @1938914ms
[junit4] 2> 1937119 INFO (jetty-launcher-7138-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=52461}
[junit4] 2> 1937119 ERROR (jetty-launcher-7138-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1937119 INFO (jetty-launcher-7138-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1937120 INFO (jetty-launcher-7138-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1937120 INFO (jetty-launcher-7138-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1937120 INFO (jetty-launcher-7138-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@2bb2e861{HTTP/1.1,[http/1.1]}{127.0.0.1:35070}
[junit4] 2> 1937120 INFO (jetty-launcher-7138-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1937120 INFO (jetty-launcher-7138-thread-2) [ ]
o.e.j.s.Server Started @1938915ms
[junit4] 2> 1937120 INFO (jetty-launcher-7138-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-20T02:35:31.406Z
[junit4] 2> 1937120 INFO (jetty-launcher-7138-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35070}
[junit4] 2> 1937120 ERROR (jetty-launcher-7138-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1937120 INFO (jetty-launcher-7138-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1937120 INFO (jetty-launcher-7138-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1937120 INFO (jetty-launcher-7138-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1937120 INFO (jetty-launcher-7138-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1937120 INFO (jetty-launcher-7138-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-20T02:35:31.406Z
[junit4] 2> 1937124 INFO (zkConnectionManagerCallback-7146-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1937129 INFO (jetty-launcher-7138-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1937129 INFO (zkConnectionManagerCallback-7143-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1937129 INFO (zkConnectionManagerCallback-7148-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1937130 INFO (jetty-launcher-7138-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1937130 INFO (zkConnectionManagerCallback-7149-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1937130 INFO (jetty-launcher-7138-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1937132 INFO (jetty-launcher-7138-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1937567 INFO (jetty-launcher-7138-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64089/solr
[junit4] 2> 1937594 INFO (zkConnectionManagerCallback-7153-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1937612 INFO (zkConnectionManagerCallback-7155-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1937681 INFO (jetty-launcher-7138-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64089/solr
[junit4] 2> 1937692 INFO (zkConnectionManagerCallback-7161-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1937776 INFO (jetty-launcher-7138-thread-4)
[n:127.0.0.1:62213_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:62213_solr
[junit4] 2> 1937777 INFO (jetty-launcher-7138-thread-4)
[n:127.0.0.1:62213_solr ] o.a.s.c.Overseer Overseer
(id=72089722953334790-127.0.0.1:62213_solr-n_0000000000) starting
[junit4] 2> 1937796 INFO (zkConnectionManagerCallback-7163-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1937797 INFO (zkConnectionManagerCallback-7168-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1937803 INFO (jetty-launcher-7138-thread-4)
[n:127.0.0.1:62213_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:64089/solr ready
[junit4] 2> 1937814 INFO (jetty-launcher-7138-thread-4)
[n:127.0.0.1:62213_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:62213_solr
[junit4] 2> 1937817 INFO
(OverseerStateUpdate-72089722953334790-127.0.0.1:62213_solr-n_0000000000)
[n:127.0.0.1:62213_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:62213_solr
[junit4] 2> 1937855 INFO (jetty-launcher-7138-thread-4)
[n:127.0.0.1:62213_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1937886 INFO (jetty-launcher-7138-thread-4)
[n:127.0.0.1:62213_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_62213.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@601c6784
[junit4] 2> 1937891 INFO (zkCallback-7154-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1937892 INFO (zkCallback-7167-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1937900 INFO (jetty-launcher-7138-thread-4)
[n:127.0.0.1:62213_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_62213.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@601c6784
[junit4] 2> 1937901 INFO (jetty-launcher-7138-thread-4)
[n:127.0.0.1:62213_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_62213.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@601c6784
[junit4] 2> 1937901 INFO (jetty-launcher-7138-thread-4)
[n:127.0.0.1:62213_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_68A7209D997AB4D9-001/tempDir-001/node4/.
[junit4] 2> 1938143 INFO (jetty-launcher-7138-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64089/solr
[junit4] 2> 1938166 INFO (jetty-launcher-7138-thread-1)
[n:127.0.0.1:52461_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1938148 INFO (zkConnectionManagerCallback-7173-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1938174 INFO (jetty-launcher-7138-thread-1)
[n:127.0.0.1:52461_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1938175 INFO (jetty-launcher-7138-thread-1)
[n:127.0.0.1:52461_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:52461_solr
[junit4] 2> 1938176 INFO (zkCallback-7154-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1938176 INFO (zkCallback-7167-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1938181 INFO (zkCallback-7162-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1938235 INFO (zkConnectionManagerCallback-7177-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1938236 INFO (zkConnectionManagerCallback-7182-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1938239 INFO (jetty-launcher-7138-thread-1)
[n:127.0.0.1:52461_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1938245 INFO (jetty-launcher-7138-thread-2)
[n:127.0.0.1:35070_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1938249 INFO (jetty-launcher-7138-thread-2)
[n:127.0.0.1:35070_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1938249 INFO (jetty-launcher-7138-thread-2)
[n:127.0.0.1:35070_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35070_solr
[junit4] 2> 1938254 INFO (zkCallback-7154-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1938254 INFO (zkCallback-7167-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1938254 INFO (zkCallback-7162-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1938268 INFO (jetty-launcher-7138-thread-1)
[n:127.0.0.1:52461_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:64089/solr ready
[junit4] 2> 1938268 INFO (jetty-launcher-7138-thread-1)
[n:127.0.0.1:52461_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1938268 INFO (zkCallback-7181-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1938294 INFO (jetty-launcher-7138-thread-1)
[n:127.0.0.1:52461_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_52461.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@601c6784
[junit4] 2> 1938303 INFO (jetty-launcher-7138-thread-1)
[n:127.0.0.1:52461_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_52461.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@601c6784
[junit4] 2> 1938303 INFO (jetty-launcher-7138-thread-1)
[n:127.0.0.1:52461_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_52461.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@601c6784
[junit4] 2> 1938304 INFO (jetty-launcher-7138-thread-1)
[n:127.0.0.1:52461_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_68A7209D997AB4D9-001/tempDir-001/node1/.
[junit4] 2> 1938330 INFO (zkCallback-7176-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1938333 INFO (zkConnectionManagerCallback-7190-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1938334 INFO (jetty-launcher-7138-thread-2)
[n:127.0.0.1:35070_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1938335 INFO (jetty-launcher-7138-thread-2)
[n:127.0.0.1:35070_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:64089/solr ready
[junit4] 2> 1938335 INFO (jetty-launcher-7138-thread-2)
[n:127.0.0.1:35070_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1938351 INFO (jetty-launcher-7138-thread-2)
[n:127.0.0.1:35070_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35070.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@601c6784
[junit4] 2> 1938362 INFO (jetty-launcher-7138-thread-2)
[n:127.0.0.1:35070_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35070.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@601c6784
[junit4] 2> 1938362 INFO (jetty-launcher-7138-thread-2)
[n:127.0.0.1:35070_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35070.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@601c6784
[junit4] 2> 1938363 INFO (jetty-launcher-7138-thread-2)
[n:127.0.0.1:35070_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_68A7209D997AB4D9-001/tempDir-001/node2/.
[junit4] 2> 1938770 INFO (jetty-launcher-7138-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64089/solr
[junit4] 2> 1938771 INFO (zkConnectionManagerCallback-7195-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1938773 INFO (zkConnectionManagerCallback-7197-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1938786 INFO (jetty-launcher-7138-thread-3)
[n:127.0.0.1:56479_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1938794 INFO (jetty-launcher-7138-thread-3)
[n:127.0.0.1:56479_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1938794 INFO (jetty-launcher-7138-thread-3)
[n:127.0.0.1:56479_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:56479_solr
[junit4] 2> 1938795 INFO (zkCallback-7162-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1938795 INFO (zkCallback-7167-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1938795 INFO (zkCallback-7154-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1938796 INFO (zkCallback-7176-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1938796 INFO (zkCallback-7181-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1938796 INFO (zkCallback-7189-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1938797 INFO (zkCallback-7196-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1938819 INFO (zkConnectionManagerCallback-7204-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1938821 INFO (jetty-launcher-7138-thread-3)
[n:127.0.0.1:56479_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 1938823 INFO (jetty-launcher-7138-thread-3)
[n:127.0.0.1:56479_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:64089/solr ready
[junit4] 2> 1938824 INFO (jetty-launcher-7138-thread-3)
[n:127.0.0.1:56479_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1938842 INFO (jetty-launcher-7138-thread-3)
[n:127.0.0.1:56479_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_56479.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@601c6784
[junit4] 2> 1938851 INFO (jetty-launcher-7138-thread-3)
[n:127.0.0.1:56479_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_56479.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@601c6784
[junit4] 2> 1938851 INFO (jetty-launcher-7138-thread-3)
[n:127.0.0.1:56479_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_56479.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@601c6784
[junit4] 2> 1938852 INFO (jetty-launcher-7138-thread-3)
[n:127.0.0.1:56479_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_68A7209D997AB4D9-001/tempDir-001/node3/.
[junit4] 2> 1938878 INFO (zkConnectionManagerCallback-7207-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1938882 INFO (zkConnectionManagerCallback-7212-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1938883 INFO
(SUITE-DeleteReplicaTest-seed#[68A7209D997AB4D9]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1938885 INFO
(SUITE-DeleteReplicaTest-seed#[68A7209D997AB4D9]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64089/solr ready
[junit4] 2> 1938937 INFO
(TEST-DeleteReplicaTest.deleteReplicaByCount-seed#[68A7209D997AB4D9]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaByCount
[junit4] 2> 1938939 INFO (qtp876031254-21921) [n:127.0.0.1:62213_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
pullReplicas=2&collection.configName=conf&name=deleteByCount&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1938941 INFO
(OverseerThreadFactory-8677-thread-1-processing-n:127.0.0.1:62213_solr)
[n:127.0.0.1:62213_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
deleteByCount
[junit4] 2> 1939053 INFO (qtp876031254-21914) [n:127.0.0.1:62213_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1939064 INFO (qtp2065051045-21929) [n:127.0.0.1:52461_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1939070 INFO (qtp436902771-21908) [n:127.0.0.1:35070_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1939074 INFO (qtp372257036-21936) [n:127.0.0.1:56479_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1939122 INFO
(OverseerStateUpdate-72089722953334790-127.0.0.1:62213_solr-n_0000000000)
[n:127.0.0.1:62213_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"deleteByCount",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"deleteByCount_shard1_replica_t1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:56479/solr",
[junit4] 2> "type":"TLOG",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1939138 INFO
(OverseerStateUpdate-72089722953334790-127.0.0.1:62213_solr-n_0000000000)
[n:127.0.0.1:62213_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"deleteByCount",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"deleteByCount_shard1_replica_p2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:35070/solr",
[junit4] 2> "type":"PULL",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1939144 INFO
(OverseerStateUpdate-72089722953334790-127.0.0.1:62213_solr-n_0000000000)
[n:127.0.0.1:62213_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"deleteByCount",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"deleteByCount_shard1_replica_p4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:52461/solr",
[junit4] 2> "type":"PULL",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1939350 INFO (qtp2065051045-21906) [n:127.0.0.1:52461_solr
x:deleteByCount_shard1_replica_p4] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_p4&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=PULL
[junit4] 2> 1939355 INFO (qtp436902771-21905) [n:127.0.0.1:35070_solr
x:deleteByCount_shard1_replica_p2] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_p2&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=PULL
[junit4] 2> 1939360 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
x:deleteByCount_shard1_replica_t1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_t1&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 1940388 INFO (qtp436902771-21905) [n:127.0.0.1:35070_solr
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1940388 INFO (qtp2065051045-21906) [n:127.0.0.1:52461_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1940396 INFO (qtp436902771-21905) [n:127.0.0.1:35070_solr
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2]
o.a.s.s.IndexSchema [deleteByCount_shard1_replica_p2] Schema name=minimal
[junit4] 2> 1940399 INFO (qtp436902771-21905) [n:127.0.0.1:35070_solr
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1940399 INFO (qtp436902771-21905) [n:127.0.0.1:35070_solr
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2]
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCount_shard1_replica_p2' using
configuration from collection deleteByCount, trusted=true
[junit4] 2> 1940399 INFO (qtp2065051045-21906) [n:127.0.0.1:52461_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.s.IndexSchema [deleteByCount_shard1_replica_p4] Schema name=minimal
[junit4] 2> 1940399 INFO (qtp436902771-21905) [n:127.0.0.1:35070_solr
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35070.solr.core.deleteByCount.shard1.replica_p2' (registry
'solr.core.deleteByCount.shard1.replica_p2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@601c6784
[junit4] 2> 1940400 INFO (qtp436902771-21905) [n:127.0.0.1:35070_solr
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2]
o.a.s.c.SolrCore [[deleteByCount_shard1_replica_p2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_68A7209D997AB4D9-001/tempDir-001/node2/deleteByCount_shard1_replica_p2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_68A7209D997AB4D9-001/tempDir-001/node2/./deleteByCount_shard1_replica_p2/data/]
[junit4] 2> 1940402 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1940402 INFO (qtp2065051045-21906) [n:127.0.0.1:52461_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1940402 INFO (qtp2065051045-21906) [n:127.0.0.1:52461_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCount_shard1_replica_p4' using
configuration from collection deleteByCount, trusted=true
[junit4] 2> 1940422 INFO (qtp2065051045-21906) [n:127.0.0.1:52461_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_52461.solr.core.deleteByCount.shard1.replica_p4' (registry
'solr.core.deleteByCount.shard1.replica_p4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@601c6784
[junit4] 2> 1940423 INFO (qtp2065051045-21906) [n:127.0.0.1:52461_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.c.SolrCore [[deleteByCount_shard1_replica_p4] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_68A7209D997AB4D9-001/tempDir-001/node1/deleteByCount_shard1_replica_p4],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_68A7209D997AB4D9-001/tempDir-001/node1/./deleteByCount_shard1_replica_p4/data/]
[junit4] 2> 1940444 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.s.IndexSchema [deleteByCount_shard1_replica_t1] Schema name=minimal
[junit4] 2> 1940452 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1940452 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCount_shard1_replica_t1' using
configuration from collection deleteByCount, trusted=true
[junit4] 2> 1940452 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_56479.solr.core.deleteByCount.shard1.replica_t1' (registry
'solr.core.deleteByCount.shard1.replica_t1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@601c6784
[junit4] 2> 1940452 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.c.SolrCore [[deleteByCount_shard1_replica_t1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_68A7209D997AB4D9-001/tempDir-001/node3/deleteByCount_shard1_replica_t1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_68A7209D997AB4D9-001/tempDir-001/node3/./deleteByCount_shard1_replica_t1/data/]
[junit4] 2> 1940512 INFO (qtp436902771-21905) [n:127.0.0.1:35070_solr
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1940512 INFO (qtp436902771-21905) [n:127.0.0.1:35070_solr
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1940513 INFO (qtp436902771-21905) [n:127.0.0.1:35070_solr
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@57ae3e83[deleteByCount_shard1_replica_p2] main]
[junit4] 2> 1940515 INFO (qtp436902771-21905) [n:127.0.0.1:35070_solr
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1940516 INFO (qtp436902771-21905) [n:127.0.0.1:35070_solr
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1940516 INFO (qtp436902771-21905) [n:127.0.0.1:35070_solr
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1940517 INFO
(searcherExecutor-8700-thread-1-processing-n:127.0.0.1:35070_solr
x:deleteByCount_shard1_replica_p2 c:deleteByCount s:shard1 r:core_node5)
[n:127.0.0.1:35070_solr c:deleteByCount s:shard1 r:core_node5
x:deleteByCount_shard1_replica_p2] o.a.s.c.SolrCore
[deleteByCount_shard1_replica_p2] Registered new searcher
Searcher@57ae3e83[deleteByCount_shard1_replica_p2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1940525 INFO (qtp436902771-21905) [n:127.0.0.1:35070_solr
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2]
o.a.s.c.ZkController deleteByCount_shard1_replica_p2 starting background
replication from leader
[junit4] 2> 1940525 INFO (qtp436902771-21905) [n:127.0.0.1:35070_solr
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2]
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll
interval: 00:00:01
[junit4] 2> 1940526 INFO (qtp436902771-21905) [n:127.0.0.1:35070_solr
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2]
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
[junit4] 2> 1940526 INFO (qtp436902771-21905) [n:127.0.0.1:35070_solr
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1940533 INFO (qtp2065051045-21906) [n:127.0.0.1:52461_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1940533 INFO (qtp2065051045-21906) [n:127.0.0.1:52461_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1940534 INFO (qtp2065051045-21906) [n:127.0.0.1:52461_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@71016157[deleteByCount_shard1_replica_p4] main]
[junit4] 2> 1940541 INFO (qtp2065051045-21906) [n:127.0.0.1:52461_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1940545 INFO (qtp2065051045-21906) [n:127.0.0.1:52461_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1940546 INFO (qtp2065051045-21906) [n:127.0.0.1:52461_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1940546 INFO
(searcherExecutor-8701-thread-1-processing-n:127.0.0.1:52461_solr
x:deleteByCount_shard1_replica_p4 c:deleteByCount s:shard1 r:core_node6)
[n:127.0.0.1:52461_solr c:deleteByCount s:shard1 r:core_node6
x:deleteByCount_shard1_replica_p4] o.a.s.c.SolrCore
[deleteByCount_shard1_replica_p4] Registered new searcher
Searcher@71016157[deleteByCount_shard1_replica_p4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1940552 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1940552 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1940553 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1940553 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1940555 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1266f439[deleteByCount_shard1_replica_t1] main]
[junit4] 2> 1940559 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1940566 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1940567 INFO (qtp2065051045-21906) [n:127.0.0.1:52461_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.c.ZkController deleteByCount_shard1_replica_p4 starting background
replication from leader
[junit4] 2> 1940567 INFO (qtp2065051045-21906) [n:127.0.0.1:52461_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll
interval: 00:00:01
[junit4] 2> 1940567 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1940567 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1617618623374819328
[junit4] 2> 1940568 INFO
(searcherExecutor-8702-thread-1-processing-n:127.0.0.1:56479_solr
x:deleteByCount_shard1_replica_t1 c:deleteByCount s:shard1 r:core_node3)
[n:127.0.0.1:56479_solr c:deleteByCount s:shard1 r:core_node3
x:deleteByCount_shard1_replica_t1] o.a.s.c.SolrCore
[deleteByCount_shard1_replica_t1] Registered new searcher
Searcher@1266f439[deleteByCount_shard1_replica_t1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1940568 INFO (qtp2065051045-21906) [n:127.0.0.1:52461_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
[junit4] 2> 1940568 INFO (qtp2065051045-21906) [n:127.0.0.1:52461_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1940573 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/deleteByCount/terms/shard1 to Terms{values={core_node3=0},
version=0}
[junit4] 2> 1940631 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1940631 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1940631 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:56479/solr/deleteByCount_shard1_replica_t1/
[junit4] 2> 1940632 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1940646 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.c.SyncStrategy
http://127.0.0.1:56479/solr/deleteByCount_shard1_replica_t1/ has no replicas
[junit4] 2> 1940646 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.c.ZkController deleteByCount_shard1_replica_t1 stopping background
replication from leader
[junit4] 2> 1940662 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:56479/solr/deleteByCount_shard1_replica_t1/ shard1
[junit4] 2> 1940778 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1940791 INFO (qtp372257036-21923) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_t1&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=1432
[junit4] 2> 1940794 INFO (indexFetcher-8716-thread-1) [ ]
o.a.s.h.IndexFetcher Replica core_node3 is leader but it's state is down,
skipping replication
[junit4] 2> 1940804 INFO (indexFetcher-8708-thread-1) [ ]
o.a.s.h.IndexFetcher Replica core_node3 is leader but it's state is down,
skipping replication
[junit4] 2> 1940896 INFO (zkCallback-7196-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1941527 INFO (indexFetcher-8708-thread-1) [ ]
o.a.s.h.IndexFetcher Last replication failed, so I'll force replication
[junit4] 2> 1941531 INFO (indexFetcher-8708-thread-1) [ ]
o.a.s.h.IndexFetcher Updated masterUrl to
http://127.0.0.1:56479/solr/deleteByCount_shard1_replica_t1/
[junit4] 2> 1941537 INFO (qtp436902771-21905) [n:127.0.0.1:35070_solr
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_p2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_p2&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=PULL}
status=0 QTime=2182
[junit4] 2> 1941537 INFO (qtp372257036-21934) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.c.S.Request [deleteByCount_shard1_replica_t1] webapp=/solr
path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 1941537 INFO (indexFetcher-8708-thread-1) [ ]
o.a.s.h.IndexFetcher Master's generation: 1
[junit4] 2> 1941537 INFO (indexFetcher-8708-thread-1) [ ]
o.a.s.h.IndexFetcher Master's version: 0
[junit4] 2> 1941537 INFO (indexFetcher-8708-thread-1) [ ]
o.a.s.h.IndexFetcher Slave's generation: 1
[junit4] 2> 1941537 INFO (indexFetcher-8708-thread-1) [ ]
o.a.s.h.IndexFetcher Slave's version: 0
[junit4] 2> 1941537 INFO (indexFetcher-8708-thread-1) [ ]
o.a.s.h.IndexFetcher New index in Master. Deleting mine...
[junit4] 2> 1941537 INFO (indexFetcher-8708-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1941537 INFO (indexFetcher-8708-thread-1) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@222a54df commitCommandVersion:0
[junit4] 2> 1941557 INFO (indexFetcher-8708-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@56856e0d[deleteByCount_shard1_replica_p2] main]
[junit4] 2> 1941557 INFO (indexFetcher-8708-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1941558 INFO (searcherExecutor-8700-thread-1) [ ]
o.a.s.c.SolrCore [deleteByCount_shard1_replica_p2] Registered new searcher
Searcher@56856e0d[deleteByCount_shard1_replica_p2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1941568 INFO (indexFetcher-8716-thread-1) [ ]
o.a.s.h.IndexFetcher Last replication failed, so I'll force replication
[junit4] 2> 1941569 INFO (indexFetcher-8716-thread-1) [ ]
o.a.s.h.IndexFetcher Updated masterUrl to
http://127.0.0.1:56479/solr/deleteByCount_shard1_replica_t1/
[junit4] 2> 1941571 INFO (qtp372257036-21938) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.c.S.Request [deleteByCount_shard1_replica_t1] webapp=/solr
path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 1941574 INFO (indexFetcher-8716-thread-1) [ ]
o.a.s.h.IndexFetcher Master's generation: 1
[junit4] 2> 1941574 INFO (indexFetcher-8716-thread-1) [ ]
o.a.s.h.IndexFetcher Master's version: 0
[junit4] 2> 1941574 INFO (indexFetcher-8716-thread-1) [ ]
o.a.s.h.IndexFetcher Slave's generation: 1
[junit4] 2> 1941574 INFO (indexFetcher-8716-thread-1) [ ]
o.a.s.h.IndexFetcher Slave's version: 0
[junit4] 2> 1941574 INFO (indexFetcher-8716-thread-1) [ ]
o.a.s.h.IndexFetcher New index in Master. Deleting mine...
[junit4] 2> 1941574 INFO (indexFetcher-8716-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1941574 INFO (indexFetcher-8716-thread-1) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@17aa0c5f commitCommandVersion:0
[junit4] 2> 1941587 INFO (indexFetcher-8716-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@63b015e5[deleteByCount_shard1_replica_p4] main]
[junit4] 2> 1941587 INFO (qtp2065051045-21906) [n:127.0.0.1:52461_solr
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_p4&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=PULL}
status=0 QTime=2237
[junit4] 2> 1941587 INFO (indexFetcher-8716-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1941591 INFO (qtp876031254-21921) [n:127.0.0.1:62213_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> 1941591 INFO (searcherExecutor-8701-thread-1) [ ]
o.a.s.c.SolrCore [deleteByCount_shard1_replica_p4] Registered new searcher
Searcher@63b015e5[deleteByCount_shard1_replica_p4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1941683 INFO (zkCallback-7196-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1941683 INFO (zkCallback-7162-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1941683 INFO (zkCallback-7176-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1942527 INFO (qtp372257036-21934) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.c.S.Request [deleteByCount_shard1_replica_t1] webapp=/solr
path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 1942527 INFO (indexFetcher-8708-thread-1) [ ]
o.a.s.h.IndexFetcher Master's generation: 1
[junit4] 2> 1942527 INFO (indexFetcher-8708-thread-1) [ ]
o.a.s.h.IndexFetcher Master's version: 0
[junit4] 2> 1942527 INFO (indexFetcher-8708-thread-1) [ ]
o.a.s.h.IndexFetcher Slave's generation: 2
[junit4] 2> 1942527 INFO (indexFetcher-8708-thread-1) [ ]
o.a.s.h.IndexFetcher Slave's version: 1542681335823
[junit4] 2> 1942527 INFO (indexFetcher-8708-thread-1) [ ]
o.a.s.h.IndexFetcher New index in Master. Deleting mine...
[junit4] 2> 1942527 INFO (indexFetcher-8708-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1942527 INFO (indexFetcher-8708-thread-1) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@222a54df commitCommandVersion:0
[junit4] 2> 1942528 INFO (indexFetcher-8708-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@514d9c13[deleteByCount_shard1_replica_p2] main]
[junit4] 2> 1942528 INFO (indexFetcher-8708-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1942529 INFO (searcherExecutor-8700-thread-1) [ ]
o.a.s.c.SolrCore [deleteByCount_shard1_replica_p2] Registered new searcher
Searcher@514d9c13[deleteByCount_shard1_replica_p2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1942568 INFO (qtp372257036-21938) [n:127.0.0.1:56479_solr
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_t1]
o.a.s.c.S.Request [deleteByCount_shard1_replica_t1] webapp=/solr
path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 1942568 INFO (indexFetcher-8716-thread-1) [ ]
o.a.s.h.IndexFetcher Master's generation: 1
[junit4] 2> 1942568 INFO (indexFetcher-8716-thread-1) [ ]
o.a.s.h.IndexFetcher Master's version: 0
[junit4] 2> 1942568 INFO (indexFetcher-8716-thread-1) [ ]
o.a.s.h.IndexFetcher Slave's generation: 2
[junit4] 2> 1942568 INFO (indexFetcher-8716-thread-1) [ ]
o.a.s.h.IndexFetcher Slave's version: 1542681335860
[junit4] 2> 1942568 INFO (indexFetcher-8716-thread-1) [ ]
o.a.s.h.IndexFetcher New index in Master. Deleting mine...
[junit4] 2> 1942569 INFO (indexFetcher-8716-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1942569 INFO (indexFetcher-8716-thread-1) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@17aa0c5f commitCommandVersion:0
[junit4] 2> 1942569 INFO (indexFetcher-8716-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@62f0c535[deleteByCount_shard1_replica_p4] main]
[junit4] 2> 1942569 INFO (indexFetcher-8716-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1942570 INFO (searcherExecutor-8701-thread-1) [ ]
o.a.s.c.SolrCore [deleteByCount_shard1_replica_p4] Registered new searcher
Searcher@62f0c535[deleteByCount_shard1_replica_p4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1942596 INFO (qtp876031254-21921) [n:127.0.0.1:62213_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={pullReplicas=2&collection.configName=conf&name=deleteByCount&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=1&wt=javabin&version=2}
status=0 QTime=3659
[junit4] 2> 1942598 INFO (qtp876031254-21920) [n:127.0.0.1:62213_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with
params
count=2&action=DELETEREPLICA&collection=deleteByCount&shard=shard1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1942602 INFO
(OverseerCollectionConfigSetProcessor-72089722953334790-127.0.0.1:62213_solr-n_0000000000)
[n:127.0.0.1:62213_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> 1942605 INFO (qtp2065051045-21927) [n:127.0.0.1:52461_solr
x:deleteByCount_shard1_replica_p4] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.deleteByCount.shard1.replica_p4, tag=null
[junit4] 2> 1942605 INFO (qtp2065051045-21927) [n:127.0.0.1:52461_solr
x:deleteByCount_shard1_replica_p4] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@63f0cc40: rootName =
solr_52461, domain = solr.core.deleteByCount.shard1.replica_p4, service url =
null, agent id = null] for registry solr.core.deleteByCount.shard1.replica_p4 /
com.codahale.metrics.MetricRegistry@38aec600
[junit4] 2> 1942616 INFO (qtp2065051045-21927) [n:127.0.0.1:52461_solr
x:deleteByCount_shard1_replica_p4] o.a.s.c.ZkController
deleteByCount_shard1_replica_p4 stopping background replication from leader
[junit4] 2> 1942617 INFO (qtp2065051045-21927) [n:127.0.0.1:52461_solr
x:deleteByCount_shard1_replica_p4] o.a.s.c.SolrCore
[deleteByCount_shard1_replica_p4] CLOSING SolrCore
org.apache.solr.core.SolrCore@66686c8b
[junit4] 2> 1942617 INFO (qtp2065051045-21927) [n:127.0.0.1:52461_solr
x:deleteByCount_shard1_replica_p4] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.deleteByCount.shard1.replica_p4, tag=66686c8b
[junit4] 2> 1942617 INFO (qtp2065051045-21927) [n:127.0.0.1:52461_solr
x:deleteByCount_shard1_replica_p4] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.deleteByCount.shard1.leader, tag=66686c8b
[junit4] 2> 1942619 INFO (qtp2065051045-21927) [n:127.0.0.1:52461_solr
x:deleteByCount_shard1_replica_p4] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={deleteInstanceDir=true&core=deleteByCount_shard1_replica_p4&deleteMetricsHistory=true&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
status=0 QTime=16
[junit4] 2> 1942721 INFO (zkCallback-7162-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1942721 INFO (zkCallback-7176-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1942721 INFO (zkCallback-7196-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1942823 INFO (qtp436902771-21909) [n:127.0.0.1:35070_solr
x:deleteByCount_shard1_replica_p2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.deleteByCount.shard1.replica_p2, tag=null
[junit4] 2> 1942823 INFO (qtp436902771-21909) [n:127.0.0.1:35070_solr
x:deleteByCount_shard1_replica_p2] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1f1b212f: rootName =
solr_35070, domain = solr.core.deleteByCount.shard1.replica_p2, service url =
null, agent id = null] for registry solr.core.deleteByCount.shard1.replica_p2 /
com.codahale.metrics.MetricRegistry@4ce55f1a
[junit4] 2> 1942831 INFO (qtp436902771-21909) [n:127.0.0.1:35070_solr
x:deleteByCount_shard1_replica_p2] o.a.s.c.ZkController
deleteByCount_shard1_replica_p2 stopping background replication from leader
[junit4] 2> 1942831 INFO (qtp436902771-21909) [n:127.0.0.1:35070_solr
x:deleteByCount_shard1_replica_p2] o.a.s.c.SolrCore
[deleteByCount_shard1_replica_p2] CLOSING SolrCore
org.apache.solr.core.SolrCore@16dae03e
[junit4] 2> 1942831 INFO (qtp436902771-21909) [n:127.0.0.1:35070_solr
x:deleteByCount_shard1_replica_p2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.deleteByCount.shard1.replica_p2, tag=16dae03e
[junit4] 2> 1942831 INFO (qtp436902771-21909) [n:127.0.0.1:35070_solr
x:deleteByCount_shard1_replica_p2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.deleteByCount.shard1.leader, tag=16dae03e
[junit4] 2> 1942834 INFO (qtp436902771-21909) [n:127.0.0.1:35070_solr
x:deleteByCount_shard1_replica_p2] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={deleteInstanceDir=true&core=deleteByCount_shard1_replica_p2&deleteMetricsHistory=true&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
status=0 QTime=11
[junit4] 2> 1942937 INFO (zkCallback-7176-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1942937 INFO (zkCallback-7196-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/deleteByCount/state.json] for collection [deleteByCount] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1943046 INFO (qtp876031254-21920) [n:127.0.0.1:62213_solr
c:deleteByCount ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={count=2&action=DELETEREPLICA&collection=deleteByCount&shard=shard1&wt=javabin&version=2}
status=0 QTime=448
[junit4] 2> 1943048 INFO (qtp876031254-21919) [n:127.0.0.1:62213_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with
params
count=1&action=DELETEREPLICA&collection=deleteByCount&shard=shard1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1943051 INFO
(OverseerCollectionConfigSetProcessor-72089722953334790-127.0.0.1:62213_solr-n_0000000000)
[n:127.0.0.1:62213_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1943051 ERROR
(OverseerThreadFactory-8677-thread-3-processing-n:127.0.0.1:62213_solr)
[n:127.0.0.1:62213_solr c:deleteByCount s:shard1 ]
o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: deleteByCount
operation: deletereplica failed:org.apache.solr.common.SolrException: There is
only one replica available in shard/collection: shard1/deleteByCount. Cannot
delete that.
[junit4] 2> at
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.validateReplicaAvailability(DeleteReplicaCmd.java:191)
[junit4] 2> at
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.pickReplicasTobeDeleted(DeleteReplicaCmd.java:158)
[junit4] 2> at
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.deleteReplicaBasedOnCount(DeleteReplicaCmd.java:127)
[junit4] 2> at
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.deleteReplica(DeleteReplicaCmd.java:78)
[junit4] 2> at
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.call(DeleteReplicaCmd.java:66)
[junit4] 2> at
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:259)
[junit4] 2> at
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:478)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 1943054 INFO (qtp876031254-21919) [n:127.0.0.1:62213_solr
c:deleteByCount ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={count=1&action=DELETEREPLICA&collection=deleteByCount&shard=shard1&wt=javabin&version=2}
status=400 QTime=6
[junit4] 2> 1943055 INFO
(TEST-DeleteReplicaTest.deleteReplicaByCount-seed#[68A7209D997AB4D9]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending deleteReplicaByCount
[junit4] IGNOR/A 0.00s J0 | DeleteReplicaTest.deleteReplicaFromClusterState
[junit4] > Assumption #1: 'badapple' test group is disabled
(@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
[junit4] 2> 1943100 INFO
(TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[68A7209D997AB4D9])
[ ] o.a.s.SolrTestCaseJ4 ###Starting raceConditionOnDeleteAndRegisterReplica
[junit4] 2> 1943101 INFO (qtp876031254-21920) [n:127.0.0.1:62213_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with
params val=true&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 1943103 INFO (qtp876031254-21920) [n:127.0.0.1:62213_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={val=true&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2}
status=0 QTime=2
[junit4] 2> 1943104 INFO (qtp876031254-21919) [n:127.0.0.1:62213_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&name=raceDeleteReplica_true&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1943107 INFO
(OverseerThreadFactory-8677-thread-4-processing-n:127.0.0.1:62213_solr)
[n:127.0.0.1:62213_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
raceDeleteReplica_true
[junit4] 2> 1943108 INFO
(OverseerCollectionConfigSetProcessor-72089722953334790-127.0.0.1:62213_solr-n_0000000000)
[n:127.0.0.1:62213_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1943359 INFO (qtp876031254-21920) [n:127.0.0.1:62213_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1943361 INFO (qtp2065051045-21931) [n:127.0.0.1:52461_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1943363 INFO (qtp436902771-21912) [n:127.0.0.1:35070_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1943371 INFO (qtp372257036-21938) [n:127.0.0.1:56479_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.deleteByCount.shard1.replica_t1:INDEX.sizeInBytes}
status=0 QTime=3
[junit4] 2> 1943372 INFO (qtp372257036-21934) [n:127.0.0.1:56479_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1943419 INFO (qtp436902771-21909) [n:127.0.0.1:35070_solr
x:raceDeleteReplica_true_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=raceDeleteReplica_true_shard1_replica_n1&action=CREATE&numShards=1&collection=raceDeleteReplica_true&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1943424 INFO (qtp2065051045-21927) [n:127.0.0.1:52461_solr
x:raceDeleteReplica_true_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=raceDeleteReplica_true_shard1_replica_n2&action=CREATE&numShards=1&collection=raceDeleteReplica_true&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1944437 INFO (qtp2065051045-21927) [n:127.0.0.1:52461_solr
c:raceDeleteReplica_true s:shard1 x:raceDeleteReplica_true_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1944437 INFO (qtp436902771-21909) [n:127.0.0.1:35070_solr
c:raceDeleteReplica_true s:shard1 x:raceDeleteReplica_true_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1944450 INFO (qtp2065051045-21927) [n:127.0.0.1:52461_solr
c:raceDeleteReplica_true s:shard1 x:raceDeleteReplica_true_shard1_replica_n2]
o.a.s.s.IndexSchema [raceDeleteReplica_true_shard1_replica_n2] Schema
name=minimal
[junit4] 2> 1944450 INFO (qtp436902771-21909) [n:127.0.0.1:35070_solr
c:raceDeleteReplica_true s:shard1 x:raceDeleteReplica_true_shard1_replica_n1]
o.a.s.s.IndexSchema [raceDeleteReplica_true_shard1_replica_n1] Schema
name=minimal
[junit4] 2> 1944452 INFO (qtp436902771-21909) [n:127.0.0.1:35070_solr
c:raceDeleteReplica_true s:shard1 x:raceDeleteReplica_true_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1944452 INFO (qtp436902771-21909) [n:127.0.0.1:35070_solr
c:raceDeleteReplica_true s:shard1 x:raceDeleteReplica_true_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore
'raceDeleteReplica_true_shard1_replica_n1' using configuration from collection
raceDeleteReplica_true, trusted=true
[junit4] 2> 1944452 INFO (qtp436902771-21909) [n:127.0.0.1:35070_solr
c:raceDeleteReplica_true s:shard1 x:raceDeleteReplica_true_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35070.solr.core.raceDeleteReplica_true.shard1.replica_n1' (registry
'solr.core.raceDeleteReplica_true.shard1.replica_n1') ena
[...truncated too long message...]
seed: 68A7209D997AB4D9
[junit4] Executing 5 suites with 2 JVMs.
[junit4]
[junit4] Started J0 PID(17657@serv1-vm3).
[junit4] Started J1 PID(17658@serv1-vm3).
[junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
[junit4] OK 7.59s J1 | DeleteReplicaTest.deleteReplicaByCount
[junit4] OK 12.8s J1 | DeleteReplicaTest.deleteReplicaFromClusterState
[junit4] OK 23.2s J1 |
DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica
[junit4] OK 7.95s J1 | DeleteReplicaTest.deleteReplicaOnIndexing
[junit4] OK 6.55s J1 |
DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup
[junit4] OK 4.27s J1 | DeleteReplicaTest.deleteLiveReplicaTest
[junit4] OK 4.50s J1 |
DeleteReplicaTest.deleteReplicaByCountForAllShards
[junit4] Completed [1/5] on J1 in 93.46s, 7 tests
[junit4]
[junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
[junit4] OK 7.00s J0 | DeleteReplicaTest.deleteReplicaByCount
[junit4] OK 12.6s J0 | DeleteReplicaTest.deleteReplicaFromClusterState
[junit4] OK 24.7s J0 |
DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica
[junit4] OK 8.32s J0 | DeleteReplicaTest.deleteReplicaOnIndexing
[junit4] OK 6.31s J0 |
DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup
[junit4] OK 4.19s J0 | DeleteReplicaTest.deleteLiveReplicaTest
[junit4] OK 4.35s J0 |
DeleteReplicaTest.deleteReplicaByCountForAllShards
[junit4] Completed [2/5] on J0 in 95.53s, 7 tests
[junit4]
[junit4] Duplicate suite name used with XML reports:
org.apache.solr.cloud.DeleteReplicaTest. This may confuse tools that process
XML reports. Set 'ignoreDuplicateSuites' to true to skip this message.
[junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
[junit4] OK 4.09s J1 | DeleteReplicaTest.deleteReplicaByCount
[junit4] OK 9.89s J1 | DeleteReplicaTest.deleteReplicaFromClusterState
[junit4] OK 22.4s J1 |
DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica
[junit4] OK 7.54s J1 | DeleteReplicaTest.deleteReplicaOnIndexing
[junit4] OK 6.60s J1 |
DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup
[junit4] OK 4.18s J1 | DeleteReplicaTest.deleteLiveReplicaTest
[junit4] OK 4.40s J1 |
DeleteReplicaTest.deleteReplicaByCountForAllShards
[junit4] Completed [3/5] on J1 in 80.49s, 7 tests
[junit4]
[junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
[junit4] OK 4.05s J0 | DeleteReplicaTest.deleteReplicaByCount
[junit4] OK 9.91s J0 | DeleteReplicaTest.deleteReplicaFromClusterState
[junit4] OK 22.1s J0 |
DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica
[junit4] OK 7.05s J0 | DeleteReplicaTest.deleteReplicaOnIndexing
[junit4] OK 6.24s J0 |
DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup
[junit4] OK 4.08s J0 | DeleteReplicaTest.deleteLiveReplicaTest
[junit4] OK 4.19s J0 |
DeleteReplicaTest.deleteReplicaByCountForAllShards
[junit4] Completed [4/5] on J0 in 79.81s, 7 tests
[junit4]
[junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
[junit4] OK 3.98s J1 | DeleteReplicaTest.deleteReplicaByCount
[junit4] OK 11.9s J1 | DeleteReplicaTest.deleteReplicaFromClusterState
[junit4] OK 25.1s J1 |
DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica
[junit4] OK 7.48s J1 | DeleteReplicaTest.deleteReplicaOnIndexing
[junit4] OK 6.34s J1 |
DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup
[junit4] OK 4.21s J1 | DeleteReplicaTest.deleteLiveReplicaTest
[junit4] OK 4.17s J1 |
DeleteReplicaTest.deleteReplicaByCountForAllShards
[junit4] Completed [5/5] on J1 in 83.80s, 7 tests
[junit4]
[junit4] JVM J0: 0.68 .. 176.82 = 176.14s
[junit4] JVM J1: 0.69 .. 259.84 = 259.15s
[junit4] Execution time total: 4 minutes 19 seconds
[junit4] Tests summary: 5 suites, 35 tests
[junit4] Could not remove temporary path:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
(java.nio.file.DirectoryNotEmptyException: Remaining files:
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp])
[junit4] Could not remove temporary path:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
(java.nio.file.DirectoryNotEmptyException: Remaining files:
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp])
[echo] 5 slowest tests:
[junit4:tophints] 387.74s | org.apache.solr.cloud.api.collections.ShardSplitTest
[junit4:tophints] 127.19s | org.apache.solr.cloud.cdcr.CdcrOpsAndBoundariesTest
[junit4:tophints] 125.39s |
org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest
[junit4:tophints] 117.28s | org.apache.solr.update.SoftAutoCommitTest
[junit4:tophints] 116.05s | org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest
-check-totals:
test-nocompile:
BUILD SUCCESSFUL
Total time: 4 minutes 22 seconds
[repro] Failures:
[repro] 0/5 failed: org.apache.solr.cloud.DeleteReplicaTest
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2845)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2724)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2705)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3084)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to Solaris VBOX
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:1070)
at hudson.FilePath.act(FilePath.java:1059)
at hudson.FilePath.validateAntFileMask(FilePath.java:2703)
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:1835)
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:3086)
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:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
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:1072)
at hudson.FilePath.act(FilePath.java:1059)
at hudson.FilePath.validateAntFileMask(FilePath.java:2703)
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:1835)
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/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all
warnings.
<Git Blamer> GIT_COMMIT=4efaecac34159ee1b718c548530d20d80c1fb4bf,
workspace=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris
[WARNINGS] Computing warning deltas based on reference build #2165
Recording test results
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
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)
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]