Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/34/

1 tests failed.
FAILED:  org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove

Error Message:
No live SolrServers available to handle this 
request:[https://127.0.0.1:52931/solr/MoveReplicaHDFSTest_failed_coll_true, 
https://127.0.0.1:47082/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:52931/solr/MoveReplicaHDFSTest_failed_coll_true, 
https://127.0.0.1:47082/solr/MoveReplicaHDFSTest_failed_coll_true]
        at 
__randomizedtesting.SeedInfo.seed([B5BA6B803F8F7F6D:1F77B872885CAABD]:0)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:993)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
        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:310)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at 
https://127.0.0.1:52931/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




Build Log:
[...truncated 12290 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4]   2> 135519 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[B5BA6B803F8F7F6D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_B5BA6B803F8F7F6D-001/init-core-data-001
   [junit4]   2> 135520 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[B5BA6B803F8F7F6D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 135520 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[B5BA6B803F8F7F6D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 135521 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[B5BA6B803F8F7F6D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 135523 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[B5BA6B803F8F7F6D]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_B5BA6B803F8F7F6D-001/tempDir-001
   [junit4]   2> 135523 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[B5BA6B803F8F7F6D]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 135523 INFO  (Thread-325) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 135523 INFO  (Thread-325) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 135529 ERROR (Thread-325) [    ] 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> 135623 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[B5BA6B803F8F7F6D]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:48066
   [junit4]   2> 135629 INFO  (zkConnectionManagerCallback-299-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 135637 INFO  (jetty-launcher-296-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 135638 INFO  (jetty-launcher-296-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 135642 INFO  (jetty-launcher-296-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 135651 INFO  (jetty-launcher-296-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 135656 INFO  (jetty-launcher-296-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 135656 INFO  (jetty-launcher-296-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 135657 INFO  (jetty-launcher-296-thread-1) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 135657 INFO  (jetty-launcher-296-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@54f39a29{/solr,null,AVAILABLE}
   [junit4]   2> 135675 INFO  (jetty-launcher-296-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 135675 INFO  (jetty-launcher-296-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 135675 INFO  (jetty-launcher-296-thread-4) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 135676 INFO  (jetty-launcher-296-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@16ae889f{/solr,null,AVAILABLE}
   [junit4]   2> 135681 INFO  (jetty-launcher-296-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@23d469cf{SSL,[ssl, 
http/1.1]}{127.0.0.1:56929}
   [junit4]   2> 135682 INFO  (jetty-launcher-296-thread-1) [    ] 
o.e.j.s.Server Started @135721ms
   [junit4]   2> 135682 INFO  (jetty-launcher-296-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56929}
   [junit4]   2> 135682 ERROR (jetty-launcher-296-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 135682 INFO  (jetty-launcher-296-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 135682 INFO  (jetty-launcher-296-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 135682 INFO  (jetty-launcher-296-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 135682 INFO  (jetty-launcher-296-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 135682 INFO  (jetty-launcher-296-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-09T21:38:11.970Z
   [junit4]   2> 135683 INFO  (jetty-launcher-296-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 135683 INFO  (jetty-launcher-296-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 135683 INFO  (jetty-launcher-296-thread-3) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 135684 INFO  (jetty-launcher-296-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@af1c690{SSL,[ssl, 
http/1.1]}{127.0.0.1:52931}
   [junit4]   2> 135684 INFO  (jetty-launcher-296-thread-4) [    ] 
o.e.j.s.Server Started @135724ms
   [junit4]   2> 135684 INFO  (jetty-launcher-296-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52931}
   [junit4]   2> 135684 INFO  (jetty-launcher-296-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2d00f8cd{/solr,null,AVAILABLE}
   [junit4]   2> 135685 ERROR (jetty-launcher-296-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 135685 INFO  (jetty-launcher-296-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 135685 INFO  (jetty-launcher-296-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 135685 INFO  (jetty-launcher-296-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 135685 INFO  (jetty-launcher-296-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 135685 INFO  (jetty-launcher-296-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-09T21:38:11.973Z
   [junit4]   2> 135685 INFO  (jetty-launcher-296-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2626ed3e{SSL,[ssl, 
http/1.1]}{127.0.0.1:50739}
   [junit4]   2> 135685 INFO  (jetty-launcher-296-thread-3) [    ] 
o.e.j.s.Server Started @135724ms
   [junit4]   2> 135685 INFO  (jetty-launcher-296-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50739}
   [junit4]   2> 135685 ERROR (jetty-launcher-296-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 135685 INFO  (jetty-launcher-296-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 135685 INFO  (jetty-launcher-296-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 135685 INFO  (jetty-launcher-296-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 135685 INFO  (jetty-launcher-296-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 135685 INFO  (jetty-launcher-296-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-09T21:38:11.973Z
   [junit4]   2> 135688 INFO  (jetty-launcher-296-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 135688 INFO  (jetty-launcher-296-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 135688 INFO  (jetty-launcher-296-thread-2) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 135690 INFO  (jetty-launcher-296-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2ef74074{/solr,null,AVAILABLE}
   [junit4]   2> 135691 INFO  (zkConnectionManagerCallback-303-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 135692 INFO  (jetty-launcher-296-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2f3528e5{SSL,[ssl, 
http/1.1]}{127.0.0.1:47082}
   [junit4]   2> 135692 INFO  (jetty-launcher-296-thread-2) [    ] 
o.e.j.s.Server Started @135731ms
   [junit4]   2> 135692 INFO  (jetty-launcher-296-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=47082}
   [junit4]   2> 135693 ERROR (jetty-launcher-296-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 135693 INFO  (jetty-launcher-296-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 135693 INFO  (jetty-launcher-296-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 135693 INFO  (jetty-launcher-296-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 135693 INFO  (jetty-launcher-296-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 135693 INFO  (jetty-launcher-296-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-09T21:38:11.981Z
   [junit4]   2> 135694 INFO  (jetty-launcher-296-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 135694 INFO  (zkConnectionManagerCallback-305-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 135696 INFO  (jetty-launcher-296-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 135705 INFO  (zkConnectionManagerCallback-301-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 135705 INFO  (jetty-launcher-296-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 135707 INFO  (jetty-launcher-296-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48066/solr
   [junit4]   2> 135708 INFO  (zkConnectionManagerCallback-311-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 135710 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1057c646b7c0005, likely client has closed socket
   [junit4]   2> 135712 DEBUG (jetty-launcher-296-thread-4) 
[n:127.0.0.1:52931_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$268/1868950919@7cb35a4c
   [junit4]   2> 135713 INFO  (zkConnectionManagerCallback-307-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 135717 INFO  (jetty-launcher-296-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48066/solr
   [junit4]   2> 135720 INFO  (jetty-launcher-296-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 135720 INFO  (jetty-launcher-296-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48066/solr
   [junit4]   2> 135734 INFO  (zkConnectionManagerCallback-317-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 135735 INFO  (zkConnectionManagerCallback-313-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 135736 INFO  (zkConnectionManagerCallback-321-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 135737 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1057c646b7c0008, likely client has closed socket
   [junit4]   2> 135753 INFO  (jetty-launcher-296-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48066/solr
   [junit4]   2> 135761 DEBUG (jetty-launcher-296-thread-3) 
[n:127.0.0.1:50739_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$268/1868950919@78cd3826
   [junit4]   2> 135762 INFO  (zkConnectionManagerCallback-327-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 135762 DEBUG (jetty-launcher-296-thread-1) 
[n:127.0.0.1:56929_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$268/1868950919@32325595
   [junit4]   2> 135773 DEBUG (jetty-launcher-296-thread-2) 
[n:127.0.0.1:47082_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$268/1868950919@1c3ce5
   [junit4]   2> 135774 INFO  (zkConnectionManagerCallback-331-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 135776 INFO  (zkConnectionManagerCallback-329-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 135778 INFO  (zkConnectionManagerCallback-333-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 135783 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 135784 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 135785 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 135785 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 135785 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 135785 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 135787 INFO  (jetty-launcher-296-thread-3) 
[n:127.0.0.1:50739_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 135787 DEBUG (jetty-launcher-296-thread-3) 
[n:127.0.0.1:50739_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/73601739663343627-127.0.0.1:50739_solr-n_0000000000
   [junit4]   2> 135787 INFO  (jetty-launcher-296-thread-3) 
[n:127.0.0.1:50739_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:50739_solr
   [junit4]   2> 135788 INFO  (jetty-launcher-296-thread-3) 
[n:127.0.0.1:50739_solr    ] o.a.s.c.Overseer Overseer 
(id=73601739663343627-127.0.0.1:50739_solr-n_0000000000) starting
   [junit4]   2> 135791 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 135791 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 135791 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 135791 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 135791 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 135791 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 135791 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 135792 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 135792 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 135792 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 135792 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 135792 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 135793 INFO  (jetty-launcher-296-thread-2) 
[n:127.0.0.1:47082_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 135793 DEBUG (jetty-launcher-296-thread-2) 
[n:127.0.0.1:47082_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/73601739663343628-127.0.0.1:47082_solr-n_0000000001
   [junit4]   2> 135793 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: 
/solr/overseer_elect/election/73601739663343627-127.0.0.1:50739_solr-n_0000000000
   [junit4]   2> 135793 DEBUG (jetty-launcher-296-thread-2) 
[n:127.0.0.1:47082_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/73601739663343627-127.0.0.1:50739_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 135794 INFO  (jetty-launcher-296-thread-2) 
[n:127.0.0.1:47082_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:47082_solr
   [junit4]   2> 135795 INFO  (jetty-launcher-296-thread-1) 
[n:127.0.0.1:56929_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 135795 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 135795 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 135795 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 135808 DEBUG (jetty-launcher-296-thread-1) 
[n:127.0.0.1:56929_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/73601739663343626-127.0.0.1:56929_solr-n_0000000002
   [junit4]   2> 135809 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: 
/solr/overseer_elect/election/73601739663343628-127.0.0.1:47082_solr-n_0000000001
   [junit4]   2> 135809 DEBUG (jetty-launcher-296-thread-1) 
[n:127.0.0.1:56929_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/73601739663343628-127.0.0.1:47082_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 135809 DEBUG (jetty-launcher-296-thread-1) 
[n:127.0.0.1:56929_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:56929_solr as DOWN
   [junit4]   2> 135810 INFO  (jetty-launcher-296-thread-1) 
[n:127.0.0.1:56929_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 135810 INFO  (jetty-launcher-296-thread-1) 
[n:127.0.0.1:56929_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56929_solr
   [junit4]   2> 135824 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 135825 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 135825 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 135825 INFO  (jetty-launcher-296-thread-4) 
[n:127.0.0.1:52931_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 135825 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 135825 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 135825 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 135826 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 135827 INFO  (jetty-launcher-296-thread-4) 
[n:127.0.0.1:52931_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 135827 DEBUG (jetty-launcher-296-thread-4) 
[n:127.0.0.1:52931_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/73601739663343622-127.0.0.1:52931_solr-n_0000000003
   [junit4]   2> 135828 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: 
/solr/overseer_elect/election/73601739663343626-127.0.0.1:56929_solr-n_0000000002
   [junit4]   2> 135828 DEBUG (jetty-launcher-296-thread-4) 
[n:127.0.0.1:52931_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/73601739663343626-127.0.0.1:56929_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 135828 DEBUG (jetty-launcher-296-thread-4) 
[n:127.0.0.1:52931_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:52931_solr as DOWN
   [junit4]   2> 135835 INFO  (zkCallback-330-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 135850 INFO  (zkConnectionManagerCallback-344-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 135852 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 135853 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 135853 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 135853 INFO  (jetty-launcher-296-thread-3) 
[n:127.0.0.1:50739_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 135853 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 135853 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 135853 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 135853 INFO  (jetty-launcher-296-thread-3) 
[n:127.0.0.1:50739_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:48066/solr ready
   [junit4]   2> 135878 INFO  (zkCallback-328-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 135880 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer 
operations
   [junit4]   2> 135891 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 135891 DEBUG 
(OverseerStateUpdate-73601739663343627-127.0.0.1:50739_solr-n_0000000000) [    
] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 135899 DEBUG 
(OverseerAutoScalingTriggerThread-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 135900 DEBUG (jetty-launcher-296-thread-3) 
[n:127.0.0.1:50739_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:50739_solr as DOWN
   [junit4]   2> 135900 INFO  (jetty-launcher-296-thread-4) 
[n:127.0.0.1:52931_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 135900 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/autoscaling.json
   [junit4]   2> 135900 INFO  (jetty-launcher-296-thread-4) 
[n:127.0.0.1:52931_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52931_solr
   [junit4]   2> 135901 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 135901 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 135901 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 135901 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 135901 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 135901 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 135901 DEBUG 
(OverseerAutoScalingTriggerThread-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 1
   [junit4]   2> 135902 DEBUG 
(OverseerAutoScalingTriggerThread-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion -1
   [junit4]   2> 135902 DEBUG 
(OverseerAutoScalingTriggerThread-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 1
   [junit4]   2> 135902 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 135902 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 135902 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 135902 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 135902 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 135902 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 135902 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue-work
   [junit4]   2> 135902 INFO  (jetty-launcher-296-thread-3) 
[n:127.0.0.1:50739_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 135902 INFO  (jetty-launcher-296-thread-3) 
[n:127.0.0.1:50739_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50739_solr
   [junit4]   2> 135903 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 135912 INFO  (zkCallback-332-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 135912 DEBUG 
(OverseerStateUpdate-73601739663343627-127.0.0.1:50739_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:56929_solr"} current state version: 0
   [junit4]   2> 135912 DEBUG 
(OverseerStateUpdate-73601739663343627-127.0.0.1:50739_solr-n_0000000000) [    
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:56929_solr
   [junit4]   2> 135912 DEBUG 
(OverseerStateUpdate-73601739663343627-127.0.0.1:50739_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:52931_solr"} current state version: 0
   [junit4]   2> 135912 DEBUG 
(OverseerStateUpdate-73601739663343627-127.0.0.1:50739_solr-n_0000000000) [    
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:52931_solr
   [junit4]   2> 135912 DEBUG 
(OverseerStateUpdate-73601739663343627-127.0.0.1:50739_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:50739_solr"} current state version: 0
   [junit4]   2> 135912 DEBUG 
(OverseerStateUpdate-73601739663343627-127.0.0.1:50739_solr-n_0000000000) [    
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:50739_solr
   [junit4]   2> 135917 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 135917 INFO  (zkCallback-332-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 135924 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 135924 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 135924 INFO  (zkCallback-330-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 135926 INFO  (zkCallback-328-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 135926 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 135937 INFO  (zkCallback-312-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 135952 DEBUG 
(OverseerAutoScalingTriggerThread-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:56929_solr, 127.0.0.1:47082_solr]
   [junit4]   2> 135965 DEBUG 
(OverseerAutoScalingTriggerThread-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 135965 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 135965 DEBUG 
(OverseerAutoScalingTriggerThread-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 1
   [junit4]   2> 135973 INFO  (zkCallback-343-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 135989 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 135989 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 135990 DEBUG (ScheduledTrigger-636-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 4
   [junit4]   2> 136029 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 136030 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 136189 INFO  (jetty-launcher-296-thread-1) 
[n:127.0.0.1:56929_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56929.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6094b8e4
   [junit4]   2> 136208 INFO  (jetty-launcher-296-thread-1) 
[n:127.0.0.1:56929_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56929.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6094b8e4
   [junit4]   2> 136208 INFO  (jetty-launcher-296-thread-1) 
[n:127.0.0.1:56929_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56929.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6094b8e4
   [junit4]   2> 136217 INFO  (jetty-launcher-296-thread-1) 
[n:127.0.0.1:56929_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_B5BA6B803F8F7F6D-001/tempDir-001/node1/.
   [junit4]   2> 136282 INFO  (jetty-launcher-296-thread-4) 
[n:127.0.0.1:52931_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52931.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6094b8e4
   [junit4]   2> 136288 INFO  (jetty-launcher-296-thread-4) 
[n:127.0.0.1:52931_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52931.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6094b8e4
   [junit4]   2> 136288 INFO  (jetty-launcher-296-thread-4) 
[n:127.0.0.1:52931_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52931.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6094b8e4
   [junit4]   2> 136289 INFO  (jetty-launcher-296-thread-4) 
[n:127.0.0.1:52931_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_B5BA6B803F8F7F6D-001/tempDir-001/node4/.
   [junit4]   2> 136292 INFO  (zkConnectionManagerCallback-349-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136297 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 136297 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 136297 INFO  (jetty-launcher-296-thread-1) 
[n:127.0.0.1:56929_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 136297 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 136297 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 136297 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 136298 INFO  (jetty-launcher-296-thread-1) 
[n:127.0.0.1:56929_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:48066/solr ready
   [junit4]   2> 136336 INFO  (jetty-launcher-296-thread-2) 
[n:127.0.0.1:47082_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47082.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6094b8e4
   [junit4]   2> 136343 INFO  (jetty-launcher-296-thread-2) 
[n:127.0.0.1:47082_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47082.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6094b8e4
   [junit4]   2> 136343 INFO  (jetty-launcher-296-thread-2) 
[n:127.0.0.1:47082_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47082.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6094b8e4
   [junit4]   2> 136344 INFO  (jetty-launcher-296-thread-2) 
[n:127.0.0.1:47082_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_B5BA6B803F8F7F6D-001/tempDir-001/node3/.
   [junit4]   2> 136349 INFO  (zkConnectionManagerCallback-354-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136350 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 136350 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 136350 INFO  (jetty-launcher-296-thread-4) 
[n:127.0.0.1:52931_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 136350 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 136350 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 136351 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 136351 INFO  (jetty-launcher-296-thread-4) 
[n:127.0.0.1:52931_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:48066/solr ready
   [junit4]   2> 136353 INFO  (zkConnectionManagerCallback-359-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136353 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 136354 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 136354 INFO  (jetty-launcher-296-thread-2) 
[n:127.0.0.1:47082_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 136354 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 136354 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 136354 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 136354 INFO  (jetty-launcher-296-thread-2) 
[n:127.0.0.1:47082_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:48066/solr ready
   [junit4]   2> 136533 INFO  (jetty-launcher-296-thread-3) 
[n:127.0.0.1:50739_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50739.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6094b8e4
   [junit4]   2> 136538 INFO  (jetty-launcher-296-thread-3) 
[n:127.0.0.1:50739_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50739.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6094b8e4
   [junit4]   2> 136538 INFO  (jetty-launcher-296-thread-3) 
[n:127.0.0.1:50739_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50739.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6094b8e4
   [junit4]   2> 136539 INFO  (jetty-launcher-296-thread-3) 
[n:127.0.0.1:50739_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_B5BA6B803F8F7F6D-001/tempDir-001/node2/.
   [junit4]   2> 136578 INFO  (zkConnectionManagerCallback-361-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136582 INFO  (zkConnectionManagerCallback-366-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136582 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 136582 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 136582 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[B5BA6B803F8F7F6D]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 136583 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 136583 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 136583 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 136583 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[B5BA6B803F8F7F6D]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:48066/solr ready
   [junit4]   2> 136613 INFO  (qtp735547780-1994) [n:127.0.0.1:50739_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with 
params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 136614 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 136614 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 136614 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: 
qnr-0000000000
   [junit4]   2> 136615 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 136615 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 136615 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 136615 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: 
qnr-0000000000
   [junit4]   2> 136616 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Returning topN elements: 
[/overseer/collection-queue-work/qn-0000000000, ]
   [junit4]   2> 136616 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : 
[[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 136616 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor Marked task 
[/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 136616 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get 
the message id:/overseer/collection-queue-work/qn-0000000000 
message:{"operation":"overseerstatus"}
   [junit4]   2> 136617 DEBUG (OverseerThreadFactory-638-thread-1) [    ] 
o.a.s.c.OverseerTaskProcessor Runner processing 
/overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 136617 DEBUG (OverseerThreadFactory-638-thread-1) [    ] 
o.a.s.c.a.c.OverseerCollectionMessageHandler 
OverseerCollectionMessageHandler.processMessage : overseerstatus , 
{"operation":"overseerstatus"}
   [junit4]   2> 136617 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 136617 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor RunningTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 136617 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 136618 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 136618 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 136618 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: 
[/overseer/collection-queue-work/qn-0000000000],[]
   [junit4]   2> 136622 DEBUG (OverseerThreadFactory-638-thread-1) [    ] 
o.a.s.c.OverseerTaskProcessor Completed 
task:[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 136623 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: data: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 136623 DEBUG (zkCallback-328-thread-1) [    ] 
o.a.s.c.OverseerTaskQueue NodeDataChanged fired on path 
/overseer/collection-queue-work/qnr-0000000000 state SyncConnected 
latchEventType null
   [junit4]   2> 136623 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 136623 DEBUG (OverseerThreadFactory-638-thread-1) [    ] 
o.a.s.c.OverseerTaskProcessor Marked task 
[/overseer/collection-queue-work/qn-0000000000] as completed.
   [junit4]   2> 136623 DEBUG (OverseerThreadFactory-638-thread-1) [    ] 
o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 136623 DEBUG (OverseerThreadFactory-638-thread-1) [    ] 
o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 136624 DEBUG (OverseerThreadFactory-638-thread-1) [    ] 
o.a.s.c.OverseerTaskProcessor CompletedTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 136624 DEBUG (OverseerThreadFactory-638-thread-1) [    ] 
o.a.s.c.OverseerTaskProcessor RunningZKTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 136624 DEBUG (OverseerThreadFactory-638-thread-1) [    ] 
o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Message 
id:/overseer/collection-queue-work/qn-0000000000 complete, 
response:{leader=127.0.0.1:50739_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=4.047438477575876,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=6.7559016666666665,medianRequestTime=8.496981,75thPcRequestTime=11.584469,95thPcRequestTime=11.584469,99thPcRequestTime=11.584469,999thPcRequestTime=11.584469},downnode={requests=3,errors=0,avgRequestsPerSecond=4.23355453514661,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.024927,medianRequestTime=0.020678,75thPcRequestTime=0.035557,95thPcRequestTime=0.035557,99thPcRequestTime=0.035557,999thPcRequestTime=0.035557}},collection_operations={am_i_leader={requests=3,errors=0,avgRequestsPerSecond=4.048816280986662,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=4.0924993333333335,medianRequestTime=0.493327,75thPcRequestTime=11.53833,95thPcRequestTime=11.53833,99thPcRequestTime=11.53833,999thPcRequestTime=11.53833},overseerstatus={requests=0,errors=0,avgRequestsPerSecond=0.0,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.0,medianRequestTime=0.0,75thPcRequestTime=0.0,95thPcRequestTime=0.0,99thPcRequestTime=0.0,999thPcRequestTime=0.0}},overseer_queue={},overseer_internal_queue={peek={avgRequestsPerSecond=1.3889940067978284,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=1.40858,medianRequestTime=1.40858,75thPcRequestTime=1.40858,95thPcRequestTime=1.40858,99thPcRequestTime=1.40858,999thPcRequestTime=1.40858}},collection_queue={peektopn_wait2000={avgRequestsPerSecond=1.3889439720919154,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=714.777018,medianRequestTime=714.777018,75thPcRequestTime=714.777018,95thPcRequestTime=714.777018,99thPcRequestTime=714.777018,999thPcRequestTime=714.777018}}}
   [junit4]   2> 136624 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 136624 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: 
qnr-0000000000
   [junit4]   2> 136624 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 136624 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 136626 INFO  (qtp735547780-1994) [n:127.0.0.1:50739_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 136991 DEBUG (ScheduledTrigger-636-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 4
   [junit4]   2> 137101 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[B5BA6B803F8F7F6D]-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> 137787 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[B5BA6B803F8F7F6D]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 137963 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[B5BA6B803F8F7F6D]-worker) [    ] o.m.log 
Logging to org.apache.logging.slf4j.Log4jLogger@1204f17f via 
org.mortbay.log.Slf4jLog
   [junit4]   2> 137990 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[B5BA6B803F8F7F6D]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 137993 DEBUG (ScheduledTrigger-636-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 4
   [junit4]   2> 138269 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[B5BA6B803F8F7F6D]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 138307 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[B5BA6B803F8F7F6D]-worker) [    ] o.m.log 
Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_34808_hdfs____78yrqh/webapp
   [junit4]   2> 138618 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]]
   [junit4]   2> 138801 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 138801 INFO  
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 138802 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 138802 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 138802 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 138802 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 138802 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 138993 DEBUG (ScheduledTrigger-636-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 4
   [junit4]   2> 139294 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[B5BA6B803F8F7F6D]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:34808
   [junit4]   2> 139994 DEBUG (ScheduledTrigger-636-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 4
   [junit4]   2> 140300 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[B5BA6B803F8F7F6D]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 140304 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[B5BA6B803F8F7F6D]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 140313 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[B5BA6B803F8F7F6D]-worker) [    ] o.m.log 
Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_54965_datanode____9nb0o0/webapp
   [junit4]   2> 140787 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[B5BA6B803F8F7F6D]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:54965
   [junit4]   2> 140802 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]]
   [junit4]   2> 140802 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 140802 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 140802 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 140802 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 140803 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 140803 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 140994 DEBUG (ScheduledTrigger-636-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 4
   [junit4]   2> 141092 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[B5BA6B803F8F7F6D]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 141093 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[B5BA6B803F8F7F6D]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 141103 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[B5BA6B803F8F7F6D]-worker) [    ] o.m.log 
Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_42538_datanode____.e0ol4t/webapp
   [junit4]   2> 141555 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[B5BA6B803F8F7F6D]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:42538
   [junit4]   2> 141776 ERROR (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_B5BA6B803F8F7F6D-001/tempDir-002/hdfsBaseDir/data/data3/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_B5BA6B803F8F7F6D-001/tempDir-002/hdfsBaseDir/data/data4/]]
  heartbeating to localhost/127.0.0.1:46510) [    ] 
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> 141779 ERROR (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_B5BA6B803F8F7F6D-001/tempDir-002/hdfsBaseDir/data/data1/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_B5BA6B803F8F7F6D-001/tempDir-002/hdfsBaseDir/data/data2/]]
  heartbeating to localhost/127.0.0.1:46510) [    ] 
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> 141937 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x53b554c6407509: from storage 
DS-41604b67-15fe-4941-882a-43f86f471f06 node 
DatanodeRegistration(127.0.0.1:48323, 
datanodeUuid=08c21e11-934c-4afa-83eb-2e3f16f290bb, infoPort=53072, 
infoSecurePort=0, ipcPort=55734, 
storageInfo=lv=-56;cid=testClusterID;nsid=861299830;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 2 msecs
   [junit4]   2> 141938 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x53b554c6407558: from storage 
DS-0b06987e-0bfa-4e53-894b-34514c4886d0 node 
DatanodeRegistration(127.0.0.1:58441, 
datanodeUuid=4e5295a5-719f-4543-9cdb-60600fd445c2, infoPort=44270, 
infoSecurePort=0, ipcPort=35762, 
storageInfo=lv=-56;cid=testClusterID;nsid=861299830;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 141938 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x53b554c6407509: from storage 
DS-b5c1ca72-6370-4985-8fbd-7761889c292e node 
DatanodeRegistration(127.0.0.1:48323, 
datanodeUuid=08c21e11-934c-4afa-83eb-2e3f16f290bb, infoPort=53072, 
infoSecurePort=0, ipcPort=55734, 
storageInfo=lv=-56;cid=testClusterID;nsid=861299830;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 141939 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x53b554c6407558: from storage 
DS-94e7c341-6cdb-49a9-be22-1393315e28b4 node 
DatanodeRegistration(127.0.0.1:58441, 
datanodeUuid=4e5295a5-719f-4543-9cdb-60600fd445c2, infoPort=44270, 
infoSecurePort=0, ipcPort=35762, 
storageInfo=lv=-56;cid=testClusterID;nsid=861299830;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 141994 DEBUG (ScheduledTrigger-636-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 4
   [junit4]   2> 142722 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFailedMove
   [junit4]   2> 142733 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 142733 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 142733 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 142733 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 142733 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 142734 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 142736 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 142755 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 142755 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 142755 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 142756 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@937f87{/solr,null,AVAILABLE}
   [junit4]   2> 142756 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@198017e3{SSL,[ssl, 
http/1.1]}{127.0.0.1:52901}
   [junit4]   2> 142756 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) [    ] 
o.e.j.s.Server Started @142796ms
   [junit4]   2> 142756 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52901}
   [junit4]   2> 142757 ERROR 
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 142757 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 142757 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 142757 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 142757 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 142757 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-09T21:38:19.045Z
   [junit4]   2> 142776 INFO  (zkConnectionManagerCallback-370-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 142777 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 142788 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48066/solr
   [junit4]   2> 142789 INFO  (zkConnectionManagerCallback-374-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 142790 DEBUG 
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) 
[n:127.0.0.1:52901_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$268/1868950919@2660111
   [junit4]   2> 142795 INFO  (zkConnectionManagerCallback-376-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 142800 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 142800 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 142800 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) 
[n:127.0.0.1:52901_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 142800 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 142800 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 142800 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 142801 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 142801 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) 
[n:127.0.0.1:52901_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 142802 DEBUG 
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) 
[n:127.0.0.1:52901_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/73601739663343637-127.0.0.1:52901_solr-n_0000000004
   [junit4]   2> 142802 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: 
/solr/overseer_elect/election/73601739663343622-127.0.0.1:52931_solr-n_0000000003
   [junit4]   2> 142802 DEBUG 
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) 
[n:127.0.0.1:52901_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/73601739663343622-127.0.0.1:52931_solr-n_0000000003 to 
know if I could be the leader
   [junit4]   2> 142802 DEBUG 
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) 
[n:127.0.0.1:52901_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:52901_solr as DOWN
   [junit4]   2> 142803 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]]
   [junit4]   2> 142803 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 142803 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 142803 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 142803 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 142803 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 142803 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 142803 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 142804 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) 
[n:127.0.0.1:52901_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 142804 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) 
[n:127.0.0.1:52901_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52901_solr
   [junit4]   2> 142804 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 142804 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 142804 DEBUG 
(OverseerStateUpdate-73601739663343627-127.0.0.1:50739_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:52901_solr"} current state version: 0
   [junit4]   2> 142804 DEBUG 
(OverseerStateUpdate-73601739663343627-127.0.0.1:50739_solr-n_0000000000) [    
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:52901_solr
   [junit4]   2> 142804 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 142804 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 142805 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 142805 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 142805 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 142805 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 142805 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 142805 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 142805 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 142805 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 142805 INFO  (zkCallback-332-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 142806 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 142806 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 142806 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 142806 INFO  (zkCallback-328-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 142806 INFO  (zkCallback-330-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 142813 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 142813 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 142813 INFO  (zkCallback-312-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 142813 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 142813 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 142813 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 142813 INFO  (zkCallback-343-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 142834 INFO  (zkCallback-365-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 142834 INFO  (zkCallback-358-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 142834 INFO  (zkCallback-365-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 142834 INFO  (zkCallback-353-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 142834 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 142834 INFO  (zkCallback-375-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 142835 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 142835 INFO  (zkCallback-348-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 142905 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 142906 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 142997 DEBUG (ScheduledTrigger-636-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 5
   [junit4]   2> 143035 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) 
[n:127.0.0.1:52901_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52901.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6094b8e4
   [junit4]   2> 143072 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) 
[n:127.0.0.1:52901_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52901.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6094b8e4
   [junit4]   2> 143072 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) 
[n:127.0.0.1:52901_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52901.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6094b8e4
   [junit4]   2> 143074 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) 
[n:127.0.0.1:52901_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_B5BA6B803F8F7F6D-001/tempDir-001/node5/.
   [junit4]   2> 143092 INFO  (zkConnectionManagerCallback-383-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 143093 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 143093 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 143096 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) 
[n:127.0.0.1:52901_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 143096 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 143096 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 143096 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 143097 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[B5BA6B803F8F7F6D]) 
[n:127.0.0.1:52901_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:48066/solr ready
   [junit4]   2> 143203 INFO  (zkConnectionManagerCallback-385-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 143259 INFO  (qtp1839064828-1997) [n:127.0.0.1:47082_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf1&autoAddReplicas=false&name=MoveReplicaHDFSTest_failed_coll_true&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 143260 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 143260 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 143260 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: 
qnr-0000000002
   [junit4]   2> 143268 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000002
   [junit4]   2> 143269 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 143269 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 143269 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: 
qnr-0000000002
   [junit4]   2> 143269 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Returning topN elements: 
[/overseer/collection-queue-work/qn-0000000002, ]
   [junit4]   2> 143269 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : 
[[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ed1]]
   [junit4]   2> 143269 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor Marked task 
[/overseer/collection-queue-work/qn-0000000002] as running
   [junit4]   2> 143270 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get 
the message id:/overseer/collection-queue-work/qn-0000000002 message:{
   [junit4]   2>   "name":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 143276 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 143276 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor RunningTasks: 
[/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 143276 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 143276 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 143276 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: 
[/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 143277 DEBUG 
(OverseerCollectionConfigSetProcessor-73601739663343627-127.0.0.1:50739_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: 
[/overseer/collection-queue-work/qn-0000000002],[]
   [junit4]   2> 143277 DEBUG (OverseerThreadFactory-638-thread-2) [    ] 
o.a.s.c.OverseerTaskProcessor Runner processing 
/overseer/collection-queue-work/qn-0000000002
   [junit4]   2> 143277 DEBUG (OverseerThreadFactory-638-thread-2) [    ] 
o.a.s.c.a.c.OverseerCollectionMessageHandler 
OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 143277 INFO  (OverseerThreadFactory-638-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection 
MoveReplicaHDFSTest_failed_coll_true
   [junit4]   2> 143281 DEBUG (OverseerThreadFactory-638-thread-2) [    ] 
o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 143281 DEBUG (OverseerThreadFactory-638-thread-2) [    ] 
o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node 
/collections/MoveReplicaHDFSTest_failed_coll_true 
   [junit4]   2> 143283 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 143283 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 143283 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 143283 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 143283 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 143283 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 143283 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 143283 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 143283 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 143283 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 143283 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 143284 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 143284 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 143284 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 143284 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 143284 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 143284 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 143285 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 143285 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 143285 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 143285 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 143285 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 143292 DEBUG (OverseerThreadFactory-638-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Check for collection 
zkNode:MoveReplicaHDFSTest_failed_coll_true
   [junit4]   2> 143293 DEBUG (OverseerThreadFactory-638-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Collection zkNode exists
   [junit4]   2> 143294 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 143294 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 143295 DEBUG 
(OverseerStateUpdate-73601739663343627-127.0.0.1:50739_solr-n_0000000000) [    
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 143295 DEBUG 
(OverseerStateUpdate-73601739663343627-127.0.0.1:50739_solr-n_0000000000) [    
] o.a.s.c.o.ClusterStateMutator building a new cName: 
MoveReplicaHDFSTest_failed_coll_true
   [junit4]   2> 143295 DEBUG 
(OverseerStateUpdate-73601739663343627-127.0.0.1:50739_solr-n_0000000000) [    
] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/MoveReplicaHDFSTest_failed_coll_true/state.json
   [junit4]   2> 143295 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 143296 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 143301 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 143396 DEBUG (OverseerThreadFactory-638-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Creating SolrCores for new collection 
MoveReplicaHDFSTest_failed_coll_true, shardNames [shard1, shard2] , message : {
   [junit4]   2>   "name":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 143398 DEBUG (OverseerThreadFactory-638-thread-2) [    ] 
o.a.s.c.a.c.CreateCollecti

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

 file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/null1318271955
     [copy] Copying 40 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/null1318271955
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/null1318271955

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null997738175
     [copy] Copying 246 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null997738175
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/null997738175

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 34ms :: artifacts dl 1ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 94 minutes 13 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to