Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/128/
2 tests failed. FAILED: org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove Error Message: No live SolrServers available to handle this request:[http://127.0.0.1:33223/solr/MoveReplicaHDFSTest_failed_coll_true, http://127.0.0.1:45312/solr/MoveReplicaHDFSTest_failed_coll_true] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:33223/solr/MoveReplicaHDFSTest_failed_coll_true, http://127.0.0.1:45312/solr/MoveReplicaHDFSTest_failed_coll_true] at __randomizedtesting.SeedInfo.seed([70D615487D42B09F:DA1BC6BACA91654F]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:991) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194) at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942) at org.apache.solr.cloud.MoveReplicaTest.testFailedMove(MoveReplicaTest.java:306) 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) Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:45312/solr/MoveReplicaHDFSTest_failed_coll_true: no servers hosting shard: shard1 at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413) ... 46 more FAILED: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory Error Message: expected:<5> but was:<0> Stack Trace: java.lang.AssertionError: expected:<5> but was:<0> at __randomizedtesting.SeedInfo.seed([70D615487D42B09F:1D2AB1B5C70A4F98]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.failNotEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:128) at org.junit.Assert.assertEquals(Assert.java:472) at org.junit.Assert.assertEquals(Assert.java:456) at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:265) 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 13043 lines...] [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest [junit4] 2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/init-core-data-001 [junit4] 2> 1774964 WARN (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6 [junit4] 2> 1774964 INFO (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false [junit4] 2> 1774986 INFO (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN) [junit4] 2> 1774986 INFO (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> 1774986 INFO (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-001 [junit4] 2> 1774986 INFO (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 1774986 INFO (Thread-1837) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 1774986 INFO (Thread-1837) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 1775008 ERROR (Thread-1837) [ ] 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> 1775094 INFO (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:46121 [junit4] 2> 1775108 INFO (zkConnectionManagerCallback-1454-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1775111 INFO (jetty-launcher-1451-thread-1) [ ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 [junit4] 2> 1775111 INFO (jetty-launcher-1451-thread-2) [ ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 [junit4] 2> 1775112 INFO (jetty-launcher-1451-thread-3) [ ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 [junit4] 2> 1775114 INFO (jetty-launcher-1451-thread-4) [ ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 [junit4] 2> 1775142 INFO (jetty-launcher-1451-thread-1) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 1775142 INFO (jetty-launcher-1451-thread-1) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 1775142 INFO (jetty-launcher-1451-thread-1) [ ] o.e.j.s.session Scavenging every 600000ms [junit4] 2> 1775142 INFO (jetty-launcher-1451-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f1804f3{/solr,null,AVAILABLE} [junit4] 2> 1775188 INFO (jetty-launcher-1451-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@2c6e8c17{HTTP/1.1,[http/1.1]}{127.0.0.1:41657} [junit4] 2> 1775188 INFO (jetty-launcher-1451-thread-1) [ ] o.e.j.s.Server Started @1818982ms [junit4] 2> 1775188 INFO (jetty-launcher-1451-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41657} [junit4] 2> 1775188 ERROR (jetty-launcher-1451-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1775188 INFO (jetty-launcher-1451-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.3.0 [junit4] 2> 1775189 INFO (jetty-launcher-1451-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1775189 INFO (jetty-launcher-1451-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1775189 INFO (jetty-launcher-1451-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-01-23T08:50:53.526Z [junit4] 2> 1775208 INFO (jetty-launcher-1451-thread-4) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 1775208 INFO (jetty-launcher-1451-thread-4) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 1775208 INFO (jetty-launcher-1451-thread-4) [ ] o.e.j.s.session Scavenging every 600000ms [junit4] 2> 1775209 INFO (jetty-launcher-1451-thread-4) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@219c2d0e{/solr,null,AVAILABLE} [junit4] 2> 1775209 INFO (jetty-launcher-1451-thread-4) [ ] o.e.j.s.AbstractConnector Started ServerConnector@bcf4b14{HTTP/1.1,[http/1.1]}{127.0.0.1:33223} [junit4] 2> 1775209 INFO (jetty-launcher-1451-thread-4) [ ] o.e.j.s.Server Started @1819004ms [junit4] 2> 1775209 INFO (jetty-launcher-1451-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33223} [junit4] 2> 1775210 ERROR (jetty-launcher-1451-thread-4) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1775210 INFO (jetty-launcher-1451-thread-4) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.3.0 [junit4] 2> 1775210 INFO (jetty-launcher-1451-thread-4) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1775210 INFO (jetty-launcher-1451-thread-4) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1775210 INFO (jetty-launcher-1451-thread-4) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-01-23T08:50:53.547Z [junit4] 2> 1775224 INFO (jetty-launcher-1451-thread-3) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 1775224 INFO (jetty-launcher-1451-thread-3) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 1775224 INFO (jetty-launcher-1451-thread-3) [ ] o.e.j.s.session Scavenging every 600000ms [junit4] 2> 1775225 INFO (jetty-launcher-1451-thread-2) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 1775225 INFO (jetty-launcher-1451-thread-2) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 1775225 INFO (jetty-launcher-1451-thread-2) [ ] o.e.j.s.session Scavenging every 660000ms [junit4] 2> 1775225 INFO (jetty-launcher-1451-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5a732e6a{/solr,null,AVAILABLE} [junit4] 2> 1775225 INFO (jetty-launcher-1451-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@2373fc88{HTTP/1.1,[http/1.1]}{127.0.0.1:45312} [junit4] 2> 1775225 INFO (jetty-launcher-1451-thread-3) [ ] o.e.j.s.Server Started @1819019ms [junit4] 2> 1775225 INFO (jetty-launcher-1451-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7e69b7e0{/solr,null,AVAILABLE} [junit4] 2> 1775225 INFO (jetty-launcher-1451-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45312} [junit4] 2> 1775225 ERROR (jetty-launcher-1451-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1775225 INFO (jetty-launcher-1451-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@30e765ee{HTTP/1.1,[http/1.1]}{127.0.0.1:38864} [junit4] 2> 1775225 INFO (jetty-launcher-1451-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.3.0 [junit4] 2> 1775225 INFO (jetty-launcher-1451-thread-2) [ ] o.e.j.s.Server Started @1819020ms [junit4] 2> 1775225 INFO (jetty-launcher-1451-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1775225 INFO (jetty-launcher-1451-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38864} [junit4] 2> 1775225 INFO (jetty-launcher-1451-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1775225 INFO (jetty-launcher-1451-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-01-23T08:50:53.562Z [junit4] 2> 1775226 ERROR (jetty-launcher-1451-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1775226 INFO (jetty-launcher-1451-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.3.0 [junit4] 2> 1775226 INFO (jetty-launcher-1451-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1775226 INFO (jetty-launcher-1451-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1775226 INFO (jetty-launcher-1451-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-01-23T08:50:53.563Z [junit4] 2> 1775227 INFO (zkConnectionManagerCallback-1456-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1775227 INFO (jetty-launcher-1451-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1775289 INFO (zkConnectionManagerCallback-1458-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1775290 INFO (jetty-launcher-1451-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46121/solr [junit4] 2> 1775292 INFO (zkConnectionManagerCallback-1462-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1775351 INFO (jetty-launcher-1451-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1775292 INFO (zkConnectionManagerCallback-1466-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1775292 INFO (zkConnectionManagerCallback-1460-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1775352 INFO (jetty-launcher-1451-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1775352 INFO (jetty-launcher-1451-thread-4) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1775407 INFO (jetty-launcher-1451-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46121/solr [junit4] 2> 1775410 INFO (zkConnectionManagerCallback-1472-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1775481 INFO (zkConnectionManagerCallback-1468-thread-1-processing-n:127.0.0.1:45312_solr) [n:127.0.0.1:45312_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1775516 INFO (zkConnectionManagerCallback-1474-thread-1-processing-n:127.0.0.1:41657_solr) [n:127.0.0.1:41657_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1775553 INFO (jetty-launcher-1451-thread-4) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46121/solr [junit4] 2> 1775569 INFO (jetty-launcher-1451-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46121/solr [junit4] 2> 1775607 INFO (zkConnectionManagerCallback-1484-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1775622 INFO (zkConnectionManagerCallback-1486-thread-1-processing-n:127.0.0.1:38864_solr) [n:127.0.0.1:38864_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1775626 INFO (zkConnectionManagerCallback-1480-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1775676 INFO (jetty-launcher-1451-thread-1) [n:127.0.0.1:41657_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1775677 INFO (jetty-launcher-1451-thread-1) [n:127.0.0.1:41657_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41657_solr [junit4] 2> 1775742 INFO (zkConnectionManagerCallback-1489-thread-1-processing-n:127.0.0.1:33223_solr) [n:127.0.0.1:33223_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1775746 INFO (jetty-launcher-1451-thread-1) [n:127.0.0.1:41657_solr ] o.a.s.c.Overseer Overseer (id=99398284301041672-127.0.0.1:41657_solr-n_0000000000) starting [junit4] 2> 1775783 INFO (jetty-launcher-1451-thread-2) [n:127.0.0.1:38864_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1775784 INFO (jetty-launcher-1451-thread-2) [n:127.0.0.1:38864_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38864_solr [junit4] 2> 1775966 INFO (zkCallback-1485-thread-1-processing-n:127.0.0.1:38864_solr) [n:127.0.0.1:38864_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1776006 INFO (OverseerStateUpdate-99398284301041672-127.0.0.1:41657_solr-n_0000000000) [n:127.0.0.1:41657_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1776042 INFO (jetty-launcher-1451-thread-1) [n:127.0.0.1:41657_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41657_solr [junit4] 2> 1776087 INFO (jetty-launcher-1451-thread-4) [n:127.0.0.1:33223_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 1776090 INFO (jetty-launcher-1451-thread-4) [n:127.0.0.1:33223_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1776115 INFO (zkCallback-1485-thread-1-processing-n:127.0.0.1:38864_solr) [n:127.0.0.1:38864_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1776124 INFO (jetty-launcher-1451-thread-4) [n:127.0.0.1:33223_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33223_solr [junit4] 2> 1776135 INFO (zkCallback-1473-thread-1-processing-n:127.0.0.1:41657_solr) [n:127.0.0.1:41657_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1776151 INFO (zkCallback-1485-thread-1-processing-n:127.0.0.1:38864_solr) [n:127.0.0.1:38864_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1776261 INFO (zkCallback-1488-thread-1-processing-n:127.0.0.1:33223_solr) [n:127.0.0.1:33223_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1776318 INFO (zkCallback-1473-thread-2-processing-n:127.0.0.1:41657_solr) [n:127.0.0.1:41657_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1776570 INFO (jetty-launcher-1451-thread-1) [n:127.0.0.1:41657_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41657.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e [junit4] 2> 1776602 INFO (jetty-launcher-1451-thread-2) [n:127.0.0.1:38864_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38864.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e [junit4] 2> 1776759 INFO (jetty-launcher-1451-thread-1) [n:127.0.0.1:41657_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41657.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e [junit4] 2> 1776759 INFO (jetty-launcher-1451-thread-1) [n:127.0.0.1:41657_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41657.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e [junit4] 2> 1776777 INFO (jetty-launcher-1451-thread-2) [n:127.0.0.1:38864_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38864.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e [junit4] 2> 1776777 INFO (jetty-launcher-1451-thread-2) [n:127.0.0.1:38864_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38864.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e [junit4] 2> 1776778 INFO (jetty-launcher-1451-thread-2) [n:127.0.0.1:38864_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-001/node2/. [junit4] 2> 1776792 INFO (jetty-launcher-1451-thread-1) [n:127.0.0.1:41657_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-001/node1/. [junit4] 2> 1776828 INFO (jetty-launcher-1451-thread-4) [n:127.0.0.1:33223_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33223.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e [junit4] 2> 1776865 INFO (jetty-launcher-1451-thread-4) [n:127.0.0.1:33223_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33223.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e [junit4] 2> 1776865 INFO (jetty-launcher-1451-thread-4) [n:127.0.0.1:33223_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33223.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e [junit4] 2> 1776867 INFO (jetty-launcher-1451-thread-4) [n:127.0.0.1:33223_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-001/node4/. [junit4] 2> 1776941 INFO (jetty-launcher-1451-thread-3) [n:127.0.0.1:45312_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 1776942 INFO (jetty-launcher-1451-thread-3) [n:127.0.0.1:45312_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1776944 INFO (jetty-launcher-1451-thread-3) [n:127.0.0.1:45312_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45312_solr [junit4] 2> 1776944 INFO (zkCallback-1473-thread-2-processing-n:127.0.0.1:41657_solr) [n:127.0.0.1:41657_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1776990 INFO (zkCallback-1488-thread-1-processing-n:127.0.0.1:33223_solr) [n:127.0.0.1:33223_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1776990 INFO (zkCallback-1485-thread-1-processing-n:127.0.0.1:38864_solr) [n:127.0.0.1:38864_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1777055 INFO (zkCallback-1467-thread-1-processing-n:127.0.0.1:45312_solr) [n:127.0.0.1:45312_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1777216 INFO (jetty-launcher-1451-thread-3) [n:127.0.0.1:45312_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45312.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e [junit4] 2> 1777263 INFO (jetty-launcher-1451-thread-3) [n:127.0.0.1:45312_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45312.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e [junit4] 2> 1777263 INFO (jetty-launcher-1451-thread-3) [n:127.0.0.1:45312_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45312.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e [junit4] 2> 1777264 INFO (jetty-launcher-1451-thread-3) [n:127.0.0.1:45312_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-001/node3/. [junit4] 2> 1777460 INFO (zkConnectionManagerCallback-1496-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1777466 INFO (zkConnectionManagerCallback-1500-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1777468 INFO (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 1777477 INFO (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46121/solr ready [junit4] 2> 1777511 INFO (qtp271980427-7196) [n:127.0.0.1:41657_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1777659 INFO (qtp271980427-7196) [n:127.0.0.1:41657_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=147 [junit4] 1> Formatting using clusterid: testClusterID [junit4] 2> 1777929 WARN (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [ ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties [junit4] 2> 1778011 WARN (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [ ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j [junit4] 2> 1778013 INFO (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [ ] o.m.log jetty-6.1.26 [junit4] 2> 1778185 INFO (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [ ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs to ./temp/Jetty_lucene2.us.west_apache_org_39819_hdfs____qr1m78/webapp [junit4] 2> 1779647 INFO (OverseerCollectionConfigSetProcessor-99398284301041672-127.0.0.1:41657_solr-n_0000000000) [n:127.0.0.1:41657_solr ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 1780335 INFO (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [ ] o.m.log Started HttpServer2$selectchannelconnectorwithsafestar...@lucene2-us-west.apache.org:39819 [junit4] 2> 1781386 WARN (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [ ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j [junit4] 2> 1781387 INFO (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [ ] o.m.log jetty-6.1.26 [junit4] 2> 1781566 INFO (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [ ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_43771_datanode____rxa1cp/webapp [junit4] 2> 1782978 INFO (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [ ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:43771 [junit4] 2> 1784031 WARN (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [ ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j [junit4] 2> 1784032 INFO (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [ ] o.m.log jetty-6.1.26 [junit4] 2> 1784207 INFO (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [ ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_44762_datanode____mzmqze/webapp [junit4] 2> 1785056 ERROR (DataNode: [[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-002/hdfsBaseDir/data/data2/]] heartbeating to lucene2-us-west.apache.org/127.0.0.1:45574) [ ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000 [junit4] 2> 1786052 INFO (Block report processor) [ ] BlockStateChange BLOCK* processReport 0x4178d7870ee09: from storage DS-760e3f00-9fa2-4b53-b009-0a6ad654e66d node DatanodeRegistration(127.0.0.1:35090, datanodeUuid=07a7cf27-43c0-44c0-8466-2d9e24c6be2a, infoPort=32864, infoSecurePort=0, ipcPort=40272, storageInfo=lv=-56;cid=testClusterID;nsid=1705681538;c=0), blocks: 0, hasStaleStorage: true, processing time: 24 msecs [junit4] 2> 1786053 INFO (Block report processor) [ ] BlockStateChange BLOCK* processReport 0x4178d7870ee09: from storage DS-10e63d54-4a71-44eb-9054-348577008db4 node DatanodeRegistration(127.0.0.1:35090, datanodeUuid=07a7cf27-43c0-44c0-8466-2d9e24c6be2a, infoPort=32864, infoSecurePort=0, ipcPort=40272, storageInfo=lv=-56;cid=testClusterID;nsid=1705681538;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs [junit4] 2> 1786482 INFO (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [ ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:44762 [junit4] 2> 1787294 ERROR (DataNode: [[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-002/hdfsBaseDir/data/data4/]] heartbeating to lucene2-us-west.apache.org/127.0.0.1:45574) [ ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000 [junit4] 2> 1787526 INFO (Block report processor) [ ] BlockStateChange BLOCK* processReport 0x4178dd527f861: from storage DS-9fe33aea-8975-4bf2-9139-0f7d880977e3 node DatanodeRegistration(127.0.0.1:42881, datanodeUuid=5d9643db-4a63-405c-97c0-1ab5a06d6fbf, infoPort=46759, infoSecurePort=0, ipcPort=45961, storageInfo=lv=-56;cid=testClusterID;nsid=1705681538;c=0), blocks: 0, hasStaleStorage: true, processing time: 15 msecs [junit4] 2> 1787527 INFO (Block report processor) [ ] BlockStateChange BLOCK* processReport 0x4178dd527f861: from storage DS-f99fddfd-c5ea-4db9-a147-6f415c970ff0 node DatanodeRegistration(127.0.0.1:42881, datanodeUuid=5d9643db-4a63-405c-97c0-1ab5a06d6fbf, infoPort=46759, infoSecurePort=0, ipcPort=45961, storageInfo=lv=-56;cid=testClusterID;nsid=1705681538;c=0), blocks: 0, hasStaleStorage: false, processing time: 1 msecs [junit4] 2> 1788704 INFO (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testFailedMove [junit4] 2> 1788737 INFO (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 1788738 INFO (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [ ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 [junit4] 2> 1788739 INFO (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 1788739 INFO (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 1788739 INFO (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [ ] o.e.j.s.session Scavenging every 660000ms [junit4] 2> 1788739 INFO (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@58e003a5{/solr,null,AVAILABLE} [junit4] 2> 1788740 INFO (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@3b29341d{HTTP/1.1,[http/1.1]}{127.0.0.1:39810} [junit4] 2> 1788740 INFO (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [ ] o.e.j.s.Server Started @1832534ms [junit4] 2> 1788740 INFO (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39810} [junit4] 2> 1788740 ERROR (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1788740 INFO (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 7.3.0 [junit4] 2> 1788740 INFO (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1788740 INFO (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1788740 INFO (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-01-23T08:51:07.077Z [junit4] 2> 1788831 INFO (zkConnectionManagerCallback-1503-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1788831 INFO (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1789124 INFO (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46121/solr [junit4] 2> 1789125 INFO (zkConnectionManagerCallback-1507-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1789199 INFO (zkConnectionManagerCallback-1509-thread-1-processing-n:127.0.0.1:39810_solr) [n:127.0.0.1:39810_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1789202 INFO (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [n:127.0.0.1:39810_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 1789215 INFO (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [n:127.0.0.1:39810_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1789217 INFO (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [n:127.0.0.1:39810_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39810_solr [junit4] 2> 1789218 INFO (zkCallback-1473-thread-2-processing-n:127.0.0.1:41657_solr) [n:127.0.0.1:41657_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1789232 INFO (zkCallback-1488-thread-1-processing-n:127.0.0.1:33223_solr) [n:127.0.0.1:33223_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1789232 INFO (zkCallback-1485-thread-1-processing-n:127.0.0.1:38864_solr) [n:127.0.0.1:38864_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1789268 INFO (zkCallback-1467-thread-1-processing-n:127.0.0.1:45312_solr) [n:127.0.0.1:45312_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1789345 INFO (zkCallback-1508-thread-1-processing-n:127.0.0.1:39810_solr) [n:127.0.0.1:39810_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1789454 INFO (zkCallback-1499-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1789454 INFO (zkCallback-1499-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1789706 INFO (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [n:127.0.0.1:39810_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39810.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e [junit4] 2> 1789795 INFO (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [n:127.0.0.1:39810_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39810.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e [junit4] 2> 1789795 INFO (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [n:127.0.0.1:39810_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39810.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e [junit4] 2> 1789797 INFO (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [n:127.0.0.1:39810_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-001/node5/. [junit4] 2> 1790184 INFO (zkConnectionManagerCallback-1513-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1790251 INFO (qtp1931943978-7208) [n:127.0.0.1:33223_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf1&autoAddReplicas=false&name=MoveReplicaHDFSTest_failed_coll_true&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1790291 INFO (OverseerThreadFactory-3025-thread-2-processing-n:127.0.0.1:41657_solr) [n:127.0.0.1:41657_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection MoveReplicaHDFSTest_failed_coll_true [junit4] 2> 1790474 INFO (OverseerStateUpdate-99398284301041672-127.0.0.1:41657_solr-n_0000000000) [n:127.0.0.1:41657_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"MoveReplicaHDFSTest_failed_coll_true", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:39810/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 1790572 INFO (OverseerStateUpdate-99398284301041672-127.0.0.1:41657_solr-n_0000000000) [n:127.0.0.1:41657_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"MoveReplicaHDFSTest_failed_coll_true", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:41657/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 1790614 INFO (OverseerStateUpdate-99398284301041672-127.0.0.1:41657_solr-n_0000000000) [n:127.0.0.1:41657_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"MoveReplicaHDFSTest_failed_coll_true", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:45312/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 1790614 INFO (OverseerStateUpdate-99398284301041672-127.0.0.1:41657_solr-n_0000000000) [n:127.0.0.1:41657_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"MoveReplicaHDFSTest_failed_coll_true", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:33223/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 1790867 INFO (qtp271980427-7204) [n:127.0.0.1:41657_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_failed_coll_true&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1790867 INFO (qtp271980427-7204) [n:127.0.0.1:41657_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 1790938 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_failed_coll_true&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1790938 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 1790957 INFO (qtp1324026368-7190) [n:127.0.0.1:45312_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_failed_coll_true&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1790957 INFO (qtp1324026368-7190) [n:127.0.0.1:45312_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 1790997 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_failed_coll_true&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1790998 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 1791273 INFO (zkCallback-1508-thread-1-processing-n:127.0.0.1:39810_solr) [n:127.0.0.1:39810_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5]) [junit4] 2> 1791281 INFO (zkCallback-1473-thread-2-processing-n:127.0.0.1:41657_solr) [n:127.0.0.1:41657_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5]) [junit4] 2> 1791281 INFO (zkCallback-1473-thread-1-processing-n:127.0.0.1:41657_solr) [n:127.0.0.1:41657_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5]) [junit4] 2> 1791281 INFO (zkCallback-1467-thread-1-processing-n:127.0.0.1:45312_solr) [n:127.0.0.1:45312_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5]) [junit4] 2> 1791281 INFO (zkCallback-1488-thread-1-processing-n:127.0.0.1:33223_solr) [n:127.0.0.1:33223_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5]) [junit4] 2> 1791301 INFO (zkCallback-1508-thread-2-processing-n:127.0.0.1:39810_solr) [n:127.0.0.1:39810_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5]) [junit4] 2> 1791309 INFO (zkCallback-1488-thread-2-processing-n:127.0.0.1:33223_solr) [n:127.0.0.1:33223_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5]) [junit4] 2> 1791309 INFO (zkCallback-1467-thread-2-processing-n:127.0.0.1:45312_solr) [n:127.0.0.1:45312_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5]) [junit4] 2> 1791979 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0 [junit4] 2> 1792001 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.s.IndexSchema [MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] Schema name=minimal [junit4] 2> 1792020 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 1792020 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4' using configuration from collection MoveReplicaHDFSTest_failed_coll_true, trusted=true [junit4] 2> 1792020 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33223.solr.core.MoveReplicaHDFSTest_failed_coll_true.shard2.replica_n4' (registry 'solr.core.MoveReplicaHDFSTest_failed_coll_true.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e [junit4] 2> 1792114 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0 [junit4] 2> 1792133 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:45574/data [junit4] 2> 1792133 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled [junit4] 2> 1792133 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1792133 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.c.SolrCore [[MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-001/node4/MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4], dataDir=[hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node8/data/] [junit4] 2> 1792149 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node8/data/snapshot_metadata [junit4] 2> 1792167 INFO (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0 [junit4] 2> 1792205 INFO (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0 [junit4] 2> 1792328 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.s.IndexSchema [MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] Schema name=minimal [junit4] 2> 1792330 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 1792330 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1' using configuration from collection MoveReplicaHDFSTest_failed_coll_true, trusted=true [junit4] 2> 1792331 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39810.solr.core.MoveReplicaHDFSTest_failed_coll_true.shard1.replica_n1' (registry 'solr.core.MoveReplicaHDFSTest_failed_coll_true.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e [junit4] 2> 1792331 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:45574/data [junit4] 2> 1792355 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled [junit4] 2> 1792355 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1792356 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.SolrCore [[MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-001/node5/MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1], dataDir=[hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node5/data/] [junit4] 2> 1792357 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node5/data/snapshot_metadata [junit4] 2> 1792376 INFO (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.s.IndexSchema [MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] Schema name=minimal [junit4] 2> 1792378 INFO (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 1792378 INFO (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2' using configuration from collection MoveReplicaHDFSTest_failed_coll_true, trusted=true [junit4] 2> 1792429 INFO (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41657.solr.core.MoveReplicaHDFSTest_failed_coll_true.shard1.replica_n2' (registry 'solr.core.MoveReplicaHDFSTest_failed_coll_true.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e [junit4] 2> 1792429 INFO (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:45574/data [junit4] 2> 1792429 INFO (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.s.IndexSchema [MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] Schema name=minimal [junit4] 2> 1792429 INFO (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled [junit4] 2> 1792429 INFO (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1792429 INFO (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.c.SolrCore [[MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-001/node1/MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2], dataDir=[hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node6/data/] [junit4] 2> 1792430 INFO (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node6/data/snapshot_metadata [junit4] 2> 1792448 INFO (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 1792448 INFO (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3' using configuration from collection MoveReplicaHDFSTest_failed_coll_true, trusted=true [junit4] 2> 1792448 INFO (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45312.solr.core.MoveReplicaHDFSTest_failed_coll_true.shard2.replica_n3' (registry 'solr.core.MoveReplicaHDFSTest_failed_coll_true.shard2.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e [junit4] 2> 1792448 INFO (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:45574/data [junit4] 2> 1792448 INFO (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled [junit4] 2> 1792448 INFO (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1792448 INFO (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.c.SolrCore [[MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-001/node3/MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3], dataDir=[hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node7/data/] [junit4] 2> 1792449 INFO (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node7/data/snapshot_metadata [junit4] 2> 1792855 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node5/data [junit4] 2> 1792869 INFO (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node6/data [junit4] 2> 1792889 INFO (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node7/data [junit4] 2> 1792908 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node8/data [junit4] 2> 1793200 INFO (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node6/data/index [junit4] 2> 1793214 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node8/data/index [junit4] 2> 1793216 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node5/data/index [junit4] 2> 1793214 INFO (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node7/data/index [junit4] 2> 1794995 INFO (Block report processor) [ ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35090 is added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-f99fddfd-c5ea-4db9-a147-6f415c970ff0:NORMAL:127.0.0.1:42881|RBW], ReplicaUC[[DISK]DS-10e63d54-4a71-44eb-9054-348577008db4:NORMAL:127.0.0.1:35090|RBW]]} size 0 [junit4] 2> 1794997 INFO (Block report processor) [ ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42881 is added to blk_1073741828_1004{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-10e63d54-4a71-44eb-9054-348577008db4:NORMAL:127.0.0.1:35090|RBW], ReplicaUC[[DISK]DS-f99fddfd-c5ea-4db9-a147-6f415c970ff0:NORMAL:127.0.0.1:42881|RBW]]} size 69 [junit4] 2> 1795000 INFO (Block report processor) [ ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42881 is added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-760e3f00-9fa2-4b53-b009-0a6ad654e66d:NORMAL:127.0.0.1:35090|RBW], ReplicaUC[[DISK]DS-9fe33aea-8975-4bf2-9139-0f7d880977e3:NORMAL:127.0.0.1:42881|RBW]]} size 0 [junit4] 2> 1795000 INFO (Block report processor) [ ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42881 is added to blk_1073741825_1001 size 69 [junit4] 2> 1795033 INFO (Block report processor) [ ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35090 is added to blk_1073741828_1004 size 69 [junit4] 2> 1795191 INFO (Block report processor) [ ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35090 is added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-760e3f00-9fa2-4b53-b009-0a6ad654e66d:NORMAL:127.0.0.1:35090|RBW], ReplicaUC[[DISK]DS-9fe33aea-8975-4bf2-9139-0f7d880977e3:NORMAL:127.0.0.1:42881|RBW]]} size 0 [junit4] 2> 1795191 INFO (Block report processor) [ ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35090 is added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-9fe33aea-8975-4bf2-9139-0f7d880977e3:NORMAL:127.0.0.1:42881|RBW], ReplicaUC[[DISK]DS-760e3f00-9fa2-4b53-b009-0a6ad654e66d:NORMAL:127.0.0.1:35090|RBW]]} size 0 [junit4] 2> 1795206 INFO (Block report processor) [ ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42881 is added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-9fe33aea-8975-4bf2-9139-0f7d880977e3:NORMAL:127.0.0.1:42881|RBW], ReplicaUC[[DISK]DS-760e3f00-9fa2-4b53-b009-0a6ad654e66d:NORMAL:127.0.0.1:35090|RBW]]} size 0 [junit4] 2> 1795778 INFO (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog [junit4] 2> 1795778 INFO (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1795778 INFO (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3 [junit4] 2> 1795850 INFO (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog [junit4] 2> 1795850 INFO (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1795850 INFO (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3 [junit4] 2> 1796267 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog [junit4] 2> 1796267 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1796267 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3 [junit4] 2> 1796413 INFO (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1796413 INFO (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1796426 INFO (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1796426 INFO (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1796487 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1796487 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1796846 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog [junit4] 2> 1796846 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1796846 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3 [junit4] 2> 1796996 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1796996 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1798241 INFO (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@640b26c6[MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] main] [junit4] 2> 1798242 INFO (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 1798242 INFO (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 1798260 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@19ca573[MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] main] [junit4] 2> 1798261 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 1798261 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 1798262 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 1798263 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590372573223321600 [junit4] 2> 1798276 INFO (searcherExecutor-3041-thread-1-processing-n:127.0.0.1:39810_solr x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1 s:shard1 c:MoveReplicaHDFSTest_failed_coll_true r:core_node5) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.SolrCore [MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] Registered new searcher Searcher@19ca573[MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1798277 INFO (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 1798284 INFO (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@5987c7e7[MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] main] [junit4] 2> 1798371 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@41a7973d[MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] main] [junit4] 2> 1798371 INFO (searcherExecutor-3042-thread-1-processing-n:127.0.0.1:41657_solr x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2 s:shard1 c:MoveReplicaHDFSTest_failed_coll_true r:core_node6) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.c.SolrCore [MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] Registered new searcher Searcher@640b26c6[MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1798372 INFO (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590372573337616384 [junit4] 2> 1798375 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 1798376 INFO (zkCallback-1467-thread-2-processing-n:127.0.0.1:45312_solr) [n:127.0.0.1:45312_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5]) [junit4] 2> 1798376 INFO (zkCallback-1467-thread-1-processing-n:127.0.0.1:45312_solr) [n:127.0.0.1:45312_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5]) [junit4] 2> 1798376 INFO (zkCallback-1488-thread-2-processing-n:127.0.0.1:33223_solr) [n:127.0.0.1:33223_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5]) [junit4] 2> 1798376 INFO (zkCallback-1488-thread-1-processing-n:127.0.0.1:33223_solr) [n:127.0.0.1:33223_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5]) [junit4] 2> 1798376 INFO (zkCallback-1473-thread-3-processing-n:127.0.0.1:41657_solr) [n:127.0.0.1:41657_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5]) [junit4] 2> 1798376 INFO (zkCallback-1473-thread-1-processing-n:127.0.0.1:41657_solr) [n:127.0.0.1:41657_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5]) [junit4] 2> 1798376 INFO (zkCallback-1508-thread-1-processing-n:127.0.0.1:39810_solr) [n:127.0.0.1:39810_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5]) [junit4] 2> 1798385 INFO (zkCallback-1508-thread-2-processing-n:127.0.0.1:39810_solr) [n:127.0.0.1:39810_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5]) [junit4] 2> 1798387 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 1798388 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 1798388 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590372573354393600 [junit4] 2> 1798406 INFO (searcherExecutor-3040-thread-1-processing-n:127.0.0.1:33223_solr x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4 s:shard2 c:MoveReplicaHDFSTest_failed_coll_true r:core_node8) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.c.SolrCore [MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] Registered new searcher Searcher@41a7973d[MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1798438 INFO (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9938ms [junit4] 2> 1798440 INFO (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms [junit4] 2> 1798448 INFO (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 1798448 INFO (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 1798448 INFO (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 1798449 INFO (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590372573418356736 [junit4] 2> 179 [...truncated too long message...] ctions/AutoscalingHistoryHandlerTest_collection/state.json version: 12 [junit4] 2> 7433899 INFO (zkCallback-6109-thread-4-processing-n:127.0.0.1:46378_solr) [n:127.0.0.1:46378_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [0]) [junit4] 2> 7433899 INFO (zkCallback-6105-thread-1-processing-n:127.0.0.1:33517_solr) [n:127.0.0.1:33517_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [0]) [junit4] 2> 7433899 INFO (zkCallback-6105-thread-3-processing-n:127.0.0.1:33517_solr) [n:127.0.0.1:33517_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [0]) [junit4] 2> 7433899 INFO (zkCallback-6109-thread-1-processing-n:127.0.0.1:46378_solr) [n:127.0.0.1:46378_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [0]) [junit4] 2> 7433928 INFO (jetty-closer-6084-thread-1) [ ] o.a.s.c.Overseer Overseer (id=99398650580762633-127.0.0.1:46378_solr-n_0000000001) closing [junit4] 2> 7433928 INFO (OverseerStateUpdate-99398650580762633-127.0.0.1:46378_solr-n_0000000001) [n:127.0.0.1:46378_solr ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:46378_solr [junit4] 2> 7433929 WARN (OverseerAutoScalingTriggerThread-99398650580762633-127.0.0.1:46378_solr-n_0000000001) [n:127.0.0.1:46378_solr ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting. [junit4] 2> 7433934 DEBUG (jetty-closer-6084-thread-1) [ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly [junit4] 2> 7433935 WARN (zkCallback-6105-thread-1-processing-n:127.0.0.1:33517_solr) [n:127.0.0.1:33517_solr ] o.a.s.c.LeaderElector Our node is no longer in line to be leader [junit4] 2> 7433935 INFO (zkCallback-6105-thread-3-processing-n:127.0.0.1:33517_solr) [n:127.0.0.1:33517_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33517_solr [junit4] 2> 7433935 INFO (jetty-closer-6084-thread-1) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@701c40ea{/solr,null,UNAVAILABLE} [junit4] 2> 7433938 INFO (jetty-closer-6084-thread-1) [ ] o.e.j.s.session Stopped scavenging [junit4] 2> 7433956 INFO (jetty-closer-6084-thread-2) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2d708558{/solr,null,UNAVAILABLE} [junit4] 2> 7433958 INFO (jetty-closer-6084-thread-2) [ ] o.e.j.s.session Stopped scavenging [junit4] 2> 7433959 ERROR (SUITE-AutoscalingHistoryHandlerTest-seed#[70D615487D42B09F]-worker) [ ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes [junit4] 2> 7433959 INFO (SUITE-AutoscalingHistoryHandlerTest-seed#[70D615487D42B09F]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33303 33303 [junit4] 2> 7434248 INFO (Thread-52033) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33303 33303 [junit4] 2> 7434250 WARN (Thread-52033) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 13 /solr/aliases.json [junit4] 2> 13 /solr/clusterprops.json [junit4] 2> 5 /solr/configs/.system [junit4] 2> 5 /solr/configs/.system/managed-schema [junit4] 2> 4 /solr/security.json [junit4] 2> 4 /solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema [junit4] 2> 4 /solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 61 /solr/collections/.system/state.json [junit4] 2> 45 /solr/collections/AutoscalingHistoryHandlerTest_collection/state.json [junit4] 2> 13 /solr/clusterstate.json [junit4] 2> 3 /solr/collections/.system/leader_elect/shard1/election/99398650580762633-core_node5-n_0000000001 [junit4] 2> 2 /solr/collections/AutoscalingHistoryHandlerTest_collection/leader_elect/shard1/election/99398650580762633-core_node5-n_0000000001 [junit4] 2> 2 /solr/autoscaling.json [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 13 /solr/live_nodes [junit4] 2> 13 /solr/collections [junit4] 2> 2 /solr/overseer/queue [junit4] 2> 2 /solr/autoscaling/events/.auto_add_replicas [junit4] 2> 2 /solr/autoscaling/events/AutoscalingHistoryHandlerTest_node_lost_trigger [junit4] 2> 2 /solr/overseer/collection-queue-work [junit4] 2> 2 /solr/overseer/queue-work [junit4] 2> [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_70D615487D42B09F-001 [junit4] 2> Jan 23, 2018 10:24:38 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=true): {}, locale=ar-TN, timezone=SystemV/PST8 [junit4] 2> NOTE: Linux 4.4.0-104-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=55393024,total=485490688 [junit4] 2> NOTE: All tests run in this JVM: [TestUtilizeNode, ChaosMonkeySafeLeaderTest, TestSweetSpotSimilarityFactory, AddBlockUpdateTest, BasicFunctionalityTest, TestLegacyField, UninvertDocValuesMergePolicyTest, DistributedIntervalFacetingTest, TestManagedSchemaAPI, TestReRankQParserPlugin, TestQueryUtils, ReplaceNodeTest, ScriptEngineTest, DistributedFacetPivotSmallTest, TestXIncludeConfig, CollectionReloadTest, TestTriggerIntegration, RollingRestartTest, TestConfigSetsAPIZkFailure, TestComplexPhraseQParserPlugin, HttpTriggerListenerTest, SmileWriterTest, TestInPlaceUpdatesDistrib, TestDistributedStatsComponentCardinality, TestSolr4Spatial2, TestElisionMultitermQuery, HdfsBasicDistributedZkTest, TestNumericTerms32, TestStressRecovery, TestAddFieldRealTimeGet, HighlighterMaxOffsetTest, TestRandomFlRTGCloud, TestLegacyTerms, SpatialHeatmapFacetsTest, TestFastLRUCache, NodeLostTriggerTest, DirectoryFactoryTest, OverseerRolesTest, BlockDirectoryTest, TestPrepRecovery, CoreMergeIndexesAdminHandlerTest, DistributedDebugComponentTest, LeaderFailureAfterFreshStartTest, ResponseHeaderTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, PeerSyncTest, TestConfigSetImmutable, TestReqParamsAPI, SolrMetricManagerTest, TestNodeLostTrigger, DistribDocExpirationUpdateProcessorTest, SoftAutoCommitTest, TestCollectionAPI, HdfsTlogReplayBufferedWhileIndexingTest, SolrInfoBeanTest, SolrJmxReporterTest, TestPerFieldSimilarity, TestFieldCacheVsDocValues, TestSolrIndexConfig, DirectUpdateHandlerOptimizeTest, SOLR749Test, TestSimpleTextCodec, TestOrdValues, AutoAddReplicasIntegrationTest, TestDFISimilarityFactory, TestRTGBase, TestCloudPseudoReturnFields, TestClusterProperties, TestRequestForwarding, StatsReloadRaceTest, AlternateDirectoryTest, LoggingHandlerTest, OverseerTest, TestSchemaManager, CdcrRequestHandlerTest, TestSystemCollAutoCreate, SolrShardReporterTest, FileUtilsTest, FastVectorHighlighterTest, BasicAuthIntegrationTest, PrimitiveFieldTypeTest, TestLocalFSCloudBackupRestore, FieldMutatingUpdateProcessorTest, TestInitQParser, DistributedQueryComponentOptimizationTest, TestSimpleTrackingShardHandler, TestGenericDistributedQueue, TestSearcherReuse, TestReplicationHandler, BadCopyFieldTest, CSVRequestHandlerTest, TestDocBasedVersionConstraints, SearchHandlerTest, TestSearchPerf, QueryElevationComponentTest, ClassificationUpdateProcessorTest, SolrXmlInZkTest, AddReplicaTest, TestFreeTextSuggestions, TestEmbeddedSolrServerAdminHandler, CachingDirectoryFactoryTest, DistributedVersionInfoTest, RulesTest, HdfsCollectionsAPIDistributedZkTest, LegacyCloudClusterPropTest, PolyFieldTest, UpdateRequestProcessorFactoryTest, PathHierarchyTokenizerFactoryTest, ZkControllerTest, TestLockTree, TestJavabinTupleStreamParser, SchemaVersionSpecificBehaviorTest, OverriddenZkACLAndCredentialsProvidersTest, TestReload, TestReversedWildcardFilterFactory, TestPolicyCloud, BlockJoinFacetDistribTest, TestShortCircuitedRequests, DirectSolrConnectionTest, TestSchemaNameResource, TestCloudInspectUtil, CurrencyRangeFacetCloudTest, ExplicitHLLTest, HdfsRestartWhileUpdatingTest, AssignTest, CollectionsAPIDistributedZkTest, MetricTriggerTest, SystemLogListenerTest, TestComputePlanAction, TestLargeCluster, TestSimDistributedQueue, BaseCdcrDistributedZkTest, CdcrBootstrapTest, CdcrReplicationDistributedZkTest, HdfsBasicDistributedZk2Test, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, TestImplicitCoreProperties, TestNRTOpen, TestShardHandlerFactory, TestSolrXml, TestSolrCloudSnapshots, TestConfigReload, TestSolrConfigHandlerConcurrent, AutoscalingHistoryHandlerTest] [junit4] Completed [633/767 (2!)] on J1 in 36.79s, 1 test, 1 failure <<< FAILURES! [...truncated 48646 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
