Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20796/ Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseSerialGC
2 tests failed. FAILED: org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster Error Message: Error from server at https://127.0.0.1:34085/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:34085/solr: create the collection time out:180s at __randomizedtesting.SeedInfo.seed([7E317C251EB1DB63:AA74377CF9E76898]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1096) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808) 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.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:267) 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) FAILED: org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple Error Message: Timeout waiting for all live and active Stack Trace: java.lang.AssertionError: Timeout waiting for all live and active at __randomizedtesting.SeedInfo.seed([7E317C251EB1DB63:468258DB39420FB2]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.assertTrue(Assert.java:43) at org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:91) 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 12340 lines...] [junit4] Suite: org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_7E317C251EB1DB63-001/init-core-data-001 [junit4] 2> 675449 WARN (SUITE-AutoAddReplicasIntegrationTest-seed#[7E317C251EB1DB63]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=128 numCloses=128 [junit4] 2> 675450 INFO (SUITE-AutoAddReplicasIntegrationTest-seed#[7E317C251EB1DB63]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false [junit4] 2> 675451 INFO (SUITE-AutoAddReplicasIntegrationTest-seed#[7E317C251EB1DB63]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN) [junit4] 2> 675451 INFO (SUITE-AutoAddReplicasIntegrationTest-seed#[7E317C251EB1DB63]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> 675452 INFO (SUITE-AutoAddReplicasIntegrationTest-seed#[7E317C251EB1DB63]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_7E317C251EB1DB63-001/tempDir-001 [junit4] 2> 675452 INFO (SUITE-AutoAddReplicasIntegrationTest-seed#[7E317C251EB1DB63]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 675452 INFO (Thread-2428) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 675452 INFO (Thread-2428) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 675463 ERROR (Thread-2428) [ ] 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> 675552 INFO (SUITE-AutoAddReplicasIntegrationTest-seed#[7E317C251EB1DB63]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:42263 [junit4] 2> 675557 INFO (jetty-launcher-952-thread-3) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 675557 INFO (jetty-launcher-952-thread-2) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 675557 INFO (jetty-launcher-952-thread-1) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 675558 INFO (jetty-launcher-952-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5d0659b{/solr,null,AVAILABLE} [junit4] 2> 675559 INFO (jetty-launcher-952-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@5752de57{SSL,[ssl, http/1.1]}{127.0.0.1:33797} [junit4] 2> 675559 INFO (jetty-launcher-952-thread-2) [ ] o.e.j.s.Server Started @677746ms [junit4] 2> 675559 INFO (jetty-launcher-952-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33797} [junit4] 2> 675559 ERROR (jetty-launcher-952-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 675560 INFO (jetty-launcher-952-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 675560 INFO (jetty-launcher-952-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 675560 INFO (jetty-launcher-952-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 675560 INFO (jetty-launcher-952-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-11-01T14:01:59.814Z [junit4] 2> 675561 INFO (jetty-launcher-952-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 675563 INFO (jetty-launcher-952-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4f15cc94{/solr,null,AVAILABLE} [junit4] 2> 675567 INFO (jetty-launcher-952-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@34c80ce6{SSL,[ssl, http/1.1]}{127.0.0.1:39715} [junit4] 2> 675567 INFO (jetty-launcher-952-thread-1) [ ] o.e.j.s.Server Started @677754ms [junit4] 2> 675567 INFO (jetty-launcher-952-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39715} [junit4] 2> 675572 INFO (jetty-launcher-952-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@44930d91{/solr,null,AVAILABLE} [junit4] 2> 675572 ERROR (jetty-launcher-952-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 675572 INFO (jetty-launcher-952-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 675572 INFO (jetty-launcher-952-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 675572 INFO (jetty-launcher-952-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 675572 INFO (jetty-launcher-952-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-11-01T14:01:59.826Z [junit4] 2> 675573 INFO (jetty-launcher-952-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@698f5d1e{SSL,[ssl, http/1.1]}{127.0.0.1:38135} [junit4] 2> 675573 INFO (jetty-launcher-952-thread-3) [ ] o.e.j.s.Server Started @677759ms [junit4] 2> 675573 INFO (jetty-launcher-952-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38135} [junit4] 2> 675573 ERROR (jetty-launcher-952-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 675573 INFO (jetty-launcher-952-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 675573 INFO (jetty-launcher-952-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 675573 INFO (jetty-launcher-952-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 675573 INFO (jetty-launcher-952-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-11-01T14:01:59.827Z [junit4] 2> 675575 INFO (jetty-launcher-952-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 675575 INFO (jetty-launcher-952-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42263/solr [junit4] 2> 675575 INFO (jetty-launcher-952-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 675580 INFO (jetty-launcher-952-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42263/solr [junit4] 2> 675581 INFO (jetty-launcher-952-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42263/solr [junit4] 2> 675589 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 0x15f77e3829c0005, 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> 675594 INFO (jetty-launcher-952-thread-2) [n:127.0.0.1:33797_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 675594 INFO (jetty-launcher-952-thread-1) [n:127.0.0.1:39715_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 675595 INFO (jetty-launcher-952-thread-2) [n:127.0.0.1:33797_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33797_solr [junit4] 2> 675595 INFO (jetty-launcher-952-thread-2) [n:127.0.0.1:33797_solr ] o.a.s.c.Overseer Overseer (id=98929535857983496-127.0.0.1:33797_solr-n_0000000000) starting [junit4] 2> 675595 INFO (jetty-launcher-952-thread-1) [n:127.0.0.1:39715_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39715_solr [junit4] 2> 675600 INFO (zkCallback-970-thread-1-processing-n:127.0.0.1:39715_solr) [n:127.0.0.1:39715_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 675600 INFO (zkCallback-961-thread-1-processing-n:127.0.0.1:33797_solr) [n:127.0.0.1:33797_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 675604 DEBUG (OverseerAutoScalingTriggerThread-98929535857983496-127.0.0.1:33797_solr-n_0000000000) [n:127.0.0.1:33797_solr ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger [junit4] 2> 675604 INFO (jetty-launcher-952-thread-2) [n:127.0.0.1:33797_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33797_solr [junit4] 2> 675604 DEBUG (OverseerAutoScalingTriggerThread-98929535857983496-127.0.0.1:33797_solr-n_0000000000) [n:127.0.0.1:33797_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1 [junit4] 2> 675612 INFO (zkCallback-961-thread-1-processing-n:127.0.0.1:33797_solr) [n:127.0.0.1:33797_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 675612 INFO (zkCallback-970-thread-1-processing-n:127.0.0.1:39715_solr) [n:127.0.0.1:39715_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 675612 DEBUG (OverseerAutoScalingTriggerThread-98929535857983496-127.0.0.1:33797_solr-n_0000000000) [n:127.0.0.1:33797_solr ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:39715_solr, 127.0.0.1:33797_solr] [junit4] 2> 675612 DEBUG (OverseerAutoScalingTriggerThread-98929535857983496-127.0.0.1:33797_solr-n_0000000000) [n:127.0.0.1:33797_solr ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1 [junit4] 2> 675612 DEBUG (OverseerAutoScalingTriggerThread-98929535857983496-127.0.0.1:33797_solr-n_0000000000) [n:127.0.0.1:33797_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1 [junit4] 2> 675633 DEBUG (OverseerAutoScalingTriggerThread-98929535857983496-127.0.0.1:33797_solr-n_0000000000) [n:127.0.0.1:33797_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers [junit4] 2> 675633 DEBUG (OverseerAutoScalingTriggerThread-98929535857983496-127.0.0.1:33797_solr-n_0000000000) [n:127.0.0.1:33797_solr ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1 [junit4] 2> 675633 DEBUG (ScheduledTrigger-2385-thread-1) [n:127.0.0.1:33797_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: [127.0.0.1:39715_solr, 127.0.0.1:33797_solr] [junit4] 2> 675646 INFO (jetty-launcher-952-thread-3) [n:127.0.0.1:38135_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 675647 INFO (jetty-launcher-952-thread-3) [n:127.0.0.1:38135_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 675647 INFO (jetty-launcher-952-thread-3) [n:127.0.0.1:38135_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38135_solr [junit4] 2> 675648 INFO (zkCallback-961-thread-1-processing-n:127.0.0.1:33797_solr) [n:127.0.0.1:33797_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 675648 INFO (zkCallback-970-thread-1-processing-n:127.0.0.1:39715_solr) [n:127.0.0.1:39715_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 675654 INFO (zkCallback-968-thread-1-processing-n:127.0.0.1:38135_solr) [n:127.0.0.1:38135_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 675667 INFO (jetty-launcher-952-thread-1) [n:127.0.0.1:39715_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39715.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b7b82b0 [junit4] 2> 675668 INFO (jetty-launcher-952-thread-2) [n:127.0.0.1:33797_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33797.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b7b82b0 [junit4] 2> 675688 INFO (jetty-launcher-952-thread-1) [n:127.0.0.1:39715_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39715.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b7b82b0 [junit4] 2> 675688 INFO (jetty-launcher-952-thread-1) [n:127.0.0.1:39715_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39715.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b7b82b0 [junit4] 2> 675688 INFO (jetty-launcher-952-thread-2) [n:127.0.0.1:33797_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33797.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b7b82b0 [junit4] 2> 675688 INFO (jetty-launcher-952-thread-2) [n:127.0.0.1:33797_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33797.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b7b82b0 [junit4] 2> 675689 INFO (jetty-launcher-952-thread-1) [n:127.0.0.1:39715_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_7E317C251EB1DB63-001/tempDir-001/node1/. [junit4] 2> 675689 INFO (jetty-launcher-952-thread-2) [n:127.0.0.1:33797_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_7E317C251EB1DB63-001/tempDir-001/node2/. [junit4] 2> 675752 INFO (jetty-launcher-952-thread-3) [n:127.0.0.1:38135_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38135.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b7b82b0 [junit4] 2> 675760 INFO (jetty-launcher-952-thread-3) [n:127.0.0.1:38135_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38135.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b7b82b0 [junit4] 2> 675760 INFO (jetty-launcher-952-thread-3) [n:127.0.0.1:38135_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38135.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b7b82b0 [junit4] 2> 675761 INFO (jetty-launcher-952-thread-3) [n:127.0.0.1:38135_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_7E317C251EB1DB63-001/tempDir-001/node3/. [junit4] 2> 675781 INFO (SUITE-AutoAddReplicasIntegrationTest-seed#[7E317C251EB1DB63]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 675782 INFO (SUITE-AutoAddReplicasIntegrationTest-seed#[7E317C251EB1DB63]-worker) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42263/solr ready [junit4] 2> 675803 INFO (TEST-AutoAddReplicasIntegrationTest.testSimple-seed#[7E317C251EB1DB63]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testSimple [junit4] 2> 675823 INFO (qtp1116394022-7233) [n:127.0.0.1:39715_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:39715_solr,127.0.0.1:33797_solr&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 675824 INFO (OverseerThreadFactory-2387-thread-1-processing-n:127.0.0.1:33797_solr) [n:127.0.0.1:33797_solr ] o.a.s.c.CreateCollectionCmd Create collection testSimple1 [junit4] 2> 675928 INFO (OverseerStateUpdate-98929535857983496-127.0.0.1:33797_solr-n_0000000000) [n:127.0.0.1:33797_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple1_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:33797/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 675929 INFO (OverseerStateUpdate-98929535857983496-127.0.0.1:33797_solr-n_0000000000) [n:127.0.0.1:33797_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple1_shard1_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:39715/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 675930 INFO (OverseerStateUpdate-98929535857983496-127.0.0.1:33797_solr-n_0000000000) [n:127.0.0.1:33797_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple1", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"testSimple1_shard2_replica_n4", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:33797/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 675931 INFO (OverseerStateUpdate-98929535857983496-127.0.0.1:33797_solr-n_0000000000) [n:127.0.0.1:33797_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple1", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"testSimple1_shard2_replica_n6", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:39715/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 676143 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 676143 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 676144 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 676165 INFO (qtp1107326822-7237) [n:127.0.0.1:33797_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 676166 INFO (qtp1107326822-7237) [n:127.0.0.1:33797_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 676173 INFO (qtp1107326822-7241) [n:127.0.0.1:33797_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 676275 INFO (zkCallback-970-thread-1-processing-n:127.0.0.1:39715_solr) [n:127.0.0.1:39715_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 676275 INFO (zkCallback-961-thread-1-processing-n:127.0.0.1:33797_solr) [n:127.0.0.1:33797_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 676275 INFO (zkCallback-961-thread-2-processing-n:127.0.0.1:33797_solr) [n:127.0.0.1:33797_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 676634 DEBUG (ScheduledTrigger-2385-thread-1) [n:127.0.0.1:33797_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: [127.0.0.1:39715_solr, 127.0.0.1:33797_solr, 127.0.0.1:38135_solr] [junit4] 2> 677152 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 677156 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal [junit4] 2> 677157 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 677157 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using configuration from collection testSimple1, trusted=true [junit4] 2> 677157 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39715.solr.core.testSimple1.shard2.replica_n6' (registry 'solr.core.testSimple1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b7b82b0 [junit4] 2> 677157 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 677157 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_7E317C251EB1DB63-001/tempDir-001/node1/testSimple1_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_7E317C251EB1DB63-001/tempDir-001/node1/./testSimple1_shard2_replica_n6/data/] [junit4] 2> 677164 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 677182 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal [junit4] 2> 677183 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 677184 INFO (qtp1107326822-7241) [n:127.0.0.1:33797_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 677184 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using configuration from collection testSimple1, trusted=true [junit4] 2> 677184 INFO (qtp1107326822-7237) [n:127.0.0.1:33797_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 677184 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39715.solr.core.testSimple1.shard1.replica_n2' (registry 'solr.core.testSimple1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b7b82b0 [junit4] 2> 677184 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 677184 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_7E317C251EB1DB63-001/tempDir-001/node1/testSimple1_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_7E317C251EB1DB63-001/tempDir-001/node1/./testSimple1_shard1_replica_n2/data/] [junit4] 2> 677188 INFO (qtp1107326822-7241) [n:127.0.0.1:33797_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal [junit4] 2> 677188 INFO (qtp1107326822-7237) [n:127.0.0.1:33797_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal [junit4] 2> 677190 INFO (qtp1107326822-7237) [n:127.0.0.1:33797_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 677190 INFO (qtp1107326822-7237) [n:127.0.0.1:33797_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using configuration from collection testSimple1, trusted=true [junit4] 2> 677190 INFO (qtp1107326822-7241) [n:127.0.0.1:33797_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 677190 INFO (qtp1107326822-7241) [n:127.0.0.1:33797_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using configuration from collection testSimple1, trusted=true [junit4] 2> 677190 INFO (qtp1107326822-7241) [n:127.0.0.1:33797_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33797.solr.core.testSimple1.shard1.replica_n1' (registry 'solr.core.testSimple1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b7b82b0 [junit4] 2> 677190 INFO (qtp1107326822-7237) [n:127.0.0.1:33797_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33797.solr.core.testSimple1.shard2.replica_n4' (registry 'solr.core.testSimple1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b7b82b0 [junit4] 2> 677190 INFO (qtp1107326822-7241) [n:127.0.0.1:33797_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 677190 INFO (qtp1107326822-7237) [n:127.0.0.1:33797_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 677190 INFO (qtp1107326822-7241) [n:127.0.0.1:33797_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_7E317C251EB1DB63-001/tempDir-001/node2/testSimple1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_7E317C251EB1DB63-001/tempDir-001/node2/./testSimple1_shard1_replica_n1/data/] [junit4] 2> 677190 INFO (qtp1107326822-7237) [n:127.0.0.1:33797_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_7E317C251EB1DB63-001/tempDir-001/node2/testSimple1_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_7E317C251EB1DB63-001/tempDir-001/node2/./testSimple1_shard2_replica_n4/data/] [junit4] 2> 677207 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 677208 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 677209 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 677209 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 677210 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@7e5b646b[testSimple1_shard2_replica_n6] main] [junit4] 2> 677211 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 677211 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 677211 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 677212 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1582872575571132416 [junit4] 2> 677213 INFO (searcherExecutor-2394-thread-1-processing-n:127.0.0.1:39715_solr x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [testSimple1_shard2_replica_n6] Registered new searcher Searcher@7e5b646b[testSimple1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 677233 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms [junit4] 2> 677236 INFO (qtp1107326822-7237) [n:127.0.0.1:33797_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 677236 INFO (qtp1107326822-7237) [n:127.0.0.1:33797_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 677237 INFO (qtp1107326822-7237) [n:127.0.0.1:33797_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 677237 INFO (qtp1107326822-7237) [n:127.0.0.1:33797_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 677238 INFO (qtp1107326822-7237) [n:127.0.0.1:33797_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@149f091e[testSimple1_shard2_replica_n4] main] [junit4] 2> 677238 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 677238 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 677238 INFO (qtp1107326822-7237) [n:127.0.0.1:33797_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 677238 INFO (qtp1107326822-7237) [n:127.0.0.1:33797_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 677239 INFO (qtp1107326822-7237) [n:127.0.0.1:33797_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 677239 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 677239 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 677239 INFO (searcherExecutor-2396-thread-1-processing-n:127.0.0.1:33797_solr x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7) [n:127.0.0.1:33797_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore [testSimple1_shard2_replica_n4] Registered new searcher Searcher@149f091e[testSimple1_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 677239 INFO (qtp1107326822-7237) [n:127.0.0.1:33797_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1582872575599443968 [junit4] 2> 677241 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@6d776030[testSimple1_shard1_replica_n2] main] [junit4] 2> 677244 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 677244 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 677244 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 677245 INFO (searcherExecutor-2395-thread-1-processing-n:127.0.0.1:39715_solr x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [testSimple1_shard1_replica_n2] Registered new searcher Searcher@6d776030[testSimple1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 677245 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1582872575605735424 [junit4] 2> 677248 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms [junit4] 2> 677250 INFO (qtp1107326822-7241) [n:127.0.0.1:33797_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 677250 INFO (qtp1107326822-7241) [n:127.0.0.1:33797_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 677251 INFO (qtp1107326822-7241) [n:127.0.0.1:33797_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 677251 INFO (qtp1107326822-7241) [n:127.0.0.1:33797_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 677252 INFO (qtp1107326822-7241) [n:127.0.0.1:33797_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3b894d3e[testSimple1_shard1_replica_n1] main] [junit4] 2> 677253 INFO (qtp1107326822-7241) [n:127.0.0.1:33797_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 677253 INFO (qtp1107326822-7241) [n:127.0.0.1:33797_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 677253 INFO (qtp1107326822-7241) [n:127.0.0.1:33797_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 677254 INFO (searcherExecutor-2397-thread-1-processing-n:127.0.0.1:33797_solr x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3) [n:127.0.0.1:33797_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [testSimple1_shard1_replica_n1] Registered new searcher Searcher@3b894d3e[testSimple1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 677254 INFO (qtp1107326822-7241) [n:127.0.0.1:33797_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1582872575615172608 [junit4] 2> 677350 INFO (zkCallback-961-thread-2-processing-n:127.0.0.1:33797_solr) [n:127.0.0.1:33797_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 677350 INFO (zkCallback-970-thread-1-processing-n:127.0.0.1:39715_solr) [n:127.0.0.1:39715_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 677350 INFO (zkCallback-961-thread-1-processing-n:127.0.0.1:33797_solr) [n:127.0.0.1:33797_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 677635 DEBUG (ScheduledTrigger-2385-thread-2) [n:127.0.0.1:33797_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: [127.0.0.1:39715_solr, 127.0.0.1:33797_solr, 127.0.0.1:38135_solr] [junit4] 2> 677734 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 677734 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 677734 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39715/solr/testSimple1_shard2_replica_n6/ [junit4] 2> 677734 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6 url=https://127.0.0.1:39715/solr START replicas=[https://127.0.0.1:33797/solr/testSimple1_shard2_replica_n4/] nUpdates=100 [junit4] 2> 677737 INFO (qtp1107326822-7242) [n:127.0.0.1:33797_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.S.Request [testSimple1_shard2_replica_n4] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 677749 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 677749 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 677749 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39715/solr/testSimple1_shard1_replica_n2/ [junit4] 2> 677749 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=https://127.0.0.1:39715/solr START replicas=[https://127.0.0.1:33797/solr/testSimple1_shard1_replica_n1/] nUpdates=100 [junit4] 2> 677750 INFO (qtp1107326822-7238) [n:127.0.0.1:33797_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.S.Request [testSimple1_shard1_replica_n1] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 678034 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6 url=https://127.0.0.1:39715/solr DONE. We have no versions. sync failed. [junit4] 2> 678035 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 678035 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway [junit4] 2> 678035 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 678036 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39715/solr/testSimple1_shard2_replica_n6/ shard2 [junit4] 2> 678049 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=https://127.0.0.1:39715/solr DONE. We have no versions. sync failed. [junit4] 2> 678049 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 678049 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway [junit4] 2> 678049 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 678051 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39715/solr/testSimple1_shard1_replica_n2/ shard1 [junit4] 2> 678152 INFO (zkCallback-961-thread-1-processing-n:127.0.0.1:33797_solr) [n:127.0.0.1:33797_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 678152 INFO (zkCallback-961-thread-2-processing-n:127.0.0.1:33797_solr) [n:127.0.0.1:33797_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 678152 INFO (zkCallback-970-thread-1-processing-n:127.0.0.1:39715_solr) [n:127.0.0.1:39715_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 678187 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 678187 INFO (qtp1116394022-7249) [n:127.0.0.1:39715_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2044 [junit4] 2> 678201 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 678202 INFO (qtp1116394022-7253) [n:127.0.0.1:39715_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2059 [junit4] 2> 678248 INFO (qtp1107326822-7237) [n:127.0.0.1:33797_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2082 [junit4] 2> 678257 INFO (qtp1107326822-7241) [n:127.0.0.1:33797_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2084 [junit4] 2> 678259 INFO (qtp1116394022-7233) [n:127.0.0.1:39715_solr ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 678358 INFO (zkCallback-970-thread-1-processing-n:127.0.0.1:39715_solr) [n:127.0.0.1:39715_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 678358 INFO (zkCallback-961-thread-1-processing-n:127.0.0.1:33797_solr) [n:127.0.0.1:33797_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 678358 INFO (zkCallback-961-thread-2-processing-n:127.0.0.1:33797_solr) [n:127.0.0.1:33797_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 678635 DEBUG (ScheduledTrigger-2385-thread-1) [n:127.0.0.1:33797_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: [127.0.0.1:39715_solr, 127.0.0.1:33797_solr, 127.0.0.1:38135_solr] [junit4] 2> 679260 INFO (qtp1116394022-7233) [n:127.0.0.1:39715_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:39715_solr,127.0.0.1:33797_solr&wt=javabin&version=2} status=0 QTime=3436 [junit4] 2> 679260 INFO (qtp1116394022-7252) [n:127.0.0.1:39715_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:33797_solr,127.0.0.1:38135_solr&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 679261 INFO (OverseerThreadFactory-2387-thread-2-processing-n:127.0.0.1:33797_solr) [n:127.0.0.1:33797_solr ] o.a.s.c.CreateCollectionCmd Create collection testSimple2 [junit4] 2> 679261 INFO (OverseerCollectionConfigSetProcessor-98929535857983496-127.0.0.1:33797_solr-n_0000000000) [n:127.0.0.1:33797_solr ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 679465 INFO (OverseerStateUpdate-98929535857983496-127.0.0.1:33797_solr-n_0000000000) [n:127.0.0.1:33797_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple2", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple2_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:38135/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 679466 INFO (OverseerStateUpdate-98929535857983496-127.0.0.1:33797_solr-n_0000000000) [n:127.0.0.1:33797_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple2", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple2_shard1_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:33797/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 679466 INFO (OverseerStateUpdate-98929535857983496-127.0.0.1:33797_solr-n_0000000000) [n:127.0.0.1:33797_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple2", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"testSimple2_shard2_replica_n4", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:38135/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 679467 INFO (OverseerStateUpdate-98929535857983496-127.0.0.1:33797_solr-n_0000000000) [n:127.0.0.1:33797_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple2", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"testSimple2_shard2_replica_n6", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:33797/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 679636 DEBUG (ScheduledTrigger-2385-thread-1) [n:127.0.0.1:33797_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: [127.0.0.1:39715_solr, 127.0.0.1:33797_solr, 127.0.0.1:38135_solr] [junit4] 2> 679670 INFO (qtp1107326822-7243) [n:127.0.0.1:33797_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 679671 INFO (qtp1107326822-7234) [n:127.0.0.1:33797_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple2_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple2&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 679697 INFO (qtp1813346647-7258) [n:127.0.0.1:38135_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple2_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple2&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 679697 INFO (qtp1813346647-7258) [n:127.0.0.1:38135_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 679703 INFO (qtp1813346647-7260) [n:127.0.0.1:38135_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 679805 INFO (zkCallback-968-thread-1-processing-n:127.0.0.1:38135_solr) [n:127.0.0.1:38135_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 679805 INFO (zkCallback-961-thread-1-processing-n:127.0.0.1:33797_solr) [n:127.0.0.1:33797_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 679805 INFO (zkCallback-961-thread-2-processing-n:127.0.0.1:33797_solr) [n:127.0.0.1:33797_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 679805 INFO (zkCallback-968-thread-2-processing-n:127.0.0.1:38135_solr) [n:127.0.0.1:38135_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 680636 DEBUG (ScheduledTrigger-2385-thread-1) [n:127.0.0.1:33797_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: [127.0.0.1:39715_solr, 127.0.0.1:33797_solr, 127.0.0.1:38135_solr] [junit4] 2> 680679 INFO (qtp1107326822-7243) [n:127.0.0.1:33797_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 680682 INFO (qtp1107326822-7234) [n:127.0.0.1:33797_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 680686 INFO (qtp1107326822-7243) [n:127.0.0.1:33797_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n2] Schema name=minimal [junit4] 2> 680686 INFO (qtp1107326822-7234) [n:127.0.0.1:33797_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.s.IndexSchema [testSimple2_shard2_replica_n6] Schema name=minimal [junit4] 2> 680688 INFO (qtp1107326822-7234) [n:127.0.0.1:33797_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 680688 INFO (qtp1107326822-7234) [n:127.0.0.1:33797_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard2_replica_n6' using configuration from collection testSimple2, trusted=true [junit4] 2> 680688 INFO (qtp1107326822-7243) [n:127.0.0.1:33797_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 680688 INFO (qtp1107326822-7243) [n:127.0.0.1:33797_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n2' using configuration from collection testSimple2, trusted=true [junit4] 2> 680688 INFO (qtp1107326822-7234) [n:127.0.0.1:33797_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33797.solr.core.testSimple2.shard2.replica_n6' (registry 'solr.core.testSimple2.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b7b82b0 [junit4] 2> 680688 INFO (qtp1107326822-7243) [n:127.0.0.1:33797_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33797.solr.core.testSimple2.shard1.replica_n2' (registry 'solr.core.testSimple2.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b7b82b0 [junit4] 2> 680688 INFO (qtp1107326822-7234) [n:127.0.0.1:33797_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 680688 INFO (qtp1107326822-7234) [n:127.0.0.1:33797_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.c.SolrCore [[testSimple2_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_7E317C251EB1DB63-001/tempDir-001/node2/testSimple2_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_7E317C251EB1DB63-001/tempDir-001/node2/./testSimple2_shard2_replica_n6/data/] [junit4] 2> 680688 INFO (qtp1107326822-7243) [n:127.0.0.1:33797_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 680688 INFO (qtp1107326822-7243) [n:127.0.0.1:33797_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_7E317C251EB1DB63-001/tempDir-001/node2/testSimple2_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_7E317C251EB1DB63-001/tempDir-001/node2/./testSimple2_shard1_replica_n2/data/] [junit4] 2> 680705 INFO (qtp1813346647-7258) [n:127.0.0.1:38135_solr c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 680735 INFO (qtp1813346647-7258) [n:127.0.0.1:38135_solr c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] o.a.s.s.IndexSchema [testSimple2_shard2_replica_n4] Schema name=minimal [junit4] 2> 680737 INFO (qtp1813346647-7260) [n:127.0.0.1:38135_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 680737 INFO (qtp1813346647-7258) [n:127.0.0.1:38135_solr c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 680737 INFO (qtp1813346647-7258) [n:127.0.0.1:38135_solr c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard2_replica_n4' using configuration from collection testSimple2, trusted=true [junit4] 2> 680738 INFO (qtp1813346647-7258) [n:127.0.0.1:38135_solr c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38135.solr.core.testSimple2.shard2.replica_n4' (registry 'solr.core.testSimple2.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b7b82b0 [junit4] 2> 680738 INFO (qtp1813346647-7258) [n:127.0.0.1:38135_solr c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 680738 INFO (qtp1813346647-7258) [n:127.0.0.1:38135_solr c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] o.a.s.c.SolrCore [[testSimple2_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_7E317C251EB1DB63-001/tempDir-001/node3/testSimple2_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_7E317C251EB1DB63-001/tempDir-001/node3/./testSimple2_shard2_replica_n4/data/] [junit4] 2> 680746 INFO (qtp1813346647-7260) [n:127.0.0.1:38135_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n1] Schema name=minimal [junit4] 2> 680747 INFO (qtp1813346647-7260) [n:127.0.0.1:38135_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 680747 INFO (qtp1813346647-7260) [n:127.0.0.1:38135_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n1' using configuration from collection testSimple2, trusted=true [junit4] 2> 680748 INFO (qtp1813346647-7260) [n:127.0.0.1:38135_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38135.solr.core.testSimple2.shard1.replica_n1' (registry 'solr.core.testSimple2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b7b82b0 [junit4] 2> 680748 INFO (qtp1813346647-7260) [n:127.0.0.1:38135_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 680748 INFO (qtp1813346647-7260) [n:127.0.0.1:38135_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_7E317C251EB1DB63-001/tempDir-001/node3/testSimple2_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_7E317C251EB1DB63-001/tempDir-001/node3/./testSimple2_shard1_replica_n1/data/] [junit4] 2> 680761 INFO (qtp1107326822-7243) [n:127.0.0.1:33797_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 680761 INFO (qtp1107326822-7243) [n:127.0.0.1:33797_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 680762 INFO (qtp1107326822-7234) [n:127.0.0.1:33797_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 680762 INFO (qtp1107326822-7234) [n:127.0.0.1:33797_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 680763 INFO (qtp1107326822-7243) [n:127.0.0.1:33797_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 680763 INFO (qtp1107326822-7243) [n:127.0.0.1:33797_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 680763 INFO (qtp1107326822-7234) [n:127.0.0.1:33797_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 680763 INFO (qtp1107326822-7234) [n:127.0.0.1:33797_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 680764 INFO (qtp1107326822-7243) [n:127.0.0.1:33797_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@3c3128ea[testSimple2_shard1_replica_n2] main] [junit4] 2> 680765 INFO (qtp1107326822-7234) [n:127.0.0.1:33797_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@5874737d[testSimple2_shard2_replica_n6] main] [junit4] 2> 680765 INFO (qtp1107326822-7243) [n:127.0.0.1:33797_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 680766 INFO (qtp1107326822-7234) [n:127.0.0.1:33797_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 680766 INFO (qtp1107326822-7243) [n:127.0.0.1:33797_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 680766 INFO (qtp1107326822-7234) [n:127.0.0.1:33797_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 680766 INFO (qtp1107326822-7243) [n:127.0.0.1:33797_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 680767 INFO (qtp1107326822-7234) [n:127.0.0.1:33797_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 680767 INFO (qtp1107326822-7234) [n:127.0.0.1:33797_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1582872579298820096 [junit4] 2> 680767 INFO (searcherExecutor-2415-thread-1-processing-n:127.0.0.1:33797_solr x:testSimple2_shard1_replica_n2 s:shard1 c:testSimple2 r:core_node5) [n:127.0.0.1:33797_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore [testSimple2_shard1_replica_n2] Registered new searcher Searcher@3c3128ea[testSimple2_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 680767 INFO (qtp1107326822-7243) [n:127.0.0.1:33797_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1582872579298820096 [junit4] 2> 680769 INFO (searcherExecutor-2414-thread-1-processing-n:127.0.0.1:33797_solr x:testSimple2_shard2_replica_n6 s:shard2 c:testSimple2 r:core_node8) [n:127.0.0.1:33797_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.c.SolrCore [testSimple2_shard2_replica_n6] Registered new searcher Searcher@5874737d[testSimple2_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 680776 INFO (qtp1813346647-7258) [n:127.0.0.1:38135_solr c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 680776 INFO (qtp1813346647-7258) [n:127.0.0.1:38135_solr c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 680777 INFO (qtp1813346647-7258) [n:127.0.0.1:38135_solr c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 680777 INFO (qtp1813346647-7258) [n:127.0.0.1:38135_solr c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 680778 INFO (qtp1813346647-7258) [n:127.0.0.1:38135_solr c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@7c1dcfa8[testSimple2_shard2_replica_n4] main] [junit4] 2> 680779 INFO (qtp1107326822-7234) [n:127.0.0.1:33797_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms [junit4] 2> 680779 INFO (qtp1107326822-7243) [n:127.0.0.1:33797_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms [junit4] 2> 680779 INFO (qtp1813346647-7258) [n:127.0.0.1:38135_solr c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 680780 INFO (qtp1813346647-7258) [n:127.0.0.1:38135_solr c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 680780 INFO (qtp1813346647-7258) [n:127.0.0.1:38135_solr c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 680781 INFO (searcherExecutor-2416-thread-1-processing-n:127.0.0.1:38135_solr x:testSimple2_shard2_replica_n4 s:shard2 c:testSimple2 r:core_node7) [n:127.0.0.1:38135_solr c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] o.a.s.c.SolrCore [testSimple2_shard2_replica_n4] Registered new searcher Searcher@7c1dcfa8[testSimple2_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 680781 INFO (qtp1813346647-7258) [n:127.0.0.1:38135_solr c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1582872579313500160 [junit4] 2> 680793 INFO (qtp1813346647-7260) [n:127.0.0.1:38135_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 680793 INFO (qtp1813346647-7260) [n:127.0.0.1:38135_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 680795 INFO (qtp1813346647-7260) [n:127.0.0.1:38135_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 680795 INFO (qtp1813346647-7260) [n:127.0.0.1:38135_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 680796 INFO (qtp1813346647-7260) [n:127.0.0.1:38135_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@495e5ae2[testSimple2_shard1_replica_n1] main] [junit4] 2> 680797 INFO (qtp1813346647-7260) [n:127.0.0.1:38135_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 680797 INFO (qtp1813346647-7260) [n:127.0.0.1:38135_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 680798 INFO (qtp1813346647-7260) [n:127.0.0.1:38135_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 680798 INFO (searcherExecutor-2419-thread-1-processing-n:127.0.0.1:38135_solr x:testSimple2_shard1_replica_n1 s:shard1 c:testSimple2 r:core_node3) [n:127.0.0.1:38135_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore [testSimple2_shard1_replica_n1] Registered new searcher Searcher@495e5ae2[testSimple2_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 680798 INFO (qtp1813346647-7260) [n:127.0.0.1:38135_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1582872579331325952 [junit4] 2> 680880 INFO (zkCallback-968-thread-2-processing-n:127.0.0.1:38135_solr) [n:127.0.0.1:38135_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 680880 INFO (zkCallback-968-thread-1-processing-n:127.0.0.1:38135_solr) [n:127.0.0.1:38135_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 680880 INFO (zkCallback-961-thread-1-processing-n:127.0.0.1:33797_solr) [n:127.0.0.1:33797_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 680880 INFO (zkCallback-961-thread-2-processing-n:127.0.0.1:33797_solr) [n:127.0.0.1:33797_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 681279 INFO (qtp1107326822-7234) [n:127.0.0.1:33797_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 681279 INFO (qtp1107326822-7234) [n:127.0.0.1:33797_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 681279 INFO (qtp1107326822-7234) [n:127.0.0.1:33797_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:33797/solr/testSimpl [...truncated too long message...] 229-thread-1) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null [junit4] 2> 1773816 INFO (zkCallback-2235-thread-1-processing-n:127.0.0.1:41119_solr) [n:127.0.0.1:41119_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0) [junit4] 2> 1773816 INFO (coreCloseExecutor-6319-thread-1) [n:127.0.0.1:41119_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-target_shard1_replica_n1] CLOSING SolrCore org.apache.solr.core.SolrCore@7d1b42e9 [junit4] 2> 1773816 INFO (zkCallback-2235-thread-2-processing-n:127.0.0.1:41119_solr) [n:127.0.0.1:41119_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [0]) [junit4] 2> 1773816 INFO (coreCloseExecutor-6319-thread-1) [n:127.0.0.1:41119_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.cdcr-target.shard1.replica_n1, tag=2098938601 [junit4] 2> 1773816 INFO (zkCallback-2235-thread-3-processing-n:127.0.0.1:41119_solr) [n:127.0.0.1:41119_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [0]) [junit4] 2> 1773816 INFO (coreCloseExecutor-6319-thread-1) [n:127.0.0.1:41119_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@78ab4e2b: rootName = solr_41119, domain = solr.core.cdcr-target.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.cdcr-target.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@4d4ce24a [junit4] 2> 1773825 INFO (coreCloseExecutor-6319-thread-1) [n:127.0.0.1:41119_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.cdcr-target.shard1.leader, tag=2098938601 [junit4] 2> 1773825 INFO (coreCloseExecutor-6319-thread-1) [n:127.0.0.1:41119_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrRequestHandler Solr core is being closed - shutting down CDCR handler @ cdcr-target:shard1 [junit4] 2> 1773826 INFO (jetty-closer-2229-thread-1) [ ] o.a.s.c.Overseer Overseer (id=98929606434684931-127.0.0.1:41119_solr-n_0000000000) closing [junit4] 2> 1773826 INFO (OverseerStateUpdate-98929606434684931-127.0.0.1:41119_solr-n_0000000000) [n:127.0.0.1:41119_solr ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41119_solr [junit4] 2> 1773827 WARN (OverseerAutoScalingTriggerThread-98929606434684931-127.0.0.1:41119_solr-n_0000000000) [n:127.0.0.1:41119_solr ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting. [junit4] 2> 1773829 INFO (jetty-closer-2229-thread-1) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@74cd652d{/solr,null,UNAVAILABLE} [junit4] 2> 1773829 ERROR (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[7E317C251EB1DB63]) [ ] 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> 1773829 INFO (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[7E317C251EB1DB63]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38251 38251 [junit4] 2> 1782487 INFO (Thread-2714) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38251 38251 [junit4] 2> 1782488 WARN (Thread-2714) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 3 /solr/aliases.json [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 6 /solr/collections/cdcr-target/state.json [junit4] 2> 3 /solr/clusterstate.json [junit4] 2> 3 /solr/clusterprops.json [junit4] 2> 2 /solr/collections/cdcr-target/cdcr/state/process [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 3 /solr/live_nodes [junit4] 2> 3 /solr/collections [junit4] 2> [junit4] 2> 1782488 INFO (TEST-CdcrBootstrapTest.testBootstrapWithSourceCluster-seed#[7E317C251EB1DB63]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testBootstrapWithSourceCluster [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.CdcrBootstrapTest_7E317C251EB1DB63-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {_version_=Lucene50(blocksize=128), xyz=BlockTreeOrds(blocksize=128), id=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, maxPointsInLeafNode=1593, maxMBSortInHeap=5.761164746330288, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4e6f1446), locale=fr-CA, timezone=America/Curacao [junit4] 2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=131623544,total=518979584 [junit4] 2> NOTE: All tests run in this JVM: [ResourceLoaderTest, TestNonDefinedSimilarityFactory, TestManagedSynonymFilterFactory, TestSortByMinMaxFunction, UpdateRequestProcessorFactoryTest, WrapperMergePolicyFactoryTest, DistributedFacetPivotWhiteBoxTest, DistributedQueryElevationComponentTest, TestQueryWrapperFilter, LeaderElectionIntegrationTest, TestExpandComponent, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CleanupOldIndexTest, TestConfigReload, TestPointFields, ConjunctionSolrSpellCheckerTest, TestZkAclsWithHadoopAuth, TestLocalFSCloudBackupRestore, TestEmbeddedSolrServerSchemaAPI, SolrInfoBeanTest, SliceStateTest, TestManagedSchema, TestStandardQParsers, TestOverriddenPrefixQueryForCustomFieldType, TestDynamicLoading, DistributedMLTComponentTest, BasicAuthStandaloneTest, TestReRankQParserPlugin, SoftAutoCommitTest, DateMathParserTest, TestSolrJ, TestJsonFacets, ActionThrottleTest, TestDocTermOrds, TestSchemaResource, TestConfig, TestSuggestSpellingConverter, DistributedSuggestComponentTest, CdcrReplicationHandlerTest, TestConfigsApi, TestFoldingMultitermQuery, TestPhraseSuggestions, DistributedFacetPivotLongTailTest, RuleEngineTest, TestTrackingShardHandlerFactory, ResponseLogComponentTest, TestMergePolicyConfig, SolrSlf4jReporterTest, AnalysisErrorHandlingTest, DistribCursorPagingTest, TemplateUpdateProcessorTest, TestConfigSets, TlogReplayBufferedWhileIndexingTest, TestSystemCollAutoCreate, LeaderElectionContextKeyTest, BasicDistributedZkTest, TestRecovery, DateRangeFieldTest, TestIBSimilarityFactory, PeerSyncWithIndexFingerprintCachingTest, TestBlendedInfixSuggestions, TestFilteredDocIdSet, RemoteQueryErrorTest, MinimalSchemaTest, HdfsThreadLeakTest, TestInPlaceUpdatesStandalone, TestInitParams, TestFieldTypeCollectionResource, RestartWhileUpdatingTest, TestCloudPseudoReturnFields, HdfsWriteToMultipleCollectionsTest, ZkStateReaderTest, TestComponentsName, TestSweetSpotSimilarityFactory, MetricUtilsTest, TestRetrieveFieldsOptimizer, AutoscalingHistoryHandlerTest, BasicFunctionalityTest, SpatialFilterTest, ReplicaListTransformerTest, TestExceedMaxTermLength, JsonLoaderTest, TestComplexPhraseQParserPlugin, SolrPluginUtilsTest, TestSolrDeletionPolicy1, TestConfigSetsAPI, TestDistributedSearch, MergeStrategyTest, TestPKIAuthenticationPlugin, TestClusterProperties, SolrCoreTest, TestCloudNestedDocsSort, BufferStoreTest, TestScoreJoinQPScore, TestFieldCacheWithThreads, TestReqParamsAPI, TestLuceneIndexBackCompat, TestRandomFaceting, TermVectorComponentTest, TestLegacyFieldReuse, TestRequestStatusCollectionAPI, TestBinaryResponseWriter, TestPostingsSolrHighlighter, TestSolrXml, TestQueryUtils, AnalysisAfterCoreReloadTest, RAMDirectoryFactoryTest, TestSolrCLIRunExample, TestBulkSchemaAPI, OverseerTaskQueueTest, TestShardHandlerFactory, TestBadConfig, TestMultiValuedNumericRangeQuery, TestFastOutputStream, RequestLoggingTest, CoreMergeIndexesAdminHandlerTest, TestHighFrequencyDictionaryFactory, SpatialRPTFieldTypeTest, IndexSchemaRuntimeFieldTest, BaseCdcrDistributedZkTest, CoreSorterTest, TestSolrCloudWithDelegationTokens, TestSolrIndexConfig, ManagedSchemaRoundRobinCloudTest, UnloadDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, ShardRoutingTest, ClusterStateUpdateTest, ZkSolrClientTest, ZkCLITest, ShardRoutingCustomTest, ZkControllerTest, TestJoin, TestRangeQuery, SolrCmdDistributorTest, QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFiltering, SolrIndexSplitterTest, TestCoreDiscovery, SuggesterFSTTest, DocValuesTest, SortByFunctionTest, DistanceFunctionTest, CacheHeaderTest, LukeRequestHandlerTest, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, TermsComponentTest, TestSolrQueryParser, LoggingHandlerTest, TestJmxIntegration, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, TestPHPSerializedResponseWriter, TestLFUCache, SampleTest, TestBinaryField, OutputWriterTest, ExternalFileFieldSortTest, NotRequiredUniqueKeyTest, TestCharFilters, TestXIncludeConfig, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, URLClassifyProcessorTest, TestSystemIdResolver, SpellingQueryConverterTest, TestUtils, ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, CircularListTest, CursorPagingTest, TestEmbeddedSolrServerConstructors, ConnectionReuseTest, AsyncCallRequestStatusResponseTest, CdcrBootstrapTest] [junit4] Completed [525/747 (2!)] on J0 in 271.03s, 3 tests, 1 error <<< FAILURES! [...truncated 47974 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
