Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3827/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC
1 tests failed.
FAILED:
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI
Error Message:
Expected to see collection awhollynewcollection_0 null Last available state:
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/8)={
"replicationFactor":"3", "shards":{ "shard1":{
"range":"80000000-b332ffff", "state":"active", "replicas":{
"core_node4":{ "core":"awhollynewcollection_0_shard1_replica1",
"base_url":"http://127.0.0.1:56265/solr",
"node_name":"127.0.0.1:56265_solr", "state":"active"},
"core_node5":{ "core":"awhollynewcollection_0_shard1_replica3",
"base_url":"http://127.0.0.1:56266/solr",
"node_name":"127.0.0.1:56266_solr", "state":"active",
"leader":"true"}}}, "shard2":{ "range":"b3330000-e665ffff",
"state":"active", "replicas":{}}, "shard3":{
"range":"e6660000-1998ffff", "state":"active", "replicas":{
"core_node1":{ "core":"awhollynewcollection_0_shard3_replica3",
"base_url":"http://127.0.0.1:56265/solr",
"node_name":"127.0.0.1:56265_solr", "state":"active"},
"core_node6":{ "core":"awhollynewcollection_0_shard3_replica1",
"base_url":"http://127.0.0.1:56266/solr",
"node_name":"127.0.0.1:56266_solr", "state":"active",
"leader":"true"}, "core_node9":{
"core":"awhollynewcollection_0_shard3_replica2",
"base_url":"http://127.0.0.1:56264/solr",
"node_name":"127.0.0.1:56264_solr", "state":"active"}}},
"shard4":{ "range":"19990000-4ccbffff", "state":"active",
"replicas":{ "core_node2":{
"core":"awhollynewcollection_0_shard4_replica3",
"base_url":"http://127.0.0.1:56264/solr",
"node_name":"127.0.0.1:56264_solr", "state":"active",
"leader":"true"}, "core_node3":{
"core":"awhollynewcollection_0_shard4_replica2",
"base_url":"http://127.0.0.1:56266/solr",
"node_name":"127.0.0.1:56266_solr", "state":"active"}}},
"shard5":{ "range":"4ccc0000-7fffffff", "state":"active",
"replicas":{"core_node7":{
"core":"awhollynewcollection_0_shard5_replica3",
"base_url":"http://127.0.0.1:56266/solr",
"node_name":"127.0.0.1:56266_solr", "state":"active",
"leader":"true"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"4", "autoAddReplicas":"false"}
Stack Trace:
java.lang.AssertionError: Expected to see collection awhollynewcollection_0
null
Last available state:
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/8)={
"replicationFactor":"3",
"shards":{
"shard1":{
"range":"80000000-b332ffff",
"state":"active",
"replicas":{
"core_node4":{
"core":"awhollynewcollection_0_shard1_replica1",
"base_url":"http://127.0.0.1:56265/solr",
"node_name":"127.0.0.1:56265_solr",
"state":"active"},
"core_node5":{
"core":"awhollynewcollection_0_shard1_replica3",
"base_url":"http://127.0.0.1:56266/solr",
"node_name":"127.0.0.1:56266_solr",
"state":"active",
"leader":"true"}}},
"shard2":{
"range":"b3330000-e665ffff",
"state":"active",
"replicas":{}},
"shard3":{
"range":"e6660000-1998ffff",
"state":"active",
"replicas":{
"core_node1":{
"core":"awhollynewcollection_0_shard3_replica3",
"base_url":"http://127.0.0.1:56265/solr",
"node_name":"127.0.0.1:56265_solr",
"state":"active"},
"core_node6":{
"core":"awhollynewcollection_0_shard3_replica1",
"base_url":"http://127.0.0.1:56266/solr",
"node_name":"127.0.0.1:56266_solr",
"state":"active",
"leader":"true"},
"core_node9":{
"core":"awhollynewcollection_0_shard3_replica2",
"base_url":"http://127.0.0.1:56264/solr",
"node_name":"127.0.0.1:56264_solr",
"state":"active"}}},
"shard4":{
"range":"19990000-4ccbffff",
"state":"active",
"replicas":{
"core_node2":{
"core":"awhollynewcollection_0_shard4_replica3",
"base_url":"http://127.0.0.1:56264/solr",
"node_name":"127.0.0.1:56264_solr",
"state":"active",
"leader":"true"},
"core_node3":{
"core":"awhollynewcollection_0_shard4_replica2",
"base_url":"http://127.0.0.1:56266/solr",
"node_name":"127.0.0.1:56266_solr",
"state":"active"}}},
"shard5":{
"range":"4ccc0000-7fffffff",
"state":"active",
"replicas":{"core_node7":{
"core":"awhollynewcollection_0_shard5_replica3",
"base_url":"http://127.0.0.1:56266/solr",
"node_name":"127.0.0.1:56266_solr",
"state":"active",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"4",
"autoAddReplicas":"false"}
at
__randomizedtesting.SeedInfo.seed([31C36F6FB1443BEF:79B61BDBB777147A]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:265)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:503)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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:745)
Build Log:
[...truncated 11906 lines...]
[junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_31C36F6FB1443BEF-001/init-core-data-001
[junit4] 2> 1998145 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[31C36F6FB1443BEF]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 1998150 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[31C36F6FB1443BEF]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
w/ MAC_OS_X supressed clientAuth
[junit4] 2> 1998151 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[31C36F6FB1443BEF]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_31C36F6FB1443BEF-001/tempDir-001
[junit4] 2> 1998152 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[31C36F6FB1443BEF]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1998152 INFO (Thread-2725) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1998152 INFO (Thread-2725) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1998256 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[31C36F6FB1443BEF]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:56261
[junit4] 2> 1998276 INFO (jetty-launcher-1941-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1998276 INFO (jetty-launcher-1941-thread-2) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1998276 INFO (jetty-launcher-1941-thread-3) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1998277 INFO (jetty-launcher-1941-thread-4) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1998284 INFO (jetty-launcher-1941-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@22099fb3{/solr,null,AVAILABLE}
[junit4] 2> 1998285 INFO (jetty-launcher-1941-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7e66d712{/solr,null,AVAILABLE}
[junit4] 2> 1998285 INFO (jetty-launcher-1941-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3e6669f{/solr,null,AVAILABLE}
[junit4] 2> 1998286 INFO (jetty-launcher-1941-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5723c47a{/solr,null,AVAILABLE}
[junit4] 2> 1998291 INFO (jetty-launcher-1941-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@74ffa3d9{HTTP/1.1,[http/1.1]}{127.0.0.1:56263}
[junit4] 2> 1998291 INFO (jetty-launcher-1941-thread-1) [ ]
o.e.j.s.Server Started @2003178ms
[junit4] 2> 1998291 INFO (jetty-launcher-1941-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=56263}
[junit4] 2> 1998291 ERROR (jetty-launcher-1941-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1998291 INFO (jetty-launcher-1941-thread-4) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@58f726ad{HTTP/1.1,[http/1.1]}{127.0.0.1:56265}
[junit4] 2> 1998291 INFO (jetty-launcher-1941-thread-4) [ ]
o.e.j.s.Server Started @2003179ms
[junit4] 2> 1998292 INFO (jetty-launcher-1941-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=56265}
[junit4] 2> 1998292 ERROR (jetty-launcher-1941-thread-4) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1998293 INFO (jetty-launcher-1941-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 1998293 INFO (jetty-launcher-1941-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 1998293 INFO (jetty-launcher-1941-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1998293 INFO (jetty-launcher-1941-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1998293 INFO (jetty-launcher-1941-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1998293 INFO (jetty-launcher-1941-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1998293 INFO (jetty-launcher-1941-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-12T12:20:48.159Z
[junit4] 2> 1998293 INFO (jetty-launcher-1941-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-12T12:20:48.159Z
[junit4] 2> 1998293 INFO (jetty-launcher-1941-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@4f9edf3d{HTTP/1.1,[http/1.1]}{127.0.0.1:56264}
[junit4] 2> 1998293 INFO (jetty-launcher-1941-thread-3) [ ]
o.e.j.s.Server Started @2003180ms
[junit4] 2> 1998293 INFO (jetty-launcher-1941-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=56264}
[junit4] 2> 1998293 ERROR (jetty-launcher-1941-thread-3) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1998298 INFO (jetty-launcher-1941-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 1998298 INFO (jetty-launcher-1941-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1998298 INFO (jetty-launcher-1941-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1998298 INFO (jetty-launcher-1941-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-12T12:20:48.164Z
[junit4] 2> 1998299 INFO (jetty-launcher-1941-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@3668f136{HTTP/1.1,[http/1.1]}{127.0.0.1:56266}
[junit4] 2> 1998299 INFO (jetty-launcher-1941-thread-2) [ ]
o.e.j.s.Server Started @2003186ms
[junit4] 2> 1998299 INFO (jetty-launcher-1941-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=56266}
[junit4] 2> 1998299 ERROR (jetty-launcher-1941-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1998300 INFO (jetty-launcher-1941-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 1998300 INFO (jetty-launcher-1941-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1998300 INFO (jetty-launcher-1941-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1998300 INFO (jetty-launcher-1941-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-12T12:20:48.166Z
[junit4] 2> 1998303 INFO (jetty-launcher-1941-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1998304 INFO (jetty-launcher-1941-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1998305 INFO (jetty-launcher-1941-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1998305 INFO (jetty-launcher-1941-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1998338 INFO (jetty-launcher-1941-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56261/solr
[junit4] 2> 1998338 INFO (jetty-launcher-1941-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56261/solr
[junit4] 2> 1998338 INFO (jetty-launcher-1941-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56261/solr
[junit4] 2> 1998339 INFO (jetty-launcher-1941-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56261/solr
[junit4] 2> 1998407 INFO (jetty-launcher-1941-thread-1)
[n:127.0.0.1:56263_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:56263_solr
[junit4] 2> 1998409 INFO (jetty-launcher-1941-thread-3)
[n:127.0.0.1:56264_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:56264_solr
[junit4] 2> 1998409 INFO (jetty-launcher-1941-thread-4)
[n:127.0.0.1:56265_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:56265_solr
[junit4] 2> 1998409 INFO (jetty-launcher-1941-thread-2)
[n:127.0.0.1:56266_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:56266_solr
[junit4] 2> 1998410 INFO (jetty-launcher-1941-thread-1)
[n:127.0.0.1:56263_solr ] o.a.s.c.Overseer Overseer
(id=97445612619104267-127.0.0.1:56263_solr-n_0000000000) starting
[junit4] 2> 1998414 INFO
(zkCallback-1959-thread-1-processing-n:127.0.0.1:56266_solr)
[n:127.0.0.1:56266_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1998414 INFO
(zkCallback-1960-thread-1-processing-n:127.0.0.1:56264_solr)
[n:127.0.0.1:56264_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1998415 INFO
(zkCallback-1961-thread-1-processing-n:127.0.0.1:56265_solr)
[n:127.0.0.1:56265_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1998415 INFO
(zkCallback-1962-thread-1-processing-n:127.0.0.1:56263_solr)
[n:127.0.0.1:56263_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1998440 INFO (jetty-launcher-1941-thread-1)
[n:127.0.0.1:56263_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:56263_solr
[junit4] 2> 1998442 INFO
(zkCallback-1962-thread-1-processing-n:127.0.0.1:56263_solr)
[n:127.0.0.1:56263_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1998442 INFO
(zkCallback-1959-thread-1-processing-n:127.0.0.1:56266_solr)
[n:127.0.0.1:56266_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1998443 INFO
(zkCallback-1961-thread-1-processing-n:127.0.0.1:56265_solr)
[n:127.0.0.1:56265_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1998443 INFO
(zkCallback-1960-thread-1-processing-n:127.0.0.1:56264_solr)
[n:127.0.0.1:56264_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1998564 INFO (jetty-launcher-1941-thread-2)
[n:127.0.0.1:56266_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_31C36F6FB1443BEF-001/tempDir-001/node2/.
[junit4] 2> 1998568 INFO (jetty-launcher-1941-thread-3)
[n:127.0.0.1:56264_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_31C36F6FB1443BEF-001/tempDir-001/node3/.
[junit4] 2> 1998568 INFO (jetty-launcher-1941-thread-4)
[n:127.0.0.1:56265_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_31C36F6FB1443BEF-001/tempDir-001/node4/.
[junit4] 2> 1998570 INFO (jetty-launcher-1941-thread-1)
[n:127.0.0.1:56263_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_31C36F6FB1443BEF-001/tempDir-001/node1/.
[junit4] 2> 2000571 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[31C36F6FB1443BEF]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 2000573 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[31C36F6FB1443BEF]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56261/solr ready
[junit4] 2> 2000651 INFO
(TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[31C36F6FB1443BEF])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCreationAndDeletion
[junit4] 2> 2000653 INFO
(TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[31C36F6FB1443BEF])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 2000659 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf&name=created_and_deleted&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2000663 INFO
(OverseerThreadFactory-6020-thread-1-processing-n:127.0.0.1:56263_solr)
[n:127.0.0.1:56263_solr ] o.a.s.c.CreateCollectionCmd Create collection
created_and_deleted
[junit4] 2> 2000782 INFO (qtp1715910283-12715) [n:127.0.0.1:56263_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=created_and_deleted_shard1_replica1&action=CREATE&numShards=1&collection=created_and_deleted&shard=shard1&wt=javabin&version=2
[junit4] 2> 2000898 INFO
(zkCallback-1962-thread-1-processing-n:127.0.0.1:56263_solr)
[n:127.0.0.1:56263_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/created_and_deleted/state.json] for collection
[created_and_deleted] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2001805 INFO (qtp1715910283-12715) [n:127.0.0.1:56263_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 2001812 INFO (qtp1715910283-12715) [n:127.0.0.1:56263_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.s.IndexSchema [created_and_deleted_shard1_replica1] Schema name=minimal
[junit4] 2> 2001817 INFO (qtp1715910283-12715) [n:127.0.0.1:56263_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 2001819 INFO (qtp1715910283-12715) [n:127.0.0.1:56263_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.CoreContainer Creating SolrCore 'created_and_deleted_shard1_replica1'
using configuration from collection created_and_deleted
[junit4] 2> 2001819 INFO (qtp1715910283-12715) [n:127.0.0.1:56263_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.SolrCore [[created_and_deleted_shard1_replica1] ] Opening new SolrCore
at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_31C36F6FB1443BEF-001/tempDir-001/node1/created_and_deleted_shard1_replica1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_31C36F6FB1443BEF-001/tempDir-001/node1/./created_and_deleted_shard1_replica1/data/]
[junit4] 2> 2001903 INFO (qtp1715910283-12715) [n:127.0.0.1:56263_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2001903 INFO (qtp1715910283-12715) [n:127.0.0.1:56263_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2001906 INFO (qtp1715910283-12715) [n:127.0.0.1:56263_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2001906 INFO (qtp1715910283-12715) [n:127.0.0.1:56263_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2001907 INFO (qtp1715910283-12715) [n:127.0.0.1:56263_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@61163de8[created_and_deleted_shard1_replica1] main]
[junit4] 2> 2001910 INFO (qtp1715910283-12715) [n:127.0.0.1:56263_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 2001910 INFO (qtp1715910283-12715) [n:127.0.0.1:56263_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 2001910 INFO (qtp1715910283-12715) [n:127.0.0.1:56263_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2001911 INFO
(searcherExecutor-6029-thread-1-processing-n:127.0.0.1:56263_solr
x:created_and_deleted_shard1_replica1 s:shard1 c:created_and_deleted)
[n:127.0.0.1:56263_solr c:created_and_deleted s:shard1
x:created_and_deleted_shard1_replica1] o.a.s.c.SolrCore
[created_and_deleted_shard1_replica1] Registered new searcher
Searcher@61163de8[created_and_deleted_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2001911 INFO (qtp1715910283-12715) [n:127.0.0.1:56263_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1559129805844119552
[junit4] 2> 2001921 INFO (qtp1715910283-12715) [n:127.0.0.1:56263_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2001921 INFO (qtp1715910283-12715) [n:127.0.0.1:56263_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2001921 INFO (qtp1715910283-12715) [n:127.0.0.1:56263_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:56263/solr/created_and_deleted_shard1_replica1/
[junit4] 2> 2001921 INFO (qtp1715910283-12715) [n:127.0.0.1:56263_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 2001921 INFO (qtp1715910283-12715) [n:127.0.0.1:56263_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.SyncStrategy
http://127.0.0.1:56263/solr/created_and_deleted_shard1_replica1/ has no replicas
[junit4] 2> 2001927 INFO (qtp1715910283-12715) [n:127.0.0.1:56263_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:56263/solr/created_and_deleted_shard1_replica1/ shard1
[junit4] 2> 2002039 INFO
(zkCallback-1962-thread-1-processing-n:127.0.0.1:56263_solr)
[n:127.0.0.1:56263_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/created_and_deleted/state.json] for collection
[created_and_deleted] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2002088 INFO (qtp1715910283-12715) [n:127.0.0.1:56263_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 2002094 INFO (qtp1715910283-12715) [n:127.0.0.1:56263_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=created_and_deleted_shard1_replica1&action=CREATE&numShards=1&collection=created_and_deleted&shard=shard1&wt=javabin&version=2}
status=0 QTime=1313
[junit4] 2> 2002102 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_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> 2002202 INFO
(zkCallback-1962-thread-2-processing-n:127.0.0.1:56263_solr)
[n:127.0.0.1:56263_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/created_and_deleted/state.json] for collection
[created_and_deleted] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2002675 INFO
(OverseerCollectionConfigSetProcessor-97445612619104267-127.0.0.1:56263_solr-n_0000000000)
[n:127.0.0.1:56263_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> 2003106 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf&name=created_and_deleted&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=2447
[junit4] 2> 2003107 INFO (qtp1067139960-12738) [n:127.0.0.1:56266_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 2003108 INFO (qtp1067139960-12738) [n:127.0.0.1:56266_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 2003110 INFO (qtp1067139960-12739) [n:127.0.0.1:56266_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=created_and_deleted&action=DELETE&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 2003113 INFO
(OverseerThreadFactory-6020-thread-2-processing-n:127.0.0.1:56263_solr)
[n:127.0.0.1:56263_solr ] o.a.s.c.OverseerCollectionMessageHandler Executing
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 2003114 INFO (qtp1715910283-12716) [n:127.0.0.1:56263_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.created_and_deleted.shard1.replica1
[junit4] 2> 2003114 INFO (qtp1715910283-12716) [n:127.0.0.1:56263_solr
] o.a.s.c.SolrCore [created_and_deleted_shard1_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@64232be1
[junit4] 2> 2003115 INFO (qtp1715910283-12716) [n:127.0.0.1:56263_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.created_and_deleted.shard1.replica1
[junit4] 2> 2003120 INFO (qtp1715910283-12716) [n:127.0.0.1:56263_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=created_and_deleted_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=6
[junit4] 2> 2003842 INFO (qtp1067139960-12739) [n:127.0.0.1:56266_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=created_and_deleted&action=DELETE&wt=javabin&version=2} status=0
QTime=733
[junit4] 2> 2003843 INFO (qtp1067139960-12740) [n:127.0.0.1:56266_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 2003843 INFO (qtp1067139960-12740) [n:127.0.0.1:56266_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 2003844 INFO
(TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[31C36F6FB1443BEF])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testCreationAndDeletion
[junit4] 2> 2003877 INFO
(TEST-CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[31C36F6FB1443BEF])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteNonExistentCollection
[junit4] 2> 2003880 INFO
(TEST-CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[31C36F6FB1443BEF])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 2003883 INFO (qtp1067139960-12741) [n:127.0.0.1:56266_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=unknown_collection&action=DELETE&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 2003888 INFO
(OverseerCollectionConfigSetProcessor-97445612619104267-127.0.0.1:56263_solr-n_0000000000)
[n:127.0.0.1:56263_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> 2003888 INFO
(OverseerThreadFactory-6020-thread-3-processing-n:127.0.0.1:56263_solr)
[n:127.0.0.1:56263_solr ] o.a.s.c.OverseerCollectionMessageHandler Executing
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 2003889 ERROR
(OverseerThreadFactory-6020-thread-3-processing-n:127.0.0.1:56263_solr)
[n:127.0.0.1:56263_solr ] o.a.s.c.OverseerCollectionMessageHandler
Collection: unknown_collection operation: delete
failed:org.apache.solr.common.SolrException: Could not find collection :
unknown_collection
[junit4] 2> at
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
[junit4] 2> at
org.apache.solr.cloud.OverseerCollectionMessageHandler.collectionCmd(OverseerCollectionMessageHandler.java:843)
[junit4] 2> at
org.apache.solr.cloud.DeleteCollectionCmd.call(DeleteCollectionCmd.java:88)
[junit4] 2> at
org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:224)
[junit4] 2> at
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:463)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 2003901 INFO (qtp1067139960-12741) [n:127.0.0.1:56266_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=unknown_collection&action=DELETE&wt=javabin&version=2} status=400
QTime=17
[junit4] 2> 2003902 INFO (qtp1067139960-12742) [n:127.0.0.1:56266_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&name=acollectionafterbaddelete&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2003905 INFO
(OverseerThreadFactory-6020-thread-4-processing-n:127.0.0.1:56263_solr)
[n:127.0.0.1:56263_solr ] o.a.s.c.CreateCollectionCmd Create collection
acollectionafterbaddelete
[junit4] 2> 2003906 INFO
(OverseerCollectionConfigSetProcessor-97445612619104267-127.0.0.1:56263_solr-n_0000000000)
[n:127.0.0.1:56263_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> 2004129 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica1&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2
[junit4] 2> 2004130 INFO (qtp1801337119-12724) [n:127.0.0.1:56265_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica2&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2
[junit4] 2> 2004242 INFO
(zkCallback-1961-thread-1-processing-n:127.0.0.1:56265_solr)
[n:127.0.0.1:56265_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/acollectionafterbaddelete/state.json] for collection
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2004242 INFO
(zkCallback-1959-thread-1-processing-n:127.0.0.1:56266_solr)
[n:127.0.0.1:56266_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/acollectionafterbaddelete/state.json] for collection
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2005152 INFO (qtp1801337119-12724) [n:127.0.0.1:56265_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.0.0
[junit4] 2> 2005153 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.0.0
[junit4] 2> 2005160 INFO (qtp1801337119-12724) [n:127.0.0.1:56265_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica2] o.a.s.s.IndexSchema
[acollectionafterbaddelete_shard1_replica2] Schema name=minimal
[junit4] 2> 2005160 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.s.IndexSchema
[acollectionafterbaddelete_shard1_replica1] Schema name=minimal
[junit4] 2> 2005191 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 2005192 INFO (qtp1801337119-12724) [n:127.0.0.1:56265_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica2] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 2005194 INFO (qtp1801337119-12724) [n:127.0.0.1:56265_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.CoreContainer Creating
SolrCore 'acollectionafterbaddelete_shard1_replica2' using configuration from
collection acollectionafterbaddelete
[junit4] 2> 2005194 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.CoreContainer Creating
SolrCore 'acollectionafterbaddelete_shard1_replica1' using configuration from
collection acollectionafterbaddelete
[junit4] 2> 2005195 INFO (qtp1801337119-12724) [n:127.0.0.1:56265_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.SolrCore
[[acollectionafterbaddelete_shard1_replica2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_31C36F6FB1443BEF-001/tempDir-001/node4/acollectionafterbaddelete_shard1_replica2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_31C36F6FB1443BEF-001/tempDir-001/node4/./acollectionafterbaddelete_shard1_replica2/data/]
[junit4] 2> 2005195 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SolrCore
[[acollectionafterbaddelete_shard1_replica1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_31C36F6FB1443BEF-001/tempDir-001/node2/acollectionafterbaddelete_shard1_replica1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_31C36F6FB1443BEF-001/tempDir-001/node2/./acollectionafterbaddelete_shard1_replica1/data/]
[junit4] 2> 2005296 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 2005296 INFO (qtp1801337119-12724) [n:127.0.0.1:56265_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 2005296 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2005296 INFO (qtp1801337119-12724) [n:127.0.0.1:56265_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2005299 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 2005299 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 2005299 INFO (qtp1801337119-12724) [n:127.0.0.1:56265_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 2005299 INFO (qtp1801337119-12724) [n:127.0.0.1:56265_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 2005300 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@21524a2[acollectionafterbaddelete_shard1_replica1] main]
[junit4] 2> 2005302 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 2005303 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 2005303 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000
[junit4] 2> 2005303 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.UpdateLog Could not find
max version in index or recent updates, using new clock 1559129809400889344
[junit4] 2> 2005303 INFO
(searcherExecutor-6035-thread-1-processing-n:127.0.0.1:56266_solr
x:acollectionafterbaddelete_shard1_replica1 s:shard1
c:acollectionafterbaddelete) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SolrCore
[acollectionafterbaddelete_shard1_replica1] Registered new searcher
Searcher@21524a2[acollectionafterbaddelete_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2005305 INFO (qtp1801337119-12724) [n:127.0.0.1:56265_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@60c08b7e[acollectionafterbaddelete_shard1_replica2] main]
[junit4] 2> 2005307 INFO (qtp1801337119-12724) [n:127.0.0.1:56265_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica2] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 2005308 INFO (qtp1801337119-12724) [n:127.0.0.1:56265_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica2] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 2005308 INFO (qtp1801337119-12724) [n:127.0.0.1:56265_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica2] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000
[junit4] 2> 2005308 INFO
(searcherExecutor-6034-thread-1-processing-n:127.0.0.1:56265_solr
x:acollectionafterbaddelete_shard1_replica2 s:shard1
c:acollectionafterbaddelete) [n:127.0.0.1:56265_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.SolrCore
[acollectionafterbaddelete_shard1_replica2] Registered new searcher
Searcher@60c08b7e[acollectionafterbaddelete_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2005308 INFO (qtp1801337119-12724) [n:127.0.0.1:56265_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.UpdateLog Could not find
max version in index or recent updates, using new clock 1559129809406132224
[junit4] 2> 2005314 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 2005314 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ShardLeaderElectionContext
I may be the new leader - try and sync
[junit4] 2> 2005314 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas
to http://127.0.0.1:56266/solr/acollectionafterbaddelete_shard1_replica1/
[junit4] 2> 2005315 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.PeerSync PeerSync:
core=acollectionafterbaddelete_shard1_replica1 url=http://127.0.0.1:56266/solr
START
replicas=[http://127.0.0.1:56265/solr/acollectionafterbaddelete_shard1_replica2/]
nUpdates=100
[junit4] 2> 2005315 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.PeerSync PeerSync:
core=acollectionafterbaddelete_shard1_replica1 url=http://127.0.0.1:56266/solr
DONE. We have no versions. sync failed.
[junit4] 2> 2005317 INFO (qtp1801337119-12726) [n:127.0.0.1:56265_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.S.Request
[acollectionafterbaddelete_shard1_replica2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 2005317 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SyncStrategy Leader's
attempt to sync with shard failed, moving to the next candidate
[junit4] 2> 2005318 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ShardLeaderElectionContext
We failed sync, but we have no versions - we can't sync in that case - we were
active before, so become leader anyway
[junit4] 2> 2005326 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ShardLeaderElectionContext
I am the new leader:
http://127.0.0.1:56266/solr/acollectionafterbaddelete_shard1_replica1/ shard1
[junit4] 2> 2005435 INFO
(zkCallback-1961-thread-1-processing-n:127.0.0.1:56265_solr)
[n:127.0.0.1:56265_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/acollectionafterbaddelete/state.json] for collection
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2005435 INFO
(zkCallback-1959-thread-1-processing-n:127.0.0.1:56266_solr)
[n:127.0.0.1:56266_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/acollectionafterbaddelete/state.json] for collection
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2005487 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 2005490 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica1&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2}
status=0 QTime=1363
[junit4] 2> 2005603 INFO
(zkCallback-1961-thread-1-processing-n:127.0.0.1:56265_solr)
[n:127.0.0.1:56265_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/acollectionafterbaddelete/state.json] for collection
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2005603 INFO
(zkCallback-1959-thread-1-processing-n:127.0.0.1:56266_solr)
[n:127.0.0.1:56266_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/acollectionafterbaddelete/state.json] for collection
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2006321 INFO (qtp1801337119-12724) [n:127.0.0.1:56265_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica2] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica2&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2}
status=0 QTime=2191
[junit4] 2> 2006325 INFO (qtp1067139960-12742) [n:127.0.0.1:56266_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> 2006428 INFO
(zkCallback-1961-thread-1-processing-n:127.0.0.1:56265_solr)
[n:127.0.0.1:56265_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/acollectionafterbaddelete/state.json] for collection
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2006428 INFO
(zkCallback-1959-thread-1-processing-n:127.0.0.1:56266_solr)
[n:127.0.0.1:56266_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/acollectionafterbaddelete/state.json] for collection
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
[junit4] 2> 2007329 INFO (qtp1067139960-12742) [n:127.0.0.1:56266_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=2&collection.configName=conf&name=acollectionafterbaddelete&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=3427
[junit4] 2> 2007332 INFO
(TEST-CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[31C36F6FB1443BEF])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDeleteNonExistentCollection
[junit4] 2> 2007378 INFO
(TEST-CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[31C36F6FB1443BEF])
[ ] o.a.s.SolrTestCaseJ4 ###Starting deleteCollectionOnlyInZk
[junit4] 2> 2007381 INFO
(TEST-CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[31C36F6FB1443BEF])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 2007383 INFO (qtp1067139960-12738) [n:127.0.0.1:56266_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=acollectionafterbaddelete&action=DELETE&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 2007391 INFO
(OverseerCollectionConfigSetProcessor-97445612619104267-127.0.0.1:56263_solr-n_0000000000)
[n:127.0.0.1:56263_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 2007391 INFO
(OverseerThreadFactory-6020-thread-5-processing-n:127.0.0.1:56263_solr)
[n:127.0.0.1:56263_solr ] o.a.s.c.OverseerCollectionMessageHandler Executing
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 2007393 INFO (qtp1067139960-12739) [n:127.0.0.1:56266_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.acollectionafterbaddelete.shard1.replica1
[junit4] 2> 2007393 INFO (qtp1067139960-12739) [n:127.0.0.1:56266_solr
] o.a.s.c.SolrCore [acollectionafterbaddelete_shard1_replica1] CLOSING
SolrCore org.apache.solr.core.SolrCore@3cb8fdc3
[junit4] 2> 2007393 INFO (qtp1801337119-12732) [n:127.0.0.1:56265_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.acollectionafterbaddelete.shard1.replica2
[junit4] 2> 2007393 INFO (qtp1801337119-12732) [n:127.0.0.1:56265_solr
] o.a.s.c.SolrCore [acollectionafterbaddelete_shard1_replica2] CLOSING
SolrCore org.apache.solr.core.SolrCore@f1a53e7
[junit4] 2> 2007394 INFO (qtp1067139960-12739) [n:127.0.0.1:56266_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.acollectionafterbaddelete.shard1.replica1
[junit4] 2> 2007394 INFO (qtp1801337119-12732) [n:127.0.0.1:56265_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.acollectionafterbaddelete.shard1.replica2
[junit4] 2> 2007399 WARN
(zkCallback-1961-thread-1-processing-n:127.0.0.1:56265_solr)
[n:127.0.0.1:56265_solr ] o.a.s.c.LeaderElector
[junit4] 2> org.apache.solr.common.SolrException: SolrCore not
found:acollectionafterbaddelete_shard1_replica2 in []
[junit4] 2> at
org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:292)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:268)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 2007400 INFO (qtp1067139960-12739) [n:127.0.0.1:56266_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=acollectionafterbaddelete_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=7
[junit4] 2> 2007406 INFO (qtp1801337119-12732) [n:127.0.0.1:56265_solr
] o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader
parent node, won't remove previous leader registration.
[junit4] 2> 2007406 INFO (qtp1801337119-12732) [n:127.0.0.1:56265_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=acollectionafterbaddelete_shard1_replica2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=13
[junit4] 2> 2008132 INFO (qtp1067139960-12738) [n:127.0.0.1:56266_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=acollectionafterbaddelete&action=DELETE&wt=javabin&version=2}
status=0 QTime=748
[junit4] 2> 2008137 INFO (qtp1067139960-12740) [n:127.0.0.1:56266_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=onlyinzk&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 2008141 INFO
(OverseerCollectionConfigSetProcessor-97445612619104267-127.0.0.1:56263_solr-n_0000000000)
[n:127.0.0.1:56263_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000008 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 2008147 INFO (qtp1067139960-12740) [n:127.0.0.1:56266_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=onlyinzk&action=DELETE&wt=javabin&version=2} status=0 QTime=10
[junit4] 2> 2008147 INFO (qtp1067139960-12741) [n:127.0.0.1:56266_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 2008148 INFO (qtp1067139960-12741) [n:127.0.0.1:56266_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 2008148 INFO (qtp1067139960-12720) [n:127.0.0.1:56266_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf&name=onlyinzk&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2008152 INFO
(OverseerThreadFactory-6020-thread-5-processing-n:127.0.0.1:56263_solr)
[n:127.0.0.1:56263_solr ] o.a.s.c.CreateCollectionCmd Create collection
onlyinzk
[junit4] 2> 2008153 INFO
(OverseerCollectionConfigSetProcessor-97445612619104267-127.0.0.1:56263_solr-n_0000000000)
[n:127.0.0.1:56263_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000010 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 2008379 INFO (qtp1715910283-12717) [n:127.0.0.1:56263_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=onlyinzk_shard1_replica1&action=CREATE&numShards=2&collection=onlyinzk&shard=shard1&wt=javabin&version=2
[junit4] 2> 2008379 INFO (qtp1431369581-12728) [n:127.0.0.1:56264_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=onlyinzk_shard2_replica1&action=CREATE&numShards=2&collection=onlyinzk&shard=shard2&wt=javabin&version=2
[junit4] 2> 2008501 INFO
(zkCallback-1962-thread-1-processing-n:127.0.0.1:56263_solr)
[n:127.0.0.1:56263_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred -
updating... (live nodes size: [4])
[junit4] 2> 2008501 INFO
(zkCallback-1960-thread-1-processing-n:127.0.0.1:56264_solr)
[n:127.0.0.1:56264_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred -
updating... (live nodes size: [4])
[junit4] 2> 2009407 INFO (qtp1431369581-12728) [n:127.0.0.1:56264_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 2009408 INFO (qtp1715910283-12717) [n:127.0.0.1:56263_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 2009415 INFO (qtp1431369581-12728) [n:127.0.0.1:56264_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.s.IndexSchema
[onlyinzk_shard2_replica1] Schema name=minimal
[junit4] 2> 2009416 INFO (qtp1715910283-12717) [n:127.0.0.1:56263_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.s.IndexSchema
[onlyinzk_shard1_replica1] Schema name=minimal
[junit4] 2> 2009419 INFO (qtp1715910283-12717) [n:127.0.0.1:56263_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.s.IndexSchema Loaded
schema minimal/1.1 with uniqueid field id
[junit4] 2> 2009420 INFO (qtp1431369581-12728) [n:127.0.0.1:56264_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.s.IndexSchema Loaded
schema minimal/1.1 with uniqueid field id
[junit4] 2> 2009421 INFO (qtp1431369581-12728) [n:127.0.0.1:56264_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.c.CoreContainer Creating
SolrCore 'onlyinzk_shard2_replica1' using configuration from collection onlyinzk
[junit4] 2> 2009422 INFO (qtp1715910283-12717) [n:127.0.0.1:56263_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.c.CoreContainer Creating
SolrCore 'onlyinzk_shard1_replica1' using configuration from collection onlyinzk
[junit4] 2> 2009422 INFO (qtp1431369581-12728) [n:127.0.0.1:56264_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.c.SolrCore
[[onlyinzk_shard2_replica1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_31C36F6FB1443BEF-001/tempDir-001/node3/onlyinzk_shard2_replica1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_31C36F6FB1443BEF-001/tempDir-001/node3/./onlyinzk_shard2_replica1/data/]
[junit4] 2> 2009422 INFO (qtp1715910283-12717) [n:127.0.0.1:56263_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.c.SolrCore
[[onlyinzk_shard1_replica1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_31C36F6FB1443BEF-001/tempDir-001/node1/onlyinzk_shard1_replica1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_31C36F6FB1443BEF-001/tempDir-001/node1/./onlyinzk_shard1_replica1/data/]
[junit4] 2> 2009647 INFO (qtp1715910283-12717) [n:127.0.0.1:56263_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 2009647 INFO (qtp1715910283-12717) [n:127.0.0.1:56263_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2009648 INFO (qtp1431369581-12728) [n:127.0.0.1:56264_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 2009648 INFO (qtp1431369581-12728) [n:127.0.0.1:56264_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2009649 INFO (qtp1715910283-12717) [n:127.0.0.1:56263_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 2009649 INFO (qtp1715910283-12717) [n:127.0.0.1:56263_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 2009720 INFO (qtp1431369581-12728) [n:127.0.0.1:56264_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 2009720 INFO (qtp1431369581-12728) [n:127.0.0.1:56264_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 2009773 INFO (qtp1715910283-12717) [n:127.0.0.1:56263_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@1bbb4a4d[onlyinzk_shard1_replica1] main]
[junit4] 2> 2009775 INFO (qtp1715910283-12717) [n:127.0.0.1:56263_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 2009775 INFO (qtp1715910283-12717) [n:127.0.0.1:56263_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 2009775 INFO (qtp1715910283-12717) [n:127.0.0.1:56263_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 2009776 INFO (qtp1715910283-12717) [n:127.0.0.1:56263_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1559129814091169792
[junit4] 2> 2009776 INFO
(searcherExecutor-6045-thread-1-processing-n:127.0.0.1:56263_solr
x:onlyinzk_shard1_replica1 s:shard1 c:onlyinzk) [n:127.0.0.1:56263_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.c.SolrCore
[onlyinzk_shard1_replica1] Registered new searcher
Searcher@1bbb4a4d[onlyinzk_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2009783 INFO (qtp1431369581-12728) [n:127.0.0.1:56264_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@2a0f7745[onlyinzk_shard2_replica1] main]
[junit4] 2> 2009785 INFO (qtp1431369581-12728) [n:127.0.0.1:56264_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 2009786 INFO (qtp1431369581-12728) [n:127.0.0.1:56264_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 2009786 INFO (qtp1431369581-12728) [n:127.0.0.1:56264_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 2009786 INFO
(searcherExecutor-6044-thread-1-processing-n:127.0.0.1:56264_solr
x:onlyinzk_shard2_replica1 s:shard2 c:onlyinzk) [n:127.0.0.1:56264_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.c.SolrCore
[onlyinzk_shard2_replica1] Registered new searcher
Searcher@2a0f7745[onlyinzk_shard2_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2009786 INFO (qtp1431369581-12728) [n:127.0.0.1:56264_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1559129814101655552
[junit4] 2> 2009787 INFO (qtp1715910283-12717) [n:127.0.0.1:56263_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2009787 INFO (qtp1715910283-12717) [n:127.0.0.1:56263_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2009787 INFO (qtp1715910283-12717) [n:127.0.0.1:56263_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.c.SyncStrategy Sync
replicas to http://127.0.0.1:56263/solr/onlyinzk_shard1_replica1/
[junit4] 2> 2009787 INFO (qtp1715910283-12717) [n:127.0.0.1:56263_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.c.SyncStrategy Sync
Success - now sync replicas to me
[junit4] 2> 2009787 INFO (qtp1715910283-12717) [n:127.0.0.1:56263_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.c.SyncStrategy
http://127.0.0.1:56263/solr/onlyinzk_shard1_replica1/ has no replicas
[junit4] 2> 2009796 INFO (qtp1715910283-12717) [n:127.0.0.1:56263_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:56263/solr/onlyinzk_shard1_replica1/ shard1
[junit4] 2> 2009798 INFO (qtp1431369581-12728) [n:127.0.0.1:56264_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2009799 INFO (qtp1431369581-12728) [n:127.0.0.1:56264_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2009799 INFO (qtp1431369581-12728) [n:127.0.0.1:56264_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.c.SyncStrategy Sync
replicas to http://127.0.0.1:56264/solr/onlyinzk_shard2_replica1/
[junit4] 2> 2009799 INFO (qtp1431369581-12728) [n:127.0.0.1:56264_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.c.SyncStrategy Sync
Success - now sync replicas to me
[junit4] 2> 2009799 INFO (qtp1431369581-12728) [n:127.0.0.1:56264_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.c.SyncStrategy
http://127.0.0.1:56264/solr/onlyinzk_shard2_replica1/ has no replicas
[junit4] 2> 2009805 INFO (qtp1431369581-12728) [n:127.0.0.1:56264_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:56264/solr/onlyinzk_shard2_replica1/ shard2
[junit4] 2> 2009911 INFO
(zkCallback-1960-thread-1-processing-n:127.0.0.1:56264_solr)
[n:127.0.0.1:56264_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred -
updating... (live nodes size: [4])
[junit4] 2> 2009911 INFO
(zkCallback-1962-thread-2-processing-n:127.0.0.1:56263_solr)
[n:127.0.0.1:56263_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred -
updating... (live nodes size: [4])
[junit4] 2> 2009960 INFO (qtp1715910283-12717) [n:127.0.0.1:56263_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 2009962 INFO (qtp1431369581-12728) [n:127.0.0.1:56264_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 2009965 INFO (qtp1715910283-12717) [n:127.0.0.1:56263_solr
c:onlyinzk s:shard1 x:onlyinzk_shard1_replica1] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=onlyinzk_shard1_replica1&action=CREATE&numShards=2&collection=onlyinzk&shard=shard1&wt=javabin&version=2}
status=0 QTime=1586
[junit4] 2> 2009965 INFO (qtp1431369581-12728) [n:127.0.0.1:56264_solr
c:onlyinzk s:shard2 x:onlyinzk_shard2_replica1] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=onlyinzk_shard2_replica1&action=CREATE&numShards=2&collection=onlyinzk&shard=shard2&wt=javabin&version=2}
status=0 QTime=1586
[junit4] 2> 2009969 INFO (qtp1067139960-12720) [n:127.0.0.1:56266_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> 2010071 INFO
(zkCallback-1960-thread-1-processing-n:127.0.0.1:56264_solr)
[n:127.0.0.1:56264_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred -
updating... (live nodes size: [4])
[junit4] 2> 2010071 INFO
(zkCallback-1962-thread-1-processing-n:127.0.0.1:56263_solr)
[n:127.0.0.1:56263_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred -
updating... (live nodes size: [4])
[junit4] 2> 2010166 INFO
(OverseerCollectionConfigSetProcessor-97445612619104267-127.0.0.1:56263_solr-n_0000000000)
[n:127.0.0.1:56263_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000012 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 2010972 INFO (qtp1067139960-12720) [n:127.0.0.1:56266_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf&name=onlyinzk&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=2823
[junit4] 2> 2010973 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 2010974 INFO (qtp1067139960-12737) [n:127.0.0.1:56266_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 2010974 INFO
(TEST-CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[31C36F6FB1443BEF])
[ ] o.a.s.SolrTestCaseJ4 ###Ending deleteCollectionOnlyInZk
[junit4] 2> 2011013 INFO
(TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[31C36F6FB1443BEF])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testNoConfigSetExist
[junit4] 2> 2011015 INFO
(TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[31C36F6FB1443BEF])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 2011018 INFO (qtp1067139960-12742) [n:127.0.0.1:56266_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=onlyinzk&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 2011022 INFO
(OverseerThreadFactory-6020-thread-5-processing-n:127.0.0.1:56263_solr)
[n:127.0.0.1:56263_solr ] o.a.s.c.OverseerCollectionMessageHandler Executing
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 2011023 INFO (qtp1715910283-12719) [n:127.0.0.1:56263_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.onlyinzk.shard1.replica1
[junit4] 2> 2011023 INFO (qtp1715910283-12719) [n:127.0.0.1:56263_solr
] o.a.s.c.SolrCore [onlyinzk_shard1_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@491440ce
[junit4] 2> 2011023 INFO (qtp1431369581-12729) [n:127.0.0.1:56264_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.onlyinzk.shard2.replica1
[junit4] 2> 2011023 INFO (qtp1431369581-12729) [n:127.0.0.1:56264_solr
] o.a.s.c.SolrCore [onlyinzk_shard2_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@391ca023
[junit4] 2> 2011024 INFO (qtp1715910283-12719) [n:127.0.0.1:56263_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.onlyinzk.shard1.replica1
[junit4] 2> 2011024 INFO (qtp1431369581-12729) [n:127.0.0.1:56264_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.onlyinzk.shard2.replica1
[junit4] 2> 2011058 INFO (qtp1715910283-12719) [n:127.0.0.1:56263_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=onlyinzk_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=35
[junit4] 2> 2011058 INFO (qtp1431369581-12729) [n:127.0.0.1:56264_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=onlyinzk_shard2_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=35
[junit4] 2> 2011783 INFO (qtp1067139960-12742) [n:127.0.0.1:56266_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=onlyinzk&action=DELETE&wt=javabin&version=2} status=0 QTime=765
[junit4] 2> 2011785 INFO (qtp1067139960-12739) [n:127.0.0.1:56266_solr
] o.a.s.h.a.CoreAdminOperation core create command
dataDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_31C36F6FB1443BEF-001/tempDir-002&collection.configName=conf123&name=corewithnocollection3&action=CREATE&numShards=1&collection=&wt=javabin&version=2
[junit4] 2> 2011788 INFO
(OverseerStateUpdate-97445612619104267-127.0.0.1:56263_solr-n_0000000000)
[n:127.0.0.1:56263_solr ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 2012796 ERROR (qtp1067139960-12739) [n:127.0.0.1:56266_solr
c:corewithnocollection3 x:corewithnocollection3] o.a.s.c.c.ZkStateReader
Specified config=[conf123] does not exist in ZooKeeper at
location=[/configs/conf123]
[junit4] 2> 2012798 ERROR (qtp1067139960-12739) [n:127.0.0.1:56266_solr
c:corewithnocollection3 x:corewithnocollection3] o.a.s.h.RequestHandlerBase
org.apache.solr.common.SolrException: Error CREATEing SolrCore
'corewithnocollection3': Unable to create core [corewithnocollection3] Caused
by: Specified config does not exist in ZooKeeper: conf123
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:907)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:378)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:171)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:534)
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
[junit4] 2> at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> Caused by: org.apache.solr.common.SolrException: Unable to
create core [corewithnocollection3]
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:952)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:873)
[junit4] 2> ... 34 more
[junit4] 2> Caused by: org.apache.solr.common.cloud.ZooKeeperException:
Specified config does not exist in ZooKeeper: conf123
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:189)
[junit4] 2> at
org.apache.solr.cloud.CloudConfigSetService.createCoreResourceLoader(CloudConfigSetService.java:54)
[junit4] 2> at
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:74)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:934)
[junit4] 2> ... 35 more
[junit4] 2>
[junit4] 2> 2012798 INFO (qtp1067139960-12739) [n:127.0.0.1:56266_solr
c:corewithnocollection3 x:corewithnocollection3] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={dataDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_31C36F6FB1443BEF-001/tempDir-002&collection.configName=conf123&name=corewithnocollection3&action=CREATE&numShards=1&collection=&wt=javabin&version=2}
status=400 QTime=1013
[junit4] 2> 2013025 INFO
(OverseerCollectionConfigSetProcessor-97445612619104267-127.0.0.1:56263_solr-n_0000000000)
[n:127.0.0.1:56263_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000014 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 2013811 INFO (qtp1067139960-12738) [n:127.0.0.1:56266_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 2013811 INFO (qtp1067139960-12738) [n:127.0.0.1:56266_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 2013811 INFO
(TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[31C36F6FB1443BEF])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testNoConfigSetExist
[junit4] 2> 2013847 INFO
(TEST-CollectionsAPIDistributedZkTest.addReplicaTest-seed#[31C36F6FB1443BEF]) [
] o.a.s.SolrTestCaseJ4 ###Starting addReplicaTest
[junit4] 2> 2013850 INFO
(TEST-CollectionsAPIDistributedZkTest.addReplicaTest-seed#[31C36F6FB1443BEF]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 2013852 INFO (qtp1067139960-12740) [n:127.0.0.1:56266_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=corewithnocollection3&action=DELETE&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 2013856 INFO
(OverseerThreadFactory-6020-thread-5-processing-n:127.0.0.1:56263_solr)
[n:127.0.0.1:56263_solr ] o.a.s.c.OverseerCollectionMessageHandler Executing
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 2014586 INFO (qtp1067139960-12740) [n:127.0.0.1:56266_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=corewithnocollection3&action=DELETE&wt=javabin&version=2} status=0
QTime=733
[junit4] 2> 2014587 INFO (qtp1067139960-12741) [n:127.0.0.1:56266_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&maxShardsPerNode=4&name=addReplicaColl&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2014591 INFO
(OverseerThreadFactory-6020-thread-5-processing-n:127.0.0.1:56263_solr)
[n:127.0.0.1:56263_solr ] o.a.s.c.CreateCollectionCmd Create collection
addReplicaColl
[junit4] 2> 2014593 INFO
(OverseerCollectionConfigSetProcessor-97445612619104267-127.0.0.1:56263_solr-n_0000000000)
[n:127.0.0.1:56263_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000016 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 2014825 INFO (qtp1431369581-12730) [n:127.0.0.1:56264_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2
[junit4] 2> 2014826 INFO (qtp1715910283-12721) [n:127.0.0.1:56263_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2
[junit4] 2> 2014827 INFO (qtp1067139960-12720) [n:127.0.0.1:56266_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2
[junit4] 2> 2014831 INFO (qtp1801337119-12743) [n:127.0.0.1:56265_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2
[junit4] 2> 2014954 INFO
(zkCallback-1962-thread-3-processing-n:127.0.0.1:56263_solr)
[n:127.0.0.1:56263_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl]
has occurred - updating... (live nodes size: [4])
[junit4] 2> 2014954 INFO
(zkCallback-1960-thread-2-processing-n:127.0.0.1:56264_solr)
[n:127.0.0.1:56264_solr ] o.a.s.c.c.ZkStateReader A c
[...truncated too long message...]
(zkCallback-1962-thread-19-processing-n:127.0.0.1:56263_solr)
[n:127.0.0.1:56263_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (1)
[junit4] 2> 2177608 INFO (jetty-launcher-1941-thread-8) [ ]
o.a.s.c.Overseer Overseer
(id=97445612619104267-127.0.0.1:56263_solr-n_0000000000) closing
[junit4] 2> 2177611 INFO
(OverseerStateUpdate-97445612619104267-127.0.0.1:56263_solr-n_0000000000)
[n:127.0.0.1:56263_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:56263_solr
[junit4] 2> 2179103 WARN
(zkCallback-1959-thread-4-processing-n:127.0.0.1:56266_solr)
[n:127.0.0.1:56266_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 2179103 INFO (jetty-launcher-1941-thread-7) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 2179104 INFO (jetty-launcher-1941-thread-7) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@5723c47a{/solr,null,UNAVAILABLE}
[junit4] 2> 2179115 WARN
(zkCallback-1962-thread-19-processing-n:127.0.0.1:56263_solr)
[n:127.0.0.1:56263_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 2179115 INFO (jetty-launcher-1941-thread-8) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 2179115 INFO (jetty-launcher-1941-thread-8) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@22099fb3{/solr,null,UNAVAILABLE}
[junit4] 2> 2179122 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[31C36F6FB1443BEF]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:56261 56261
[junit4] 2> 2180287 INFO (Thread-2725) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:56261 56261
[junit4] 2> 2183671 WARN (Thread-2725) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 25 /solr/aliases.json
[junit4] 2> 25 /solr/clusterprops.json
[junit4] 2> 23 /solr/configs/conf
[junit4] 2> 4 /solr/security.json
[junit4] 2> 4 /solr/configs/conf2
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 275 /solr/clusterstate.json
[junit4] 2> 5
/solr/collections/awhollynewcollection_0/state.json
[junit4] 2> 4
/solr/collections/nodes_used_collection/state.json
[junit4] 2> 4 /solr/collections/addReplicaColl/state.json
[junit4] 2> 4 /solr/collections/reloaded_collection/state.json
[junit4] 2> 3
/solr/collections/acollectionafterbaddelete/state.json
[junit4] 2> 2
/solr/collections/awhollynewcollection_0/leader_elect/shard3/election/97445612619104266-core_node6-n_0000000000
[junit4] 2> 2 /solr/collections/onlyinzk/state.json
[junit4] 2> 2
/solr/collections/halfdeletedcollection/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 380 /solr/collections
[junit4] 2> 181 /solr/overseer/queue
[junit4] 2> 111 /solr/overseer/collection-queue-work
[junit4] 2> 25 /solr/live_nodes
[junit4] 2> 22 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> 2183672 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[31C36F6FB1443BEF]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_31C36F6FB1443BEF-001
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarity(queryNorm=true): {}, locale=sr-Latn-BA,
timezone=America/Argentina/Rio_Gallegos
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121
(64-bit)/cpus=3,threads=1,free=243789400,total=518979584
[junit4] 2> NOTE: All tests run in this JVM:
[TestDistributedStatsComponentCardinality, ManagedSchemaRoundRobinCloudTest,
HdfsNNFailoverTest, TestWriterPerf, TestRandomFaceting, TestPivotHelperCode,
AnalysisErrorHandlingTest, NoCacheHeaderTest, SuggesterWFSTTest,
TestSQLHandler, CoreAdminHandlerTest, TestGeoJSONResponseWriter,
RuleEngineTest, TestQueryWrapperFilter, TestCloudPseudoReturnFields,
ZkSolrClientTest, TestManagedSchemaThreadSafety, TestFreeTextSuggestions,
TestFastWriter, MinimalSchemaTest, UpdateRequestProcessorFactoryTest,
ReturnFieldsTest, WordBreakSolrSpellCheckerTest,
SignatureUpdateProcessorFactoryTest, TestFieldSortValues, TestIndexSearcher,
UpdateParamsTest, TestTestInjection, BlockJoinFacetRandomTest,
TestExceedMaxTermLength, RAMDirectoryFactoryTest, BadIndexSchemaTest,
TestRandomFlRTGCloud, TestCloudSchemaless, TestFoldingMultitermQuery,
TestFuzzyAnalyzedSuggestions, TestOrdValues, HighlighterConfigTest,
DistributedTermsComponentTest, TestStressInPlaceUpdates, TestConfig,
DistributedSuggestComponentTest, CircularListTest, DistanceFunctionTest,
TestManagedSchema, SuggestComponentContextFilterQueryTest,
TestSolrConfigHandler, TestConfigSetsAPI, TestConfigSetsAPIZkFailure,
CachingDirectoryFactoryTest, TestRecovery, TestAnalyzedSuggestions,
TestReversedWildcardFilterFactory, TestShortCircuitedRequests, TestRealTimeGet,
DistributedQueryComponentCustomSortTest, CloudMLTQParserTest,
TestIndexingPerformance, ActionThrottleTest, ShardRoutingCustomTest,
DirectUpdateHandlerOptimizeTest, GraphQueryTest,
VMParamsZkACLAndCredentialsProvidersTest, ClassificationUpdateProcessorTest,
TestManagedResourceStorage, TestDistribIDF, SmileWriterTest, TestReqParamsAPI,
UUIDUpdateProcessorFallbackTest, CollectionsAPIAsyncDistributedZkTest,
BaseCdcrDistributedZkTest, TestValueSourceCache,
HdfsWriteToMultipleCollectionsTest, TestSolrQueryResponse, LoggingHandlerTest,
CustomCollectionTest, PeerSyncReplicationTest, TestQueryUtils,
ExternalFileFieldSortTest, TestJmxMonitoredMap, ChangedSchemaMergeTest,
TestPathTrie, TestFieldCollectionResource, TestSSLRandomization,
TestSolr4Spatial, TestPKIAuthenticationPlugin, SortByFunctionTest,
HdfsSyncSliceTest, TestReloadAndDeleteDocs, RankQueryTest, TestNumericTerms32,
SolrIndexSplitterTest, HdfsBasicDistributedZkTest, TestSolrCoreParser,
SliceStateTest, DocExpirationUpdateProcessorFactoryTest,
TestGraphTermsQParserPlugin, TestCloudManagedSchema, TestSolrCoreProperties,
LeaderFailoverAfterPartitionTest, TestExactStatsCache,
TestSuggestSpellingConverter, CacheHeaderTest, DistributedFacetPivotSmallTest,
WrapperMergePolicyFactoryTest, TestInitParams, TestComplexPhraseQParserPlugin,
CoreAdminCreateDiscoverTest, TestZkChroot, TestSearchPerf,
HdfsTlogReplayBufferedWhileIndexingTest, BasicZkTest,
TestImpersonationWithHadoopAuth, JsonLoaderTest, TestCodecSupport,
FullSolrCloudDistribCmdsTest, TestSha256AuthenticationProvider,
TestXmlQParserPlugin, SegmentsInfoRequestHandlerTest, TestJettySolrRunner,
CdcrReplicationDistributedZkTest, ChaosMonkeySafeLeaderTest, AutoCommitTest,
CurrencyFieldOpenExchangeTest, DirectoryFactoryTest,
SpellingQueryConverterTest, SpellCheckCollatorTest, TestConfigSetImmutable,
MultiThreadedOCPTest, TestQueryTypes, TestSimpleTrackingShardHandler,
TestConfigSets, TestSystemCollAutoCreate, TestCopyFieldCollectionResource,
TestInPlaceUpdatesDistrib, TestManagedStopFilterFactory,
TestSubQueryTransformerDistrib, TestStandardQParsers, TestOmitPositions,
TestJsonFacets, BlobRepositoryCloudTest, TestAuthenticationFramework,
MigrateRouteKeyTest, RemoteQueryErrorTest, DeleteLastCustomShardedReplicaTest,
ConcurrentDeleteAndCreateCollectionTest, TestCollapseQParserPlugin,
TestSchemaNameResource, TermVectorComponentDistributedTest,
TlogReplayBufferedWhileIndexingTest, TestLMJelinekMercerSimilarityFactory,
TestRTimerTree, URLClassifyProcessorTest, SolrCoreCheckLockOnStartupTest,
TestCustomDocTransformer, TestLuceneMatchVersion, TestCloudInspectUtil,
TestSolrCloudWithDelegationTokens, ResponseLogComponentTest,
TestFieldCacheSortRandom, TestSolrCloudWithSecureImpersonation,
TestJavabinTupleStreamParser, TermVectorComponentTest, HdfsRecoveryZkTest,
HdfsChaosMonkeySafeLeaderTest, DistributedFacetPivotLongTailTest,
TestBulkSchemaAPI, TestUnifiedSolrHighlighter, RollingRestartTest,
BasicDistributedZkTest, BasicDistributedZk2Test,
CollectionsAPIDistributedZkTest]
[junit4] Completed [342/694 (1!)] on J1 in 185.55s, 20 tests, 1 failure <<<
FAILURES!
[...truncated 63342 lines...]
-documentation-lint:
[jtidy] Checking for broken html (such as invalid tags)...
[delete] Deleting directory
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/jtidy_tmp
[echo] Checking for broken links...
[exec]
[exec] Crawl/parse...
[exec]
[exec] Verify...
[echo] Checking for malformed docs...
[exec]
[exec]
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/docs/solr-solrj/overview-summary.html
[exec] missing: org.apache.solr.client.solrj.io.eval
[exec]
[exec] Missing javadocs were found!
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:775: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:101: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build.xml:654: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build.xml:670: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:2493:
exec returned: 1
Total time: 116 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]