Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21335/
Java: 64bit/jdk-9.0.1 -XX:-UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test

Error Message:
Expected 2 of 3 replicas to be active but only found 1; 
[core_node4:{"core":"c8n_1x3_lf_shard1_replica_n1","base_url":"http://127.0.0.1:37461/kf_/j","node_name":"127.0.0.1:37461_kf_%2Fj","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/27)={   
"pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node4":{           "core":"c8n_1x3_lf_shard1_replica_n1",           
"base_url":"http://127.0.0.1:37461/kf_/j";,           
"node_name":"127.0.0.1:37461_kf_%2Fj",           "state":"active",           
"type":"NRT",           "leader":"true"},         "core_node5":{           
"core":"c8n_1x3_lf_shard1_replica_n2",           
"base_url":"http://127.0.0.1:43729/kf_/j";,           
"node_name":"127.0.0.1:43729_kf_%2Fj",           "state":"down",           
"type":"NRT"},         "core_node6":{           "state":"down",           
"base_url":"http://127.0.0.1:39843/kf_/j";,           
"core":"c8n_1x3_lf_shard1_replica_n3",           
"node_name":"127.0.0.1:39843_kf_%2Fj",           "type":"NRT"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false",   "nrtReplicas":"3",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 
1; 
[core_node4:{"core":"c8n_1x3_lf_shard1_replica_n1","base_url":"http://127.0.0.1:37461/kf_/j","node_name":"127.0.0.1:37461_kf_%2Fj","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/27)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node4":{
          "core":"c8n_1x3_lf_shard1_replica_n1",
          "base_url":"http://127.0.0.1:37461/kf_/j";,
          "node_name":"127.0.0.1:37461_kf_%2Fj",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node5":{
          "core":"c8n_1x3_lf_shard1_replica_n2",
          "base_url":"http://127.0.0.1:43729/kf_/j";,
          "node_name":"127.0.0.1:43729_kf_%2Fj",
          "state":"down",
          "type":"NRT"},
        "core_node6":{
          "state":"down",
          "base_url":"http://127.0.0.1:39843/kf_/j";,
          "core":"c8n_1x3_lf_shard1_replica_n3",
          "node_name":"127.0.0.1:39843_kf_%2Fj",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([8F785F9062898864:72C604ACC75E59C]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove

Error Message:
No live SolrServers available to handle this 
request:[https://127.0.0.1:44509/solr/MoveReplicaHDFSTest_failed_coll_true, 
https://127.0.0.1:45497/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:44509/solr/MoveReplicaHDFSTest_failed_coll_true, 
https://127.0.0.1:45497/solr/MoveReplicaHDFSTest_failed_coll_true]
        at 
__randomizedtesting.SeedInfo.seed([8F785F9062898864:25B58C62D55A5DB4]:0)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:991)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:991)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
        at 
org.apache.solr.cloud.MoveReplicaTest.testFailedMove(MoveReplicaTest.java:309)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:844)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at 
https://127.0.0.1:44509/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:436)
        ... 46 more


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
expected:<5> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([8F785F9062898864:E284FB6DD8C17763]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:244)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11839 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4]   2> 167012 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-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_8F785F9062898864-001/init-core-data-001
   [junit4]   2> 167013 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 167013 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 167013 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 167014 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-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_8F785F9062898864-001/tempDir-001
   [junit4]   2> 167014 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 167015 INFO  (Thread-214) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 167015 INFO  (Thread-214) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 167016 ERROR (Thread-214) [    ] 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> 167115 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:41825
   [junit4]   2> 167116 INFO  (zkConnectionManagerCallback-243-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 167119 INFO  (jetty-launcher-240-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 167119 INFO  (jetty-launcher-240-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 167119 INFO  (jetty-launcher-240-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 167119 INFO  (jetty-launcher-240-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 167120 INFO  (jetty-launcher-240-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 167120 INFO  (jetty-launcher-240-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 167120 INFO  (jetty-launcher-240-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 167120 INFO  (jetty-launcher-240-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 167120 INFO  (jetty-launcher-240-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 167120 INFO  (jetty-launcher-240-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 167120 INFO  (jetty-launcher-240-thread-4) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 167120 INFO  (jetty-launcher-240-thread-1) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 167120 INFO  (jetty-launcher-240-thread-2) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 167120 INFO  (jetty-launcher-240-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 167120 INFO  (jetty-launcher-240-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 167120 INFO  (jetty-launcher-240-thread-3) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 167120 INFO  (jetty-launcher-240-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2f6d6b0f{/solr,null,AVAILABLE}
   [junit4]   2> 167120 INFO  (jetty-launcher-240-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@727179ba{/solr,null,AVAILABLE}
   [junit4]   2> 167120 INFO  (jetty-launcher-240-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@27f60be6{/solr,null,AVAILABLE}
   [junit4]   2> 167120 INFO  (jetty-launcher-240-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@450cfb1d{/solr,null,AVAILABLE}
   [junit4]   2> 167122 INFO  (jetty-launcher-240-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@292eec09{SSL,[ssl, 
http/1.1]}{127.0.0.1:45473}
   [junit4]   2> 167122 INFO  (jetty-launcher-240-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7880fc8b{SSL,[ssl, 
http/1.1]}{127.0.0.1:44509}
   [junit4]   2> 167122 INFO  (jetty-launcher-240-thread-4) [    ] 
o.e.j.s.Server Started @168729ms
   [junit4]   2> 167122 INFO  (jetty-launcher-240-thread-3) [    ] 
o.e.j.s.Server Started @168729ms
   [junit4]   2> 167122 INFO  (jetty-launcher-240-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3d9480ed{SSL,[ssl, 
http/1.1]}{127.0.0.1:44291}
   [junit4]   2> 167122 INFO  (jetty-launcher-240-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44509}
   [junit4]   2> 167122 INFO  (jetty-launcher-240-thread-1) [    ] 
o.e.j.s.Server Started @168729ms
   [junit4]   2> 167122 INFO  (jetty-launcher-240-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1219e07c{SSL,[ssl, 
http/1.1]}{127.0.0.1:45497}
   [junit4]   2> 167122 INFO  (jetty-launcher-240-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44291}
   [junit4]   2> 167122 INFO  (jetty-launcher-240-thread-2) [    ] 
o.e.j.s.Server Started @168729ms
   [junit4]   2> 167122 INFO  (jetty-launcher-240-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45473}
   [junit4]   2> 167122 INFO  (jetty-launcher-240-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45497}
   [junit4]   2> 167122 ERROR (jetty-launcher-240-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 167122 ERROR (jetty-launcher-240-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 167122 INFO  (jetty-launcher-240-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 167122 INFO  (jetty-launcher-240-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 167122 INFO  (jetty-launcher-240-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 167122 INFO  (jetty-launcher-240-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 167122 INFO  (jetty-launcher-240-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 167122 INFO  (jetty-launcher-240-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 167122 ERROR (jetty-launcher-240-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 167122 INFO  (jetty-launcher-240-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-24T11:01:53.558979Z
   [junit4]   2> 167122 ERROR (jetty-launcher-240-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 167123 INFO  (jetty-launcher-240-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 167123 INFO  (jetty-launcher-240-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 167123 INFO  (jetty-launcher-240-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 167123 INFO  (jetty-launcher-240-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 167123 INFO  (jetty-launcher-240-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 167123 INFO  (jetty-launcher-240-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 167122 INFO  (jetty-launcher-240-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-24T11:01:53.558968Z
   [junit4]   2> 167123 INFO  (jetty-launcher-240-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-24T11:01:53.559122Z
   [junit4]   2> 167123 INFO  (jetty-launcher-240-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-24T11:01:53.559110Z
   [junit4]   2> 167124 INFO  (zkConnectionManagerCallback-245-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 167124 INFO  (zkConnectionManagerCallback-247-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 167124 INFO  (zkConnectionManagerCallback-250-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 167124 INFO  (zkConnectionManagerCallback-251-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 167124 INFO  (jetty-launcher-240-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 167124 INFO  (jetty-launcher-240-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 167124 INFO  (jetty-launcher-240-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 167124 INFO  (jetty-launcher-240-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 167128 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x16127d4ceac0004, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 167129 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x16127d4ceac0001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 167130 INFO  (jetty-launcher-240-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41825/solr
   [junit4]   2> 167130 INFO  (jetty-launcher-240-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41825/solr
   [junit4]   2> 167131 INFO  (jetty-launcher-240-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41825/solr
   [junit4]   2> 167131 INFO  (jetty-launcher-240-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41825/solr
   [junit4]   2> 167135 INFO  (zkConnectionManagerCallback-261-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 167135 INFO  (zkConnectionManagerCallback-259-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 167136 INFO  (zkConnectionManagerCallback-265-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 167136 INFO  (zkConnectionManagerCallback-267-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 167136 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x16127d4ceac0006, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 167136 DEBUG (jetty-launcher-240-thread-4) 
[n:127.0.0.1:45473_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$331/1581615240@484d78c7
   [junit4]   2> 167136 DEBUG (jetty-launcher-240-thread-2) 
[n:127.0.0.1:45497_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$331/1581615240@5f8d06e7
   [junit4]   2> 167137 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x16127d4ceac0007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 167137 DEBUG (jetty-launcher-240-thread-3) 
[n:127.0.0.1:44509_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$331/1581615240@22b9f6c6
   [junit4]   2> 167137 DEBUG (jetty-launcher-240-thread-1) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$331/1581615240@44c7070f
   [junit4]   2> 167138 INFO  
(zkConnectionManagerCallback-271-thread-1-processing-n:127.0.0.1:45497_solr) 
[n:127.0.0.1:45497_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 167138 INFO  
(zkConnectionManagerCallback-269-thread-1-processing-n:127.0.0.1:45473_solr) 
[n:127.0.0.1:45473_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 167138 INFO  
(zkConnectionManagerCallback-275-thread-1-processing-n:127.0.0.1:44291_solr) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 167138 INFO  
(zkConnectionManagerCallback-273-thread-1-processing-n:127.0.0.1:44509_solr) 
[n:127.0.0.1:44509_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 167192 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 167192 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 167192 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 167192 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 167192 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 167192 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 167192 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 167192 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 167192 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 167192 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 167192 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 167192 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 167192 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 167192 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 167192 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 167192 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 167192 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 167192 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 167192 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 167192 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 167192 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 167193 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 167193 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 167193 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 167194 INFO  (jetty-launcher-240-thread-1) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 167194 INFO  (jetty-launcher-240-thread-2) 
[n:127.0.0.1:45497_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 167194 INFO  (jetty-launcher-240-thread-4) 
[n:127.0.0.1:45473_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 167194 INFO  (jetty-launcher-240-thread-3) 
[n:127.0.0.1:44509_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 167194 DEBUG (jetty-launcher-240-thread-1) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/99404461732790283-127.0.0.1:44291_solr-n_0000000000
   [junit4]   2> 167194 DEBUG (jetty-launcher-240-thread-4) 
[n:127.0.0.1:45473_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/99404461732790282-127.0.0.1:45473_solr-n_0000000001
   [junit4]   2> 167195 DEBUG (jetty-launcher-240-thread-3) 
[n:127.0.0.1:44509_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/99404461732790284-127.0.0.1:44509_solr-n_0000000003
   [junit4]   2> 167195 DEBUG (jetty-launcher-240-thread-2) 
[n:127.0.0.1:45497_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/99404461732790281-127.0.0.1:45497_solr-n_0000000002
   [junit4]   2> 167195 INFO  (jetty-launcher-240-thread-1) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:44291_solr
   [junit4]   2> 167195 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: 
/solr/overseer_elect/election/99404461732790281-127.0.0.1:45497_solr-n_0000000002
   [junit4]   2> 167195 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: 
/solr/overseer_elect/election/99404461732790283-127.0.0.1:44291_solr-n_0000000000
   [junit4]   2> 167195 DEBUG (jetty-launcher-240-thread-3) 
[n:127.0.0.1:44509_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/99404461732790281-127.0.0.1:45497_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 167195 DEBUG (jetty-launcher-240-thread-4) 
[n:127.0.0.1:45473_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/99404461732790283-127.0.0.1:44291_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 167195 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: 
/solr/overseer_elect/election/99404461732790282-127.0.0.1:45473_solr-n_0000000001
   [junit4]   2> 167195 DEBUG (jetty-launcher-240-thread-2) 
[n:127.0.0.1:45497_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/99404461732790282-127.0.0.1:45473_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 167195 INFO  (jetty-launcher-240-thread-3) 
[n:127.0.0.1:44509_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44509_solr
   [junit4]   2> 167195 INFO  (jetty-launcher-240-thread-4) 
[n:127.0.0.1:45473_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45473_solr
   [junit4]   2> 167195 INFO  (jetty-launcher-240-thread-2) 
[n:127.0.0.1:45497_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45497_solr
   [junit4]   2> 167195 INFO  (jetty-launcher-240-thread-1) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.Overseer Overseer 
(id=99404461732790283-127.0.0.1:44291_solr-n_0000000000) starting
   [junit4]   2> 167196 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 167196 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 167196 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 167196 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 167196 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 167196 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 167204 INFO  
(zkCallback-272-thread-1-processing-n:127.0.0.1:44509_solr) 
[n:127.0.0.1:44509_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 167205 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 167205 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 167231 INFO  (jetty-launcher-240-thread-3) 
[n:127.0.0.1:44509_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44509.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72cf287
   [junit4]   2> 167235 DEBUG 
(OverseerStateUpdate-99404461732790283-127.0.0.1:44291_solr-n_0000000000) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 167235 INFO  (jetty-launcher-240-thread-3) 
[n:127.0.0.1:44509_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44509.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72cf287
   [junit4]   2> 167236 INFO  (jetty-launcher-240-thread-3) 
[n:127.0.0.1:44509_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44509.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72cf287
   [junit4]   2> 167236 INFO  
(OverseerStateUpdate-99404461732790283-127.0.0.1:44291_solr-n_0000000000) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 167236 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue-work
   [junit4]   2> 167236 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 167236 INFO  (jetty-launcher-240-thread-3) 
[n:127.0.0.1:44509_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_8F785F9062898864-001/tempDir-001/node3/.
   [junit4]   2> 167239 INFO  
(zkCallback-270-thread-1-processing-n:127.0.0.1:45497_solr) 
[n:127.0.0.1:45497_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 167239 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 167240 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up 
work-queue. #Running tasks: 0
   [junit4]   2> 167240 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 167240 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 167240 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 167240 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 167240 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 
elements. ExcludeSet: []
   [junit4]   2> 167240 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 167243 INFO  
(zkCallback-268-thread-1-processing-n:127.0.0.1:45473_solr) 
[n:127.0.0.1:45473_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 167245 DEBUG (jetty-launcher-240-thread-1) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:44291_solr as DOWN
   [junit4]   2> 167245 DEBUG 
(OverseerAutoScalingTriggerThread-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 167245 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/autoscaling.json
   [junit4]   2> 167245 DEBUG 
(OverseerAutoScalingTriggerThread-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 167245 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 167246 INFO  (jetty-launcher-240-thread-1) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44291_solr
   [junit4]   2> 167246 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 167246 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 167246 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 167246 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 167246 DEBUG 
(OverseerAutoScalingTriggerThread-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:45497_solr, 127.0.0.1:45473_solr, 127.0.0.1:44509_solr]
   [junit4]   2> 167246 DEBUG 
(OverseerAutoScalingTriggerThread-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 167246 DEBUG 
(OverseerAutoScalingTriggerThread-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 167249 INFO  (jetty-launcher-240-thread-4) 
[n:127.0.0.1:45473_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45473.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72cf287
   [junit4]   2> 167251 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 167251 INFO  
(zkCallback-272-thread-1-processing-n:127.0.0.1:44509_solr) 
[n:127.0.0.1:44509_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 167252 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 167252 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 167252 INFO  
(zkCallback-268-thread-1-processing-n:127.0.0.1:45473_solr) 
[n:127.0.0.1:45473_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 167252 INFO  
(zkCallback-270-thread-1-processing-n:127.0.0.1:45497_solr) 
[n:127.0.0.1:45497_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 167254 INFO  (jetty-launcher-240-thread-4) 
[n:127.0.0.1:45473_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45473.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72cf287
   [junit4]   2> 167254 INFO  (jetty-launcher-240-thread-4) 
[n:127.0.0.1:45473_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45473.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72cf287
   [junit4]   2> 167254 INFO  (jetty-launcher-240-thread-4) 
[n:127.0.0.1:45473_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_8F785F9062898864-001/tempDir-001/node4/.
   [junit4]   2> 167255 DEBUG 
(OverseerAutoScalingTriggerThread-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 167259 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 167259 DEBUG 
(OverseerAutoScalingTriggerThread-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 167259 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 167259 INFO  
(zkCallback-274-thread-2-processing-n:127.0.0.1:44291_solr) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 167259 DEBUG (ScheduledTrigger-556-thread-1) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 4
   [junit4]   2> 167262 INFO  (jetty-launcher-240-thread-2) 
[n:127.0.0.1:45497_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45497.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72cf287
   [junit4]   2> 167267 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 167268 DEBUG 
(OverseerStateUpdate-99404461732790283-127.0.0.1:44291_solr-n_0000000000) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:44291_solr"} current state version: 0
   [junit4]   2> 167268 DEBUG 
(OverseerStateUpdate-99404461732790283-127.0.0.1:44291_solr-n_0000000000) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:44291_solr
   [junit4]   2> 167269 INFO  (jetty-launcher-240-thread-2) 
[n:127.0.0.1:45497_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45497.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72cf287
   [junit4]   2> 167269 INFO  (jetty-launcher-240-thread-2) 
[n:127.0.0.1:45497_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45497.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72cf287
   [junit4]   2> 167270 INFO  (jetty-launcher-240-thread-2) 
[n:127.0.0.1:45497_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_8F785F9062898864-001/tempDir-001/node2/.
   [junit4]   2> 167281 INFO  (jetty-launcher-240-thread-1) 
[n:127.0.0.1:44291_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44291.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72cf287
   [junit4]   2> 167288 INFO  (jetty-launcher-240-thread-1) 
[n:127.0.0.1:44291_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44291.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72cf287
   [junit4]   2> 167288 INFO  (jetty-launcher-240-thread-1) 
[n:127.0.0.1:44291_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44291.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72cf287
   [junit4]   2> 167289 INFO  (jetty-launcher-240-thread-1) 
[n:127.0.0.1:44291_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_8F785F9062898864-001/tempDir-001/node1/.
   [junit4]   2> 167367 INFO  (zkConnectionManagerCallback-285-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 167368 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 167369 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 167370 INFO  (zkConnectionManagerCallback-289-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 167371 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 167371 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 167371 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 167371 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 167371 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 167371 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 167371 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41825/solr ready
   [junit4]   2> 167381 INFO  (qtp2089859220-1850) [n:127.0.0.1:44291_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with 
params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 167381 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 167381 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 167382 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 167382 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.ZkDistributedQueue Found child node with 
improper name: qnr-0000000000
   [junit4]   2> 167382 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 167382 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 167382 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.ZkDistributedQueue Found child node with 
improper name: qnr-0000000000
   [junit4]   2> 167382 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskQueue Returning topN 
elements: [/overseer/collection-queue-work/qn-0000000000, ]
   [junit4]   2> 167382 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from 
work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 167382 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor Marked task 
[/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 167382 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_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> 167382 DEBUG 
(OverseerThreadFactory-561-thread-1-processing-n:127.0.0.1:44291_solr) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing 
/overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 167382 DEBUG 
(OverseerThreadFactory-561-thread-1-processing-n:127.0.0.1:44291_solr) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
OverseerCollectionMessageHandler.processMessage : overseerstatus , 
{"operation":"overseerstatus"}
   [junit4]   2> 167382 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up 
work-queue. #Running tasks: 1
   [junit4]   2> 167383 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 167383 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 167383 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 167383 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 167383 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 
elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[]
   [junit4]   2> 167384 DEBUG 
(OverseerThreadFactory-561-thread-1-processing-n:127.0.0.1:44291_solr) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor Completed 
task:[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 167385 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: data: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 167385 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 167385 DEBUG 
(zkCallback-274-thread-1-processing-n:127.0.0.1:44291_solr) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskQueue NodeDataChanged fired on 
path /overseer/collection-queue-work/qnr-0000000000 state SyncConnected 
latchEventType null
   [junit4]   2> 167385 DEBUG 
(OverseerThreadFactory-561-thread-1-processing-n:127.0.0.1:44291_solr) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor Marked task 
[/overseer/collection-queue-work/qn-0000000000] as completed.
   [junit4]   2> 167385 DEBUG 
(OverseerThreadFactory-561-thread-1-processing-n:127.0.0.1:44291_solr) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 167385 DEBUG 
(OverseerThreadFactory-561-thread-1-processing-n:127.0.0.1:44291_solr) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 167385 DEBUG 
(OverseerThreadFactory-561-thread-1-processing-n:127.0.0.1:44291_solr) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 167385 DEBUG 
(OverseerThreadFactory-561-thread-1-processing-n:127.0.0.1:44291_solr) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 167385 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 167385 DEBUG 
(OverseerThreadFactory-561-thread-1-processing-n:127.0.0.1:44291_solr) 
[n:127.0.0.1:44291_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:44291_solr,overseer_queue_size=0,overseer_work_queue_size=0,overseer_collection_queue_size=2,overseer_operations={am_i_leader={requests=3,errors=0,avgRequestsPerSecond=20.204338326709834,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.1528693333333333,medianRequestTime=0.165289,75thPcRequestTime=0.194099,95thPcRequestTime=0.194099,99thPcRequestTime=0.194099,999thPcRequestTime=0.194099},downnode={requests=1,errors=0,avgRequestsPerSecond=8.624282114756767,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.023751,medianRequestTime=0.023751,75thPcRequestTime=0.023751,95thPcRequestTime=0.023751,99thPcRequestTime=0.023751,999thPcRequestTime=0.023751}},collection_operations={am_i_leader={requests=3,errors=0,avgRequestsPerSecond=20.780892606529004,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.19431966666666667,medianRequestTime=0.192198,75thPcRequestTime=0.320141,95thPcRequestTime=0.320141,99thPcRequestTime=0.320141,999thPcRequestTime=0.320141},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=6.766147849951984,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.123818,medianRequestTime=0.123818,75thPcRequestTime=0.123818,95thPcRequestTime=0.123818,99thPcRequestTime=0.123818,999thPcRequestTime=0.123818}},collection_queue={peektopn_wait2000={avgRequestsPerSecond=6.968869800751858,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=141.965632,medianRequestTime=141.965632,75thPcRequestTime=141.965632,95thPcRequestTime=141.965632,99thPcRequestTime=141.965632,999thPcRequestTime=141.965632}}}
   [junit4]   2> 167385 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.ZkDistributedQueue Found child node with 
improper name: qnr-0000000000
   [junit4]   2> 167385 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 167385 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 167386 INFO  (qtp2089859220-1850) [n:127.0.0.1:44291_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 167596 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-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> 168245 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 168260 DEBUG (ScheduledTrigger-556-thread-1) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 4
   [junit4]   2> 168353 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-worker) [    ] o.m.log 
Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via 
org.mortbay.log.Slf4jLog
   [junit4]   2> 168369 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 168554 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-worker) [    ] o.m.log 
jetty-6.1.x
   [junit4]   2> 168580 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-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_39143_hdfs____8uwe1w/webapp
   [junit4]   2> 168687 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-worker) [    ] o.m.log 
Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:39143
   [junit4]   2> 169034 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 169036 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-worker) [    ] o.m.log 
jetty-6.1.x
   [junit4]   2> 169039 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-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_36165_datanode____wnxexg/webapp
   [junit4]   2> 169106 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:36165
   [junit4]   2> 169119 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-worker) [    ] 
i.n.u.i.PlatformDependent Your platform does not provide complete low-level API 
for accessing direct buffers reliably. Unless explicitly requested, heap buffer 
will always be preferred to avoid potential system unstability.
   [junit4]   2> 169262 DEBUG (ScheduledTrigger-556-thread-2) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 4
   [junit4]   2> 169313 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 169314 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-worker) [    ] o.m.log 
jetty-6.1.x
   [junit4]   2> 169323 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-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_38477_datanode____1h7cvq/webapp
   [junit4]   2> 169383 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from 
work-queue : [[]]
   [junit4]   2> 169387 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up 
work-queue. #Running tasks: 0
   [junit4]   2> 169387 INFO  
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_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> 169388 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 169388 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 169388 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 169388 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 169388 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 
elements. ExcludeSet: []
   [junit4]   2> 169419 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[8F785F9062898864]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:38477
   [junit4]   2> 169652 ERROR (DataNode: 
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_8F785F9062898864-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_8F785F9062898864-001/tempDir-002/hdfsBaseDir/data/data4/]]
  heartbeating to localhost.localdomain/127.0.0.1:38145) [    ] 
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> 169652 ERROR (DataNode: 
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_8F785F9062898864-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_8F785F9062898864-001/tempDir-002/hdfsBaseDir/data/data2/]]
  heartbeating to localhost.localdomain/127.0.0.1:38145) [    ] 
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> 169704 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x4dc320b52032: from storage 
DS-e4756645-762c-4e9d-981e-ffb5c4903bfa node 
DatanodeRegistration(127.0.0.1:45629, 
datanodeUuid=5d57adec-e18a-42d2-9ad4-997410672644, infoPort=33437, 
infoSecurePort=0, ipcPort=44187, 
storageInfo=lv=-56;cid=testClusterID;nsid=364543749;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 1 msecs
   [junit4]   2> 169705 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x4dc320b5201a: from storage 
DS-e434f468-2eef-400b-8a38-7de734e29b89 node 
DatanodeRegistration(127.0.0.1:38847, 
datanodeUuid=ad340cdf-0c50-4f0c-8c36-757fab0fdd6f, infoPort=37449, 
infoSecurePort=0, ipcPort=35673, 
storageInfo=lv=-56;cid=testClusterID;nsid=364543749;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 169705 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x4dc320b52032: from storage 
DS-5ee3577c-b89d-4a12-9690-7339249802d6 node 
DatanodeRegistration(127.0.0.1:45629, 
datanodeUuid=5d57adec-e18a-42d2-9ad4-997410672644, infoPort=33437, 
infoSecurePort=0, ipcPort=44187, 
storageInfo=lv=-56;cid=testClusterID;nsid=364543749;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 169705 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x4dc320b5201a: from storage 
DS-111c661c-9ed7-4879-b057-2c9fe9be8ff6 node 
DatanodeRegistration(127.0.0.1:38847, 
datanodeUuid=ad340cdf-0c50-4f0c-8c36-757fab0fdd6f, infoPort=37449, 
infoSecurePort=0, ipcPort=35673, 
storageInfo=lv=-56;cid=testClusterID;nsid=364543749;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 169750 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testNormalMove
   [junit4]   2> 169750 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 169750 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 169750 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 169750 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 169750 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 169751 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 169752 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 169757 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 169757 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 169757 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 169757 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@55e7df59{/solr,null,AVAILABLE}
   [junit4]   2> 169758 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@19a39342{SSL,[ssl, 
http/1.1]}{127.0.0.1:38845}
   [junit4]   2> 169758 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) [    ] 
o.e.j.s.Server Started @171365ms
   [junit4]   2> 169758 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38845}
   [junit4]   2> 169758 ERROR 
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 169758 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 169758 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 169758 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 169758 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-24T11:01:56.194549Z
   [junit4]   2> 169763 INFO  (zkConnectionManagerCallback-292-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 169764 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 169772 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41825/solr
   [junit4]   2> 169820 INFO  (zkConnectionManagerCallback-296-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 169822 DEBUG 
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$331/1581615240@78c4d82c
   [junit4]   2> 169843 INFO  
(zkConnectionManagerCallback-298-thread-1-processing-n:127.0.0.1:38845_solr) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 169847 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 169847 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 169847 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 169847 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 169847 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 169847 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 169847 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 169848 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 169848 DEBUG 
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/99404461732790289-127.0.0.1:38845_solr-n_0000000004
   [junit4]   2> 169849 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: 
/solr/overseer_elect/election/99404461732790284-127.0.0.1:44509_solr-n_0000000003
   [junit4]   2> 169849 DEBUG 
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/99404461732790284-127.0.0.1:44509_solr-n_0000000003 to 
know if I could be the leader
   [junit4]   2> 169849 DEBUG 
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:38845_solr as DOWN
   [junit4]   2> 169850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 169850 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38845_solr
   [junit4]   2> 169850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 169850 DEBUG 
(OverseerStateUpdate-99404461732790283-127.0.0.1:44291_solr-n_0000000000) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:38845_solr"} current state version: 0
   [junit4]   2> 169850 DEBUG 
(OverseerStateUpdate-99404461732790283-127.0.0.1:44291_solr-n_0000000000) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:38845_solr
   [junit4]   2> 169851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 169851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 169851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 169851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 169851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 169851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 169851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 169851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 169851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 169851 INFO  
(zkCallback-272-thread-1-processing-n:127.0.0.1:44509_solr) 
[n:127.0.0.1:44509_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 169851 INFO  
(zkCallback-270-thread-1-processing-n:127.0.0.1:45497_solr) 
[n:127.0.0.1:45497_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 169851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 169851 INFO  
(zkCallback-268-thread-1-processing-n:127.0.0.1:45473_solr) 
[n:127.0.0.1:45473_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 169851 INFO  
(zkCallback-274-thread-1-processing-n:127.0.0.1:44291_solr) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 169871 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 169872 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 169875 INFO  (zkCallback-288-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 169875 INFO  (zkCallback-288-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 169879 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 169889 INFO  
(zkCallback-297-thread-1-processing-n:127.0.0.1:38845_solr) 
[n:127.0.0.1:38845_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 169946 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) 
[n:127.0.0.1:38845_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38845.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72cf287
   [junit4]   2> 169951 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 169952 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 169964 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) 
[n:127.0.0.1:38845_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38845.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72cf287
   [junit4]   2> 169964 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) 
[n:127.0.0.1:38845_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38845.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@72cf287
   [junit4]   2> 169966 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) 
[n:127.0.0.1:38845_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_8F785F9062898864-001/tempDir-001/node5/.
   [junit4]   2> 170031 INFO  (zkConnectionManagerCallback-302-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 170033 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[8F785F9062898864]) [    ] 
o.a.s.c.MoveReplicaTest total_jettys: 5
   [junit4]   2> 170050 INFO  (qtp762185788-2136) [n:127.0.0.1:38845_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf1&maxShardsPerNode=2&autoAddReplicas=false&name=MoveReplicaHDFSTest_coll_false&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 170050 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 170051 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000002
   [junit4]   2> 170051 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 170051 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.ZkDistributedQueue Found child node with 
improper name: qnr-0000000002
   [junit4]   2> 170051 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 170051 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 170051 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.ZkDistributedQueue Found child node with 
improper name: qnr-0000000002
   [junit4]   2> 170051 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskQueue Returning topN 
elements: [/overseer/collection-queue-work/qn-0000000002, ]
   [junit4]   2> 170052 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from 
work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ed1]]
   [junit4]   2> 170052 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor Marked task 
[/overseer/collection-queue-work/qn-0000000002] as running
   [junit4]   2> 170052 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection 
Message Handler: Get the message 
id:/overseer/collection-queue-work/qn-0000000002 message:{
   [junit4]   2>   "name":"MoveReplicaHDFSTest_coll_false",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 170059 DEBUG 
(OverseerThreadFactory-561-thread-2-processing-n:127.0.0.1:44291_solr) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing 
/overseer/collection-queue-work/qn-0000000002
   [junit4]   2> 170059 DEBUG 
(OverseerThreadFactory-561-thread-2-processing-n:127.0.0.1:44291_solr) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"MoveReplicaHDFSTest_coll_false",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 170060 INFO  
(OverseerThreadFactory-561-thread-2-processing-n:127.0.0.1:44291_solr) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
MoveReplicaHDFSTest_coll_false
   [junit4]   2> 170060 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up 
work-queue. #Running tasks: 1
   [junit4]   2> 170060 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: 
[/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 170060 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 170060 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 170060 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: 
[/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 170060 DEBUG 
(OverseerCollectionConfigSetProcessor-99404461732790283-127.0.0.1:44291_solr-n_0000000000)
 [n:127.0.0.1:44291_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 
elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000002],[]
   [junit4]   2> 170060 DEBUG 
(OverseerThreadFactory-561-thread-2-processing-n:127.0.0.1:44291_solr) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 170060 DEBUG 
(OverseerThreadFactory-561-thread-2-processing-n:127.0.0.1:44291_solr) 
[n:127.0.0.1:44291_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
creating collections conf node /collections/MoveReplicaHDFSTest_coll_false 
   [junit4]   2> 170061 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 170061 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 170061 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 170061 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 170061 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 170061 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 170061 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 170061 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 170061 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 170062 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 170062 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 170062 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 170062 DEBUG (SyncThread:0) 

[...truncated too long message...]

junit4]   2>    at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2581455 INFO  (jetty-closer-9161-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7d297684{/solr,null,UNAVAILABLE}
   [junit4]   2> 2581455 INFO  (jetty-closer-9161-thread-1) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 2581454 INFO  (jetty-closer-9161-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@293951c5{/solr,null,UNAVAILABLE}
   [junit4]   2> 2581455 INFO  (jetty-closer-9161-thread-3) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 2581460 ERROR 
(SUITE-AutoscalingHistoryHandlerTest-seed#[8F785F9062898864]-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> 2581460 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[8F785F9062898864]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:39963 39963
   [junit4]   2> 2586150 INFO  (Thread-9216) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:39963 39963
   [junit4]   2> 2586151 WARN  (Thread-9216) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/aliases.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        3       /solr/configs/.system
   [junit4]   2>        3       
/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2>        3       
/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED
   [junit4]   2>        3       /solr/configs/.system/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        22      /solr/collections/.system/state.json
   [junit4]   2>        22      
/solr/collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2>        11      /solr/clusterprops.json
   [junit4]   2>        11      /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/live_nodes
   [junit4]   2>        11      /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_8F785F9062898864-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{action_s=BlockTreeOrds(blocksize=128), 
event.source_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
type=Lucene50(blocksize=128), 
before.actions_ss=PostingsFormat(name=LuceneVarGapFixedInterval), 
event.property._enqueue_time__ss=BlockTreeOrds(blocksize=128), 
after.actions_ss=BlockTreeOrds(blocksize=128), 
stage_s=BlockTreeOrds(blocksize=128), 
event.id_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
event.property.eventTimes_ss=Lucene50(blocksize=128), 
source_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
event.type_s=Lucene50(blocksize=128), 
id=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
event.property.nodeNames_ss=Lucene50(blocksize=128)}, 
docValues:{_version_=DocValuesFormat(name=Lucene70), 
event.time_l=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1609, 
maxMBSortInHeap=7.878403810747393, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4bdaa871),
 locale=ur-IN, timezone=Asia/Kuala_Lumpur
   [junit4]   2> NOTE: Linux 4.13.0-31-generic amd64/Oracle Corporation 9.0.1 
(64-bit)/cpus=8,threads=1,free=255209944,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [ChangedSchemaMergeTest, 
PKIAuthenticationIntegrationTest, DirectUpdateHandlerOptimizeTest, 
DeleteLastCustomShardedReplicaTest, SOLR749Test, 
CollectionsAPIAsyncDistributedZkTest, TestFuzzyAnalyzedSuggestions, 
TestSolrIndexConfig, TestRawResponseWriter, TestSolrFieldCacheBean, 
DistributedFacetExistsSmallTest, FileUtilsTest, CollectionStateFormat2Test, 
TestPullReplicaErrorHandling, LoggingHandlerTest, HealthCheckHandlerTest, 
PreAnalyzedUpdateProcessorTest, TestDistributedGrouping, TestFastLRUCache, 
OverseerModifyCollectionTest, TestManagedSynonymGraphFilterFactory, 
JavabinLoaderTest, TestOnReconnectListenerSupport, TestLRUCache, 
TestHashQParserPlugin, OverseerTaskQueueTest, TestPointFields, 
TestCollectionAPIs, AutoScalingHandlerTest, SolrInfoBeanTest, 
TriLevelCompositeIdRoutingTest, TestSimpleTrackingShardHandler, 
SaslZkACLProviderTest, ResourceLoaderTest, TestManagedResourceStorage, 
TestSolr4Spatial, TestCloudSchemaless, SolrIndexMetricsTest, 
TestNestedDocsSort, TermsComponentTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, CSVRequestHandlerTest, 
CdcrReplicationHandlerTest, HdfsAutoAddReplicasIntegrationTest, 
SolrCloudExampleTest, TestJsonRequest, TestNodeAddedTrigger, TestRTGBase, 
SolrCoreTest, TestEmbeddedSolrServerAdminHandler, TestSolrQueryResponse, 
TestInitParams, TestUseDocValuesAsStored, ZkControllerTest, 
TestUninvertingReader, TestFunctionQuery, TestCursorMarkWithoutUniqueKey, 
CheckHdfsIndexTest, AsyncCallRequestStatusResponseTest, TestPerFieldSimilarity, 
TestReversedWildcardFilterFactory, DistributedIntervalFacetingTest, 
TestSchemaSimilarityResource, SortByFunctionTest, 
ShufflingReplicaListTransformerTest, TestElisionMultitermQuery, 
FacetPivotSmallTest, TestCustomDocTransformer, PrimUtilsTest, DOMUtilTest, 
TestLegacyFieldCache, BasicZkTest, CdcrBidirectionalTest, 
DirectSolrConnectionTest, ConnectionManagerTest, TestTrie, AddReplicaTest, 
TestManagedSchema, TestSegmentSorting, HdfsDirectoryTest, 
SegmentsInfoRequestHandlerTest, SolrMetricsIntegrationTest, 
TestSkipOverseerOperations, TestSolrCloudWithSecureImpersonation, 
TestSimDistributedQueue, SimplePostToolTest, TestRecovery, SoftAutoCommitTest, 
ShardRoutingCustomTest, PreAnalyzedFieldManagedSchemaCloudTest, 
AlternateDirectoryTest, HdfsWriteToMultipleCollectionsTest, BlockCacheTest, 
TestStreamBody, JSONWriterTest, SuggestComponentTest, 
TestPayloadScoreQParserPlugin, V2StandaloneTest, SolrCoreMetricManagerTest, 
TestSweetSpotSimilarityFactory, TestFoldingMultitermQuery, 
TestSolrConfigHandlerConcurrent, BitVectorTest, TestStressLiveNodes, 
FastVectorHighlighterTest, TestBM25SimilarityFactory, SliceStateTest, 
RuleEngineTest, MissingSegmentRecoveryTest, UUIDUpdateProcessorFallbackTest, 
TestSlowCompositeReaderWrapper, SolrJmxReporterCloudTest, 
CustomHighlightComponentTest, QueryEqualityTest, TestXIncludeConfig, 
TestImpersonationWithHadoopAuth, SuggesterFSTTest, HttpSolrCallGetCoreTest, 
TestConfigReload, TestFieldCollectionResource, TestSolrXml, 
TestCloudPivotFacet, HdfsBasicDistributedZk2Test, 
TestPartialUpdateDeduplication, ChaosMonkeySafeLeaderTest, OverseerTest, 
TestReplicationHandler, TestFaceting, TestHashPartitioner, TestReload, 
DistributedTermsComponentTest, SolrCmdDistributorTest, 
QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, 
ConvertedLegacyTest, TestSort, BasicFunctionalityTest, TestIndexSearcher, 
HighlighterTest, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, 
SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, 
CoreAdminHandlerTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, 
SpatialFilterTest, SuggesterWFSTTest, PolyFieldTest, 
WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, TestUpdate, 
FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, 
TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, 
TestRemoteStreaming, DocValuesMultiTest, XsltUpdateRequestHandlerTest, 
DebugComponentTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, 
LukeRequestHandlerTest, TestQueryUtils, DirectSolrSpellCheckerTest, 
PrimitiveFieldTypeTest, XmlUpdateRequestHandlerTest, DocumentBuilderTest, 
TestValueSourceCache, PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, 
TestSolrQueryParser, IndexSchemaTest, TestCollationField, 
UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, QueryParsingTest, 
TestAnalyzedSuggestions, JsonLoaderTest, BinaryUpdateRequestHandlerTest, 
TestPHPSerializedResponseWriter, PingRequestHandlerTest, SearchHandlerTest, 
TestQuerySenderListener, TestQuerySenderNoQuery, CopyFieldTest, 
BadComponentTest, TestStressRecovery, TestMergePolicyConfig, 
TestSolrDeletionPolicy2, SampleTest, TestDocSet, TestBinaryField, 
TestSearchPerf, NumericFieldsTest, OutputWriterTest, ExternalFileFieldSortTest, 
TestSolrCoreProperties, TestPostingsSolrHighlighter, 
SpellPossibilityIteratorTest, TestCharFilters, TestDFRSimilarityFactory, 
TestIBSimilarityFactory, OpenExchangeRatesOrgProviderTest, DateMathParserTest, 
TestSystemIdResolver, DateFieldTest, TestUtils, DistributedMLTComponentTest, 
TestCrossCoreJoin, TestDistributedMissingSort, TestJettySolrRunner, 
ConnectionReuseTest, AssignBackwardCompatibilityTest, CleanupOldIndexTest, 
CollectionsAPISolrJTest, DistribCursorPagingTest, 
DistribJoinFromCollectionTest, DistributedQueueTest, 
LeaderFailoverAfterPartitionTest, RemoteQueryErrorTest, ReplicationFactorTest, 
RestartWhileUpdatingTest, SharedFSAutoReplicaFailoverTest, SolrXmlInZkTest, 
TestCloudPseudoReturnFields, TestClusterProperties, TestConfigSetsAPI, 
TestLeaderElectionZkExpiry, TestMiniSolrCloudClusterSSL, TestSSLRandomization, 
TestShortCircuitedRequests, TestSizeLimitedDistributedMap, TestUtilizeNode, 
CustomCollectionTest, TestCollectionsAPIViaSolrCloudCluster, 
TestRequestStatusCollectionAPI, ComputePlanActionTest, MetricTriggerTest, 
NodeLostTriggerTest, SystemLogListenerTest, TestPolicyCloud, 
CdcrReplicationDistributedZkTest, CdcrVersionReplicationTest, 
HdfsChaosMonkeySafeLeaderTest, HdfsNNFailoverTest, HdfsRecoverLeaseTest, 
HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest, HdfsThreadLeakTest, 
HdfsTlogReplayBufferedWhileIndexingTest, HdfsUnloadDistributedZkTest, 
StressHdfsTest, RulesTest, TestBlobHandler, TestReplicationHandlerBackup, 
TestSQLHandlerNonCloud, AutoscalingHistoryHandlerTest]
   [junit4] Completed [626/768 (3!)] on J1 in 18.15s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 41395 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to