Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20703/ Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.DistribJoinFromCollectionTest Error Message: Error from server at https://127.0.0.1:41107/solr: create the collection time out:180s Stack Trace: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:41107/solr: create the collection time out:180s at __randomizedtesting.SeedInfo.seed([E48747E831BDFD1E]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242) 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:1086) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:867) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:800) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195) at org.apache.solr.cloud.DistribJoinFromCollectionTest.setupCluster(DistribJoinFromCollectionTest.java:88) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874) 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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:748) FAILED: org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testIntegration Error Message: Timed out waiting for replicas of collection to be 2 again null Live Nodes: [127.0.0.1:38147_solr] Last available state: DocCollection(testIntegration//collections/testIntegration/state.json/7)={ "pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{ "range":"80000000-7fffffff", "state":"active", "replicas":{ "core_node3":{ "core":"testIntegration_shard1_replica_n1", "base_url":"http://127.0.0.1:33341/solr", "node_name":"127.0.0.1:33341_solr", "state":"down", "type":"NRT"}, "core_node4":{ "core":"testIntegration_shard1_replica_n2", "base_url":"http://127.0.0.1:38147/solr", "node_name":"127.0.0.1:38147_solr", "state":"active", "type":"NRT", "leader":"true"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"1", "autoAddReplicas":"false", "nrtReplicas":"2", "tlogReplicas":"0"} Stack Trace: java.lang.AssertionError: Timed out waiting for replicas of collection to be 2 again null Live Nodes: [127.0.0.1:38147_solr] Last available state: DocCollection(testIntegration//collections/testIntegration/state.json/7)={ "pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{ "range":"80000000-7fffffff", "state":"active", "replicas":{ "core_node3":{ "core":"testIntegration_shard1_replica_n1", "base_url":"http://127.0.0.1:33341/solr", "node_name":"127.0.0.1:33341_solr", "state":"down", "type":"NRT"}, "core_node4":{ "core":"testIntegration_shard1_replica_n2", "base_url":"http://127.0.0.1:38147/solr", "node_name":"127.0.0.1:38147_solr", "state":"active", "type":"NRT", "leader":"true"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"1", "autoAddReplicas":"false", "nrtReplicas":"2", "tlogReplicas":"0"} at __randomizedtesting.SeedInfo.seed([E48747E831BDFD1E:54E649C414825C3B]:0) at org.junit.Assert.fail(Assert.java:93) at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269) at org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testIntegration(ExecutePlanActionTest.java:209) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:748) Build Log: [...truncated 11698 lines...] [junit4] Suite: org.apache.solr.cloud.DistribJoinFromCollectionTest [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DistribJoinFromCollectionTest_E48747E831BDFD1E-001/init-core-data-001 [junit4] 2> 33508 WARN (SUITE-DistribJoinFromCollectionTest-seed#[E48747E831BDFD1E]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3 [junit4] 2> 33508 INFO (SUITE-DistribJoinFromCollectionTest-seed#[E48747E831BDFD1E]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true [junit4] 2> 33510 INFO (SUITE-DistribJoinFromCollectionTest-seed#[E48747E831BDFD1E]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) [junit4] 2> 33510 INFO (SUITE-DistribJoinFromCollectionTest-seed#[E48747E831BDFD1E]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> 33511 INFO (SUITE-DistribJoinFromCollectionTest-seed#[E48747E831BDFD1E]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DistribJoinFromCollectionTest_E48747E831BDFD1E-001/tempDir-001 [junit4] 2> 33511 INFO (SUITE-DistribJoinFromCollectionTest-seed#[E48747E831BDFD1E]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 33511 INFO (Thread-53) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 33511 INFO (Thread-53) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 33515 ERROR (Thread-53) [ ] 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> 33611 INFO (SUITE-DistribJoinFromCollectionTest-seed#[E48747E831BDFD1E]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:45025 [junit4] 2> 33629 INFO (jetty-launcher-56-thread-3) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 33629 INFO (jetty-launcher-56-thread-4) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 33629 INFO (jetty-launcher-56-thread-5) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 33629 INFO (jetty-launcher-56-thread-2) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 33629 INFO (jetty-launcher-56-thread-1) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 33647 INFO (jetty-launcher-56-thread-5) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e91ffb{/solr,null,AVAILABLE} [junit4] 2> 33647 INFO (jetty-launcher-56-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@237220a6{/solr,null,AVAILABLE} [junit4] 2> 33647 INFO (jetty-launcher-56-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@33a41b22{/solr,null,AVAILABLE} [junit4] 2> 33648 INFO (jetty-launcher-56-thread-4) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@11de9185{/solr,null,AVAILABLE} [junit4] 2> 33648 INFO (jetty-launcher-56-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2e45597a{/solr,null,AVAILABLE} [junit4] 2> 33661 INFO (jetty-launcher-56-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@7d826dcc{SSL,[ssl, http/1.1]}{127.0.0.1:46409} [junit4] 2> 33661 INFO (jetty-launcher-56-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@455e2f80{SSL,[ssl, http/1.1]}{127.0.0.1:37197} [junit4] 2> 33661 INFO (jetty-launcher-56-thread-1) [ ] o.e.j.s.Server Started @35069ms [junit4] 2> 33661 INFO (jetty-launcher-56-thread-4) [ ] o.e.j.s.AbstractConnector Started ServerConnector@4656b16{SSL,[ssl, http/1.1]}{127.0.0.1:35383} [junit4] 2> 33661 INFO (jetty-launcher-56-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37197} [junit4] 2> 33661 INFO (jetty-launcher-56-thread-5) [ ] o.e.j.s.AbstractConnector Started ServerConnector@3d700101{SSL,[ssl, http/1.1]}{127.0.0.1:38569} [junit4] 2> 33661 INFO (jetty-launcher-56-thread-4) [ ] o.e.j.s.Server Started @35069ms [junit4] 2> 33662 ERROR (jetty-launcher-56-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 33661 INFO (jetty-launcher-56-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@49b49a4e{SSL,[ssl, http/1.1]}{127.0.0.1:41107} [junit4] 2> 33667 INFO (jetty-launcher-56-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35383} [junit4] 2> 33661 INFO (jetty-launcher-56-thread-3) [ ] o.e.j.s.Server Started @35069ms [junit4] 2> 33661 INFO (jetty-launcher-56-thread-5) [ ] o.e.j.s.Server Started @35069ms [junit4] 2> 33667 INFO (jetty-launcher-56-thread-2) [ ] o.e.j.s.Server Started @35075ms [junit4] 2> 33667 INFO (jetty-launcher-56-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46409} [junit4] 2> 33667 INFO (jetty-launcher-56-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41107} [junit4] 2> 33667 INFO (jetty-launcher-56-thread-5) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38569} [junit4] 2> 33667 INFO (jetty-launcher-56-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.0.0 [junit4] 2> 33668 INFO (jetty-launcher-56-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 33668 INFO (jetty-launcher-56-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config dir: null [junit4] 2> 33668 ERROR (jetty-launcher-56-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 33668 ERROR (jetty-launcher-56-thread-4) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 33668 ERROR (jetty-launcher-56-thread-5) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 33668 ERROR (jetty-launcher-56-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 33668 INFO (jetty-launcher-56-thread-5) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.0.0 [junit4] 2> 33668 INFO (jetty-launcher-56-thread-4) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.0.0 [junit4] 2> 33668 INFO (jetty-launcher-56-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.0.0 [junit4] 2> 33668 INFO (jetty-launcher-56-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-10-20T22:51:53.763Z [junit4] 2> 33668 INFO (jetty-launcher-56-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 33668 INFO (jetty-launcher-56-thread-4) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 33668 INFO (jetty-launcher-56-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config dir: null [junit4] 2> 33668 INFO (jetty-launcher-56-thread-4) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config dir: null [junit4] 2> 33668 INFO (jetty-launcher-56-thread-5) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 33668 INFO (jetty-launcher-56-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-10-20T22:51:53.763Z [junit4] 2> 33668 INFO (jetty-launcher-56-thread-4) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-10-20T22:51:53.763Z [junit4] 2> 33668 INFO (jetty-launcher-56-thread-5) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config dir: null [junit4] 2> 33668 INFO (jetty-launcher-56-thread-5) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-10-20T22:51:53.763Z [junit4] 2> 33668 INFO (jetty-launcher-56-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.0.0 [junit4] 2> 33668 INFO (jetty-launcher-56-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 33668 INFO (jetty-launcher-56-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config dir: null [junit4] 2> 33668 INFO (jetty-launcher-56-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-10-20T22:51:53.763Z [junit4] 2> 33684 INFO (jetty-launcher-56-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 33685 INFO (jetty-launcher-56-thread-4) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 33688 INFO (jetty-launcher-56-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 33698 INFO (jetty-launcher-56-thread-5) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 33702 INFO (jetty-launcher-56-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45025/solr [junit4] 2> 33703 INFO (jetty-launcher-56-thread-4) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45025/solr [junit4] 2> 33709 INFO (jetty-launcher-56-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45025/solr [junit4] 2> 33710 INFO (jetty-launcher-56-thread-5) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45025/solr [junit4] 2> 33710 INFO (jetty-launcher-56-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 33722 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x15f3bfc55880007, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203) [junit4] 2> at java.lang.Thread.run(Thread.java:748) [junit4] 2> 33723 INFO (jetty-launcher-56-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45025/solr [junit4] 2> 33756 INFO (jetty-launcher-56-thread-3) [n:127.0.0.1:46409_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 33756 INFO (jetty-launcher-56-thread-4) [n:127.0.0.1:35383_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 33766 INFO (jetty-launcher-56-thread-4) [n:127.0.0.1:35383_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35383_solr [junit4] 2> 33764 INFO (jetty-launcher-56-thread-3) [n:127.0.0.1:46409_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46409_solr [junit4] 2> 33768 INFO (zkCallback-80-thread-1-processing-n:127.0.0.1:46409_solr) [n:127.0.0.1:46409_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 33769 INFO (zkCallback-78-thread-1-processing-n:127.0.0.1:35383_solr) [n:127.0.0.1:35383_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 33769 INFO (jetty-launcher-56-thread-3) [n:127.0.0.1:46409_solr ] o.a.s.c.Overseer Overseer (id=98863671778213900-127.0.0.1:46409_solr-n_0000000000) starting [junit4] 2> 33772 INFO (jetty-launcher-56-thread-2) [n:127.0.0.1:41107_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 33774 INFO (jetty-launcher-56-thread-2) [n:127.0.0.1:41107_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 33775 INFO (jetty-launcher-56-thread-2) [n:127.0.0.1:41107_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41107_solr [junit4] 2> 33779 INFO (zkCallback-78-thread-1-processing-n:127.0.0.1:35383_solr) [n:127.0.0.1:35383_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 33779 INFO (zkCallback-80-thread-1-processing-n:127.0.0.1:46409_solr) [n:127.0.0.1:46409_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 33792 INFO (zkCallback-85-thread-1-processing-n:127.0.0.1:41107_solr) [n:127.0.0.1:41107_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 33798 INFO (jetty-launcher-56-thread-3) [n:127.0.0.1:46409_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46409_solr [junit4] 2> 33803 INFO (OverseerStateUpdate-98863671778213900-127.0.0.1:46409_solr-n_0000000000) [n:127.0.0.1:46409_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 33804 INFO (zkCallback-78-thread-1-processing-n:127.0.0.1:35383_solr) [n:127.0.0.1:35383_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 33804 INFO (zkCallback-85-thread-1-processing-n:127.0.0.1:41107_solr) [n:127.0.0.1:41107_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 33817 INFO (jetty-launcher-56-thread-1) [n:127.0.0.1:37197_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 33818 INFO (jetty-launcher-56-thread-5) [n:127.0.0.1:38569_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 33818 INFO (jetty-launcher-56-thread-1) [n:127.0.0.1:37197_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 33820 INFO (jetty-launcher-56-thread-1) [n:127.0.0.1:37197_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37197_solr [junit4] 2> 33820 INFO (jetty-launcher-56-thread-5) [n:127.0.0.1:38569_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 33820 INFO (zkCallback-85-thread-1-processing-n:127.0.0.1:41107_solr) [n:127.0.0.1:41107_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 33821 INFO (zkCallback-78-thread-1-processing-n:127.0.0.1:35383_solr) [n:127.0.0.1:35383_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 33821 INFO (zkCallback-80-thread-1-processing-n:127.0.0.1:46409_solr) [n:127.0.0.1:46409_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 33821 INFO (zkCallback-77-thread-1-processing-n:127.0.0.1:37197_solr) [n:127.0.0.1:37197_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 33822 INFO (zkCallback-79-thread-1-processing-n:127.0.0.1:38569_solr) [n:127.0.0.1:38569_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 33828 INFO (jetty-launcher-56-thread-5) [n:127.0.0.1:38569_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38569_solr [junit4] 2> 33829 INFO (zkCallback-78-thread-1-processing-n:127.0.0.1:35383_solr) [n:127.0.0.1:35383_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 33829 INFO (zkCallback-80-thread-1-processing-n:127.0.0.1:46409_solr) [n:127.0.0.1:46409_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 33829 INFO (zkCallback-77-thread-1-processing-n:127.0.0.1:37197_solr) [n:127.0.0.1:37197_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 33830 INFO (zkCallback-85-thread-1-processing-n:127.0.0.1:41107_solr) [n:127.0.0.1:41107_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 33836 INFO (zkCallback-79-thread-1-processing-n:127.0.0.1:38569_solr) [n:127.0.0.1:38569_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 33859 INFO (jetty-launcher-56-thread-4) [n:127.0.0.1:35383_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35383.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f8d182 [junit4] 2> 33877 INFO (jetty-launcher-56-thread-4) [n:127.0.0.1:35383_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35383.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f8d182 [junit4] 2> 33877 INFO (jetty-launcher-56-thread-4) [n:127.0.0.1:35383_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35383.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f8d182 [junit4] 2> 33878 INFO (jetty-launcher-56-thread-4) [n:127.0.0.1:35383_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DistribJoinFromCollectionTest_E48747E831BDFD1E-001/tempDir-001/node4/. [junit4] 2> 33948 INFO (jetty-launcher-56-thread-5) [n:127.0.0.1:38569_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38569.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f8d182 [junit4] 2> 33948 INFO (jetty-launcher-56-thread-3) [n:127.0.0.1:46409_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46409.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f8d182 [junit4] 2> 33962 INFO (jetty-launcher-56-thread-5) [n:127.0.0.1:38569_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38569.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f8d182 [junit4] 2> 33963 INFO (jetty-launcher-56-thread-5) [n:127.0.0.1:38569_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38569.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f8d182 [junit4] 2> 33964 INFO (jetty-launcher-56-thread-5) [n:127.0.0.1:38569_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DistribJoinFromCollectionTest_E48747E831BDFD1E-001/tempDir-001/node5/. [junit4] 2> 33964 INFO (jetty-launcher-56-thread-2) [n:127.0.0.1:41107_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41107.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f8d182 [junit4] 2> 33965 INFO (jetty-launcher-56-thread-3) [n:127.0.0.1:46409_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46409.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f8d182 [junit4] 2> 33965 INFO (jetty-launcher-56-thread-3) [n:127.0.0.1:46409_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46409.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f8d182 [junit4] 2> 33966 INFO (jetty-launcher-56-thread-3) [n:127.0.0.1:46409_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DistribJoinFromCollectionTest_E48747E831BDFD1E-001/tempDir-001/node3/. [junit4] 2> 33971 INFO (jetty-launcher-56-thread-2) [n:127.0.0.1:41107_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41107.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f8d182 [junit4] 2> 33971 INFO (jetty-launcher-56-thread-2) [n:127.0.0.1:41107_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41107.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f8d182 [junit4] 2> 33972 INFO (jetty-launcher-56-thread-2) [n:127.0.0.1:41107_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DistribJoinFromCollectionTest_E48747E831BDFD1E-001/tempDir-001/node2/. [junit4] 2> 34146 INFO (jetty-launcher-56-thread-1) [n:127.0.0.1:37197_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37197.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f8d182 [junit4] 2> 34152 INFO (jetty-launcher-56-thread-1) [n:127.0.0.1:37197_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37197.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f8d182 [junit4] 2> 34152 INFO (jetty-launcher-56-thread-1) [n:127.0.0.1:37197_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37197.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f8d182 [junit4] 2> 34153 INFO (jetty-launcher-56-thread-1) [n:127.0.0.1:37197_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DistribJoinFromCollectionTest_E48747E831BDFD1E-001/tempDir-001/node1/. [junit4] 2> 34197 INFO (SUITE-DistribJoinFromCollectionTest-seed#[E48747E831BDFD1E]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5) [junit4] 2> 34197 INFO (SUITE-DistribJoinFromCollectionTest-seed#[E48747E831BDFD1E]-worker) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45025/solr ready [junit4] 2> 34475 INFO (qtp382789691-368) [n:127.0.0.1:41107_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&property.config=solrconfig-tlog.xml&property.schema=schema.xml&collection.configName=solrCloudCollectionConfig&name=to_2x2&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 34478 INFO (OverseerThreadFactory-347-thread-1-processing-n:127.0.0.1:46409_solr) [n:127.0.0.1:46409_solr ] o.a.s.c.CreateCollectionCmd Create collection to_2x2 [junit4] 2> 34586 INFO (OverseerStateUpdate-98863671778213900-127.0.0.1:46409_solr-n_0000000000) [n:127.0.0.1:46409_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"to_2x2", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"to_2x2_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:46409/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 34590 INFO (OverseerStateUpdate-98863671778213900-127.0.0.1:46409_solr-n_0000000000) [n:127.0.0.1:46409_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"to_2x2", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"to_2x2_shard1_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:38569/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 34598 INFO (OverseerStateUpdate-98863671778213900-127.0.0.1:46409_solr-n_0000000000) [n:127.0.0.1:46409_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"to_2x2", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"to_2x2_shard2_replica_n5", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:35383/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 34602 INFO (OverseerStateUpdate-98863671778213900-127.0.0.1:46409_solr-n_0000000000) [n:127.0.0.1:46409_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"to_2x2", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"to_2x2_shard2_replica_n7", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:37197/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 34833 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=to_2x2&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema.xml&coreNodeName=core_node8&name=to_2x2_shard2_replica_n7&action=CREATE&numShards=2&shard=shard2&wt=javabin [junit4] 2> 34834 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 34852 INFO (qtp2057912316-398) [n:127.0.0.1:35383_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=to_2x2&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema.xml&coreNodeName=core_node6&name=to_2x2_shard2_replica_n5&action=CREATE&numShards=2&shard=shard2&wt=javabin [junit4] 2> 34852 INFO (qtp374909787-386) [n:127.0.0.1:38569_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=to_2x2&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema.xml&coreNodeName=core_node4&name=to_2x2_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin [junit4] 2> 34852 INFO (qtp374909787-386) [n:127.0.0.1:38569_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 34853 INFO (qtp2057912316-398) [n:127.0.0.1:35383_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 34853 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=to_2x2&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema.xml&coreNodeName=core_node3&name=to_2x2_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin [junit4] 2> 34853 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 34961 INFO (zkCallback-77-thread-1-processing-n:127.0.0.1:37197_solr) [n:127.0.0.1:37197_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/to_2x2/state.json] for collection [to_2x2] has occurred - updating... (live nodes size: [5]) [junit4] 2> 34961 INFO (zkCallback-78-thread-1-processing-n:127.0.0.1:35383_solr) [n:127.0.0.1:35383_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/to_2x2/state.json] for collection [to_2x2] has occurred - updating... (live nodes size: [5]) [junit4] 2> 34961 INFO (zkCallback-79-thread-1-processing-n:127.0.0.1:38569_solr) [n:127.0.0.1:38569_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/to_2x2/state.json] for collection [to_2x2] has occurred - updating... (live nodes size: [5]) [junit4] 2> 34961 INFO (zkCallback-78-thread-2-processing-n:127.0.0.1:35383_solr) [n:127.0.0.1:35383_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/to_2x2/state.json] for collection [to_2x2] has occurred - updating... (live nodes size: [5]) [junit4] 2> 34961 INFO (zkCallback-80-thread-1-processing-n:127.0.0.1:46409_solr) [n:127.0.0.1:46409_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/to_2x2/state.json] for collection [to_2x2] has occurred - updating... (live nodes size: [5]) [junit4] 2> 34961 INFO (zkCallback-80-thread-2-processing-n:127.0.0.1:46409_solr) [n:127.0.0.1:46409_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/to_2x2/state.json] for collection [to_2x2] has occurred - updating... (live nodes size: [5]) [junit4] 2> 34961 INFO (zkCallback-77-thread-2-processing-n:127.0.0.1:37197_solr) [n:127.0.0.1:37197_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/to_2x2/state.json] for collection [to_2x2] has occurred - updating... (live nodes size: [5]) [junit4] 2> 34961 INFO (zkCallback-79-thread-2-processing-n:127.0.0.1:38569_solr) [n:127.0.0.1:38569_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/to_2x2/state.json] for collection [to_2x2] has occurred - updating... (live nodes size: [5]) [junit4] 2> 35864 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 35895 INFO (qtp2057912316-398) [n:127.0.0.1:35383_solr c:to_2x2 s:shard2 r:core_node6 x:to_2x2_shard2_replica_n5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 35896 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 35896 INFO (qtp374909787-386) [n:127.0.0.1:38569_solr c:to_2x2 s:shard1 r:core_node4 x:to_2x2_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 35897 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.s.IndexSchema [to_2x2_shard2_replica_n7] Schema name=test [junit4] 2> 35908 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.s.IndexSchema [to_2x2_shard1_replica_n1] Schema name=test [junit4] 2> 35909 INFO (qtp2057912316-398) [n:127.0.0.1:35383_solr c:to_2x2 s:shard2 r:core_node6 x:to_2x2_shard2_replica_n5] o.a.s.s.IndexSchema [to_2x2_shard2_replica_n5] Schema name=test [junit4] 2> 35928 INFO (qtp374909787-386) [n:127.0.0.1:38569_solr c:to_2x2 s:shard1 r:core_node4 x:to_2x2_shard1_replica_n2] o.a.s.s.IndexSchema [to_2x2_shard1_replica_n2] Schema name=test [junit4] 2> 36101 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 36104 INFO (qtp2057912316-398) [n:127.0.0.1:35383_solr c:to_2x2 s:shard2 r:core_node6 x:to_2x2_shard2_replica_n5] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 36107 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 36125 INFO (qtp374909787-386) [n:127.0.0.1:38569_solr c:to_2x2 s:shard1 r:core_node4 x:to_2x2_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 36127 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'to_2x2_shard1_replica_n1' using configuration from collection to_2x2, trusted=true [junit4] 2> 36128 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46409.solr.core.to_2x2.shard1.replica_n1' (registry 'solr.core.to_2x2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f8d182 [junit4] 2> 36128 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 36128 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.c.SolrCore [[to_2x2_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DistribJoinFromCollectionTest_E48747E831BDFD1E-001/tempDir-001/node3/to_2x2_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DistribJoinFromCollectionTest_E48747E831BDFD1E-001/tempDir-001/node3/./to_2x2_shard1_replica_n1/data/] [junit4] 2> 36129 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.c.CoreContainer Creating SolrCore 'to_2x2_shard2_replica_n7' using configuration from collection to_2x2, trusted=true [junit4] 2> 36130 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2123216541, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 36131 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37197.solr.core.to_2x2.shard2.replica_n7' (registry 'solr.core.to_2x2.shard2.replica_n7') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f8d182 [junit4] 2> 36131 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 36131 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.c.SolrCore [[to_2x2_shard2_replica_n7] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DistribJoinFromCollectionTest_E48747E831BDFD1E-001/tempDir-001/node1/to_2x2_shard2_replica_n7], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DistribJoinFromCollectionTest_E48747E831BDFD1E-001/tempDir-001/node1/./to_2x2_shard2_replica_n7/data/] [junit4] 2> 36134 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2123216541, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 36143 INFO (qtp2057912316-398) [n:127.0.0.1:35383_solr c:to_2x2 s:shard2 r:core_node6 x:to_2x2_shard2_replica_n5] o.a.s.c.CoreContainer Creating SolrCore 'to_2x2_shard2_replica_n5' using configuration from collection to_2x2, trusted=true [junit4] 2> 36143 INFO (qtp2057912316-398) [n:127.0.0.1:35383_solr c:to_2x2 s:shard2 r:core_node6 x:to_2x2_shard2_replica_n5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35383.solr.core.to_2x2.shard2.replica_n5' (registry 'solr.core.to_2x2.shard2.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f8d182 [junit4] 2> 36143 WARN (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}} [junit4] 2> 36160 WARN (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}} [junit4] 2> 36143 INFO (qtp2057912316-398) [n:127.0.0.1:35383_solr c:to_2x2 s:shard2 r:core_node6 x:to_2x2_shard2_replica_n5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 36163 INFO (qtp2057912316-398) [n:127.0.0.1:35383_solr c:to_2x2 s:shard2 r:core_node6 x:to_2x2_shard2_replica_n5] o.a.s.c.SolrCore [[to_2x2_shard2_replica_n5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DistribJoinFromCollectionTest_E48747E831BDFD1E-001/tempDir-001/node4/to_2x2_shard2_replica_n5], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DistribJoinFromCollectionTest_E48747E831BDFD1E-001/tempDir-001/node4/./to_2x2_shard2_replica_n5/data/] [junit4] 2> 36173 INFO (qtp374909787-386) [n:127.0.0.1:38569_solr c:to_2x2 s:shard1 r:core_node4 x:to_2x2_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'to_2x2_shard1_replica_n2' using configuration from collection to_2x2, trusted=true [junit4] 2> 36173 INFO (qtp374909787-386) [n:127.0.0.1:38569_solr c:to_2x2 s:shard1 r:core_node4 x:to_2x2_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38569.solr.core.to_2x2.shard1.replica_n2' (registry 'solr.core.to_2x2.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f8d182 [junit4] 2> 36173 INFO (qtp374909787-386) [n:127.0.0.1:38569_solr c:to_2x2 s:shard1 r:core_node4 x:to_2x2_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 36173 INFO (qtp374909787-386) [n:127.0.0.1:38569_solr c:to_2x2 s:shard1 r:core_node4 x:to_2x2_shard1_replica_n2] o.a.s.c.SolrCore [[to_2x2_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DistribJoinFromCollectionTest_E48747E831BDFD1E-001/tempDir-001/node5/to_2x2_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DistribJoinFromCollectionTest_E48747E831BDFD1E-001/tempDir-001/node5/./to_2x2_shard1_replica_n2/data/] [junit4] 2> 36178 INFO (qtp374909787-386) [n:127.0.0.1:38569_solr c:to_2x2 s:shard1 r:core_node4 x:to_2x2_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2123216541, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 36183 INFO (qtp2057912316-398) [n:127.0.0.1:35383_solr c:to_2x2 s:shard2 r:core_node6 x:to_2x2_shard2_replica_n5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2123216541, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 36205 WARN (qtp374909787-386) [n:127.0.0.1:38569_solr c:to_2x2 s:shard1 r:core_node4 x:to_2x2_shard1_replica_n2] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}} [junit4] 2> 36211 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 36211 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 36211 WARN (qtp2057912316-398) [n:127.0.0.1:35383_solr c:to_2x2 s:shard2 r:core_node6 x:to_2x2_shard2_replica_n5] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}} [junit4] 2> 36212 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 36212 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 36213 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 36213 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 36214 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 36214 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 36214 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=91.294921875, floorSegmentMB=0.6572265625, forceMergeDeletesPctAllowed=29.45028224643618, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6527056618122852 [junit4] 2> 36214 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.s.SolrIndexSearcher Opening [Searcher@796bddec[to_2x2_shard2_replica_n7] main] [junit4] 2> 36215 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig [junit4] 2> 36215 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=91.294921875, floorSegmentMB=0.6572265625, forceMergeDeletesPctAllowed=29.45028224643618, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6527056618122852 [junit4] 2> 36215 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@31bf40f7[to_2x2_shard1_replica_n1] main] [junit4] 2> 36218 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig [junit4] 2> 36218 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 36219 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1581818751288868864 [junit4] 2> 36221 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig [junit4] 2> 36223 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig [junit4] 2> 36224 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 36240 INFO (searcherExecutor-358-thread-1-processing-n:127.0.0.1:46409_solr x:to_2x2_shard1_replica_n1 s:shard1 c:to_2x2 r:core_node3) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.c.SolrCore [to_2x2_shard1_replica_n1] Registered new searcher Searcher@31bf40f7[to_2x2_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 36240 INFO (searcherExecutor-359-thread-1-processing-n:127.0.0.1:37197_solr x:to_2x2_shard2_replica_n7 s:shard2 c:to_2x2 r:core_node8) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.c.SolrCore [to_2x2_shard2_replica_n7] Registered new searcher Searcher@796bddec[to_2x2_shard2_replica_n7] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 36240 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1581818751310888960 [junit4] 2> 36246 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms [junit4] 2> 36246 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms [junit4] 2> 36258 INFO (qtp374909787-386) [n:127.0.0.1:38569_solr c:to_2x2 s:shard1 r:core_node4 x:to_2x2_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 36258 INFO (qtp374909787-386) [n:127.0.0.1:38569_solr c:to_2x2 s:shard1 r:core_node4 x:to_2x2_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 36260 INFO (qtp374909787-386) [n:127.0.0.1:38569_solr c:to_2x2 s:shard1 r:core_node4 x:to_2x2_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 36260 INFO (qtp374909787-386) [n:127.0.0.1:38569_solr c:to_2x2 s:shard1 r:core_node4 x:to_2x2_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 36261 INFO (qtp374909787-386) [n:127.0.0.1:38569_solr c:to_2x2 s:shard1 r:core_node4 x:to_2x2_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=91.294921875, floorSegmentMB=0.6572265625, forceMergeDeletesPctAllowed=29.45028224643618, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6527056618122852 [junit4] 2> 36262 INFO (qtp374909787-386) [n:127.0.0.1:38569_solr c:to_2x2 s:shard1 r:core_node4 x:to_2x2_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@20790928[to_2x2_shard1_replica_n2] main] [junit4] 2> 36263 INFO (qtp374909787-386) [n:127.0.0.1:38569_solr c:to_2x2 s:shard1 r:core_node4 x:to_2x2_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig [junit4] 2> 36263 INFO (qtp374909787-386) [n:127.0.0.1:38569_solr c:to_2x2 s:shard1 r:core_node4 x:to_2x2_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig [junit4] 2> 36265 INFO (qtp374909787-386) [n:127.0.0.1:38569_solr c:to_2x2 s:shard1 r:core_node4 x:to_2x2_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 36266 INFO (searcherExecutor-361-thread-1-processing-n:127.0.0.1:38569_solr x:to_2x2_shard1_replica_n2 s:shard1 c:to_2x2 r:core_node4) [n:127.0.0.1:38569_solr c:to_2x2 s:shard1 r:core_node4 x:to_2x2_shard1_replica_n2] o.a.s.c.SolrCore [to_2x2_shard1_replica_n2] Registered new searcher Searcher@20790928[to_2x2_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 36266 INFO (qtp374909787-386) [n:127.0.0.1:38569_solr c:to_2x2 s:shard1 r:core_node4 x:to_2x2_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1581818751338151936 [junit4] 2> 36277 INFO (qtp2057912316-398) [n:127.0.0.1:35383_solr c:to_2x2 s:shard2 r:core_node6 x:to_2x2_shard2_replica_n5] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 36278 INFO (qtp2057912316-398) [n:127.0.0.1:35383_solr c:to_2x2 s:shard2 r:core_node6 x:to_2x2_shard2_replica_n5] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 36278 INFO (qtp2057912316-398) [n:127.0.0.1:35383_solr c:to_2x2 s:shard2 r:core_node6 x:to_2x2_shard2_replica_n5] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 36278 INFO (qtp2057912316-398) [n:127.0.0.1:35383_solr c:to_2x2 s:shard2 r:core_node6 x:to_2x2_shard2_replica_n5] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 36279 INFO (qtp2057912316-398) [n:127.0.0.1:35383_solr c:to_2x2 s:shard2 r:core_node6 x:to_2x2_shard2_replica_n5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=91.294921875, floorSegmentMB=0.6572265625, forceMergeDeletesPctAllowed=29.45028224643618, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6527056618122852 [junit4] 2> 36280 INFO (qtp2057912316-398) [n:127.0.0.1:35383_solr c:to_2x2 s:shard2 r:core_node6 x:to_2x2_shard2_replica_n5] o.a.s.s.SolrIndexSearcher Opening [Searcher@547d1b1d[to_2x2_shard2_replica_n5] main] [junit4] 2> 36280 INFO (qtp2057912316-398) [n:127.0.0.1:35383_solr c:to_2x2 s:shard2 r:core_node6 x:to_2x2_shard2_replica_n5] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig [junit4] 2> 36280 INFO (qtp2057912316-398) [n:127.0.0.1:35383_solr c:to_2x2 s:shard2 r:core_node6 x:to_2x2_shard2_replica_n5] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig [junit4] 2> 36281 INFO (qtp2057912316-398) [n:127.0.0.1:35383_solr c:to_2x2 s:shard2 r:core_node6 x:to_2x2_shard2_replica_n5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 36283 INFO (searcherExecutor-360-thread-1-processing-n:127.0.0.1:35383_solr x:to_2x2_shard2_replica_n5 s:shard2 c:to_2x2 r:core_node6) [n:127.0.0.1:35383_solr c:to_2x2 s:shard2 r:core_node6 x:to_2x2_shard2_replica_n5] o.a.s.c.SolrCore [to_2x2_shard2_replica_n5] Registered new searcher Searcher@547d1b1d[to_2x2_shard2_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 36283 INFO (qtp2057912316-398) [n:127.0.0.1:35383_solr c:to_2x2 s:shard2 r:core_node6 x:to_2x2_shard2_replica_n5] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1581818751355977728 [junit4] 2> 36746 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 36746 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 36746 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:37197/solr/to_2x2_shard2_replica_n7/ [junit4] 2> 36747 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 36747 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 36747 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:46409/solr/to_2x2_shard1_replica_n1/ [junit4] 2> 36750 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=to_2x2_shard1_replica_n1 url=https://127.0.0.1:46409/solr START replicas=[https://127.0.0.1:38569/solr/to_2x2_shard1_replica_n2/] nUpdates=100 [junit4] 2> 36750 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.u.PeerSync PeerSync: core=to_2x2_shard2_replica_n7 url=https://127.0.0.1:37197/solr START replicas=[https://127.0.0.1:35383/solr/to_2x2_shard2_replica_n5/] nUpdates=100 [junit4] 2> 36760 INFO (qtp374909787-372) [n:127.0.0.1:38569_solr c:to_2x2 s:shard1 r:core_node4 x:to_2x2_shard1_replica_n2] o.a.s.c.S.Request [to_2x2_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> 36760 INFO (qtp2057912316-371) [n:127.0.0.1:35383_solr c:to_2x2 s:shard2 r:core_node6 x:to_2x2_shard2_replica_n5] o.a.s.c.S.Request [to_2x2_shard2_replica_n5] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1 [junit4] 2> 37051 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.u.PeerSync PeerSync: core=to_2x2_shard2_replica_n7 url=https://127.0.0.1:37197/solr DONE. We have no versions. sync failed. [junit4] 2> 37051 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=to_2x2_shard1_replica_n1 url=https://127.0.0.1:46409/solr DONE. We have no versions. sync failed. [junit4] 2> 37051 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 37051 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 37051 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_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> 37051 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] 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> 37051 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 37051 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 37056 INFO (qtp1461404944-400) [n:127.0.0.1:37197_solr c:to_2x2 s:shard2 r:core_node8 x:to_2x2_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:37197/solr/to_2x2_shard2_replica_n7/ shard2 [junit4] 2> 37056 INFO (qtp602022284-393) [n:127.0.0.1:46409_solr c:to_2x2 s:shard1 r:core_node3 x:to_2x2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:46409/solr/to_2x2_shard1_replica_n1/ shard1 [junit4] 2> 214477 ERROR (qtp382789691-368) [n:127.0.0.1:41107_solr ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: create the collection time out:180s [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:312) [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:244) [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:222) [junit4] 2> at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759) [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:1759) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [junit4] 2> at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493) [junit4] 2> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) [junit4] 2> at org.eclipse.jetty.server.Server.handle(Server.java:534) [junit4] 2> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320) [junit4] 2> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251) [junit4] 2> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283) [junit4] 2> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108) [junit4] 2> at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251) [junit4] 2> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283) [junit4] 2> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108) [junit4] 2> at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) [junit4] 2> at java.lang.Thread.run(Thread.java:748) [junit4] 2> [junit4] 2> 214478 INFO (qtp382789691-368) [n:127.0.0.1:41107_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&property.config=solrconfig-tlog.xml&property.schema=schema.xml&collection.configName=solrCloudCollectionConfig&name=to_2x2&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=500 QTime=180002 [junit4] 2> 214478 ERROR (qtp382789691-368) [n:127.0.0.1:41107_solr ] o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: create the collection time out:180s [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:312) [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:244) [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:222) [junit4] 2> at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759) [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:1759) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [junit4] 2> at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493) [junit4] 2> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) [junit4] 2> at org.eclipse.jetty.server.Server.handle(Server.java:534) [junit4] 2> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320) [junit4] 2> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251) [junit4] 2> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283) [junit4] 2> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108) [junit4] 2> at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251) [junit4] 2> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283) [junit4] 2> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108) [junit4] 2> at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) [junit4] 2> at java.lang.Thread.run(Thread.java:748) [junit4] 2> [junit4] 2> 214480 INFO (SUITE-DistribJoinFromCollectionTest-seed#[E48747E831BDFD1E]-worker) [ ] o.a.s.c.DistribJoinFromCollectionTest DistribJoinFromCollectionTest logic complete ... deleting the to_2x2 and from_1x4 collections [junit4] 2> 214482 INFO (qtp382789691-402) [n:127.0.0.1:41107_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=to_2x2&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 394483 ERROR (qtp382789691-402) [n:127.0.0.1:41107_solr ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: delete the collection time out:180s [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:312) [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:244) [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:222) [junit4] 2> at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759) [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:1759) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [junit4] 2> at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493) [junit4] 2> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) [junit4] 2> at org.eclipse.jetty.server.Server.handle(Server.java:534) [junit4] 2> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320) [junit4] 2> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251) [junit4] 2> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283) [junit4] 2> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108) [junit4] 2> at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251) [junit4] 2> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283) [junit4] 2> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108) [junit4] 2> at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) [junit4] 2> at java.lang.Thread.run(Thread.java:748) [junit4] 2> [junit4] 2> 394484 INFO (qtp382789691-402) [n:127.0.0.1:41107_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=to_2x2&action=DELETE&wt=javabin&version=2} status=500 QTime=180002 [junit4] 2> 394484 ERROR (qtp382789691-402) [n:127.0.0.1:41107_solr ] o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: delete the collection time out:180s [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:312) [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:244) [junit4] 2> at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:222) [junit4] 2> at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716) [junit4] 2> at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759) [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:1759) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [junit4] 2> at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493) [junit4] 2> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) [junit4] 2> at org.eclipse.jetty.server.Server.handle(Server.java:534) [junit4] 2> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320) [junit4] 2> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251) [junit4] 2> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283) [junit4] 2> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108) [junit4] 2> at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251) [junit4] 2> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283) [junit4] 2> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108) [junit4] 2> at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) [junit4] 2> at java.lang.Thread.run(Thread.java:748) [junit4] 2> [junit4] 2> 394485 WARN (SUITE-DistribJoinFromCollectionTest-seed#[E48747E831BDFD1E]-worker) [ ] o.a.s.c.DistribJoinFromCollectionTest Could not delete collection to_2x2 after test completed due to: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:41107/solr: delete the collection time out:180s [junit4] 2> 394485 INFO (qtp382789691-403) [n:127.0.0.1:41107_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=from_1x4&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 394490 INFO (OverseerThreadFactory-347-thread-2-processing-n:127.0.0.1:46409_solr) [n:127.0.0.1:46409_solr ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true [junit4] 2> 394491 ERROR (OverseerThreadFactory-347-thread-2-processing-n:127.0.0.1:46409_solr) [n:127.0.0.1:46409_solr ] o.a.s.c.OverseerCollectionMessageHandler Collection: from_1x4 operation: delete failed:org.apache.solr.common.SolrException: Could not find collection : from_1x4 [junit4] 2> at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:111) [junit4] 2> at org.apache.solr.cloud.OverseerCollectionMessageHandler.collectionCmd(OverseerCollectionMessageHandler.java:797) [junit4] 2> at org.apache.solr.cloud.DeleteCollectionCmd.call(DeleteCollectionCmd.java:91) [junit4] 2> at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:229) [junit4] 2> at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [junit4] 2> at java.lang.Thread.run(Thread.java:748) [junit4] 2> [junit4] 2> 394501 INFO (qtp382789691-403) [n:127.0.0.1:41107_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=from_1x4&action=DELETE&wt=javabin&version=2} status=400 QTime=15 [junit4] 2> 394502 WARN (SUITE-DistribJoinFromCollectionTest-seed#[E48747E831BDFD1E]-worker) [ ] o.a.s.c.DistribJoinFromCollectionTest Could not delete collection from_1x4 after test completed due to: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:41107/solr: Could not find collection : from_1x4 [junit4] 2> 394502 INFO (SUITE-DistribJoinFromCollectionTest-seed#[E48747E831BDFD1E]-worker) [ ] o.a.s.c.DistribJoinFromCollectionTest DistribJoinFromCollectionTest succeeded ... shutting down now! [junit4] 2> 394505 INFO (jetty-closer-57-thread-4) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@3d700101{SSL,[ssl, http/1.1]}{127.0.0.1:0} [junit4] 2> 394506 INFO (jetty-closer-57-thread-4) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=70663155 [junit4] 2> 394506 INFO (jetty-closer-57-thread-4) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null [junit4] 2> 394506 INFO (jetty-closer-57-thread-4) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@54fc5d07: rootName = solr_38569, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@5e6d5b53 [junit4] 2> 394506 INFO (jetty-closer-57-thread-3) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@49b49a4e{SSL,[ssl, http/1.1]}{127.0.0.1:0} [junit4] 2> 394506 INFO (jetty-closer-57-thread-3) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1593393830 [junit4] 2> 394506 INFO (jetty-closer-57-thread-3) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null [junit4] 2> 394506 INFO (jetty-closer-57-thread-3) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@56f25dac: rootName = solr_41107, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@70b34031 [junit4] 2> 394506 INFO (jetty-closer-57-thread-5) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@455e2f80{SSL,[ssl, http/1.1]}{127.0.0.1:0} [junit4] 2> 394506 INFO (jetty-closer-57-thread-2) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@7d826dcc{SSL,[ssl, http/1.1]}{127.0.0.1:0} [junit4] 2> 394507 INFO (jetty-closer-57-thread-2) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=526370346 [junit4] 2> 394507 INFO (jetty-closer-57-thread-5) [ ] o.a.s.c.CoreContainer Shu [...truncated too long message...] xception: No live SolrServers available to handle this request [junit4] 2> at org.apache.solr.client.solrj.impl.SolrClientCloudManager.request(SolrClientCloudManager.java:101) [junit4] 2> at org.apache.solr.cloud.autoscaling.ExecutePlanAction.waitForTaskToFinish(ExecutePlanAction.java:130) [junit4] 2> at org.apache.solr.cloud.autoscaling.ScheduledTriggers.waitForPendingTasks(ScheduledTriggers.java:289) [junit4] 2> at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$2(ScheduledTriggers.java:221) [junit4] 2> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:266) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [junit4] 2> at java.lang.Thread.run(Thread.java:748) [junit4] 2> Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request [junit4] 2> at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:460) [junit4] 2> at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1086) [junit4] 2> at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:867) [junit4] 2> at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:800) [junit4] 2> at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178) [junit4] 2> at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195) [junit4] 2> at org.apache.solr.client.solrj.impl.SolrClientCloudManager.request(SolrClientCloudManager.java:99) [junit4] 2> ... 9 more [junit4] 2> 3587641 WARN (OverseerThreadFactory-6405-thread-5-processing-n:127.0.0.1:38147_solr) [n:127.0.0.1:38147_solr ] o.a.s.c.MoveReplicaCmd Timed out waiting for leader's replica to recover, collection=testExecute shard=shard1 on node=127.0.0.1:38147_solr [junit4] 2> 3587642 INFO (OverseerThreadFactory-6405-thread-5-processing-n:127.0.0.1:38147_solr) [n:127.0.0.1:38147_solr ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 3587642 WARN (OverseerAutoScalingTriggerThread-98863863413276677-127.0.0.1:38147_solr-n_0000000000) [n:127.0.0.1:38147_solr ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting. [junit4] 2> 3587643 DEBUG (jetty-closer-2036-thread-1) [ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly [junit4] 2> 3587643 ERROR (AutoscalingActionExecutor-6404-thread-1-processing-n:127.0.0.1:38147_solr) [n:127.0.0.1:38147_solr ] o.a.s.c.a.ScheduledTriggers Unexpected exception while waiting for pending task with requestid: node_lost_trigger/14ef6bbc02d5df80T75vzh9h10a1r37eyomvkjycax/0 to finish [junit4] 2> java.lang.InterruptedException: sleep interrupted [junit4] 2> at java.lang.Thread.sleep(Native Method) [junit4] 2> at java.lang.Thread.sleep(Thread.java:340) [junit4] 2> at java.util.concurrent.TimeUnit.sleep(TimeUnit.java:386) [junit4] 2> at org.apache.solr.cloud.autoscaling.ExecutePlanAction.waitForTaskToFinish(ExecutePlanAction.java:155) [junit4] 2> at org.apache.solr.cloud.autoscaling.ScheduledTriggers.waitForPendingTasks(ScheduledTriggers.java:289) [junit4] 2> at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$2(ScheduledTriggers.java:221) [junit4] 2> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:266) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [junit4] 2> at java.lang.Thread.run(Thread.java:748) [junit4] 2> 3587643 INFO (jetty-closer-2036-thread-1) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5356ec82{/solr,null,UNAVAILABLE} [junit4] 2> 3587643 ERROR (SUITE-ExecutePlanActionTest-seed#[E48747E831BDFD1E]-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> 3587644 INFO (SUITE-ExecutePlanActionTest-seed#[E48747E831BDFD1E]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34009 34009 [junit4] 2> 3597686 INFO (Thread-5106) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34009 34009 [junit4] 2> 3597686 WARN (Thread-5106) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 4 /solr/aliases.json [junit4] 2> 4 /solr/clusterprops.json [junit4] 2> 3 /solr/configs/conf [junit4] 2> 2 /solr/security.json [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 19 /solr/collections/testExecute/state.json [junit4] 2> 16 /solr/collections/testIntegration/state.json [junit4] 2> 4 /solr/clusterstate.json [junit4] 2> 2 /solr/collections/testExecute/leader_elect/shard1/election/98863863413276678-core_node4-n_0000000000 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 4 /solr/live_nodes [junit4] 2> 4 /solr/collections [junit4] 2> [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ExecutePlanActionTest_E48747E831BDFD1E-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1015, maxMBSortInHeap=6.5982152668996035, sim=RandomSimilarity(queryNorm=true): {}, locale=ar-IQ, timezone=America/Bahia [junit4] 2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=298188288,total=518979584 [junit4] 2> NOTE: All tests run in this JVM: [ChangedSchemaMergeTest, StatelessScriptUpdateProcessorFactoryTest, TestStressVersions, TestSolrIndexConfig, PreAnalyzedUpdateProcessorTest, DistributedFacetPivotWhiteBoxTest, UtilsToolTest, TestLuceneIndexBackCompat, ZkControllerTest, TestReplicationHandler, TestGraphTermsQParserPlugin, TestCollationFieldDocValues, TestSystemCollAutoCreate, SolrGraphiteReporterTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, SparseHLLTest, MissingSegmentRecoveryTest, TestRebalanceLeaders, TestEmbeddedSolrServerSchemaAPI, MoveReplicaTest, TestConfigsApi, LeaderInitiatedRecoveryOnCommitTest, SearchHandlerTest, TestPerFieldSimilarityWithDefaultOverride, NodeLostTriggerTest, BasicZkTest, TestBulkSchemaConcurrent, SolrIndexMetricsTest, HttpSolrCallGetCoreTest, FastVectorHighlighterTest, DistributedFacetPivotLongTailTest, LeaderElectionIntegrationTest, TestStressUserVersions, TestMergePolicyConfig, CollectionStateFormat2Test, ResponseLogComponentTest, RequestLoggingTest, DistributedExpandComponentTest, TestWordDelimiterFilterFactory, TestSubQueryTransformerCrossCore, TestSQLHandlerNonCloud, AssignBackwardCompatibilityTest, TestFoldingMultitermQuery, TestFastOutputStream, TestCustomSort, CoreMergeIndexesAdminHandlerTest, TestCollapseQParserPlugin, HdfsThreadLeakTest, CdcrUpdateLogTest, TestCustomDocTransformer, SolrInfoBeanTest, DocValuesTest, TestIBSimilarityFactory, SuggestComponentContextFilterQueryTest, DistributedQueueTest, TestGraphMLResponseWriter, WrapperMergePolicyFactoryTest, TestHdfsUpdateLog, FileUtilsTest, TestPolicyCloud, StatsReloadRaceTest, TestReqParamsAPI, OutOfBoxZkACLAndCredentialsProvidersTest, DocumentBuilderTest, PKIAuthenticationIntegrationTest, HdfsRecoveryZkTest, BasicDistributedZkTest, QueryParsingTest, MetricsConfigTest, PrimitiveFieldTypeTest, TestLRUStatsCache, TestSolrQueryResponse, CursorMarkTest, TestRandomCollapseQParserPlugin, TestClassicSimilarityFactory, TestNamedUpdateProcessors, SimpleCollectionCreateDeleteTest, AnalysisAfterCoreReloadTest, TestCloudInspectUtil, TestPhraseSuggestions, PropertiesRequestHandlerTest, SpellCheckCollatorWithCollapseTest, CdcrReplicationHandlerTest, SaslZkACLProviderTest, TestRTimerTree, TestTlogReplica, NoCacheHeaderTest, DateMathParserTest, SpellCheckCollatorTest, JSONWriterTest, ZkFailoverTest, TestUtils, TestDynamicLoading, TestCrossCoreJoin, TestSolrJ, TestImpersonationWithHadoopAuth, PreAnalyzedFieldManagedSchemaCloudTest, ActionThrottleTest, TestRuleBasedAuthorizationPlugin, TestRandomFaceting, TestOnReconnectListenerSupport, PeerSyncTest, UpdateParamsTest, TestTrackingShardHandlerFactory, AutoscalingHistoryHandlerTest, BasicFunctionalityTest, TestCryptoKeys, TestShardHandlerFactory, UpdateLogTest, TestDFRSimilarityFactory, TestSimpleQParserPlugin, TestPostingsSolrHighlighter, TestSchemaSimilarityResource, TestUseDocValuesAsStored2, TestStreamBody, RankQueryTest, TestQueryUtils, SolrXmlInZkTest, HdfsDirectoryTest, HdfsAutoAddReplicasIntegrationTest, TestJsonRequest, TestSolrDeletionPolicy1, TestDownShardTolerantSearch, TestRequestStatusCollectionAPI, TestSkipOverseerOperations, TestTolerantUpdateProcessorCloud, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, ExecutePlanActionTest] [junit4] Completed [744/745 (2!)] on J0 in 640.00s, 2 tests, 1 failure <<< FAILURES! [...truncated 47122 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
