Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22947/ Java: 32bit/jdk1.8.0_172 -server -XX:+UseSerialGC
2 tests failed. FAILED: org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove Error Message: No live SolrServers available to handle this request:[https://127.0.0.1:33609/solr/MoveReplicaHDFSTest_failed_coll_true, https://127.0.0.1:34125/solr/MoveReplicaHDFSTest_failed_coll_true] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:33609/solr/MoveReplicaHDFSTest_failed_coll_true, https://127.0.0.1:34125/solr/MoveReplicaHDFSTest_failed_coll_true] at __randomizedtesting.SeedInfo.seed([C8CEF9C23047B615:62032A30879463C5]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:994) 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:301) 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:1742) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985) 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:944) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891) 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 https://127.0.0.1:34125/solr/MoveReplicaHDFSTest_failed_coll_true: no servers hosting shard: shard2 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.cloud.MoveReplicaHDFSTest.testFailedMove Error Message: No live SolrServers available to handle this request:[https://127.0.0.1:41701/solr/MoveReplicaHDFSTest_failed_coll_true, https://127.0.0.1:40845/solr/MoveReplicaHDFSTest_failed_coll_true] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:41701/solr/MoveReplicaHDFSTest_failed_coll_true, https://127.0.0.1:40845/solr/MoveReplicaHDFSTest_failed_coll_true] at __randomizedtesting.SeedInfo.seed([C8CEF9C23047B615:62032A30879463C5]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:994) 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:301) 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:1742) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985) 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:944) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891) 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 https://127.0.0.1:40845/solr/MoveReplicaHDFSTest_failed_coll_true: no servers hosting shard: shard2 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 Build Log: [...truncated 12854 lines...] [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest [junit4] 2> 599145 INFO (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_C8CEF9C23047B615-001/init-core-data-001 [junit4] 2> 599145 WARN (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=8 numCloses=8 [junit4] 2> 599146 INFO (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true [junit4] 2> 599148 INFO (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN) [junit4] 2> 599149 INFO (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_C8CEF9C23047B615-001/tempDir-001 [junit4] 2> 599149 INFO (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 599149 INFO (Thread-1202) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 599149 INFO (Thread-1202) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 599157 ERROR (Thread-1202) [ ] 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> 599249 INFO (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:43505 [junit4] 2> 599251 INFO (zkConnectionManagerCallback-2516-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 599254 INFO (jetty-launcher-2513-thread-1) [ ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11 [junit4] 2> 599254 INFO (jetty-launcher-2513-thread-2) [ ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11 [junit4] 2> 599261 INFO (jetty-launcher-2513-thread-3) [ ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11 [junit4] 2> 599261 INFO (jetty-launcher-2513-thread-4) [ ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11 [junit4] 2> 599274 INFO (jetty-launcher-2513-thread-1) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 599274 INFO (jetty-launcher-2513-thread-4) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 599274 INFO (jetty-launcher-2513-thread-4) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 599274 INFO (jetty-launcher-2513-thread-1) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 599274 INFO (jetty-launcher-2513-thread-4) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 599274 INFO (jetty-launcher-2513-thread-1) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 599274 INFO (jetty-launcher-2513-thread-2) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 599274 INFO (jetty-launcher-2513-thread-2) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 599274 INFO (jetty-launcher-2513-thread-2) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 599274 INFO (jetty-launcher-2513-thread-4) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@19b02b6{/solr,null,AVAILABLE} [junit4] 2> 599274 INFO (jetty-launcher-2513-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@20db0f{/solr,null,AVAILABLE} [junit4] 2> 599274 INFO (jetty-launcher-2513-thread-3) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 599275 INFO (jetty-launcher-2513-thread-3) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 599275 INFO (jetty-launcher-2513-thread-3) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 599275 INFO (jetty-launcher-2513-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15ce3cc{/solr,null,AVAILABLE} [junit4] 2> 599275 INFO (jetty-launcher-2513-thread-4) [ ] o.e.j.s.AbstractConnector Started ServerConnector@16a9d29{SSL,[ssl, http/1.1]}{127.0.0.1:41701} [junit4] 2> 599275 INFO (jetty-launcher-2513-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@1d74574{SSL,[ssl, http/1.1]}{127.0.0.1:33625} [junit4] 2> 599275 INFO (jetty-launcher-2513-thread-4) [ ] o.e.j.s.Server Started @599305ms [junit4] 2> 599275 INFO (jetty-launcher-2513-thread-1) [ ] o.e.j.s.Server Started @599305ms [junit4] 2> 599275 INFO (jetty-launcher-2513-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33625} [junit4] 2> 599275 INFO (jetty-launcher-2513-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41701} [junit4] 2> 599275 ERROR (jetty-launcher-2513-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 599275 ERROR (jetty-launcher-2513-thread-4) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 599275 INFO (jetty-launcher-2513-thread-1) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 599275 INFO (jetty-launcher-2513-thread-4) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 599275 INFO (jetty-launcher-2513-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 599275 INFO (jetty-launcher-2513-thread-4) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 599275 INFO (jetty-launcher-2513-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 599275 INFO (jetty-launcher-2513-thread-4) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 599275 INFO (jetty-launcher-2513-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 599275 INFO (jetty-launcher-2513-thread-4) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 599275 INFO (jetty-launcher-2513-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@5699c5{SSL,[ssl, http/1.1]}{127.0.0.1:46193} [junit4] 2> 599275 INFO (jetty-launcher-2513-thread-4) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-09-30T03:10:57.201Z [junit4] 2> 599275 INFO (jetty-launcher-2513-thread-3) [ ] o.e.j.s.Server Started @599305ms [junit4] 2> 599275 INFO (jetty-launcher-2513-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-09-30T03:10:57.201Z [junit4] 2> 599275 INFO (jetty-launcher-2513-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46193} [junit4] 2> 599275 ERROR (jetty-launcher-2513-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 599275 INFO (jetty-launcher-2513-thread-3) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 599275 INFO (jetty-launcher-2513-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 599276 INFO (jetty-launcher-2513-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 599276 INFO (jetty-launcher-2513-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 599276 INFO (jetty-launcher-2513-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-09-30T03:10:57.202Z [junit4] 2> 599283 INFO (jetty-launcher-2513-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7581a3{/solr,null,AVAILABLE} [junit4] 2> 599285 INFO (zkConnectionManagerCallback-2520-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 599286 INFO (jetty-launcher-2513-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@10542ff{SSL,[ssl, http/1.1]}{127.0.0.1:39531} [junit4] 2> 599286 INFO (jetty-launcher-2513-thread-2) [ ] o.e.j.s.Server Started @599316ms [junit4] 2> 599286 INFO (jetty-launcher-2513-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39531} [junit4] 2> 599286 INFO (jetty-launcher-2513-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 599286 ERROR (jetty-launcher-2513-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 599286 INFO (jetty-launcher-2513-thread-2) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 599286 INFO (jetty-launcher-2513-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 599286 INFO (jetty-launcher-2513-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 599286 INFO (jetty-launcher-2513-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 599286 INFO (jetty-launcher-2513-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-09-30T03:10:57.212Z [junit4] 2> 599289 INFO (zkConnectionManagerCallback-2522-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 599299 INFO (zkConnectionManagerCallback-2519-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 599300 INFO (jetty-launcher-2513-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 599300 INFO (jetty-launcher-2513-thread-4) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 599309 INFO (zkConnectionManagerCallback-2524-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 599310 INFO (jetty-launcher-2513-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 599535 INFO (jetty-launcher-2513-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43505/solr [junit4] 2> 599536 INFO (zkConnectionManagerCallback-2528-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 599537 DEBUG (jetty-launcher-2513-thread-2) [n:127.0.0.1:39531_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$497/18647410@15e1993 [junit4] 2> 599541 INFO (zkConnectionManagerCallback-2530-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 599604 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json [junit4] 2> 599604 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 599604 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json [junit4] 2> 599604 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections [junit4] 2> 599604 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json [junit4] 2> 599604 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json [junit4] 2> 599606 DEBUG (jetty-launcher-2513-thread-2) [n:127.0.0.1:39531_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72311397579489286-127.0.0.1:39531_solr-n_0000000000 [junit4] 2> 599606 INFO (jetty-launcher-2513-thread-2) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39531_solr [junit4] 2> 599606 INFO (jetty-launcher-2513-thread-2) [n:127.0.0.1:39531_solr ] o.a.s.c.Overseer Overseer (id=72311397579489286-127.0.0.1:39531_solr-n_0000000000) starting [junit4] 2> 599641 INFO (zkConnectionManagerCallback-2537-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 599642 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json [junit4] 2> 599642 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 599642 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json [junit4] 2> 599643 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections [junit4] 2> 599643 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json [junit4] 2> 599643 INFO (jetty-launcher-2513-thread-2) [n:127.0.0.1:39531_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43505/solr ready [junit4] 2> 599645 INFO (OverseerStateUpdate-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39531_solr [junit4] 2> 599646 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue-work [junit4] 2> 599646 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue [junit4] 2> 599654 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations [junit4] 2> 599655 INFO (jetty-launcher-2513-thread-2) [n:127.0.0.1:39531_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39531_solr [junit4] 2> 599655 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 599655 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 599655 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0 [junit4] 2> 599655 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor RunningTasks: [] [junit4] 2> 599655 DEBUG (OverseerAutoScalingTriggerThread-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers [junit4] 2> 599655 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor BlockedTasks: [] [junit4] 2> 599655 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [] [junit4] 2> 599655 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [] [junit4] 2> 599656 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/autoscaling.json [junit4] 2> 599656 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: [] [junit4] 2> 599656 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work [junit4] 2> 599656 DEBUG (OverseerAutoScalingTriggerThread-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1 [junit4] 2> 599656 DEBUG (OverseerAutoScalingTriggerThread-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1 [junit4] 2> 599656 DEBUG (OverseerAutoScalingTriggerThread-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1 [junit4] 2> 599658 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 599658 INFO (zkCallback-2529-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 599665 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 599665 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.scheduled_maintenance [junit4] 2> 599665 INFO (zkCallback-2536-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 599667 DEBUG (OverseerAutoScalingTriggerThread-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:39531_solr] [junit4] 2> 599669 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.auto_add_replicas [junit4] 2> 599670 DEBUG (ScheduledTrigger-2606-thread-1) [ ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 [junit4] 2> 599677 DEBUG (OverseerAutoScalingTriggerThread-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers [junit4] 2> 599677 DEBUG (OverseerAutoScalingTriggerThread-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1 [junit4] 2> 599689 INFO (jetty-launcher-2513-thread-2) [n:127.0.0.1:39531_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 599707 INFO (jetty-launcher-2513-thread-2) [n:127.0.0.1:39531_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39531.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e0d6ba [junit4] 2> 599712 INFO (jetty-launcher-2513-thread-2) [n:127.0.0.1:39531_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39531.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e0d6ba [junit4] 2> 599712 INFO (jetty-launcher-2513-thread-2) [n:127.0.0.1:39531_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39531.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e0d6ba [junit4] 2> 599712 INFO (jetty-launcher-2513-thread-2) [n:127.0.0.1:39531_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_C8CEF9C23047B615-001/tempDir-001/node2/. [junit4] 2> 599743 INFO (jetty-launcher-2513-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43505/solr [junit4] 2> 599744 INFO (zkConnectionManagerCallback-2542-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 599745 DEBUG (jetty-launcher-2513-thread-3) [n:127.0.0.1:46193_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$497/18647410@1a4a5ed [junit4] 2> 599749 INFO (zkConnectionManagerCallback-2544-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 599751 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json [junit4] 2> 599751 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 599751 INFO (jetty-launcher-2513-thread-3) [n:127.0.0.1:46193_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 599751 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json [junit4] 2> 599752 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections [junit4] 2> 599752 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json [junit4] 2> 599752 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json [junit4] 2> 599752 DEBUG (jetty-launcher-2513-thread-3) [n:127.0.0.1:46193_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72311397579489289-127.0.0.1:46193_solr-n_0000000001 [junit4] 2> 599752 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72311397579489286-127.0.0.1:39531_solr-n_0000000000 [junit4] 2> 599752 DEBUG (jetty-launcher-2513-thread-3) [n:127.0.0.1:46193_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72311397579489286-127.0.0.1:39531_solr-n_0000000000 to know if I could be the leader [junit4] 2> 599752 DEBUG (jetty-launcher-2513-thread-3) [n:127.0.0.1:46193_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:46193_solr as DOWN [junit4] 2> 599753 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue [junit4] 2> 599753 INFO (jetty-launcher-2513-thread-3) [n:127.0.0.1:46193_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 599753 INFO (jetty-launcher-2513-thread-3) [n:127.0.0.1:46193_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46193_solr [junit4] 2> 599753 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue [junit4] 2> 599753 DEBUG (OverseerStateUpdate-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:46193_solr"} current state version: 0 [junit4] 2> 599753 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 599753 DEBUG (OverseerStateUpdate-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:46193_solr [junit4] 2> 599753 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 599753 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 599753 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 599753 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 599753 INFO (zkCallback-2529-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 599753 INFO (zkCallback-2536-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 599757 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 599757 INFO (zkCallback-2543-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 599765 INFO (zkConnectionManagerCallback-2551-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 599765 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json [junit4] 2> 599765 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 599765 INFO (jetty-launcher-2513-thread-3) [n:127.0.0.1:46193_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 599765 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json [junit4] 2> 599766 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections [junit4] 2> 599766 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json [junit4] 2> 599766 INFO (jetty-launcher-2513-thread-3) [n:127.0.0.1:46193_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43505/solr ready [junit4] 2> 599769 INFO (jetty-launcher-2513-thread-3) [n:127.0.0.1:46193_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 599784 INFO (jetty-launcher-2513-thread-3) [n:127.0.0.1:46193_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46193.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e0d6ba [junit4] 2> 599792 INFO (jetty-launcher-2513-thread-3) [n:127.0.0.1:46193_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46193.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e0d6ba [junit4] 2> 599792 INFO (jetty-launcher-2513-thread-3) [n:127.0.0.1:46193_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46193.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e0d6ba [junit4] 2> 599793 INFO (jetty-launcher-2513-thread-3) [n:127.0.0.1:46193_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_C8CEF9C23047B615-001/tempDir-001/node3/. [junit4] 2> 599853 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue [junit4] 2> 599854 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue [junit4] 2> 600044 INFO (jetty-launcher-2513-thread-4) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43505/solr [junit4] 2> 600044 INFO (jetty-launcher-2513-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43505/solr [junit4] 2> 600047 INFO (zkConnectionManagerCallback-2558-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 600047 INFO (zkConnectionManagerCallback-2560-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 600047 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100e6d53df0000b, likely client has closed socket [junit4] 2> 600047 DEBUG (jetty-launcher-2513-thread-1) [n:127.0.0.1:33625_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$497/18647410@24757b [junit4] 2> 600047 DEBUG (jetty-launcher-2513-thread-4) [n:127.0.0.1:41701_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$497/18647410@13081ea [junit4] 2> 600048 INFO (zkConnectionManagerCallback-2562-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 600048 INFO (zkConnectionManagerCallback-2564-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 600050 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json [junit4] 2> 600050 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 600050 INFO (jetty-launcher-2513-thread-1) [n:127.0.0.1:33625_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 600050 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json [junit4] 2> 600050 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json [junit4] 2> 600050 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 600050 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections [junit4] 2> 600050 INFO (jetty-launcher-2513-thread-4) [n:127.0.0.1:41701_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 600051 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json [junit4] 2> 600051 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json [junit4] 2> 600051 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections [junit4] 2> 600051 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json [junit4] 2> 600051 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json [junit4] 2> 600051 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json [junit4] 2> 600051 DEBUG (jetty-launcher-2513-thread-1) [n:127.0.0.1:33625_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72311397579489293-127.0.0.1:33625_solr-n_0000000002 [junit4] 2> 600051 DEBUG (jetty-launcher-2513-thread-4) [n:127.0.0.1:41701_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72311397579489294-127.0.0.1:41701_solr-n_0000000003 [junit4] 2> 600051 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72311397579489289-127.0.0.1:46193_solr-n_0000000001 [junit4] 2> 600051 DEBUG (jetty-launcher-2513-thread-1) [n:127.0.0.1:33625_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72311397579489289-127.0.0.1:46193_solr-n_0000000001 to know if I could be the leader [junit4] 2> 600052 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72311397579489293-127.0.0.1:33625_solr-n_0000000002 [junit4] 2> 600052 DEBUG (jetty-launcher-2513-thread-4) [n:127.0.0.1:41701_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72311397579489293-127.0.0.1:33625_solr-n_0000000002 to know if I could be the leader [junit4] 2> 600052 DEBUG (jetty-launcher-2513-thread-1) [n:127.0.0.1:33625_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:33625_solr as DOWN [junit4] 2> 600052 DEBUG (jetty-launcher-2513-thread-4) [n:127.0.0.1:41701_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:41701_solr as DOWN [junit4] 2> 600052 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue [junit4] 2> 600052 INFO (jetty-launcher-2513-thread-1) [n:127.0.0.1:33625_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 600052 INFO (jetty-launcher-2513-thread-1) [n:127.0.0.1:33625_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33625_solr [junit4] 2> 600052 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue [junit4] 2> 600052 INFO (jetty-launcher-2513-thread-4) [n:127.0.0.1:41701_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 600052 INFO (jetty-launcher-2513-thread-4) [n:127.0.0.1:41701_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41701_solr [junit4] 2> 600052 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 600052 DEBUG (OverseerStateUpdate-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.Overseer processMessage: queueSize: 2, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:33625_solr"} current state version: 0 [junit4] 2> 600052 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 600052 DEBUG (OverseerStateUpdate-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:33625_solr [junit4] 2> 600052 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 600052 DEBUG (OverseerStateUpdate-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.Overseer processMessage: queueSize: 2, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:41701_solr"} current state version: 0 [junit4] 2> 600052 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 600052 DEBUG (OverseerStateUpdate-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:41701_solr [junit4] 2> 600052 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 600052 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 600053 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 600053 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 600053 INFO (zkCallback-2529-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4) [junit4] 2> 600053 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 600053 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 600053 INFO (zkCallback-2536-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4) [junit4] 2> 600053 INFO (zkCallback-2543-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4) [junit4] 2> 600053 INFO (zkCallback-2563-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4) [junit4] 2> 600053 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 600053 INFO (zkCallback-2561-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4) [junit4] 2> 600053 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 600053 INFO (zkCallback-2550-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4) [junit4] 2> 600066 INFO (zkConnectionManagerCallback-2577-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 600066 INFO (zkConnectionManagerCallback-2578-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 600066 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json [junit4] 2> 600066 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json [junit4] 2> 600066 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 600066 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 600066 INFO (jetty-launcher-2513-thread-1) [n:127.0.0.1:33625_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 600066 INFO (jetty-launcher-2513-thread-4) [n:127.0.0.1:41701_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 600066 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json [junit4] 2> 600066 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json [junit4] 2> 600066 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections [junit4] 2> 600066 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections [junit4] 2> 600066 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json [junit4] 2> 600066 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json [junit4] 2> 600066 INFO (jetty-launcher-2513-thread-1) [n:127.0.0.1:33625_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43505/solr ready [junit4] 2> 600066 INFO (jetty-launcher-2513-thread-4) [n:127.0.0.1:41701_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43505/solr ready [junit4] 2> 600067 INFO (jetty-launcher-2513-thread-1) [n:127.0.0.1:33625_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 600067 INFO (jetty-launcher-2513-thread-4) [n:127.0.0.1:41701_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 600078 INFO (jetty-launcher-2513-thread-1) [n:127.0.0.1:33625_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33625.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e0d6ba [junit4] 2> 600082 INFO (jetty-launcher-2513-thread-4) [n:127.0.0.1:41701_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41701.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e0d6ba [junit4] 2> 600084 INFO (jetty-launcher-2513-thread-1) [n:127.0.0.1:33625_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33625.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e0d6ba [junit4] 2> 600084 INFO (jetty-launcher-2513-thread-1) [n:127.0.0.1:33625_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33625.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e0d6ba [junit4] 2> 600085 INFO (jetty-launcher-2513-thread-1) [n:127.0.0.1:33625_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_C8CEF9C23047B615-001/tempDir-001/node1/. [junit4] 2> 600101 INFO (jetty-launcher-2513-thread-4) [n:127.0.0.1:41701_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41701.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e0d6ba [junit4] 2> 600102 INFO (jetty-launcher-2513-thread-4) [n:127.0.0.1:41701_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41701.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e0d6ba [junit4] 2> 600103 INFO (jetty-launcher-2513-thread-4) [n:127.0.0.1:41701_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_C8CEF9C23047B615-001/tempDir-001/node4/. [junit4] 2> 600151 INFO (zkConnectionManagerCallback-2582-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 600153 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue [junit4] 2> 600153 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue [junit4] 2> 600155 INFO (zkConnectionManagerCallback-2587-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 600156 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json [junit4] 2> 600156 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 600156 INFO (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 600156 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json [junit4] 2> 600156 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections [junit4] 2> 600156 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json [junit4] 2> 600156 INFO (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43505/solr ready [junit4] 2> 600197 INFO (qtp16883469-7493) [n:127.0.0.1:46193_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 600201 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work [junit4] 2> 600201 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000000 [junit4] 2> 600201 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work [junit4] 2> 600202 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000 [junit4] 2> 600202 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work [junit4] 2> 600202 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work [junit4] 2> 600202 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000 [junit4] 2> 600202 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskQueue Returning topN elements: [/overseer/collection-queue-work/qn-0000000000, ] [junit4] 2> 600202 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]] [junit4] 2> 600202 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as running [junit4] 2> 600202 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{"operation":"overseerstatus"} [junit4] 2> 600203 DEBUG (OverseerThreadFactory-2608-thread-1-processing-n:127.0.0.1:39531_solr) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000000 [junit4] 2> 600203 DEBUG (OverseerThreadFactory-2608-thread-1-processing-n:127.0.0.1:39531_solr) [n:127.0.0.1:39531_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : overseerstatus , {"operation":"overseerstatus"} [junit4] 2> 600203 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1 [junit4] 2> 600203 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000000] [junit4] 2> 600203 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor BlockedTasks: [] [junit4] 2> 600203 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [] [junit4] 2> 600203 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000] [junit4] 2> 600203 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[] [junit4] 2> 600203 DEBUG (OverseerThreadFactory-2608-thread-1-processing-n:127.0.0.1:39531_solr) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor Completed task:[/overseer/collection-queue-work/qn-0000000000] [junit4] 2> 600204 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: data: /solr/overseer/collection-queue-work/qnr-0000000000 [junit4] 2> 600204 DEBUG (zkCallback-2543-thread-1) [ ] o.a.s.c.OverseerTaskQueue NodeDataChanged fired on path /overseer/collection-queue-work/qnr-0000000000 state SyncConnected latchEventType null [junit4] 2> 600204 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work [junit4] 2> 600204 DEBUG (OverseerThreadFactory-2608-thread-1-processing-n:127.0.0.1:39531_solr) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as completed. [junit4] 2> 600204 DEBUG (OverseerThreadFactory-2608-thread-1-processing-n:127.0.0.1:39531_solr) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor RunningTasks: [] [junit4] 2> 600204 DEBUG (OverseerThreadFactory-2608-thread-1-processing-n:127.0.0.1:39531_solr) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor BlockedTasks: [] [junit4] 2> 600204 DEBUG (OverseerThreadFactory-2608-thread-1-processing-n:127.0.0.1:39531_solr) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [/overseer/collection-queue-work/qn-0000000000] [junit4] 2> 600204 DEBUG (OverseerThreadFactory-2608-thread-1-processing-n:127.0.0.1:39531_solr) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000] [junit4] 2> 600204 DEBUG (OverseerThreadFactory-2608-thread-1-processing-n:127.0.0.1:39531_solr) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{leader=127.0.0.1:39531_solr,overseer_queue_size=0,overseer_work_queue_size=0,overseer_collection_queue_size=2,overseer_operations={am_i_leader={requests=4,errors=0,avgRequestsPerSecond=7.169950889260059,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.12234990038612305,medianRequestTime=0.102804,75thPcRequestTime=0.102804,95thPcRequestTime=0.205836,99thPcRequestTime=0.205836,999thPcRequestTime=0.205836},downnode={requests=3,errors=0,avgRequestsPerSecond=6.667200101938822,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.027401666666666664,medianRequestTime=0.026321,75thPcRequestTime=0.033405,95thPcRequestTime=0.033405,99thPcRequestTime=0.033405,999thPcRequestTime=0.033405}},collection_operations={am_i_leader={requests=3,errors=0,avgRequestsPerSecond=5.4678603207450145,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.21840186542855425,medianRequestTime=0.162707,75thPcRequestTime=0.389787,95thPcRequestTime=0.389787,99thPcRequestTime=0.389787,999thPcRequestTime=0.389787},overseerstatus={requests=0,errors=0,avgRequestsPerSecond=0.0,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.0,medianRequestTime=0.0,75thPcRequestTime=0.0,95thPcRequestTime=0.0,99thPcRequestTime=0.0,999thPcRequestTime=0.0}},overseer_queue={},overseer_internal_queue={peek={avgRequestsPerSecond=1.7942870496043897,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.095077,medianRequestTime=0.095077,75thPcRequestTime=0.095077,95thPcRequestTime=0.095077,99thPcRequestTime=0.095077,999thPcRequestTime=0.095077}},collection_queue={peektopn_wait2000={avgRequestsPerSecond=1.8267199637546607,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=546.72039,medianRequestTime=546.72039,75thPcRequestTime=546.72039,95thPcRequestTime=546.72039,99thPcRequestTime=546.72039,999thPcRequestTime=546.72039}}} [junit4] 2> 600204 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work [junit4] 2> 600204 INFO (qtp16883469-7493) [n:127.0.0.1:46193_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=7 [junit4] 2> 600508 WARN (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your platform... using builtin-java classes where applicable [junit4] 1> Formatting using clusterid: testClusterID [junit4] 2> 600671 DEBUG (ScheduledTrigger-2606-thread-3) [ ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 [junit4] 2> 601113 WARN (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties [junit4] 2> 601237 INFO (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.m.log Logging to org.apache.logging.slf4j.Log4jLogger@e954d6 via org.mortbay.log.Slf4jLog [junit4] 2> 601252 WARN (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j [junit4] 2> 601302 INFO (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.m.log jetty-6.1.26 [junit4] 2> 601342 INFO (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-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_localhost_localdomain_45231_hdfs____ss637t/webapp [junit4] 2> 601671 DEBUG (ScheduledTrigger-2606-thread-4) [ ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 [junit4] 2> 602203 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]] [junit4] 2> 602204 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0 [junit4] 2> 602204 INFO (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_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> 602205 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor RunningTasks: [] [junit4] 2> 602205 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor BlockedTasks: [] [junit4] 2> 602205 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [] [junit4] 2> 602205 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [] [junit4] 2> 602205 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: [] [junit4] 2> 602232 INFO (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:45231 [junit4] 2> 602672 DEBUG (ScheduledTrigger-2606-thread-3) [ ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 [junit4] 2> 602883 WARN (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j [junit4] 2> 602886 INFO (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.m.log jetty-6.1.26 [junit4] 2> 602897 INFO (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-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_42981_datanode____6u8rdn/webapp [junit4] 2> 603361 INFO (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:42981 [junit4] 2> 603663 WARN (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j [junit4] 2> 603664 INFO (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.m.log jetty-6.1.26 [junit4] 2> 603672 DEBUG (ScheduledTrigger-2606-thread-4) [ ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 [junit4] 2> 603676 INFO (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-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_46519_datanode____z3whxe/webapp [junit4] 2> 604124 ERROR (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_C8CEF9C23047B615-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_C8CEF9C23047B615-001/tempDir-002/hdfsBaseDir/data/data2/]] heartbeating to localhost.localdomain/127.0.0.1:38813) [ ] 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> 604180 INFO (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:46519 [junit4] 2> 604205 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]] [junit4] 2> 604205 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0 [junit4] 2> 604205 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor RunningTasks: [] [junit4] 2> 604205 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor BlockedTasks: [] [junit4] 2> 604205 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [] [junit4] 2> 604205 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [] [junit4] 2> 604205 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: [] [junit4] 2> 604271 INFO (Block report processor) [ ] BlockStateChange BLOCK* processReport 0xdc23c80afa06a: from storage DS-56354fcf-060d-4da7-b78a-e1d73e25fafb node DatanodeRegistration(127.0.0.1:38471, datanodeUuid=df726510-884e-4c6a-a74f-dc2c71b80160, infoPort=36249, infoSecurePort=0, ipcPort=40237, storageInfo=lv=-56;cid=testClusterID;nsid=612734238;c=0), blocks: 0, hasStaleStorage: true, processing time: 3 msecs [junit4] 2> 604271 INFO (Block report processor) [ ] BlockStateChange BLOCK* processReport 0xdc23c80afa06a: from storage DS-79a3e957-2739-40b3-acdf-e93a894cc200 node DatanodeRegistration(127.0.0.1:38471, datanodeUuid=df726510-884e-4c6a-a74f-dc2c71b80160, infoPort=36249, infoSecurePort=0, ipcPort=40237, storageInfo=lv=-56;cid=testClusterID;nsid=612734238;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs [junit4] 2> 604356 ERROR (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_C8CEF9C23047B615-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_C8CEF9C23047B615-001/tempDir-002/hdfsBaseDir/data/data4/]] heartbeating to localhost.localdomain/127.0.0.1:38813) [ ] 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> 604361 INFO (Block report processor) [ ] BlockStateChange BLOCK* processReport 0xdc23c86f08e4b: from storage DS-4c06ed72-ef45-45eb-8c1a-b1846e4aff1b node DatanodeRegistration(127.0.0.1:33083, datanodeUuid=f71ff166-d8f7-476a-8233-103b5ba38638, infoPort=37873, infoSecurePort=0, ipcPort=35299, storageInfo=lv=-56;cid=testClusterID;nsid=612734238;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs [junit4] 2> 604361 INFO (Block report processor) [ ] BlockStateChange BLOCK* processReport 0xdc23c86f08e4b: from storage DS-fd726d8f-1d71-438c-9f17-2160e251eed8 node DatanodeRegistration(127.0.0.1:33083, datanodeUuid=f71ff166-d8f7-476a-8233-103b5ba38638, infoPort=37873, infoSecurePort=0, ipcPort=35299, storageInfo=lv=-56;cid=testClusterID;nsid=612734238;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs [junit4] 2> 604672 DEBUG (ScheduledTrigger-2606-thread-3) [ ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 [junit4] 2> 604836 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [ ] o.a.s.SolrTestCaseJ4 ###Starting test [junit4] 2> 604837 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json [junit4] 2> 604837 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 604837 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 604837 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json [junit4] 2> 604837 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections [junit4] 2> 604837 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json [junit4] 2> 604838 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json [junit4] 2> 604838 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json [junit4] 2> 604838 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json [junit4] 2> 604838 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json [junit4] 2> 604838 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json [junit4] 2> 604838 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json [junit4] 2> 604838 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json [junit4] 2> 604838 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json [junit4] 2> 604838 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json [junit4] 2> 604838 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json [junit4] 2> 604838 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json [junit4] 2> 604838 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json [junit4] 2> 604838 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json [junit4] 2> 604838 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json [junit4] 2> 604838 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json [junit4] 2> 604838 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json [junit4] 2> 604838 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json [junit4] 2> 604838 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json [junit4] 2> 604838 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json [junit4] 2> 604839 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [ ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11 [junit4] 2> 604839 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 604840 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 604840 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 604840 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ff9e38{/solr,null,AVAILABLE} [junit4] 2> 604840 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@ba40fc{SSL,[ssl, http/1.1]}{127.0.0.1:40845} [junit4] 2> 604840 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [ ] o.e.j.s.Server Started @604870ms [junit4] 2> 604840 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40845} [junit4] 2> 604840 ERROR (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 604840 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 604840 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 604841 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 604841 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 604841 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-09-30T03:11:02.767Z [junit4] 2> 604842 INFO (zkConnectionManagerCallback-2591-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 604842 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 605549 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43505/solr [junit4] 2> 605550 INFO (zkConnectionManagerCallback-2595-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 605550 DEBUG (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [n:127.0.0.1:40845_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$497/18647410@ba28bf [junit4] 2> 605554 INFO (zkConnectionManagerCallback-2597-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 605557 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json [junit4] 2> 605557 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 605557 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [n:127.0.0.1:40845_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 605557 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json [junit4] 2> 605557 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections [junit4] 2> 605558 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json [junit4] 2> 605558 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json [junit4] 2> 605558 DEBUG (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [n:127.0.0.1:40845_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72311397579489301-127.0.0.1:40845_solr-n_0000000004 [junit4] 2> 605558 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72311397579489294-127.0.0.1:41701_solr-n_0000000003 [junit4] 2> 605558 DEBUG (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [n:127.0.0.1:40845_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72311397579489294-127.0.0.1:41701_solr-n_0000000003 to know if I could be the leader [junit4] 2> 605559 DEBUG (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [n:127.0.0.1:40845_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:40845_solr as DOWN [junit4] 2> 605559 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue [junit4] 2> 605559 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [n:127.0.0.1:40845_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 605559 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [n:127.0.0.1:40845_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40845_solr [junit4] 2> 605559 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue [junit4] 2> 605559 DEBUG (OverseerStateUpdate-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:40845_solr"} current state version: 0 [junit4] 2> 605559 DEBUG (OverseerStateUpdate-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:40845_solr [junit4] 2> 605559 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 605559 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 605559 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 605559 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 605559 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 605559 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 605559 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 605559 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 605560 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 605560 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 605560 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 605560 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 605560 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 605560 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 605560 INFO (zkCallback-2536-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 605560 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 605560 INFO (zkCallback-2543-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 605560 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 605560 INFO (zkCallback-2561-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 605560 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 605560 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 605560 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 605560 INFO (zkCallback-2529-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 605560 INFO (zkCallback-2550-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 605560 INFO (zkCallback-2575-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 605560 INFO (zkCallback-2576-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 605560 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 605560 INFO (zkCallback-2596-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 605561 INFO (zkCallback-2586-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 605561 INFO (zkCallback-2586-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 605561 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 605561 INFO (zkCallback-2563-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 605572 INFO (zkConnectionManagerCallback-2604-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 605573 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json [junit4] 2> 605573 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 605573 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [n:127.0.0.1:40845_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5) [junit4] 2> 605573 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json [junit4] 2> 605573 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections [junit4] 2> 605573 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json [junit4] 2> 605574 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [n:127.0.0.1:40845_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43505/solr ready [junit4] 2> 605574 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [n:127.0.0.1:40845_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 605588 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [n:127.0.0.1:40845_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40845.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e0d6ba [junit4] 2> 605595 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [n:127.0.0.1:40845_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40845.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e0d6ba [junit4] 2> 605595 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [n:127.0.0.1:40845_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40845.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e0d6ba [junit4] 2> 605596 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [n:127.0.0.1:40845_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_C8CEF9C23047B615-001/tempDir-001/node5/. [junit4] 2> 605636 INFO (zkConnectionManagerCallback-2607-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 605637 INFO (TEST-MoveReplicaHDFSTest.test-seed#[C8CEF9C23047B615]) [ ] o.a.s.c.MoveReplicaTest total_jettys: 5 [junit4] 2> 605660 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue [junit4] 2> 605660 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue [junit4] 2> 605672 INFO (qtp16450396-7492) [n:127.0.0.1:33625_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&maxShardsPerNode=2&autoAddReplicas=false&name=MoveReplicaHDFSTest_coll_true&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 605672 DEBUG (ScheduledTrigger-2606-thread-4) [ ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 5 [junit4] 2> 605673 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work [junit4] 2> 605673 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000002 [junit4] 2> 605673 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work [junit4] 2> 605673 DEBUG (OverseerCollectionConfigSetProcessor-72311397579489286-127.0.0.1:39531_solr-n_0000000000) [n:127.0.0.1:39531_solr ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000002 [junit4] 2> 605673 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work [junit4] 2> 605673 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collectio [...truncated too long message...] is an old index directory, caused by: java.io.IOException: Filesystem closed [junit4] 2> 165873 INFO (jetty-closer-129-thread-4) [ ] o.e.j.s.session node0 Stopped scavenging [junit4] 2> 165873 ERROR (OldIndexDirectoryCleanupThreadForCore-MoveReplicaHDFSTest_failed_coll_false_shard1_replica_n2) [ ] o.a.s.c.HdfsDirectoryFactory Error checking if path hdfs://localhost.localdomain:40571/data/MoveReplicaHDFSTest_failed_coll_false/core_node5/data/snapshot_metadata is an old index directory, caused by: java.io.IOException: Filesystem closed [junit4] 2> 165873 ERROR (OldIndexDirectoryCleanupThreadForCore-MoveReplicaHDFSTest_failed_coll_false_shard1_replica_n2) [ ] o.a.s.c.HdfsDirectoryFactory Error checking if path hdfs://localhost.localdomain:40571/data/MoveReplicaHDFSTest_failed_coll_false/core_node5/data/tlog is an old index directory, caused by: java.io.IOException: Filesystem closed [junit4] 2> 165873 ERROR (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-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> 165873 INFO (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34913 34913 [junit4] 2> 165981 INFO (Thread-2115) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34913 34913 [junit4] 2> 165982 WARN (Thread-2115) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 34 /solr/collections/MoveReplicaHDFSTest_coll_false/terms/shard1 [junit4] 2> 22 /solr/collections/MoveReplicaHDFSTest_coll_true/terms/shard2 [junit4] 2> 18 /solr/configs/conf1 [junit4] 2> 17 /solr/aliases.json [junit4] 2> 11 /solr/collections/MoveReplicaHDFSTest_coll_false/terms/shard2 [junit4] 2> 10 /solr/collections/MoveReplicaHDFSTest_failed_coll_true/terms/shard1 [junit4] 2> 9 /solr/collections/MoveReplicaHDFSTest_failed_coll_true/terms/shard2 [junit4] 2> 9 /solr/collections/MoveReplicaHDFSTest_coll_true/terms/shard1 [junit4] 2> 7 /solr/collections/MoveReplicaHDFSTest_failed_coll_false/terms/shard2 [junit4] 2> 7 /solr/collections/MoveReplicaHDFSTest_failed_coll_false/terms/shard1 [junit4] 2> 6 /solr/security.json [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 17 /solr/clusterprops.json [junit4] 2> 17 /solr/clusterstate.json [junit4] 2> 10 /solr/aliases.json [junit4] 2> 7 /solr/collections/MoveReplicaHDFSTest_coll_true/state.json [junit4] 2> 7 /solr/collections/MoveReplicaHDFSTest_coll_false/state.json [junit4] 2> 4 /solr/collections/MoveReplicaHDFSTest_failed_coll_false/state.json [junit4] 2> 4 /solr/collections/MoveReplicaHDFSTest_failed_coll_true/state.json [junit4] 2> 3 /solr/collections/MoveReplicaHDFSTest_coll_false/leader_elect/shard1/election/72311641156616198-core_node5-n_0000000000 [junit4] 2> 3 /solr/collections/MoveReplicaHDFSTest_coll_true/leader_elect/shard2/election/72311641156616204-core_node8-n_0000000000 [junit4] 2> 3 /solr/overseer_elect/election/72311641156616201-127.0.0.1:33609_solr-n_0000000001 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 32 /solr/collections [junit4] 2> 29 /solr/live_nodes [junit4] 2> [junit4] 2> 165983 WARN (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called [junit4] 2> 166105 INFO (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0 [junit4] 2> 166206 WARN (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_C8CEF9C23047B615-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_C8CEF9C23047B615-001/tempDir-002/hdfsBaseDir/data/data4/]] heartbeating to localhost.localdomain/127.0.0.1:40571) [ ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted [junit4] 2> 166206 WARN (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_C8CEF9C23047B615-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_C8CEF9C23047B615-001/tempDir-002/hdfsBaseDir/data/data4/]] heartbeating to localhost.localdomain/127.0.0.1:40571) [ ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-26521901-88.99.242.108-1538280775066 (Datanode Uuid 73cf1508-554a-4bfa-8e2e-d5a5565f9e5f) service to localhost.localdomain/127.0.0.1:40571 [junit4] 2> 166207 WARN (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called [junit4] 2> 166214 INFO (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0 [junit4] 2> 166316 WARN (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_C8CEF9C23047B615-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_C8CEF9C23047B615-001/tempDir-002/hdfsBaseDir/data/data2/]] heartbeating to localhost.localdomain/127.0.0.1:40571) [ ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted [junit4] 2> 166316 WARN (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_C8CEF9C23047B615-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_C8CEF9C23047B615-001/tempDir-002/hdfsBaseDir/data/data2/]] heartbeating to localhost.localdomain/127.0.0.1:40571) [ ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-26521901-88.99.242.108-1538280775066 (Datanode Uuid 473736ef-d199-4f78-9a18-4b7a4a86ca2d) service to localhost.localdomain/127.0.0.1:40571 [junit4] 2> 166322 INFO (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:0 [junit4] 2> 166435 INFO (SUITE-MoveReplicaHDFSTest-seed#[C8CEF9C23047B615]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34913 34913 [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_C8CEF9C23047B615-001 [junit4] 2> Sep 30, 2018 4:13:59 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 66 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene80): {id=FSTOrd50}, docValues:{_version_=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1901, maxMBSortInHeap=7.343946536313215, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1006934), locale=es, timezone=IET [junit4] 2> NOTE: Linux 4.15.0-32-generic i386/Oracle Corporation 1.8.0_172 (32-bit)/cpus=8,threads=2,free=63771792,total=227569664 [junit4] 2> NOTE: All tests run in this JVM: [MoveReplicaHDFSTest, MoveReplicaHDFSTest] [junit4] Completed [4/5 (1!)] on J2 in 75.23s, 4 tests, 1 error <<< FAILURES! [...truncated 18 lines...] BUILD FAILED /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1567: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1092: There were test failures: 5 suites, 20 tests, 1 error [seed: C8CEF9C23047B615] Total time: 3 minutes 3 seconds [repro] Setting last failure code to 256 [repro] Failures: [repro] 1/5 failed: org.apache.solr.cloud.MoveReplicaHDFSTest [repro] Exiting with code 256 + mv lucene/build lucene/build.repro + mv solr/build solr/build.repro + mv lucene/build.orig lucene/build + mv solr/build.orig solr/build Archiving artifacts Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 [WARNINGS] Parsing warnings in console log with parser Java Compiler (javac) Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 <Git Blamer> Using GitBlamer to create author and commit information for all warnings. <Git Blamer> GIT_COMMIT=964cc88cee7d62edf03a923e3217809d630af5d5, workspace=/var/lib/jenkins/workspace/Lucene-Solr-master-Linux [WARNINGS] Computing warning deltas based on reference build #22946 Recording test results Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Build step 'Publish JUnit test result report' changed build result to UNSTABLE Email was triggered for: Unstable (Test Failures) Sending email for trigger: Unstable (Test Failures) Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
