Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22507/ Java: 64bit/jdk-10.0.1 -XX:-UseCompressedOops -XX:+UseG1GC
1 tests failed. FAILED: org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testCollectionsAPI Error Message: Error from server at http://127.0.0.1:38121/solr/awhollynewcollection_0: No registered leader was found after waiting for 4000ms , collection: awhollynewcollection_0 slice: shard1 saw state=DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/6)={ "pullReplicas":"0", "replicationFactor":"3", "shards":{"shard1":{ "range":"80000000-7fffffff", "state":"active", "replicas":{ "core_node3":{ "core":"awhollynewcollection_0_shard1_replica_n1", "base_url":"http://127.0.0.1:41707/solr", "node_name":"127.0.0.1:41707_solr", "state":"down", "type":"NRT", "force_set_state":"false"}, "core_node5":{ "core":"awhollynewcollection_0_shard1_replica_n2", "base_url":"http://127.0.0.1:38121/solr", "node_name":"127.0.0.1:38121_solr", "state":"active", "type":"NRT", "force_set_state":"false"}, "core_node6":{ "core":"awhollynewcollection_0_shard1_replica_n4", "base_url":"http://127.0.0.1:42667/solr", "node_name":"127.0.0.1:42667_solr", "state":"active", "type":"NRT", "force_set_state":"false"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"1", "autoAddReplicas":"false", "nrtReplicas":"3", "tlogReplicas":"0"} with live_nodes=[127.0.0.1:38121_solr, 127.0.0.1:41707_solr, 127.0.0.1:41773_solr, 127.0.0.1:42667_solr] Stack Trace: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:38121/solr/awhollynewcollection_0: No registered leader was found after waiting for 4000ms , collection: awhollynewcollection_0 slice: shard1 saw state=DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/6)={ "pullReplicas":"0", "replicationFactor":"3", "shards":{"shard1":{ "range":"80000000-7fffffff", "state":"active", "replicas":{ "core_node3":{ "core":"awhollynewcollection_0_shard1_replica_n1", "base_url":"http://127.0.0.1:41707/solr", "node_name":"127.0.0.1:41707_solr", "state":"down", "type":"NRT", "force_set_state":"false"}, "core_node5":{ "core":"awhollynewcollection_0_shard1_replica_n2", "base_url":"http://127.0.0.1:38121/solr", "node_name":"127.0.0.1:38121_solr", "state":"active", "type":"NRT", "force_set_state":"false"}, "core_node6":{ "core":"awhollynewcollection_0_shard1_replica_n4", "base_url":"http://127.0.0.1:42667/solr", "node_name":"127.0.0.1:42667_solr", "state":"active", "type":"NRT", "force_set_state":"false"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"1", "autoAddReplicas":"false", "nrtReplicas":"3", "tlogReplicas":"0"} with live_nodes=[127.0.0.1:38121_solr, 127.0.0.1:41707_solr, 127.0.0.1:41773_solr, 127.0.0.1:42667_solr] at __randomizedtesting.SeedInfo.seed([A394858E1B41D974:EBE1F13A1D72F6E1]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194) at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233) at org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:465) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:844) Build Log: [...truncated 14068 lines...] [junit4] Suite: org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest [junit4] 2> 1412898 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[A394858E1B41D974]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_A394858E1B41D974-001/init-core-data-001 [junit4] 2> 1412898 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[A394858E1B41D974]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true [junit4] 2> 1412899 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[A394858E1B41D974]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0) [junit4] 2> 1412900 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[A394858E1B41D974]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_A394858E1B41D974-001/tempDir-001 [junit4] 2> 1412900 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[A394858E1B41D974]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 1412900 INFO (Thread-3884) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 1412900 INFO (Thread-3884) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 1412903 ERROR (Thread-3884) [ ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes [junit4] 2> 1413000 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[A394858E1B41D974]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:46581 [junit4] 2> 1413002 INFO (zkConnectionManagerCallback-9953-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1413003 INFO (jetty-launcher-9950-thread-1) [ ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10 [junit4] 2> 1413003 INFO (jetty-launcher-9950-thread-2) [ ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10 [junit4] 2> 1413003 INFO (jetty-launcher-9950-thread-4) [ ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10 [junit4] 2> 1413003 INFO (jetty-launcher-9950-thread-3) [ ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10 [junit4] 2> 1413004 INFO (jetty-launcher-9950-thread-4) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 1413004 INFO (jetty-launcher-9950-thread-4) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 1413004 INFO (jetty-launcher-9950-thread-3) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 1413004 INFO (jetty-launcher-9950-thread-3) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 1413004 INFO (jetty-launcher-9950-thread-4) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 1413004 INFO (jetty-launcher-9950-thread-3) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 1413004 INFO (jetty-launcher-9950-thread-4) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2472e582{/solr,null,AVAILABLE} [junit4] 2> 1413004 INFO (jetty-launcher-9950-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3734ca2e{/solr,null,AVAILABLE} [junit4] 2> 1413004 INFO (jetty-launcher-9950-thread-1) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 1413004 INFO (jetty-launcher-9950-thread-1) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 1413004 INFO (jetty-launcher-9950-thread-2) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 1413004 INFO (jetty-launcher-9950-thread-2) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 1413004 INFO (jetty-launcher-9950-thread-1) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 1413004 INFO (jetty-launcher-9950-thread-2) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 1413005 INFO (jetty-launcher-9950-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7ce7e42c{/solr,null,AVAILABLE} [junit4] 2> 1413005 INFO (jetty-launcher-9950-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3c33484a{/solr,null,AVAILABLE} [junit4] 2> 1413005 INFO (jetty-launcher-9950-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@b2acf49{HTTP/1.1,[http/1.1]}{127.0.0.1:41773} [junit4] 2> 1413005 INFO (jetty-launcher-9950-thread-4) [ ] o.e.j.s.AbstractConnector Started ServerConnector@5ab6c0fb{HTTP/1.1,[http/1.1]}{127.0.0.1:41707} [junit4] 2> 1413005 INFO (jetty-launcher-9950-thread-3) [ ] o.e.j.s.Server Started @1413033ms [junit4] 2> 1413005 INFO (jetty-launcher-9950-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@7473aaff{HTTP/1.1,[http/1.1]}{127.0.0.1:38121} [junit4] 2> 1413005 INFO (jetty-launcher-9950-thread-4) [ ] o.e.j.s.Server Started @1413033ms [junit4] 2> 1413005 INFO (jetty-launcher-9950-thread-1) [ ] o.e.j.s.Server Started @1413033ms [junit4] 2> 1413005 INFO (jetty-launcher-9950-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@7e368bb3{HTTP/1.1,[http/1.1]}{127.0.0.1:42667} [junit4] 2> 1413005 INFO (jetty-launcher-9950-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41707} [junit4] 2> 1413005 INFO (jetty-launcher-9950-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38121} [junit4] 2> 1413005 INFO (jetty-launcher-9950-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41773} [junit4] 2> 1413006 ERROR (jetty-launcher-9950-thread-4) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1413006 ERROR (jetty-launcher-9950-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1413006 INFO (jetty-launcher-9950-thread-4) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 1413006 INFO (jetty-launcher-9950-thread-2) [ ] o.e.j.s.Server Started @1413034ms [junit4] 2> 1413006 INFO (jetty-launcher-9950-thread-4) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 1413006 INFO (jetty-launcher-9950-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42667} [junit4] 2> 1413006 INFO (jetty-launcher-9950-thread-4) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1413006 INFO (jetty-launcher-9950-thread-4) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1413006 INFO (jetty-launcher-9950-thread-4) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-07-23T04:20:13.934341Z [junit4] 2> 1413006 ERROR (jetty-launcher-9950-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1413006 INFO (jetty-launcher-9950-thread-2) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 1413006 INFO (jetty-launcher-9950-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 1413006 INFO (jetty-launcher-9950-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1413006 INFO (jetty-launcher-9950-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1413006 INFO (jetty-launcher-9950-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-07-23T04:20:13.934473Z [junit4] 2> 1413006 ERROR (jetty-launcher-9950-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1413006 INFO (jetty-launcher-9950-thread-1) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 1413006 INFO (jetty-launcher-9950-thread-3) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 1413006 INFO (jetty-launcher-9950-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 1413006 INFO (jetty-launcher-9950-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 1413006 INFO (jetty-launcher-9950-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1413006 INFO (jetty-launcher-9950-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1413006 INFO (jetty-launcher-9950-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1413006 INFO (jetty-launcher-9950-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1413006 INFO (jetty-launcher-9950-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-07-23T04:20:13.934800Z [junit4] 2> 1413006 INFO (jetty-launcher-9950-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-07-23T04:20:13.934810Z [junit4] 2> 1413007 INFO (zkConnectionManagerCallback-9959-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1413007 INFO (zkConnectionManagerCallback-9957-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1413007 INFO (zkConnectionManagerCallback-9955-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1413007 INFO (jetty-launcher-9950-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1413007 INFO (jetty-launcher-9950-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1413007 INFO (jetty-launcher-9950-thread-4) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1413007 INFO (zkConnectionManagerCallback-9961-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1413009 INFO (jetty-launcher-9950-thread-3) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 1413009 INFO (jetty-launcher-9950-thread-3) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 1413009 INFO (jetty-launcher-9950-thread-2) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 1413009 INFO (jetty-launcher-9950-thread-2) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 1413009 INFO (jetty-launcher-9950-thread-4) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 1413009 INFO (jetty-launcher-9950-thread-4) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 1413011 INFO (jetty-launcher-9950-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1413022 INFO (jetty-launcher-9950-thread-1) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 1413022 INFO (jetty-launcher-9950-thread-1) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 1413042 INFO (jetty-launcher-9950-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46581/solr [junit4] 2> 1413043 INFO (zkConnectionManagerCallback-9965-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1413044 INFO (zkConnectionManagerCallback-9967-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1413073 INFO (jetty-launcher-9950-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46581/solr [junit4] 2> 1413074 INFO (zkConnectionManagerCallback-9973-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1413075 INFO (zkConnectionManagerCallback-9975-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1413086 INFO (jetty-launcher-9950-thread-2) [n:127.0.0.1:42667_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42667_solr [junit4] 2> 1413087 INFO (jetty-launcher-9950-thread-2) [n:127.0.0.1:42667_solr ] o.a.s.c.Overseer Overseer (id=72174824223277064-127.0.0.1:42667_solr-n_0000000000) starting [junit4] 2> 1413089 INFO (jetty-launcher-9950-thread-3) [n:127.0.0.1:41773_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41773_solr [junit4] 2> 1413092 INFO (zkCallback-9974-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1413093 INFO (zkCallback-9966-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1413093 INFO (zkConnectionManagerCallback-9982-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1413093 INFO (jetty-launcher-9950-thread-2) [n:127.0.0.1:42667_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1413094 INFO (jetty-launcher-9950-thread-2) [n:127.0.0.1:42667_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46581/solr ready [junit4] 2> 1413099 INFO (OverseerStateUpdate-72174824223277064-127.0.0.1:42667_solr-n_0000000000) [ ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42667_solr [junit4] 2> 1413112 DEBUG (OverseerAutoScalingTriggerThread-72174824223277064-127.0.0.1:42667_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers [junit4] 2> 1413112 INFO (zkConnectionManagerCallback-9987-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1413112 DEBUG (OverseerAutoScalingTriggerThread-72174824223277064-127.0.0.1:42667_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1 [junit4] 2> 1413112 INFO (jetty-launcher-9950-thread-2) [n:127.0.0.1:42667_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 1413112 INFO (jetty-launcher-9950-thread-2) [n:127.0.0.1:42667_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42667_solr [junit4] 2> 1413112 DEBUG (OverseerAutoScalingTriggerThread-72174824223277064-127.0.0.1:42667_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1 [junit4] 2> 1413112 DEBUG (OverseerAutoScalingTriggerThread-72174824223277064-127.0.0.1:42667_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1 [junit4] 2> 1413113 INFO (jetty-launcher-9950-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46581/solr [junit4] 2> 1413115 INFO (zkCallback-9981-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1413115 INFO (zkCallback-9966-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1413115 INFO (zkCallback-9974-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1413115 INFO (jetty-launcher-9950-thread-3) [n:127.0.0.1:41773_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 1413115 INFO (zkConnectionManagerCallback-9991-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1413115 INFO (jetty-launcher-9950-thread-3) [n:127.0.0.1:41773_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46581/solr ready [junit4] 2> 1413116 INFO (jetty-launcher-9950-thread-3) [n:127.0.0.1:41773_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 1413122 INFO (jetty-launcher-9950-thread-2) [n:127.0.0.1:42667_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 1413125 INFO (jetty-launcher-9950-thread-3) [n:127.0.0.1:41773_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2abb028c [junit4] 2> 1413127 DEBUG (OverseerAutoScalingTriggerThread-72174824223277064-127.0.0.1:42667_solr-n_0000000000) [ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:41773_solr, 127.0.0.1:42667_solr] [junit4] 2> 1413130 INFO (zkConnectionManagerCallback-9994-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1413131 INFO (jetty-launcher-9950-thread-3) [n:127.0.0.1:41773_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2abb028c [junit4] 2> 1413131 INFO (jetty-launcher-9950-thread-3) [n:127.0.0.1:41773_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2abb028c [junit4] 2> 1413132 INFO (jetty-launcher-9950-thread-2) [n:127.0.0.1:42667_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2abb028c [junit4] 2> 1413133 INFO (jetty-launcher-9950-thread-3) [n:127.0.0.1:41773_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_A394858E1B41D974-001/tempDir-001/node3 [junit4] 2> 1413134 INFO (jetty-launcher-9950-thread-1) [n:127.0.0.1:38121_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 1413134 DEBUG (OverseerAutoScalingTriggerThread-72174824223277064-127.0.0.1:42667_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers [junit4] 2> 1413135 DEBUG (OverseerAutoScalingTriggerThread-72174824223277064-127.0.0.1:42667_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1 [junit4] 2> 1413135 DEBUG (ScheduledTrigger-9163-thread-3) [ ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 [junit4] 2> 1413136 INFO (jetty-launcher-9950-thread-1) [n:127.0.0.1:38121_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 1413136 INFO (jetty-launcher-9950-thread-1) [n:127.0.0.1:38121_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38121_solr [junit4] 2> 1413137 INFO (zkCallback-9981-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1413137 INFO (zkCallback-9974-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1413137 INFO (zkCallback-9966-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1413138 INFO (jetty-launcher-9950-thread-2) [n:127.0.0.1:42667_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2abb028c [junit4] 2> 1413138 INFO (jetty-launcher-9950-thread-2) [n:127.0.0.1:42667_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2abb028c [junit4] 2> 1413139 INFO (jetty-launcher-9950-thread-2) [n:127.0.0.1:42667_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_A394858E1B41D974-001/tempDir-001/node2 [junit4] 2> 1413140 INFO (zkCallback-9993-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1413143 INFO (zkCallback-9986-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1413152 INFO (zkConnectionManagerCallback-10002-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1413152 INFO (jetty-launcher-9950-thread-1) [n:127.0.0.1:38121_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 1413152 INFO (jetty-launcher-9950-thread-1) [n:127.0.0.1:38121_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46581/solr ready [junit4] 2> 1413153 INFO (jetty-launcher-9950-thread-1) [n:127.0.0.1:38121_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 1413164 INFO (jetty-launcher-9950-thread-1) [n:127.0.0.1:38121_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2abb028c [junit4] 2> 1413171 INFO (jetty-launcher-9950-thread-1) [n:127.0.0.1:38121_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2abb028c [junit4] 2> 1413171 INFO (jetty-launcher-9950-thread-1) [n:127.0.0.1:38121_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2abb028c [junit4] 2> 1413172 INFO (jetty-launcher-9950-thread-1) [n:127.0.0.1:38121_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_A394858E1B41D974-001/tempDir-001/node1 [junit4] 2> 1413227 INFO (jetty-launcher-9950-thread-4) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46581/solr [junit4] 2> 1413231 INFO (zkConnectionManagerCallback-10007-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1413239 INFO (zkConnectionManagerCallback-10009-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1413242 INFO (jetty-launcher-9950-thread-4) [n:127.0.0.1:41707_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 1413244 INFO (jetty-launcher-9950-thread-4) [n:127.0.0.1:41707_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 1413244 INFO (jetty-launcher-9950-thread-4) [n:127.0.0.1:41707_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41707_solr [junit4] 2> 1413245 INFO (zkCallback-9974-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1413245 INFO (zkCallback-9986-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1413245 INFO (zkCallback-9981-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1413245 INFO (zkCallback-9966-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1413245 INFO (zkCallback-9993-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1413253 INFO (zkCallback-10001-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1413255 INFO (zkCallback-10008-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1413265 INFO (zkConnectionManagerCallback-10016-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1413266 INFO (jetty-launcher-9950-thread-4) [n:127.0.0.1:41707_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 1413266 INFO (jetty-launcher-9950-thread-4) [n:127.0.0.1:41707_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46581/solr ready [junit4] 2> 1413266 INFO (jetty-launcher-9950-thread-4) [n:127.0.0.1:41707_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 1413282 INFO (jetty-launcher-9950-thread-4) [n:127.0.0.1:41707_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2abb028c [junit4] 2> 1413292 INFO (jetty-launcher-9950-thread-4) [n:127.0.0.1:41707_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2abb028c [junit4] 2> 1413292 INFO (jetty-launcher-9950-thread-4) [n:127.0.0.1:41707_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2abb028c [junit4] 2> 1413293 INFO (jetty-launcher-9950-thread-4) [n:127.0.0.1:41707_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_A394858E1B41D974-001/tempDir-001/node4 [junit4] 2> 1413332 INFO (zkConnectionManagerCallback-10019-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1413339 INFO (zkConnectionManagerCallback-10024-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1413339 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[A394858E1B41D974]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 1413340 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[A394858E1B41D974]-worker) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46581/solr ready [junit4] 2> 1413373 INFO (TEST-CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[A394858E1B41D974]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteNonExistentCollection [junit4] 2> 1413374 INFO (TEST-CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[A394858E1B41D974]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 1413378 INFO (qtp716417705-27643) [n:127.0.0.1:41773_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> 1413380 INFO (OverseerThreadFactory-9166-thread-1) [ ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null [junit4] 2> 1413380 ERROR (OverseerThreadFactory-9166-thread-1) [ ] o.a.s.c.a.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:118) [junit4] 2> at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.collectionCmd(OverseerCollectionMessageHandler.java:793) [junit4] 2> at org.apache.solr.cloud.api.collections.DeleteCollectionCmd.call(DeleteCollectionCmd.java:113) [junit4] 2> at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:255) [junit4] 2> at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:473) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) [junit4] 2> at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135) [junit4] 2> at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> [junit4] 2> 1413382 INFO (qtp716417705-27643) [n:127.0.0.1:41773_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=3 [junit4] 2> 1413383 INFO (qtp716417705-27625) [n:127.0.0.1:41773_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=acollectionafterbaddelete&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1413387 INFO (OverseerThreadFactory-9166-thread-2) [ ] o.a.s.c.a.c.CreateCollectionCmd Create collection acollectionafterbaddelete [junit4] 2> 1413387 INFO (OverseerCollectionConfigSetProcessor-72174824223277064-127.0.0.1:42667_solr-n_0000000000) [ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 1413492 INFO (OverseerStateUpdate-72174824223277064-127.0.0.1:42667_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"acollectionafterbaddelete", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"acollectionafterbaddelete_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:41773/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 1413493 INFO (OverseerStateUpdate-72174824223277064-127.0.0.1:42667_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"acollectionafterbaddelete", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"acollectionafterbaddelete_shard1_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:38121/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 1413695 INFO (qtp175284662-27651) [n:127.0.0.1:38121_solr x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica_n2&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1413696 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica_n1&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1413696 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 1414136 DEBUG (ScheduledTrigger-9163-thread-2) [ ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 [junit4] 2> 1414702 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 1414704 INFO (qtp175284662-27651) [n:127.0.0.1:38121_solr c:acollectionafterbaddelete s:shard1 r:core_node4 x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 1414708 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.s.IndexSchema [acollectionafterbaddelete_shard1_replica_n1] Schema name=minimal [junit4] 2> 1414709 INFO (qtp175284662-27651) [n:127.0.0.1:38121_solr c:acollectionafterbaddelete s:shard1 r:core_node4 x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.s.IndexSchema [acollectionafterbaddelete_shard1_replica_n2] Schema name=minimal [junit4] 2> 1414710 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 1414710 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'acollectionafterbaddelete_shard1_replica_n1' using configuration from collection acollectionafterbaddelete, trusted=true [junit4] 2> 1414710 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.acollectionafterbaddelete.shard1.replica_n1' (registry 'solr.core.acollectionafterbaddelete.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2abb028c [junit4] 2> 1414710 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1414710 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.c.SolrCore [[acollectionafterbaddelete_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_A394858E1B41D974-001/tempDir-001/node3/acollectionafterbaddelete_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_A394858E1B41D974-001/tempDir-001/node3/acollectionafterbaddelete_shard1_replica_n1/data/] [junit4] 2> 1414711 INFO (qtp175284662-27651) [n:127.0.0.1:38121_solr c:acollectionafterbaddelete s:shard1 r:core_node4 x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 1414711 INFO (qtp175284662-27651) [n:127.0.0.1:38121_solr c:acollectionafterbaddelete s:shard1 r:core_node4 x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'acollectionafterbaddelete_shard1_replica_n2' using configuration from collection acollectionafterbaddelete, trusted=true [junit4] 2> 1414711 INFO (qtp175284662-27651) [n:127.0.0.1:38121_solr c:acollectionafterbaddelete s:shard1 r:core_node4 x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.acollectionafterbaddelete.shard1.replica_n2' (registry 'solr.core.acollectionafterbaddelete.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2abb028c [junit4] 2> 1414711 INFO (qtp175284662-27651) [n:127.0.0.1:38121_solr c:acollectionafterbaddelete s:shard1 r:core_node4 x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1414711 INFO (qtp175284662-27651) [n:127.0.0.1:38121_solr c:acollectionafterbaddelete s:shard1 r:core_node4 x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.c.SolrCore [[acollectionafterbaddelete_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_A394858E1B41D974-001/tempDir-001/node1/acollectionafterbaddelete_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_A394858E1B41D974-001/tempDir-001/node1/acollectionafterbaddelete_shard1_replica_n2/data/] [junit4] 2> 1414768 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1414768 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1414769 INFO (qtp175284662-27651) [n:127.0.0.1:38121_solr c:acollectionafterbaddelete s:shard1 r:core_node4 x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1414769 INFO (qtp175284662-27651) [n:127.0.0.1:38121_solr c:acollectionafterbaddelete s:shard1 r:core_node4 x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1415039 INFO (qtp175284662-27651) [n:127.0.0.1:38121_solr c:acollectionafterbaddelete s:shard1 r:core_node4 x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1415039 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1415039 INFO (qtp175284662-27651) [n:127.0.0.1:38121_solr c:acollectionafterbaddelete s:shard1 r:core_node4 x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1415039 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1415040 INFO (qtp175284662-27651) [n:127.0.0.1:38121_solr c:acollectionafterbaddelete s:shard1 r:core_node4 x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@3c2b109e[acollectionafterbaddelete_shard1_replica_n2] main] [junit4] 2> 1415040 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6cda1ea8[acollectionafterbaddelete_shard1_replica_n1] main] [junit4] 2> 1415041 INFO (qtp175284662-27651) [n:127.0.0.1:38121_solr c:acollectionafterbaddelete s:shard1 r:core_node4 x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 1415041 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 1415041 INFO (qtp175284662-27651) [n:127.0.0.1:38121_solr c:acollectionafterbaddelete s:shard1 r:core_node4 x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 1415041 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 1415041 INFO (qtp175284662-27651) [n:127.0.0.1:38121_solr c:acollectionafterbaddelete s:shard1 r:core_node4 x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 1415041 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 1415042 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1606753573635358720 [junit4] 2> 1415042 INFO (qtp175284662-27651) [n:127.0.0.1:38121_solr c:acollectionafterbaddelete s:shard1 r:core_node4 x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1606753573635358720 [junit4] 2> 1415042 INFO (searcherExecutor-9188-thread-1-processing-n:127.0.0.1:41773_solr x:acollectionafterbaddelete_shard1_replica_n1 c:acollectionafterbaddelete s:shard1 r:core_node3) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.c.SolrCore [acollectionafterbaddelete_shard1_replica_n1] Registered new searcher Searcher@6cda1ea8[acollectionafterbaddelete_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1415043 INFO (searcherExecutor-9189-thread-1-processing-n:127.0.0.1:38121_solr x:acollectionafterbaddelete_shard1_replica_n2 c:acollectionafterbaddelete s:shard1 r:core_node4) [n:127.0.0.1:38121_solr c:acollectionafterbaddelete s:shard1 r:core_node4 x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.c.SolrCore [acollectionafterbaddelete_shard1_replica_n2] Registered new searcher Searcher@3c2b109e[acollectionafterbaddelete_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1415045 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/acollectionafterbaddelete/terms/shard1 to Terms{values={core_node3=0}, version=0} [junit4] 2> 1415045 INFO (qtp175284662-27651) [n:127.0.0.1:38121_solr c:acollectionafterbaddelete s:shard1 r:core_node4 x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying [junit4] 2> 1415046 INFO (qtp175284662-27651) [n:127.0.0.1:38121_solr c:acollectionafterbaddelete s:shard1 r:core_node4 x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/acollectionafterbaddelete/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1} [junit4] 2> 1415047 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 1415047 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 1415047 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41773/solr/acollectionafterbaddelete_shard1_replica_n1/ [junit4] 2> 1415048 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=acollectionafterbaddelete_shard1_replica_n1 url=http://127.0.0.1:41773/solr START replicas=[http://127.0.0.1:38121/solr/acollectionafterbaddelete_shard1_replica_n2/] nUpdates=100 [junit4] 2> 1415048 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=acollectionafterbaddelete_shard1_replica_n1 url=http://127.0.0.1:41773/solr DONE. We have no versions. sync failed. [junit4] 2> 1415049 INFO (qtp175284662-27627) [n:127.0.0.1:38121_solr c:acollectionafterbaddelete s:shard1 r:core_node4 x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.c.S.Request [acollectionafterbaddelete_shard1_replica_n2] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 1415049 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 1415049 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway [junit4] 2> 1415049 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 1415050 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41773/solr/acollectionafterbaddelete_shard1_replica_n1/ shard1 [junit4] 2> 1415137 DEBUG (ScheduledTrigger-9163-thread-4) [ ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 [junit4] 2> 1415151 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 1415152 INFO (qtp716417705-27629) [n:127.0.0.1:41773_solr c:acollectionafterbaddelete s:shard1 r:core_node3 x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica_n1&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1457 [junit4] 2> 1415253 INFO (zkCallback-9966-thread-1) [ ] 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> 1416053 INFO (qtp175284662-27651) [n:127.0.0.1:38121_solr c:acollectionafterbaddelete s:shard1 r:core_node4 x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica_n2&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2358 [junit4] 2> 1416055 INFO (qtp716417705-27625) [n:127.0.0.1:41773_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> 1416137 DEBUG (ScheduledTrigger-9163-thread-2) [ ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 [junit4] 2> 1416149 INFO (zkCallback-9993-thread-1) [ ] 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> 1416149 INFO (zkCallback-9966-thread-1) [ ] 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> 1417055 INFO (qtp716417705-27625) [n:127.0.0.1:41773_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=acollectionafterbaddelete&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3672 [junit4] 2> 1417057 INFO (TEST-CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[A394858E1B41D974]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testDeleteNonExistentCollection [junit4] 2> 1417082 INFO (TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[A394858E1B41D974]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testMissingRequiredParameters [junit4] 2> 1417082 INFO (TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[A394858E1B41D974]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 1417083 INFO (qtp716417705-27641) [n:127.0.0.1:41773_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> 1417085 INFO (OverseerCollectionConfigSetProcessor-72174824223277064-127.0.0.1:42667_solr-n_0000000000) [ ] 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> 1417086 INFO (OverseerThreadFactory-9166-thread-3) [ ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null [junit4] 2> 1417088 INFO (qtp175284662-27621) [n:127.0.0.1:38121_solr x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.acollectionafterbaddelete.shard1.replica_n2, tag=null [junit4] 2> 1417088 INFO (qtp175284662-27621) [n:127.0.0.1:38121_solr x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@563a7417: rootName = null, domain = solr.core.acollectionafterbaddelete.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.acollectionafterbaddelete.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@5b1697a4 [junit4] 2> 1417091 INFO (qtp716417705-27637) [n:127.0.0.1:41773_solr x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.acollectionafterbaddelete.shard1.replica_n1, tag=null [junit4] 2> 1417091 INFO (qtp716417705-27637) [n:127.0.0.1:41773_solr x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@20d1076: rootName = null, domain = solr.core.acollectionafterbaddelete.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.acollectionafterbaddelete.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@3dcac02 [junit4] 2> 1417104 INFO (qtp175284662-27621) [n:127.0.0.1:38121_solr x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.c.SolrCore [acollectionafterbaddelete_shard1_replica_n2] CLOSING SolrCore org.apache.solr.core.SolrCore@2295e9c8 [junit4] 2> 1417104 INFO (qtp175284662-27621) [n:127.0.0.1:38121_solr x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.acollectionafterbaddelete.shard1.replica_n2, tag=2295e9c8 [junit4] 2> 1417104 INFO (qtp175284662-27621) [n:127.0.0.1:38121_solr x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.acollectionafterbaddelete.shard1.leader, tag=2295e9c8 [junit4] 2> 1417105 INFO (qtp716417705-27637) [n:127.0.0.1:41773_solr x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.c.SolrCore [acollectionafterbaddelete_shard1_replica_n1] CLOSING SolrCore org.apache.solr.core.SolrCore@38c4866 [junit4] 2> 1417105 INFO (qtp716417705-27637) [n:127.0.0.1:41773_solr x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.acollectionafterbaddelete.shard1.replica_n1, tag=38c4866 [junit4] 2> 1417105 INFO (qtp716417705-27637) [n:127.0.0.1:41773_solr x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.acollectionafterbaddelete.shard1.leader, tag=38c4866 [junit4] 2> 1417106 INFO (qtp716417705-27637) [n:127.0.0.1:41773_solr x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/acollectionafterbaddelete/terms/shard1 to Terms{values={core_node4=0}, version=2} [junit4] 2> 1417107 INFO (qtp175284662-27621) [n:127.0.0.1:38121_solr x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying [junit4] 2> 1417107 INFO (qtp175284662-27621) [n:127.0.0.1:38121_solr x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/acollectionafterbaddelete/terms/shard1 to Terms{values={}, version=3} [junit4] 2> 1417107 INFO (qtp175284662-27621) [n:127.0.0.1:38121_solr x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader parent node, won't remove previous leader registration. [junit4] 2> 1417108 INFO (qtp716417705-27637) [n:127.0.0.1:41773_solr x:acollectionafterbaddelete_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=acollectionafterbaddelete_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=16 [junit4] 2> 1417108 INFO (qtp175284662-27621) [n:127.0.0.1:38121_solr x:acollectionafterbaddelete_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=acollectionafterbaddelete_shard1_replica_n2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=20 [junit4] 2> 1417107 WARN (zkCallback-9993-thread-2) [ ] o.a.s.c.LeaderElector [junit4] 2> org.apache.solr.common.SolrException: SolrCore not found:acollectionafterbaddelete_shard1_replica_n2 in [] [junit4] 2> at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:312) ~[java/:?] [junit4] 2> at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170) ~[java/:?] [junit4] 2> at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135) ~[java/:?] [junit4] 2> at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56) ~[java/:?] [junit4] 2> at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348) [java/:?] [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:270) [java/:?] [junit4] 2> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514) [?:?] [junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) [java/:?] [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135) [?:?] [junit4] 2> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?] [junit4] 2> at java.lang.Thread.run(Thread.java:844) [?:?] [junit4] 2> 1417137 DEBUG (ScheduledTrigger-9163-thread-3) [ ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 [junit4] 2> 1417210 INFO (zkCallback-9966-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4]) [junit4] 2> 1417210 INFO (zkCallback-9993-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4]) [junit4] 2> 1417813 INFO (qtp716417705-27641) [n:127.0.0.1:41773_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=acollectionafterbaddelete&action=DELETE&wt=javabin&version=2} status=0 QTime=730 [junit4] 2> 1417814 INFO (qtp716417705-27765) [n:127.0.0.1:41773_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1417815 ERROR (qtp716417705-27765) [n:127.0.0.1:41773_solr ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Missing required parameter: name [junit4] 2> at org.apache.solr.common.params.RequiredSolrParams.getParams(RequiredSolrParams.java:90) [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.copy(CollectionsHandler.java:1372) [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.copy(CollectionsHandler.java:1386) [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.lambda$static$0(CollectionsHandler.java:465) [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.execute(CollectionsHandler.java:1167) [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:255) [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:243) [junit4] 2> at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:734) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:715) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:377) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:323) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642) [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:1642) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144) [junit4] 2> at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:724) [junit4] 2> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) [junit4] 2> at org.eclipse.jetty.server.Server.handle(Server.java:531) [junit4] 2> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352) [junit4] 2> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260) [junit4] 2> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281) [junit4] 2> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102) [junit4] 2> at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) [junit4] 2> at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680) [junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> [junit4] 2> 1417815 INFO (qtp716417705-27765) [n:127.0.0.1:41773_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CREATE&numShards=2&wt=javabin&version=2} status=400 QTime=0 [junit4] 2> 1417816 INFO (TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[A394858E1B41D974]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testMissingRequiredParameters [junit4] 2> 1417838 INFO (TEST-CollectionsAPIDistributedZkTest.testCollectionReload-seed#[A394858E1B41D974]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionReload [junit4] 2> 1417839 INFO (TEST-CollectionsAPIDistributedZkTest.testCollectionReload-seed#[A394858E1B41D974]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 1417840 INFO (qtp716417705-27641) [n:127.0.0.1:41773_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=reloaded_collection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1417841 INFO (OverseerThreadFactory-9166-thread-4) [ ] o.a.s.c.a.c.CreateCollectionCmd Create collection reloaded_collection [junit4] 2> 1417842 INFO (OverseerCollectionConfigSetProcessor-72174824223277064-127.0.0.1:42667_solr-n_0000000000) [ ] 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> 1418046 INFO (OverseerStateUpdate-72174824223277064-127.0.0.1:42667_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"reloaded_collection", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"reloaded_collection_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:42667/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 1418047 INFO (OverseerStateUpdate-72174824223277064-127.0.0.1:42667_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"reloaded_collection", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"reloaded_collection_shard1_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:38121/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 1418048 INFO (OverseerStateUpdate-72174824223277064-127.0.0.1:42667_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"reloaded_collection", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"reloaded_collection_shard2_replica_n4", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:41707/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 1418049 INFO (OverseerStateUpdate-72174824223277064-127.0.0.1:42667_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"reloaded_collection", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"reloaded_collection_shard2_replica_n6", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:41773/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 1418137 DEBUG (ScheduledTrigger-9163-thread-2) [ ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 [junit4] 2> 1418251 INFO (qtp277429286-27644) [n:127.0.0.1:41707_solr x:reloaded_collection_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica_n4&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1418251 INFO (qtp1054145987-27652) [n:127.0.0.1:42667_solr x:reloaded_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1418252 INFO (qtp175284662-27774) [n:127.0.0.1:38121_solr x:reloaded_collection_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica_n2&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1418252 INFO (qtp716417705-27643) [n:127.0.0.1:41773_solr x:reloaded_collection_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica_n6&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1419138 DEBUG (ScheduledTrigger-9163-thread-1) [ ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 [junit4] 2> 1419259 INFO (qtp277429286-27644) [n:127.0.0.1:41707_solr c:reloaded_collection s:shard2 r:core_node7 x:reloaded_collection_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 1419259 INFO (qtp716417705-27643) [n:127.0.0.1:41773_solr c:reloaded_collection s:shard2 r:core_node8 x:reloaded_collection_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 1419259 INFO (qtp175284662-27774) [n:127.0.0.1:38121_solr c:reloaded_collection s:shard1 r:core_node5 x:reloaded_collection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 1419259 INFO (qtp1054145987-27652) [n:127.0.0.1:42667_solr c:reloaded_collection s:shard1 r:core_node3 x:reloaded_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 1419267 INFO (qtp175284662-27774) [n:127.0.0.1:38121_solr c:reloaded_collection s:shard1 r:core_node5 x:reloaded_collection_shard1_replica_n2] o.a.s.s.IndexSchema [reloaded_collection_shard1_replica_n2] Schema name=minimal [junit4] 2> 1419267 INFO (qtp277429286-27644) [n:127.0.0.1:41707_solr c:reloaded_collection s:shard2 r:core_node7 x:reloaded_collection_shard2_replica_n4] o.a.s.s.IndexSchema [reloaded_collection_shard2_replica_n4] Schema name=minimal [junit4] 2> 1419267 INFO (qtp1054145987-27652) [n:127.0.0.1:42667_solr c:reloaded_collection s:shard1 r:core_node3 x:reloaded_collection_shard1_replica_n1] o.a.s.s.IndexSchema [reloaded_collection_shard1_replica_n1] Schema name=minimal [junit4] 2> 1419267 INFO (qtp716417705-27643) [n:127.0.0.1:41773_solr c:reloaded_collection s:shard2 r:core_node8 x:reloaded_collection_shard2_replica_n6] o.a.s.s.IndexSchema [reloaded_collection_shard2_replica_n6] Schema name=minimal [junit4] 2> 1419269 INFO (qtp716417705-27643) [n:127.0.0.1:41773_solr c:reloaded_collection s:shard2 r:core_node8 x:reloaded_collection_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 1419269 INFO (qtp1054145987-27652) [n:127.0.0.1:42667_solr c:reloaded_collection s:shard1 r:core_node3 x:reloaded_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 1419269 INFO (qtp716417705-27643) [n:127.0.0.1:41773_solr c:reloaded_collection s:shard2 r:core_node8 x:reloaded_collection_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'reloaded_collection_shard2_replica_n6' using configuration from collection reloaded_collection, trusted=true [junit4] 2> 1419269 INFO (qtp1054145987-27652) [n:127.0.0.1:42667_solr c:reloaded_collection s:shard1 r:core_node3 x:reloaded_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'reloaded_collection_shard1_replica_n1' using configuration from collection reloaded_collection, trusted=true [junit4] 2> 1419269 INFO (qtp175284662-27774) [n:127.0.0.1:38121_solr c:reloaded_collection s:shard1 r:core_node5 x:reloaded_collection_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 1419269 INFO (qtp277429286-27644) [n:127.0.0.1:41707_solr c:reloaded_collection s:shard2 r:core_node7 x:reloaded_collection_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 1419269 INFO (qtp175284662-27774) [n:127.0.0.1:38121_solr c:reloaded_collection s:shard1 r:core_node5 x:reloaded_collection_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'reloaded_collection_shard1_replica_n2' using configuration from collection reloaded_collection, trusted=true [junit4] 2> 1419269 INFO (qtp277429286-27644) [n:127.0.0.1:41707_solr c:reloaded_collection s:shard2 r:core_node7 x:reloaded_collection_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'reloaded_collection_shard2_replica_n4' using configuration from collection reloaded_collection, trusted=true [junit4] 2> 1419269 INFO (qtp716417705-27643) [n:127.0.0.1:41773_solr c:reloaded_collection s:shard2 r:core_node8 x:reloaded_collection_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.reloaded_collection.shard2.replica_n6' (registry 'solr.core.reloaded_collection.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2abb028c [junit4] 2> 1419269 INFO (qtp277429286-27644) [n:127.0.0.1:41707_solr c:reloaded_collection s:shard2 r:core_node7 x:reloaded_collection_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.reloaded_collection.shard2.replica_n4' (registry 'solr.core.reloaded_collection.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2abb028c [junit4] 2> 1419269 INFO (qtp175284662-27774) [n:127.0.0.1:38121_solr c:reloaded_collection s:shard1 r:core_node5 x:reloaded_collection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.reloaded_collection.shard1.replica_n2' (registry 'solr.core.reloaded_collection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2abb028c [junit4] 2> 1419269 INFO (qtp1054145987-27652) [n:127.0.0.1:42667_solr c:reloaded_collection s:shard1 r:core_node3 x:reloaded_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.reloaded_collection.shard1.replica_n1' (registry 'solr.core.reloaded_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2abb028c [junit4] 2> 1419269 INFO (qtp277429286-27644) [n:127.0.0.1:41707_solr c:reloaded_collection s:shard2 r:core_node7 x:reloaded_collection_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1419269 INFO (qtp175284662-27774) [n:127.0.0.1:38121_solr c:reloaded_collection s:shard1 r:core_node5 x:reloaded_collection_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1419269 INFO (qtp1054145987-27652) [n:127.0.0.1:42667_solr c:reloaded_collection s:shard1 r:core_node3 x:reloaded_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1419269 INFO (qtp716417705-27643) [n:127.0.0.1:41773_solr c:reloaded_collection s:shard2 r:core_node8 x:reloaded_collection_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1419269 INFO (qtp1054145987-27652) [n:127.0.0.1:42667_solr c:reloaded_collection s:shard1 r:core_node3 x:reloaded_collection_shard1_replica_n1] o.a.s.c.SolrCore [[reloaded_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_A394858E1B41D974-001/tempDir-001/node2/reloaded_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_A394858E1B41D974-001/tempDir-001/node2/reloaded_collection_shard1_replica_n1/data/] [junit4] 2> 1419270 INFO (qtp716417705-27643) [n:127.0.0.1:41773_solr c:reloaded_collection s:shard2 r:core_node8 x:reloaded_collection_shard2_replica_n6] o.a.s.c.SolrCore [[reloaded_collection_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_A394858E1B41D974-001/tempDir-001/node3/reloaded_collection_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_A394858E1B41D974-001/tempDir-001/node3/reloaded_collection_shard2_replica_n6/data/] [junit4] 2> 1419269 INFO (qtp277429286-27644) [n:127.0.0.1:41707_solr c:reloaded_collection s:shard2 r:core_node7 x:reloaded_collection_shard2_replica_n4] o.a.s.c.SolrCore [[reloaded_collection_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_A394858E1B41D974-001/tempDir-001/node4/reloaded_collection_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_A394858E1B41D974-001/tempDir-001/node4/reloaded_collection_shard2_replica_n4/data/] [junit4] 2> 1419269 INFO (qtp175284662-27774) [n:127.0.0.1:38121_solr c:reloaded_collection s:shard1 r:core_node5 x:reloaded_collection_shard1_replica_n2] o.a.s.c.SolrCore [[reloaded_collection_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_A394858E1B41D974-001/tempDir-001/node1/reloaded_collection_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_A394858E1B41D974-001/tempDir-001/node1/reloaded_collection_shard1_replica_n2/data/] [junit4] 2> 1419335 INFO (qtp1054145987-27652) [n:127.0.0.1:42667_solr c:reloaded_collection s:shard1 r:core_node3 x:reloaded_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1419335 INFO (qtp1054145987-27652) [n:127.0.0.1:42667_solr c:reloaded_collection s:shard1 r:core_node3 x:reloaded_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1419336 INFO (qtp1054145987-27652) [n:127.0.0.1:42667_solr c:reloaded_collection s:shard1 r:core_node3 x:reloaded_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1419336 INFO (qtp1054145987-27652) [n:127.0.0.1:42667_solr c:reloaded_collection s:shard1 r:core_node3 x:reloaded_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1419337 INFO (qtp1054145987-27652) [n:127.0.0.1:42667_solr c:reloaded_collection s:shard1 r:core_node3 x:reloaded_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@73c478ac[reloaded_collection_shard1_replica_n1] main] [junit4] 2> 1419337 INFO (qtp1054145987-27652) [n:127.0.0.1:42667_solr c:reloaded_collection s:shard1 r:core_node3 x:reloaded_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 1419338 INFO (qtp1054145987-27652) [n:127.0.0.1:42667_solr c:reloaded_collection s:shard1 r:core_node3 x:reloaded_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 1419338 INFO (qtp1054145987-27652) [n:127.0.0.1:42667_solr c:reloaded_collection s:shard1 r:core_node3 x:reloaded_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 1419338 INFO (qtp1054145987-27652) [n:127.0.0.1:42667_solr c:reloaded_collection s:shard1 r:core_node3 x:reloaded_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1606753578140041216 [junit4] 2> 1419338 INFO (searcherExecutor-9199-thread-1-processing-n:127.0.0.1:42667_solr x:reloaded_collection_shard1_replica_n1 c:reloaded_collection s:shard1 r:core_node3) [n:127.0.0.1:42667_solr c:reloaded_collection s:shard1 [...truncated too long message...] pped scavenging [junit4] 2> 1493485 ERROR (SUITE-CollectionsAPIDistributedZkTest-seed#[A394858E1B41D974]-worker) [ ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes [junit4] 2> 1493486 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[A394858E1B41D974]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46581 46581 [junit4] 2> 1493606 INFO (Thread-3884) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46581 46581 [junit4] 2> 1493606 WARN (Thread-3884) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 38 /solr/collections/addReplicaColl/terms/shard1 [junit4] 2> 30 /solr/aliases.json [junit4] 2> 30 /solr/clusterprops.json [junit4] 2> 22 /solr/configs/conf [junit4] 2> 21 /solr/collections/awhollynewcollection_0/terms/shard1 [junit4] 2> 9 /solr/collections/acollectionafterbaddelete/terms/shard1 [junit4] 2> 8 /solr/collections/nodes_used_collection/terms/shard1 [junit4] 2> 8 /solr/collections/nodes_used_collection/terms/shard2 [junit4] 2> 8 /solr/collections/reloaded_collection/terms/shard1 [junit4] 2> 8 /solr/collections/reloaded_collection/terms/shard2 [junit4] 2> 8 /solr/collections/addReplicaColl/terms/shard2 [junit4] 2> 5 /solr/collections/halfdeletedcollection/terms/shard1 [junit4] 2> 5 /solr/security.json [junit4] 2> 5 /solr/configs/conf2 [junit4] 2> 3 /solr/collections/created_and_deleted/terms/shard1 [junit4] 2> 3 /solr/collections/halfcollectionblocker2/terms/shard1 [junit4] 2> 3 /solr/collections/withconfigset2/terms/shard1 [junit4] 2> 3 /solr/collections/halfcollection/terms/shard2 [junit4] 2> 3 /solr/collections/halfdeletedcollection/terms/shard2 [junit4] 2> 3 /solr/collections/halfcollectionblocker/terms/shard1 [junit4] 2> 3 /solr/collections/onlyinzk/terms/shard2 [junit4] 2> 3 /solr/collections/onlyinzk/terms/shard1 [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 190 /solr/aliases.json [junit4] 2> 30 /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> 4 /solr/collections/halfdeletedcollection/state.json [junit4] 2> 3 /solr/collections/acollectionafterbaddelete/state.json [junit4] 2> 3 /solr/overseer_elect/election/72174824223277064-127.0.0.1:42667_solr-n_0000000000 [junit4] 2> 2 /solr/collections/onlyinzk/state.json [junit4] 2> 2 /solr/collections/halfcollectionblocker/state.json [junit4] 2> 2 /solr/overseer_elect/election/72174824223277068-127.0.0.1:38121_solr-n_0000000002 [junit4] 2> 2 /solr/collections/halfcollectionblocker2/state.json [junit4] 2> 2 /solr/collections/addReplicaColl/leader_elect/shard1/election/72174824223277064-core_node5-n_0000000000 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 357 /solr/collections [junit4] 2> 54 /solr/live_nodes [junit4] 2> [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_A394858E1B41D974-001 [junit4] 2> Jul 23, 2018 4:21:34 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1175, maxMBSortInHeap=5.963382772835573, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@44168a55), locale=ru-KG, timezone=Etc/Zulu [junit4] 2> NOTE: Linux 4.15.0-24-generic amd64/Oracle Corporation 10.0.1 (64-bit)/cpus=8,threads=1,free=279927872,total=536870912 [junit4] 2> NOTE: All tests run in this JVM: [TestCloudDeleteByQuery, TestStressVersions, ReplicationFactorTest, CdcrVersionReplicationTest, TestFieldCache, ZkSolrClientTest, DistanceUnitsTest, TestAddFieldRealTimeGet, CollectionTooManyReplicasTest, HdfsNNFailoverTest, FullHLLTest, CoreMergeIndexesAdminHandlerTest, TestLegacyFieldCache, BasicDistributedZkTest, TestManagedSchema, UUIDUpdateProcessorFallbackTest, ShardSplitTest, TimeRoutedAliasUpdateProcessorTest, TestLegacyNumericUtils, TestLargeCluster, DistributedExpandComponentTest, SpellCheckComponentTest, TestBM25SimilarityFactory, SuggestComponentTest, DistributedFacetPivotLongTailTest, QueryParsingTest, SolrJmxReporterCloudTest, DistributedQueryComponentOptimizationTest, TestSolrConfigHandlerCloud, SolrInfoBeanTest, TestAnalyzeInfixSuggestions, LIROnShardRestartTest, TestTolerantUpdateProcessorRandomCloud, JSONWriterTest, MoveReplicaTest, TestPostingsSolrHighlighter, TestXIncludeConfig, TestWriterPerf, AnalyticsQueryTest, TestCryptoKeys, TestGraphMLResponseWriter, TestCoreContainer, TestMaxScoreQueryParser, TestNoOpRegenerator, TriggerSetPropertiesIntegrationTest, TestRemoteStreaming, PreAnalyzedUpdateProcessorTest, QueryResultKeyTest, InfixSuggestersTest, BlockJoinFacetSimpleTest, TestSkipOverseerOperations, TestCustomStream, CustomHighlightComponentTest, TestSchemaResource, TestExactStatsCache, CircularListTest, TestHighlightDedupGrouping, HealthCheckHandlerTest, ScheduledMaintenanceTriggerTest, TestConfigsApi, OpenExchangeRatesOrgProviderTest, PingRequestHandlerTest, TestFiltering, SignatureUpdateProcessorFactoryTest, CdcrUpdateLogTest, TestOrdValues, TestEmbeddedSolrServerSchemaAPI, FieldAnalysisRequestHandlerTest, TestReversedWildcardFilterFactory, HdfsLockFactoryTest, TestIndexingPerformance, TestFieldTypeCollectionResource, SchemaApiFailureTest, HdfsBasicDistributedZkTest, TestSubQueryTransformer, ShardRoutingTest, TestLuceneIndexBackCompat, DeleteStatusTest, CopyFieldTest, PeerSyncWithLeaderTest, TestLFUCache, IndexSizeTriggerTest, TestSolrCLIRunExample, DeleteNodeTest, TestManagedSynonymFilterFactory, TestNumericRangeQuery32, TestDefaultStatsCache, BasicFunctionalityTest, AssignBackwardCompatibilityTest, TestDocSet, OrderedExecutorTest, DistributedFacetSimpleRefinementLongTailTest, OverseerCollectionConfigSetProcessorTest, BJQParserTest, BadIndexSchemaTest, SSLMigrationTest, TestQueryUtils, TestHighFrequencyDictionaryFactory, NodeAddedTriggerIntegrationTest, BlockDirectoryTest, DisMaxRequestHandlerTest, TestRetrieveFieldsOptimizer, TestUtils, TestTolerantSearch, AtomicUpdatesTest, RulesTest, ConfigSetsAPITest, TestPayloadScoreQParserPlugin, StressHdfsTest, TestConfigSetImmutable, BinaryUpdateRequestHandlerTest, TestSolrCloudWithSecureImpersonation, TestAtomicUpdateErrorCases, TestConfigReload, HighlighterConfigTest, TestDistributedMap, IgnoreCommitOptimizeUpdateProcessorFactoryTest, SolrCLIZkUtilsTest, TestRandomFaceting, TestSolrFieldCacheBean, TestSearcherReuse, TestSort, NodeMutatorTest, TestDynamicURP, LegacyCloudClusterPropTest, LeaderFailureAfterFreshStartTest, TestReload, TestSuggestSpellingConverter, TestHashPartitioner, SearchRateTriggerIntegrationTest, SegmentsInfoRequestHandlerTest, EchoParamsTest, MinimalSchemaTest, OutputWriterTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestDistributedMissingSort, TestDistributedSearch, TestDocumentBuilder, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TestCharFilters, ConnectionReuseTest, ActionThrottleTest, AddReplicaTest, ChaosMonkeyNothingIsSafeTest, ChaosMonkeySafeLeaderTest, CloudExitableDirectoryReaderTest, ClusterStateTest, ClusterStateUpdateTest, CollectionPropsTest, CollectionsAPISolrJTest, DocValuesNotIndexedTest, LeaderElectionIntegrationTest, MissingSegmentRecoveryTest, OverseerRolesTest, OverseerStatusTest, OverseerTaskQueueTest, OverseerTest, PeerSyncReplicationTest, RecoveryAfterSoftCommitTest, TestAuthenticationFramework, TestCloudJSONFacetJoinDomain, TestCloudPivotFacet, TestCloudPseudoReturnFields, TestCloudRecovery, TestConfigSetsAPI, TestOnReconnectListenerSupport, TestPullReplicaErrorHandling, TestRebalanceLeaders, TestStressInPlaceUpdates, TestStressLiveNodes, TestZkChroot, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, ZkNodePropsTest, CollectionsAPIDistributedZkTest] [junit4] Completed [502/825 (1!)] on J1 in 81.47s, 19 tests, 1 error <<< FAILURES! [...truncated 42974 lines...] [repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22507/consoleText [repro] Revision: 8c06dec16dd711c097f4f8eaa7d9df041e0cb563 [repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" [repro] Repro line: ant test -Dtestcase=CollectionsAPIDistributedZkTest -Dtests.method=testCollectionsAPI -Dtests.seed=A394858E1B41D974 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ru-KG -Dtests.timezone=Etc/Zulu -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [repro] ant clean [...truncated 6 lines...] [repro] Test suites by module: [repro] solr/core [repro] CollectionsAPIDistributedZkTest [repro] ant compile-test [...truncated 3309 lines...] [repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.CollectionsAPIDistributedZkTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" -Dtests.seed=A394858E1B41D974 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ru-KG -Dtests.timezone=Etc/Zulu -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [...truncated 166 lines...] [repro] Failures: [repro] 0/5 failed: org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest [repro] Exiting with code 0 [...truncated 40 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
