Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2584/
2 tests failed. FAILED: org.apache.solr.cloud.TestUtilizeNode.test Error Message: Error from server at http://127.0.0.1:42070/solr: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling.json Stack Trace: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:42070/solr: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling.json at __randomizedtesting.SeedInfo.seed([366BB180337A13DE:BE3F8E5A9D867E26]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:829) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819) at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) at org.apache.solr.cloud.TestUtilizeNode.test(TestUtilizeNode.java:119) 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.search.TestRecovery.testExistOldBufferLog Error Message: Stack Trace: java.lang.AssertionError at __randomizedtesting.SeedInfo.seed([366BB180337A13DE:683BACD5BDB58357]:0) at org.junit.Assert.fail(Assert.java:92) at org.junit.Assert.assertTrue(Assert.java:43) at org.junit.Assert.assertFalse(Assert.java:68) at org.junit.Assert.assertFalse(Assert.java:79) at org.apache.solr.search.TestRecovery.testExistOldBufferLog(TestRecovery.java:1071) 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 12513 lines...] [junit4] Suite: org.apache.solr.cloud.TestUtilizeNode [junit4] 2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_366BB180337A13DE-001/init-core-data-001 [junit4] 2> 225584 WARN (SUITE-TestUtilizeNode-seed#[366BB180337A13DE]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6 [junit4] 2> 225585 INFO (SUITE-TestUtilizeNode-seed#[366BB180337A13DE]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true [junit4] 2> 225586 INFO (SUITE-TestUtilizeNode-seed#[366BB180337A13DE]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) [junit4] 2> 225621 INFO (SUITE-TestUtilizeNode-seed#[366BB180337A13DE]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> 225621 INFO (SUITE-TestUtilizeNode-seed#[366BB180337A13DE]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_366BB180337A13DE-001/tempDir-001 [junit4] 2> 225621 INFO (SUITE-TestUtilizeNode-seed#[366BB180337A13DE]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 225632 INFO (Thread-167) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 225632 INFO (Thread-167) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 225697 ERROR (Thread-167) [ ] 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> 225791 INFO (SUITE-TestUtilizeNode-seed#[366BB180337A13DE]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:45412 [junit4] 2> 225813 INFO (zkConnectionManagerCallback-309-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 225849 INFO (jetty-launcher-306-thread-1) [ ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11 [junit4] 2> 225850 INFO (jetty-launcher-306-thread-2) [ ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11 [junit4] 2> 225864 INFO (jetty-launcher-306-thread-3) [ ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11 [junit4] 2> 225885 INFO (jetty-launcher-306-thread-1) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 225885 INFO (jetty-launcher-306-thread-1) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 225885 INFO (jetty-launcher-306-thread-1) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 225885 INFO (jetty-launcher-306-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5aa2e444{/solr,null,AVAILABLE} [junit4] 2> 225921 INFO (jetty-launcher-306-thread-2) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 225921 INFO (jetty-launcher-306-thread-2) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 225921 INFO (jetty-launcher-306-thread-2) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 225922 INFO (jetty-launcher-306-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@26dd45c4{/solr,null,AVAILABLE} [junit4] 2> 225923 INFO (jetty-launcher-306-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@30f52d44{HTTP/1.1,[http/1.1]}{127.0.0.1:39334} [junit4] 2> 225923 INFO (jetty-launcher-306-thread-1) [ ] o.e.j.s.Server Started @225974ms [junit4] 2> 225923 INFO (jetty-launcher-306-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39334} [junit4] 2> 225924 ERROR (jetty-launcher-306-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 225924 INFO (jetty-launcher-306-thread-1) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 225924 INFO (jetty-launcher-306-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.0.0 [junit4] 2> 225938 INFO (jetty-launcher-306-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 225938 INFO (jetty-launcher-306-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 225938 INFO (jetty-launcher-306-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-07-02T17:48:52.996Z [junit4] 2> 225958 INFO (jetty-launcher-306-thread-3) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 225958 INFO (jetty-launcher-306-thread-3) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 225958 INFO (jetty-launcher-306-thread-3) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 225959 INFO (jetty-launcher-306-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2114953d{/solr,null,AVAILABLE} [junit4] 2> 225959 INFO (jetty-launcher-306-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@454035ad{HTTP/1.1,[http/1.1]}{127.0.0.1:42070} [junit4] 2> 225959 INFO (jetty-launcher-306-thread-3) [ ] o.e.j.s.Server Started @226010ms [junit4] 2> 225959 INFO (jetty-launcher-306-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42070} [junit4] 2> 225960 ERROR (jetty-launcher-306-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 225960 INFO (jetty-launcher-306-thread-3) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 225960 INFO (jetty-launcher-306-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.0.0 [junit4] 2> 225960 INFO (jetty-launcher-306-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 225960 INFO (jetty-launcher-306-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 225960 INFO (jetty-launcher-306-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-07-02T17:48:53.018Z [junit4] 2> 225985 INFO (jetty-launcher-306-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@3e000d87{HTTP/1.1,[http/1.1]}{127.0.0.1:38178} [junit4] 2> 225985 INFO (jetty-launcher-306-thread-2) [ ] o.e.j.s.Server Started @226036ms [junit4] 2> 225985 INFO (jetty-launcher-306-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38178} [junit4] 2> 225986 ERROR (jetty-launcher-306-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 225986 INFO (jetty-launcher-306-thread-2) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 225986 INFO (jetty-launcher-306-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.0.0 [junit4] 2> 225986 INFO (jetty-launcher-306-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 225986 INFO (jetty-launcher-306-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 225986 INFO (jetty-launcher-306-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-07-02T17:48:53.044Z [junit4] 2> 226022 INFO (zkConnectionManagerCallback-311-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 226022 INFO (zkConnectionManagerCallback-313-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 226023 INFO (zkConnectionManagerCallback-315-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 226023 INFO (jetty-launcher-306-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 226023 INFO (jetty-launcher-306-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 226026 INFO (jetty-launcher-306-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 226063 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x103005f16c30002, likely client has closed socket [junit4] 2> 227086 INFO (jetty-launcher-306-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45412/solr [junit4] 2> 227144 INFO (zkConnectionManagerCallback-319-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 227329 INFO (zkConnectionManagerCallback-321-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 227601 INFO (jetty-launcher-306-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45412/solr [junit4] 2> 227663 INFO (zkConnectionManagerCallback-327-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 227908 INFO (jetty-launcher-306-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45412/solr [junit4] 2> 227927 INFO (zkConnectionManagerCallback-329-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 227927 INFO (zkConnectionManagerCallback-333-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 228077 INFO (zkConnectionManagerCallback-335-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 228165 INFO (jetty-launcher-306-thread-3) [n:127.0.0.1:42070_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 228166 INFO (jetty-launcher-306-thread-3) [n:127.0.0.1:42070_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42070_solr [junit4] 2> 228217 INFO (jetty-launcher-306-thread-3) [n:127.0.0.1:42070_solr ] o.a.s.c.Overseer Overseer (id=72902427371831303-127.0.0.1:42070_solr-n_0000000000) starting [junit4] 2> 228328 INFO (jetty-launcher-306-thread-2) [n:127.0.0.1:38178_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 228346 INFO (jetty-launcher-306-thread-2) [n:127.0.0.1:38178_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38178_solr [junit4] 2> 228450 INFO (zkCallback-328-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 228485 INFO (zkConnectionManagerCallback-344-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 228503 INFO (zkCallback-334-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 228573 INFO (zkConnectionManagerCallback-349-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 228575 INFO (jetty-launcher-306-thread-2) [n:127.0.0.1:38178_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 228592 INFO (jetty-launcher-306-thread-2) [n:127.0.0.1:38178_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45412/solr ready [junit4] 2> 228596 INFO (jetty-launcher-306-thread-3) [n:127.0.0.1:42070_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 228610 INFO (jetty-launcher-306-thread-2) [n:127.0.0.1:38178_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 228634 INFO (jetty-launcher-306-thread-3) [n:127.0.0.1:42070_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45412/solr ready [junit4] 2> 228670 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.Overseer Starting to work on the main queue [junit4] 2> 228672 DEBUG (OverseerAutoScalingTriggerThread-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers [junit4] 2> 228672 INFO (jetty-launcher-306-thread-3) [n:127.0.0.1:42070_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 228672 INFO (jetty-launcher-306-thread-3) [n:127.0.0.1:42070_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42070_solr [junit4] 2> 228742 DEBUG (OverseerAutoScalingTriggerThread-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1 [junit4] 2> 228743 DEBUG (OverseerAutoScalingTriggerThread-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1 [junit4] 2> 228743 DEBUG (OverseerAutoScalingTriggerThread-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1 [junit4] 2> 228817 INFO (zkCallback-328-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 228818 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:42070_solr"} current state version: 0 [junit4] 2> 228818 INFO (zkCallback-334-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 228818 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:42070_solr [junit4] 2> 228858 INFO (jetty-launcher-306-thread-2) [n:127.0.0.1:38178_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38178.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61a3603e [junit4] 2> 228869 INFO (zkCallback-343-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 228869 INFO (zkCallback-348-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 228963 DEBUG (OverseerAutoScalingTriggerThread-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:38178_solr, 127.0.0.1:42070_solr] [junit4] 2> 228978 DEBUG (OverseerAutoScalingTriggerThread-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers [junit4] 2> 228978 DEBUG (ScheduledTrigger-508-thread-1) [ ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 [junit4] 2> 228978 DEBUG (OverseerAutoScalingTriggerThread-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1 [junit4] 2> 228990 INFO (jetty-launcher-306-thread-2) [n:127.0.0.1:38178_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38178.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61a3603e [junit4] 2> 228990 INFO (jetty-launcher-306-thread-2) [n:127.0.0.1:38178_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38178.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61a3603e [junit4] 2> 228991 INFO (jetty-launcher-306-thread-2) [n:127.0.0.1:38178_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_366BB180337A13DE-001/tempDir-001/node2/. [junit4] 2> 229047 INFO (jetty-launcher-306-thread-3) [n:127.0.0.1:42070_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 229152 INFO (jetty-launcher-306-thread-1) [n:127.0.0.1:39334_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 229154 INFO (jetty-launcher-306-thread-1) [n:127.0.0.1:39334_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 229248 INFO (jetty-launcher-306-thread-1) [n:127.0.0.1:39334_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 229248 INFO (jetty-launcher-306-thread-1) [n:127.0.0.1:39334_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39334_solr [junit4] 2> 229263 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:39334_solr"} current state version: 0 [junit4] 2> 229263 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:39334_solr [junit4] 2> 229267 INFO (jetty-launcher-306-thread-3) [n:127.0.0.1:42070_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42070.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61a3603e [junit4] 2> 229278 INFO (zkCallback-343-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 229278 INFO (zkCallback-328-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 229279 INFO (zkCallback-348-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 229302 INFO (zkCallback-334-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 229356 INFO (zkCallback-320-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 229391 INFO (jetty-launcher-306-thread-3) [n:127.0.0.1:42070_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42070.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61a3603e [junit4] 2> 229391 INFO (jetty-launcher-306-thread-3) [n:127.0.0.1:42070_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42070.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61a3603e [junit4] 2> 229481 INFO (jetty-launcher-306-thread-3) [n:127.0.0.1:42070_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_366BB180337A13DE-001/tempDir-001/node3/. [junit4] 2> 229610 INFO (zkConnectionManagerCallback-356-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 229628 INFO (jetty-launcher-306-thread-1) [n:127.0.0.1:39334_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 229629 INFO (jetty-launcher-306-thread-1) [n:127.0.0.1:39334_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45412/solr ready [junit4] 2> 229680 INFO (jetty-launcher-306-thread-1) [n:127.0.0.1:39334_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 229807 INFO (jetty-launcher-306-thread-1) [n:127.0.0.1:39334_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39334.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61a3603e [junit4] 2> 229845 INFO (jetty-launcher-306-thread-1) [n:127.0.0.1:39334_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39334.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61a3603e [junit4] 2> 229846 INFO (jetty-launcher-306-thread-1) [n:127.0.0.1:39334_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39334.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61a3603e [junit4] 2> 229860 INFO (jetty-launcher-306-thread-1) [n:127.0.0.1:39334_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_366BB180337A13DE-001/tempDir-001/node1/. [junit4] 2> 229986 DEBUG (ScheduledTrigger-508-thread-3) [ ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3 [junit4] 2> 230037 INFO (zkConnectionManagerCallback-359-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 230052 INFO (zkConnectionManagerCallback-364-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 230074 INFO (SUITE-TestUtilizeNode-seed#[366BB180337A13DE]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 230076 INFO (SUITE-TestUtilizeNode-seed#[366BB180337A13DE]-worker) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45412/solr ready [junit4] 2> 230131 INFO (qtp1798714194-1066) [n:127.0.0.1:38178_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 230241 INFO (qtp1798714194-1066) [n:127.0.0.1:38178_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=110 [junit4] 2> 230382 INFO (OverseerCollectionConfigSetProcessor-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 230439 INFO (TEST-TestUtilizeNode.test-seed#[366BB180337A13DE]) [ ] o.a.s.SolrTestCaseJ4 ###Starting test [junit4] 2> 230470 INFO (TEST-TestUtilizeNode.test-seed#[366BB180337A13DE]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 230537 INFO (zkConnectionManagerCallback-368-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 230539 INFO (TEST-TestUtilizeNode.test-seed#[366BB180337A13DE]) [ ] o.a.s.c.TestUtilizeNode Creating Collection... [junit4] 2> 230540 INFO (qtp1798714194-1062) [n:127.0.0.1:38178_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&maxShardsPerNode=2&name=utilizenodecoll&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 230662 INFO (OverseerThreadFactory-510-thread-2) [ ] o.a.s.c.a.c.CreateCollectionCmd Create collection utilizenodecoll [junit4] 2> 230724 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "name":"utilizenodecoll", [junit4] 2> "fromApi":"true", [junit4] 2> "collection.configName":"conf1", [junit4] 2> "numShards":"2", [junit4] 2> "maxShardsPerNode":"2", [junit4] 2> "nrtReplicas":"2", [junit4] 2> "stateFormat":"2", [junit4] 2> "replicationFactor":"2", [junit4] 2> "operation":"create"} current state version: 0 [junit4] 2> 230724 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.ClusterStateMutator building a new cName: utilizenodecoll [junit4] 2> 230724 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/utilizenodecoll/state.json [junit4] 2> 230836 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"utilizenodecoll", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"utilizenodecoll_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:42070/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} current state version: 0 [junit4] 2> 230836 INFO (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"utilizenodecoll", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"utilizenodecoll_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:42070/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 230862 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator Old Slice: shard1:{ [junit4] 2> "range":"80000000-ffffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{}} [junit4] 2> 230862 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator New Slice: shard1:{ [junit4] 2> "range":"80000000-ffffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{"core_node3":{ [junit4] 2> "core":"utilizenodecoll_shard1_replica_n1", [junit4] 2> "base_url":"http://127.0.0.1:42070/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}}} [junit4] 2> 230864 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 2, message = { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"utilizenodecoll", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"utilizenodecoll_shard1_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:39334/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} current state version: 0 [junit4] 2> 230864 INFO (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"utilizenodecoll", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"utilizenodecoll_shard1_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:39334/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 230883 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator Old Slice: shard1:{ [junit4] 2> "range":"80000000-ffffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{"core_node3":{ [junit4] 2> "core":"utilizenodecoll_shard1_replica_n1", [junit4] 2> "base_url":"http://127.0.0.1:42070/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}}} [junit4] 2> 230883 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator New Slice: shard1:{ [junit4] 2> "range":"80000000-ffffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{ [junit4] 2> "core_node3":{ [junit4] 2> "core":"utilizenodecoll_shard1_replica_n1", [junit4] 2> "base_url":"http://127.0.0.1:42070/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}, [junit4] 2> "core_node5":{ [junit4] 2> "core":"utilizenodecoll_shard1_replica_n2", [junit4] 2> "base_url":"http://127.0.0.1:39334/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}}} [junit4] 2> 230898 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 3, message = { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"utilizenodecoll", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"utilizenodecoll_shard2_replica_n4", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:38178/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} current state version: 0 [junit4] 2> 230898 INFO (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"utilizenodecoll", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"utilizenodecoll_shard2_replica_n4", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:38178/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 230901 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator Old Slice: shard2:{ [junit4] 2> "range":"0-7fffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{}} [junit4] 2> 230901 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator New Slice: shard2:{ [junit4] 2> "range":"0-7fffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{"core_node7":{ [junit4] 2> "core":"utilizenodecoll_shard2_replica_n4", [junit4] 2> "base_url":"http://127.0.0.1:38178/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}}} [junit4] 2> 230901 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 4, message = { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"utilizenodecoll", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"utilizenodecoll_shard2_replica_n6", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:42070/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} current state version: 0 [junit4] 2> 230902 INFO (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"utilizenodecoll", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"utilizenodecoll_shard2_replica_n6", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:42070/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 230921 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator Old Slice: shard2:{ [junit4] 2> "range":"0-7fffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{"core_node7":{ [junit4] 2> "core":"utilizenodecoll_shard2_replica_n4", [junit4] 2> "base_url":"http://127.0.0.1:38178/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}}} [junit4] 2> 230921 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator New Slice: shard2:{ [junit4] 2> "range":"0-7fffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{ [junit4] 2> "core_node7":{ [junit4] 2> "core":"utilizenodecoll_shard2_replica_n4", [junit4] 2> "base_url":"http://127.0.0.1:38178/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}, [junit4] 2> "core_node8":{ [junit4] 2> "core":"utilizenodecoll_shard2_replica_n6", [junit4] 2> "base_url":"http://127.0.0.1:42070/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}}} [junit4] 2> 231024 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/utilizenodecoll/state.json version: 0 [junit4] 2> 231040 DEBUG (ScheduledTrigger-508-thread-1) [ ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3 [junit4] 2> 231143 INFO (qtp1776342359-1058) [n:127.0.0.1:39334_solr x:utilizenodecoll_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard1_replica_n2&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 231144 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr x:utilizenodecoll_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard1_replica_n1&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 231145 INFO (qtp1938210768-1070) [n:127.0.0.1:42070_solr x:utilizenodecoll_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard2_replica_n6&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 231223 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr x:utilizenodecoll_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard2_replica_n4&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 231224 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr x:utilizenodecoll_shard2_replica_n4] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 231281 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 2, message = { [junit4] 2> "core":"utilizenodecoll_shard2_replica_n6", [junit4] 2> "core_node_name":"core_node8", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:42070/solr", [junit4] 2> "node_name":"127.0.0.1:42070_solr", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"utilizenodecoll", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false", [junit4] 2> "operation":"state"} current state version: 0 [junit4] 2> 231281 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={ [junit4] 2> "core":"utilizenodecoll_shard2_replica_n6", [junit4] 2> "core_node_name":"core_node8", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:42070/solr", [junit4] 2> "node_name":"127.0.0.1:42070_solr", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"utilizenodecoll", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false", [junit4] 2> "operation":"state"} [junit4] 2> 231281 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node8:{"core":"utilizenodecoll_shard2_replica_n6","base_url":"http://127.0.0.1:42070/solr","node_name":"127.0.0.1:42070_solr","state":"down","type":"NRT","force_set_state":"false"} [junit4] 2> 231281 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(utilizenodecoll//collections/utilizenodecoll/state.json/1)={ [junit4] 2> "pullReplicas":"0", [junit4] 2> "replicationFactor":"2", [junit4] 2> "router":{"name":"compositeId"}, [junit4] 2> "maxShardsPerNode":"2", [junit4] 2> "autoAddReplicas":"false", [junit4] 2> "nrtReplicas":"2", [junit4] 2> "tlogReplicas":"0", [junit4] 2> "shards":{ [junit4] 2> "shard1":{ [junit4] 2> "range":"80000000-ffffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{ [junit4] 2> "core_node3":{ [junit4] 2> "core":"utilizenodecoll_shard1_replica_n1", [junit4] 2> "base_url":"http://127.0.0.1:42070/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}, [junit4] 2> "core_node5":{ [junit4] 2> "core":"utilizenodecoll_shard1_replica_n2", [junit4] 2> "base_url":"http://127.0.0.1:39334/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}}}, [junit4] 2> "shard2":{ [junit4] 2> "range":"0-7fffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{ [junit4] 2> "core_node7":{ [junit4] 2> "core":"utilizenodecoll_shard2_replica_n4", [junit4] 2> "base_url":"http://127.0.0.1:38178/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}, [junit4] 2> "core_node8":{ [junit4] 2> "core":"utilizenodecoll_shard2_replica_n6", [junit4] 2> "base_url":"http://127.0.0.1:42070/solr", [junit4] 2> "node_name":"127.0.0.1:42070_solr", [junit4] 2> "state":"down", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false"}}}}} [junit4] 2> 231281 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 2, message = { [junit4] 2> "core":"utilizenodecoll_shard1_replica_n1", [junit4] 2> "core_node_name":"core_node3", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:42070/solr", [junit4] 2> "node_name":"127.0.0.1:42070_solr", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"utilizenodecoll", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false", [junit4] 2> "operation":"state"} current state version: 0 [junit4] 2> 231281 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={ [junit4] 2> "core":"utilizenodecoll_shard1_replica_n1", [junit4] 2> "core_node_name":"core_node3", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:42070/solr", [junit4] 2> "node_name":"127.0.0.1:42070_solr", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"utilizenodecoll", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false", [junit4] 2> "operation":"state"} [junit4] 2> 231281 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node3:{"core":"utilizenodecoll_shard1_replica_n1","base_url":"http://127.0.0.1:42070/solr","node_name":"127.0.0.1:42070_solr","state":"down","type":"NRT","force_set_state":"false"} [junit4] 2> 231281 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(utilizenodecoll//collections/utilizenodecoll/state.json/1)={ [junit4] 2> "pullReplicas":"0", [junit4] 2> "replicationFactor":"2", [junit4] 2> "router":{"name":"compositeId"}, [junit4] 2> "maxShardsPerNode":"2", [junit4] 2> "autoAddReplicas":"false", [junit4] 2> "nrtReplicas":"2", [junit4] 2> "tlogReplicas":"0", [junit4] 2> "shards":{ [junit4] 2> "shard1":{ [junit4] 2> "range":"80000000-ffffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{ [junit4] 2> "core_node3":{ [junit4] 2> "core":"utilizenodecoll_shard1_replica_n1", [junit4] 2> "base_url":"http://127.0.0.1:42070/solr", [junit4] 2> "node_name":"127.0.0.1:42070_solr", [junit4] 2> "state":"down", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false"}, [junit4] 2> "core_node5":{ [junit4] 2> "core":"utilizenodecoll_shard1_replica_n2", [junit4] 2> "base_url":"http://127.0.0.1:39334/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}}}, [junit4] 2> "shard2":{ [junit4] 2> "range":"0-7fffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{ [junit4] 2> "core_node7":{ [junit4] 2> "core":"utilizenodecoll_shard2_replica_n4", [junit4] 2> "base_url":"http://127.0.0.1:38178/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}, [junit4] 2> "core_node8":{ [junit4] 2> "core":"utilizenodecoll_shard2_replica_n6", [junit4] 2> "base_url":"http://127.0.0.1:42070/solr", [junit4] 2> "node_name":"127.0.0.1:42070_solr", [junit4] 2> "state":"down", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false"}}}}} [junit4] 2> 231301 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 4, message = { [junit4] 2> "core":"utilizenodecoll_shard2_replica_n4", [junit4] 2> "core_node_name":"core_node7", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:38178/solr", [junit4] 2> "node_name":"127.0.0.1:38178_solr", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"utilizenodecoll", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false", [junit4] 2> "operation":"state"} current state version: 0 [junit4] 2> 231301 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={ [junit4] 2> "core":"utilizenodecoll_shard2_replica_n4", [junit4] 2> "core_node_name":"core_node7", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:38178/solr", [junit4] 2> "node_name":"127.0.0.1:38178_solr", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"utilizenodecoll", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false", [junit4] 2> "operation":"state"} [junit4] 2> 231301 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node7:{"core":"utilizenodecoll_shard2_replica_n4","base_url":"http://127.0.0.1:38178/solr","node_name":"127.0.0.1:38178_solr","state":"down","type":"NRT","force_set_state":"false"} [junit4] 2> 231301 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(utilizenodecoll//collections/utilizenodecoll/state.json/1)={ [junit4] 2> "pullReplicas":"0", [junit4] 2> "replicationFactor":"2", [junit4] 2> "router":{"name":"compositeId"}, [junit4] 2> "maxShardsPerNode":"2", [junit4] 2> "autoAddReplicas":"false", [junit4] 2> "nrtReplicas":"2", [junit4] 2> "tlogReplicas":"0", [junit4] 2> "shards":{ [junit4] 2> "shard1":{ [junit4] 2> "range":"80000000-ffffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{ [junit4] 2> "core_node3":{ [junit4] 2> "core":"utilizenodecoll_shard1_replica_n1", [junit4] 2> "base_url":"http://127.0.0.1:42070/solr", [junit4] 2> "node_name":"127.0.0.1:42070_solr", [junit4] 2> "state":"down", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false"}, [junit4] 2> "core_node5":{ [junit4] 2> "core":"utilizenodecoll_shard1_replica_n2", [junit4] 2> "base_url":"http://127.0.0.1:39334/solr", [junit4] 2> "state":"down", [junit4] 2> "node_name":null, [junit4] 2> "type":"NRT"}}}, [junit4] 2> "shard2":{ [junit4] 2> "range":"0-7fffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{ [junit4] 2> "core_node7":{ [junit4] 2> "core":"utilizenodecoll_shard2_replica_n4", [junit4] 2> "base_url":"http://127.0.0.1:38178/solr", [junit4] 2> "node_name":"127.0.0.1:38178_solr", [junit4] 2> "state":"down", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false"}, [junit4] 2> "core_node8":{ [junit4] 2> "core":"utilizenodecoll_shard2_replica_n6", [junit4] 2> "base_url":"http://127.0.0.1:42070/solr", [junit4] 2> "node_name":"127.0.0.1:42070_solr", [junit4] 2> "state":"down", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false"}}}}} [junit4] 2> 231301 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 4, message = { [junit4] 2> "core":"utilizenodecoll_shard1_replica_n2", [junit4] 2> "core_node_name":"core_node5", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:39334/solr", [junit4] 2> "node_name":"127.0.0.1:39334_solr", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"utilizenodecoll", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false", [junit4] 2> "operation":"state"} current state version: 0 [junit4] 2> 231301 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={ [junit4] 2> "core":"utilizenodecoll_shard1_replica_n2", [junit4] 2> "core_node_name":"core_node5", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:39334/solr", [junit4] 2> "node_name":"127.0.0.1:39334_solr", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"utilizenodecoll", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false", [junit4] 2> "operation":"state"} [junit4] 2> 231302 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node5:{"core":"utilizenodecoll_shard1_replica_n2","base_url":"http://127.0.0.1:39334/solr","node_name":"127.0.0.1:39334_solr","state":"down","type":"NRT","force_set_state":"false"} [junit4] 2> 231302 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(utilizenodecoll//collections/utilizenodecoll/state.json/1)={ [junit4] 2> "pullReplicas":"0", [junit4] 2> "replicationFactor":"2", [junit4] 2> "router":{"name":"compositeId"}, [junit4] 2> "maxShardsPerNode":"2", [junit4] 2> "autoAddReplicas":"false", [junit4] 2> "nrtReplicas":"2", [junit4] 2> "tlogReplicas":"0", [junit4] 2> "shards":{ [junit4] 2> "shard1":{ [junit4] 2> "range":"80000000-ffffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{ [junit4] 2> "core_node3":{ [junit4] 2> "core":"utilizenodecoll_shard1_replica_n1", [junit4] 2> "base_url":"http://127.0.0.1:42070/solr", [junit4] 2> "node_name":"127.0.0.1:42070_solr", [junit4] 2> "state":"down", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false"}, [junit4] 2> "core_node5":{ [junit4] 2> "core":"utilizenodecoll_shard1_replica_n2", [junit4] 2> "base_url":"http://127.0.0.1:39334/solr", [junit4] 2> "node_name":"127.0.0.1:39334_solr", [junit4] 2> "state":"down", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false"}}}, [junit4] 2> "shard2":{ [junit4] 2> "range":"0-7fffffff", [junit4] 2> "state":"active", [junit4] 2> "replicas":{ [junit4] 2> "core_node7":{ [junit4] 2> "core":"utilizenodecoll_shard2_replica_n4", [junit4] 2> "base_url":"http://127.0.0.1:38178/solr", [junit4] 2> "node_name":"127.0.0.1:38178_solr", [junit4] 2> "state":"down", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false"}, [junit4] 2> "core_node8":{ [junit4] 2> "core":"utilizenodecoll_shard2_replica_n6", [junit4] 2> "base_url":"http://127.0.0.1:42070/solr", [junit4] 2> "node_name":"127.0.0.1:42070_solr", [junit4] 2> "state":"down", [junit4] 2> "type":"NRT", [junit4] 2> "force_set_state":"false"}}}}} [junit4] 2> 231410 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/utilizenodecoll/state.json version: 1 [junit4] 2> 232040 DEBUG (ScheduledTrigger-508-thread-3) [ ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3 [junit4] 2> 232495 INFO (qtp1776342359-1058) [n:127.0.0.1:39334_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 232517 INFO (qtp1938210768-1070) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 232531 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 232553 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 232697 INFO (qtp1938210768-1070) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.s.IndexSchema [utilizenodecoll_shard2_replica_n6] Schema name=cloud-dynamic [junit4] 2> 232704 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.s.IndexSchema [utilizenodecoll_shard1_replica_n1] Schema name=cloud-dynamic [junit4] 2> 232756 INFO (qtp1776342359-1058) [n:127.0.0.1:39334_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.s.IndexSchema [utilizenodecoll_shard1_replica_n2] Schema name=cloud-dynamic [junit4] 2> 232756 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.s.IndexSchema [utilizenodecoll_shard2_replica_n4] Schema name=cloud-dynamic [junit4] 2> 233083 DEBUG (ScheduledTrigger-508-thread-3) [ ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3 [junit4] 2> 233142 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id [junit4] 2> 233145 INFO (qtp1938210768-1070) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id [junit4] 2> 233145 INFO (qtp1938210768-1070) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'utilizenodecoll_shard2_replica_n6' using configuration from collection utilizenodecoll, trusted=true [junit4] 2> 233146 INFO (qtp1938210768-1070) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42070.solr.core.utilizenodecoll.shard2.replica_n6' (registry 'solr.core.utilizenodecoll.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61a3603e [junit4] 2> 233146 INFO (qtp1938210768-1070) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 233146 INFO (qtp1938210768-1070) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.c.SolrCore [[utilizenodecoll_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_366BB180337A13DE-001/tempDir-001/node3/utilizenodecoll_shard2_replica_n6], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_366BB180337A13DE-001/tempDir-001/node3/./utilizenodecoll_shard2_replica_n6/data/] [junit4] 2> 233156 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'utilizenodecoll_shard1_replica_n1' using configuration from collection utilizenodecoll, trusted=true [junit4] 2> 233157 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42070.solr.core.utilizenodecoll.shard1.replica_n1' (registry 'solr.core.utilizenodecoll.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61a3603e [junit4] 2> 233157 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 233157 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.SolrCore [[utilizenodecoll_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_366BB180337A13DE-001/tempDir-001/node3/utilizenodecoll_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_366BB180337A13DE-001/tempDir-001/node3/./utilizenodecoll_shard1_replica_n1/data/] [junit4] 2> 233157 INFO (qtp1776342359-1058) [n:127.0.0.1:39334_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id [junit4] 2> 233157 INFO (qtp1776342359-1058) [n:127.0.0.1:39334_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'utilizenodecoll_shard1_replica_n2' using configuration from collection utilizenodecoll, trusted=true [junit4] 2> 233158 INFO (qtp1776342359-1058) [n:127.0.0.1:39334_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39334.solr.core.utilizenodecoll.shard1.replica_n2' (registry 'solr.core.utilizenodecoll.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61a3603e [junit4] 2> 233158 INFO (qtp1776342359-1058) [n:127.0.0.1:39334_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 233158 INFO (qtp1776342359-1058) [n:127.0.0.1:39334_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.SolrCore [[utilizenodecoll_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_366BB180337A13DE-001/tempDir-001/node1/utilizenodecoll_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_366BB180337A13DE-001/tempDir-001/node1/./utilizenodecoll_shard1_replica_n2/data/] [junit4] 2> 233175 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id [junit4] 2> 233175 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'utilizenodecoll_shard2_replica_n4' using configuration from collection utilizenodecoll, trusted=true [junit4] 2> 233175 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38178.solr.core.utilizenodecoll.shard2.replica_n4' (registry 'solr.core.utilizenodecoll.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61a3603e [junit4] 2> 233175 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 233175 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.SolrCore [[utilizenodecoll_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_366BB180337A13DE-001/tempDir-001/node2/utilizenodecoll_shard2_replica_n4], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_366BB180337A13DE-001/tempDir-001/node2/./utilizenodecoll_shard2_replica_n4/data/] [junit4] 2> 233830 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 233830 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 233832 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 233832 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 233834 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@349c8f68[utilizenodecoll_shard1_replica_n1] main] [junit4] 2> 233883 INFO (qtp1776342359-1058) [n:127.0.0.1:39334_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 233883 INFO (qtp1776342359-1058) [n:127.0.0.1:39334_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 233885 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 233886 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 233904 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 233904 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604901919482970112 [junit4] 2> 233906 INFO (qtp1776342359-1058) [n:127.0.0.1:39334_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 233906 INFO (qtp1776342359-1058) [n:127.0.0.1:39334_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 233906 INFO (searcherExecutor-521-thread-1-processing-n:127.0.0.1:42070_solr x:utilizenodecoll_shard1_replica_n1 c:utilizenodecoll s:shard1 r:core_node3) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.SolrCore [utilizenodecoll_shard1_replica_n1] Registered new searcher Searcher@349c8f68[utilizenodecoll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 233956 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 233956 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 233957 INFO (qtp1776342359-1058) [n:127.0.0.1:39334_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@7b53a2c1[utilizenodecoll_shard1_replica_n2] main] [junit4] 2> 233958 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 233958 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 233958 INFO (qtp1776342359-1058) [n:127.0.0.1:39334_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 233959 INFO (qtp1776342359-1058) [n:127.0.0.1:39334_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 233959 INFO (qtp1776342359-1058) [n:127.0.0.1:39334_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 233980 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/utilizenodecoll/terms/shard1 to Terms{values={core_node3=0}, version=0} [junit4] 2> 234014 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@85648e3[utilizenodecoll_shard2_replica_n4] main] [junit4] 2> 234026 INFO (searcherExecutor-522-thread-1-processing-n:127.0.0.1:39334_solr x:utilizenodecoll_shard1_replica_n2 c:utilizenodecoll s:shard1 r:core_node5) [n:127.0.0.1:39334_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.SolrCore [utilizenodecoll_shard1_replica_n2] Registered new searcher Searcher@7b53a2c1[utilizenodecoll_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 234026 INFO (qtp1776342359-1058) [n:127.0.0.1:39334_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604901919610896384 [junit4] 2> 234062 INFO (qtp1938210768-1070) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 234062 INFO (qtp1938210768-1070) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 234063 INFO (qtp1938210768-1070) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 234063 INFO (qtp1938210768-1070) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 234082 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 234083 INFO (qtp1938210768-1070) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@33a128aa[utilizenodecoll_shard2_replica_n6] main] [junit4] 2> 234084 DEBUG (ScheduledTrigger-508-thread-3) [ ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3 [junit4] 2> 234099 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 234099 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 234099 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604901919687442432 [junit4] 2> 234136 INFO (qtp1938210768-1070) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 234137 INFO (searcherExecutor-523-thread-1-processing-n:127.0.0.1:38178_solr x:utilizenodecoll_shard2_replica_n4 c:utilizenodecoll s:shard2 r:core_node7) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.SolrCore [utilizenodecoll_shard2_replica_n4] Registered new searcher Searcher@85648e3[utilizenodecoll_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 234138 INFO (qtp1938210768-1070) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 234138 INFO (qtp1938210768-1070) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 234138 INFO (qtp1938210768-1070) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604901919728336896 [junit4] 2> 234172 INFO (qtp1776342359-1058) [n:127.0.0.1:39334_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/utilizenodecoll/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1} [junit4] 2> 234172 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9978ms [junit4] 2> 234173 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"leader", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"utilizenodecoll"} current state version: 0 [junit4] 2> 234174 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/utilizenodecoll/state.json version: 2 [junit4] 2> 234175 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.ZkShardTerms Successful update of terms at /collections/utilizenodecoll/terms/shard2 to Terms{values={core_node7=0}, version=0} [junit4] 2> 234267 INFO (searcherExecutor-520-thread-1-processing-n:127.0.0.1:42070_solr x:utilizenodecoll_shard2_replica_n6 c:utilizenodecoll s:shard2 r:core_node8) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.c.SolrCore [utilizenodecoll_shard2_replica_n6] Registered new searcher Searcher@33a128aa[utilizenodecoll_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 234303 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9909ms [junit4] 2> 234304 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"leader", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"utilizenodecoll"} current state version: 0 [junit4] 2> 234305 INFO (qtp1938210768-1070) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.c.ZkShardTerms Successful update of terms at /collections/utilizenodecoll/terms/shard2 to Terms{values={core_node7=0, core_node8=0}, version=1} [junit4] 2> 234412 DEBUG (OverseerStateUpdate-72902427371831303-127.0.0.1:42070_solr-n_0000000000) [ ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/utilizenodecoll/state.json version: 3 [junit4] 2> 234689 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 234689 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 234689 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42070/solr/utilizenodecoll_shard1_replica_n1/ [junit4] 2> 234689 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=utilizenodecoll_shard1_replica_n1 url=http://127.0.0.1:42070/solr START replicas=[http://127.0.0.1:39334/solr/utilizenodecoll_shard1_replica_n2/] nUpdates=100 [junit4] 2> 234690 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=utilizenodecoll_shard1_replica_n1 url=http://127.0.0.1:42070/solr DONE. We have no versions. sync failed. [junit4] 2> 234745 INFO (qtp1776342359-1052) [n:127.0.0.1:39334_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.S.Request [utilizenodecoll_shard1_replica_n2] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=32 [junit4] 2> 234746 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 234746 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway [junit4] 2> 234746 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 234807 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 234807 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 234807 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:38178/solr/utilizenodecoll_shard2_replica_n4/ [junit4] 2> 234808 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=utilizenodecoll_shard2_replica_n4 url=http://127.0.0.1:38178/solr START replicas=[http://127.0.0.1:42070/solr/utilizenodecoll_shard2_replica_n6/] nUpdates=100 [junit4] 2> 234822 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=utilizenodecoll_shard2_replica_n4 url=http://127.0.0.1:38178/solr DONE. We have no versions. sync failed. [junit4] 2> 234871 INFO (qtp1938210768-1071) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.c.S.Request [utilizenodecoll_shard2_replica_n6] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=42 [junit4] 2> 234881 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 234881 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 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> 234881 INFO (qtp1798714194-1054) [n:127.0.0.1:38178_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 234918 INFO (qtp1938210768-1075) [n:127.0.0.1:42070_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42070/solr/ [...truncated too long message...] vy-fail-disallowed-ivy-version: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml resolve: jar-checksums: [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null1154015801 [copy] Copying 247 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null1154015801 [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null1154015801 check-working-copy: [ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working [ivy:cachepath] confs: [default] [ivy:cachepath] found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public [ivy:cachepath] found com.jcraft#jsch;0.1.53 in public [ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public [ivy:cachepath] found org.apache.httpcomponents#httpclient;4.3.6 in public [ivy:cachepath] found org.apache.httpcomponents#httpcore;4.3.3 in public [ivy:cachepath] found commons-logging#commons-logging;1.1.3 in public [ivy:cachepath] found commons-codec#commons-codec;1.6 in public [ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public [ivy:cachepath] :: resolution report :: resolve 49ms :: artifacts dl 17ms --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | default | 8 | 0 | 0 | 0 || 8 | 0 | --------------------------------------------------------------------- [wc-checker] Initializing working copy... [wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation [wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [wc-checker] Checking working copy status... -jenkins-base: BUILD SUCCESSFUL Total time: 190 minutes 54 seconds Archiving artifacts java.lang.InterruptedException: no matches found within 10000 at hudson.FilePath$34.hasMatch(FilePath.java:2678) at hudson.FilePath$34.invoke(FilePath.java:2557) at hudson.FilePath$34.invoke(FilePath.java:2547) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918) Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) at hudson.remoting.Channel.call(Channel.java:955) at hudson.FilePath.act(FilePath.java:1036) at hudson.FilePath.act(FilePath.java:1025) at hudson.FilePath.validateAntFileMask(FilePath.java:2547) at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1819) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) Caused: hudson.FilePath$TunneledInterruptedException at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920) at hudson.remoting.UserRequest.perform(UserRequest.java:212) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:748) Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000 at hudson.FilePath.act(FilePath.java:1038) at hudson.FilePath.act(FilePath.java:1025) at hudson.FilePath.validateAntFileMask(FilePath.java:2547) at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1819) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error? Recording test results Build step 'Publish JUnit test result report' changed build result to UNSTABLE Email was triggered for: Unstable (Test Failures) Sending email for trigger: Unstable (Test Failures)
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
