Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/144/

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.MoveReplicaHDFSTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.MoveReplicaHDFSTest:  
   1) Thread[id=36359, name=qtp1848176726-36359, state=TIMED_WAITING, 
group=TGRP-MoveReplicaHDFSTest]         at sun.misc.Unsafe.park(Native Method)  
       at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.cloud.MoveReplicaHDFSTest: 
   1) Thread[id=36359, name=qtp1848176726-36359, state=TIMED_WAITING, 
group=TGRP-MoveReplicaHDFSTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([ECC5AA405A6D6D3B]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.MoveReplicaHDFSTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=36359, name=qtp1848176726-36359, state=TIMED_WAITING, 
group=TGRP-MoveReplicaHDFSTest]         at sun.misc.Unsafe.park(Native Method)  
       at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=36359, name=qtp1848176726-36359, state=TIMED_WAITING, 
group=TGRP-MoveReplicaHDFSTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([ECC5AA405A6D6D3B]:0)


FAILED:  
org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testSelectedCollections

Error Message:
The operations computed by ComputePlanAction should not be 
nullSolrClientNodeStateProvider.DEBUG{AFTER_ACTION=[compute_plan, null], 
BEFORE_ACTION=[compute_plan, null]}

Stack Trace:
java.lang.AssertionError: The operations computed by ComputePlanAction should 
not be nullSolrClientNodeStateProvider.DEBUG{AFTER_ACTION=[compute_plan, null], 
BEFORE_ACTION=[compute_plan, null]}
        at 
__randomizedtesting.SeedInfo.seed([ECC5AA405A6D6D3B:D66B4F996409B455]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testSelectedCollections(ComputePlanActionTest.java:469)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14228 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4]   2> 3075806 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-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-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/init-core-data-001
   [junit4]   2> 3075806 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 3075807 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3075808 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-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> 3075809 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-001
   [junit4]   2> 3075809 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3075809 INFO  (Thread-22096) [    ] o.a.s.c.ZkTestServer 
client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3075809 INFO  (Thread-22096) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 3075810 ERROR (Thread-22096) [    ] 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> 3075909 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:38292
   [junit4]   2> 3075911 INFO  (zkConnectionManagerCallback-3692-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075915 INFO  (jetty-launcher-3689-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3075915 INFO  (jetty-launcher-3689-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3075916 INFO  (jetty-launcher-3689-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3075916 INFO  (jetty-launcher-3689-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3075923 INFO  (jetty-launcher-3689-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3075923 INFO  (jetty-launcher-3689-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3075923 INFO  (jetty-launcher-3689-thread-2) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3075923 INFO  (jetty-launcher-3689-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6ab48e37{/solr,null,AVAILABLE}
   [junit4]   2> 3075924 INFO  (jetty-launcher-3689-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@52f62661{SSL,[ssl, 
http/1.1]}{127.0.0.1:44947}
   [junit4]   2> 3075924 INFO  (jetty-launcher-3689-thread-2) [    ] 
o.e.j.s.Server Started @3077921ms
   [junit4]   2> 3075924 INFO  (jetty-launcher-3689-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44947}
   [junit4]   2> 3075925 ERROR (jetty-launcher-3689-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3075925 INFO  (jetty-launcher-3689-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 3075925 INFO  (jetty-launcher-3689-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3075925 INFO  (jetty-launcher-3689-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3075925 INFO  (jetty-launcher-3689-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-11T01:13:24.315Z
   [junit4]   2> 3075927 INFO  (jetty-launcher-3689-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3075927 INFO  (jetty-launcher-3689-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3075927 INFO  (jetty-launcher-3689-thread-1) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3075928 INFO  (jetty-launcher-3689-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@422afe06{/solr,null,AVAILABLE}
   [junit4]   2> 3075928 INFO  (jetty-launcher-3689-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2260af65{SSL,[ssl, 
http/1.1]}{127.0.0.1:50635}
   [junit4]   2> 3075928 INFO  (jetty-launcher-3689-thread-1) [    ] 
o.e.j.s.Server Started @3077925ms
   [junit4]   2> 3075928 INFO  (jetty-launcher-3689-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50635}
   [junit4]   2> 3075928 ERROR (jetty-launcher-3689-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3075928 INFO  (jetty-launcher-3689-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 3075928 INFO  (jetty-launcher-3689-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3075928 INFO  (jetty-launcher-3689-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3075928 INFO  (jetty-launcher-3689-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-11T01:13:24.318Z
   [junit4]   2> 3075944 INFO  (jetty-launcher-3689-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3075945 INFO  (jetty-launcher-3689-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3075945 INFO  (jetty-launcher-3689-thread-3) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3075945 INFO  (jetty-launcher-3689-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@606c5565{/solr,null,AVAILABLE}
   [junit4]   2> 3075946 INFO  (jetty-launcher-3689-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2146c769{SSL,[ssl, 
http/1.1]}{127.0.0.1:58996}
   [junit4]   2> 3075946 INFO  (jetty-launcher-3689-thread-3) [    ] 
o.e.j.s.Server Started @3077943ms
   [junit4]   2> 3075946 INFO  (jetty-launcher-3689-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=58996}
   [junit4]   2> 3075946 ERROR (jetty-launcher-3689-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3075947 INFO  (jetty-launcher-3689-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 3075947 INFO  (jetty-launcher-3689-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3075947 INFO  (jetty-launcher-3689-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3075947 INFO  (jetty-launcher-3689-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-11T01:13:24.337Z
   [junit4]   2> 3075951 INFO  (jetty-launcher-3689-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3075951 INFO  (jetty-launcher-3689-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3075951 INFO  (zkConnectionManagerCallback-3694-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075951 INFO  (jetty-launcher-3689-thread-4) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3075951 INFO  (zkConnectionManagerCallback-3696-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075952 INFO  (jetty-launcher-3689-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3075952 INFO  (jetty-launcher-3689-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3075957 INFO  (jetty-launcher-3689-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@a396a71{/solr,null,AVAILABLE}
   [junit4]   2> 3075958 INFO  (jetty-launcher-3689-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7fc29c3d{SSL,[ssl, 
http/1.1]}{127.0.0.1:59398}
   [junit4]   2> 3075958 INFO  (jetty-launcher-3689-thread-4) [    ] 
o.e.j.s.Server Started @3077955ms
   [junit4]   2> 3075958 INFO  (jetty-launcher-3689-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59398}
   [junit4]   2> 3075958 ERROR (jetty-launcher-3689-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3075958 INFO  (jetty-launcher-3689-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 3075958 INFO  (jetty-launcher-3689-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3075958 INFO  (jetty-launcher-3689-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3075958 INFO  (jetty-launcher-3689-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-11T01:13:24.348Z
   [junit4]   2> 3075959 INFO  (zkConnectionManagerCallback-3698-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075959 INFO  (jetty-launcher-3689-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3075960 INFO  (jetty-launcher-3689-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38292/solr
   [junit4]   2> 3075964 INFO  (jetty-launcher-3689-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38292/solr
   [junit4]   2> 3075965 INFO  (zkConnectionManagerCallback-3700-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075966 INFO  (jetty-launcher-3689-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3075966 INFO  (zkConnectionManagerCallback-3704-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075966 INFO  (jetty-launcher-3689-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38292/solr
   [junit4]   2> 3075971 INFO  (jetty-launcher-3689-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38292/solr
   [junit4]   2> 3075971 INFO  (zkConnectionManagerCallback-3708-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075973 INFO  (zkConnectionManagerCallback-3712-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075973 INFO  
(zkConnectionManagerCallback-3720-thread-1-processing-n:127.0.0.1:44947_solr) 
[n:127.0.0.1:44947_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075973 INFO  
(zkConnectionManagerCallback-3718-thread-1-processing-n:127.0.0.1:50635_solr) 
[n:127.0.0.1:50635_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075974 INFO  (zkConnectionManagerCallback-3716-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075976 INFO  
(zkConnectionManagerCallback-3722-thread-1-processing-n:127.0.0.1:58996_solr) 
[n:127.0.0.1:58996_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075976 INFO  
(zkConnectionManagerCallback-3724-thread-1-processing-n:127.0.0.1:59398_solr) 
[n:127.0.0.1:59398_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075993 INFO  (jetty-launcher-3689-thread-4) 
[n:127.0.0.1:59398_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3075994 INFO  (jetty-launcher-3689-thread-4) 
[n:127.0.0.1:59398_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:59398_solr
   [junit4]   2> 3075995 INFO  (jetty-launcher-3689-thread-4) 
[n:127.0.0.1:59398_solr    ] o.a.s.c.Overseer Overseer 
(id=73274172547989516-127.0.0.1:59398_solr-n_0000000000) starting
   [junit4]   2> 3076006 INFO  (jetty-launcher-3689-thread-4) 
[n:127.0.0.1:59398_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59398_solr
   [junit4]   2> 3076011 INFO  
(zkCallback-3723-thread-1-processing-n:127.0.0.1:59398_solr) 
[n:127.0.0.1:59398_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3076037 INFO  (jetty-launcher-3689-thread-2) 
[n:127.0.0.1:44947_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3076038 INFO  (jetty-launcher-3689-thread-2) 
[n:127.0.0.1:44947_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3076040 INFO  (jetty-launcher-3689-thread-2) 
[n:127.0.0.1:44947_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44947_solr
   [junit4]   2> 3076041 INFO  
(zkCallback-3723-thread-1-processing-n:127.0.0.1:59398_solr) 
[n:127.0.0.1:59398_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 3076047 INFO  
(zkCallback-3719-thread-1-processing-n:127.0.0.1:44947_solr) 
[n:127.0.0.1:44947_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 3076053 INFO  (jetty-launcher-3689-thread-1) 
[n:127.0.0.1:50635_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 3076059 INFO  (jetty-launcher-3689-thread-1) 
[n:127.0.0.1:50635_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3076060 INFO  (jetty-launcher-3689-thread-3) 
[n:127.0.0.1:58996_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 3076060 INFO  (jetty-launcher-3689-thread-1) 
[n:127.0.0.1:50635_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50635_solr
   [junit4]   2> 3076061 INFO  
(zkCallback-3723-thread-1-processing-n:127.0.0.1:59398_solr) 
[n:127.0.0.1:59398_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3076063 INFO  
(zkCallback-3719-thread-1-processing-n:127.0.0.1:44947_solr) 
[n:127.0.0.1:44947_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3076063 INFO  
(zkCallback-3717-thread-1-processing-n:127.0.0.1:50635_solr) 
[n:127.0.0.1:50635_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3076066 INFO  (jetty-launcher-3689-thread-3) 
[n:127.0.0.1:58996_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3076067 INFO  (jetty-launcher-3689-thread-3) 
[n:127.0.0.1:58996_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58996_solr
   [junit4]   2> 3076067 INFO  
(zkCallback-3723-thread-1-processing-n:127.0.0.1:59398_solr) 
[n:127.0.0.1:59398_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 3076067 INFO  
(zkCallback-3719-thread-1-processing-n:127.0.0.1:44947_solr) 
[n:127.0.0.1:44947_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 3076082 INFO  
(zkCallback-3717-thread-1-processing-n:127.0.0.1:50635_solr) 
[n:127.0.0.1:50635_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 3076082 INFO  
(zkCallback-3721-thread-1-processing-n:127.0.0.1:58996_solr) 
[n:127.0.0.1:58996_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (4)
   [junit4]   2> 3076086 INFO  (jetty-launcher-3689-thread-4) 
[n:127.0.0.1:59398_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59398.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3076093 INFO  (jetty-launcher-3689-thread-4) 
[n:127.0.0.1:59398_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59398.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3076093 INFO  (jetty-launcher-3689-thread-4) 
[n:127.0.0.1:59398_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59398.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3076094 INFO  (jetty-launcher-3689-thread-4) 
[n:127.0.0.1:59398_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-001/node4/.
   [junit4]   2> 3076137 INFO  (jetty-launcher-3689-thread-3) 
[n:127.0.0.1:58996_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58996.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3076144 INFO  (jetty-launcher-3689-thread-3) 
[n:127.0.0.1:58996_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58996.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3076144 INFO  (jetty-launcher-3689-thread-3) 
[n:127.0.0.1:58996_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58996.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3076145 INFO  (jetty-launcher-3689-thread-3) 
[n:127.0.0.1:58996_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-001/node3/.
   [junit4]   2> 3076176 INFO  (jetty-launcher-3689-thread-1) 
[n:127.0.0.1:50635_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50635.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3076182 INFO  (jetty-launcher-3689-thread-1) 
[n:127.0.0.1:50635_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50635.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3076182 INFO  (jetty-launcher-3689-thread-1) 
[n:127.0.0.1:50635_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50635.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3076183 INFO  (jetty-launcher-3689-thread-1) 
[n:127.0.0.1:50635_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-001/node1/.
   [junit4]   2> 3076244 INFO  (jetty-launcher-3689-thread-2) 
[n:127.0.0.1:44947_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44947.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3076250 INFO  (jetty-launcher-3689-thread-2) 
[n:127.0.0.1:44947_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44947.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3076250 INFO  (jetty-launcher-3689-thread-2) 
[n:127.0.0.1:44947_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44947.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3076251 INFO  (jetty-launcher-3689-thread-2) 
[n:127.0.0.1:44947_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-001/node2/.
   [junit4]   2> 3076283 INFO  (zkConnectionManagerCallback-3734-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3076285 INFO  (zkConnectionManagerCallback-3738-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3076286 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3076286 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38292/solr ready
   [junit4]   2> 3076312 INFO  (qtp1056162599-36332) [n:127.0.0.1:44947_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with 
params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3076318 INFO  (qtp1056162599-36332) [n:127.0.0.1:44947_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=6
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 3076376 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 3076381 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 3076383 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 3076392 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-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_58831_hdfs____.7ijo03/webapp
   [junit4]   2> 3076754 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:58831
   [junit4]   2> 3076837 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 3076838 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 3076847 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-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_51137_datanode____.71fihs/webapp
   [junit4]   2> 3077240 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:51137
   [junit4]   2> 3077287 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 3077288 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 3077312 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-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_58866_datanode____h4ca8s/webapp
   [junit4]   2> 3077392 ERROR (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-002/hdfsBaseDir/data/data1/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-002/hdfsBaseDir/data/data2/]]
  heartbeating to localhost/127.0.0.1:46733) [    ] 
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> 3077401 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x41f36b7bf6d40c: from storage 
DS-fd8a645c-a277-426d-a03a-d80066a3b96e node 
DatanodeRegistration(127.0.0.1:51741, 
datanodeUuid=fc14bcb6-eb2d-4817-90a9-4121527020ef, infoPort=36983, 
infoSecurePort=0, ipcPort=39835, 
storageInfo=lv=-56;cid=testClusterID;nsid=1954100848;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 3077401 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x41f36b7bf6d40c: from storage 
DS-ccf9da46-9367-4b50-bf44-4fc8a3808ce0 node 
DatanodeRegistration(127.0.0.1:51741, 
datanodeUuid=fc14bcb6-eb2d-4817-90a9-4121527020ef, infoPort=36983, 
infoSecurePort=0, ipcPort=39835, 
storageInfo=lv=-56;cid=testClusterID;nsid=1954100848;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 3077695 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:58866
   [junit4]   2> 3077813 ERROR (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-002/hdfsBaseDir/data/data3/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-002/hdfsBaseDir/data/data4/]]
  heartbeating to localhost/127.0.0.1:46733) [    ] 
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> 3077820 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x41f36b9505aa2d: from storage 
DS-488a42be-5113-4d1f-8b6d-3506522da5bd node 
DatanodeRegistration(127.0.0.1:56575, 
datanodeUuid=65a6f250-a442-403c-9bbf-f7681931facc, infoPort=36950, 
infoSecurePort=0, ipcPort=47685, 
storageInfo=lv=-56;cid=testClusterID;nsid=1954100848;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 3077820 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x41f36b9505aa2d: from storage 
DS-c7158edd-cf60-4ec5-831a-25f807fc0e16 node 
DatanodeRegistration(127.0.0.1:56575, 
datanodeUuid=65a6f250-a442-403c-9bbf-f7681931facc, infoPort=36950, 
infoSecurePort=0, ipcPort=47685, 
storageInfo=lv=-56;cid=testClusterID;nsid=1954100848;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 3078317 INFO  
(OverseerCollectionConfigSetProcessor-73274172547989516-127.0.0.1:59398_solr-n_0000000000)
 [n:127.0.0.1:59398_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 3078483 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testNormalMove
   [junit4]   2> 3078483 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3078485 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3078486 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3078486 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3078486 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 3078486 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@60b6b83e{/solr,null,AVAILABLE}
   [junit4]   2> 3078486 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6a7c2b34{SSL,[ssl, 
http/1.1]}{127.0.0.1:47803}
   [junit4]   2> 3078486 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] 
o.e.j.s.Server Started @3080484ms
   [junit4]   2> 3078486 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=47803}
   [junit4]   2> 3078487 ERROR 
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3078487 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 3078487 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3078487 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3078487 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-11T01:13:26.877Z
   [junit4]   2> 3078488 INFO  (zkConnectionManagerCallback-3741-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3078488 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3078495 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38292/solr
   [junit4]   2> 3078496 INFO  (zkConnectionManagerCallback-3745-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3078497 INFO  
(zkConnectionManagerCallback-3747-thread-1-processing-n:127.0.0.1:47803_solr) 
[n:127.0.0.1:47803_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3078502 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) 
[n:127.0.0.1:47803_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 3078503 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) 
[n:127.0.0.1:47803_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3078505 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) 
[n:127.0.0.1:47803_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:47803_solr
   [junit4]   2> 3078506 INFO  (zkCallback-3737-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3078506 INFO  
(zkCallback-3721-thread-1-processing-n:127.0.0.1:58996_solr) 
[n:127.0.0.1:58996_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 3078506 INFO  (zkCallback-3737-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3078506 INFO  
(zkCallback-3717-thread-1-processing-n:127.0.0.1:50635_solr) 
[n:127.0.0.1:50635_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 3078506 INFO  
(zkCallback-3719-thread-1-processing-n:127.0.0.1:44947_solr) 
[n:127.0.0.1:44947_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 3078506 INFO  
(zkCallback-3723-thread-1-processing-n:127.0.0.1:59398_solr) 
[n:127.0.0.1:59398_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 3078507 INFO  
(zkCallback-3746-thread-1-processing-n:127.0.0.1:47803_solr) 
[n:127.0.0.1:47803_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 3078691 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) 
[n:127.0.0.1:47803_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47803.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3078699 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) 
[n:127.0.0.1:47803_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47803.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3078699 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) 
[n:127.0.0.1:47803_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47803.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3078700 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) 
[n:127.0.0.1:47803_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-001/node5/.
   [junit4]   2> 3078761 INFO  (zkConnectionManagerCallback-3751-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3078762 INFO  
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] 
o.a.s.c.MoveReplicaTest total_jettys: 5
   [junit4]   2> 3078763 INFO  (qtp1056162599-36338) [n:127.0.0.1:44947_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf1&maxShardsPerNode=2&autoAddReplicas=false&name=MoveReplicaHDFSTest_coll_false&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 3078765 INFO  
(OverseerThreadFactory-7024-thread-2-processing-n:127.0.0.1:59398_solr) 
[n:127.0.0.1:59398_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
MoveReplicaHDFSTest_coll_false
   [junit4]   2> 3078870 INFO  
(OverseerStateUpdate-73274172547989516-127.0.0.1:59398_solr-n_0000000000) 
[n:127.0.0.1:59398_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_coll_false",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_coll_false_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:59398/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3078873 INFO  
(OverseerStateUpdate-73274172547989516-127.0.0.1:59398_solr-n_0000000000) 
[n:127.0.0.1:59398_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_coll_false",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_coll_false_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:50635/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3078878 INFO  
(OverseerStateUpdate-73274172547989516-127.0.0.1:59398_solr-n_0000000000) 
[n:127.0.0.1:59398_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_coll_false",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_coll_false_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:47803/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3078880 INFO  
(OverseerStateUpdate-73274172547989516-127.0.0.1:59398_solr-n_0000000000) 
[n:127.0.0.1:59398_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_coll_false",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_coll_false_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:58996/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3079131 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_coll_false_shard1_replica_n1&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_coll_false&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3079131 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 3079134 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_coll_false_shard1_replica_n2&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_coll_false&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3079134 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 3079137 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_coll_false_shard2_replica_n4&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_coll_false&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3079138 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 3079140 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_coll_false_shard2_replica_n6&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_coll_false&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3079141 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 3079245 INFO  
(zkCallback-3723-thread-1-processing-n:127.0.0.1:59398_solr) 
[n:127.0.0.1:59398_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection 
[MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: 
[5])
   [junit4]   2> 3079245 INFO  
(zkCallback-3721-thread-1-processing-n:127.0.0.1:58996_solr) 
[n:127.0.0.1:58996_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection 
[MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: 
[5])
   [junit4]   2> 3079245 INFO  
(zkCallback-3746-thread-1-processing-n:127.0.0.1:47803_solr) 
[n:127.0.0.1:47803_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection 
[MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: 
[5])
   [junit4]   2> 3079245 INFO  
(zkCallback-3717-thread-1-processing-n:127.0.0.1:50635_solr) 
[n:127.0.0.1:50635_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection 
[MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: 
[5])
   [junit4]   2> 3079246 INFO  
(zkCallback-3723-thread-2-processing-n:127.0.0.1:59398_solr) 
[n:127.0.0.1:59398_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection 
[MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: 
[5])
   [junit4]   2> 3079246 INFO  
(zkCallback-3717-thread-2-processing-n:127.0.0.1:50635_solr) 
[n:127.0.0.1:50635_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection 
[MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: 
[5])
   [junit4]   2> 3079246 INFO  
(zkCallback-3721-thread-2-processing-n:127.0.0.1:58996_solr) 
[n:127.0.0.1:58996_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection 
[MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: 
[5])
   [junit4]   2> 3079246 INFO  
(zkCallback-3746-thread-2-processing-n:127.0.0.1:47803_solr) 
[n:127.0.0.1:47803_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection 
[MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: 
[5])
   [junit4]   2> 3080152 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.3.0
   [junit4]   2> 3080153 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.3.0
   [junit4]   2> 3080155 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.3.0
   [junit4]   2> 3080155 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.3.0
   [junit4]   2> 3080158 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.s.IndexSchema 
[MoveReplicaHDFSTest_coll_false_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 3080160 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3080161 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.c.CoreContainer 
Creating SolrCore 'MoveReplicaHDFSTest_coll_false_shard1_replica_n2' using 
configuration from collection MoveReplicaHDFSTest_coll_false, trusted=true
   [junit4]   2> 3080161 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 
'solr_50635.solr.core.MoveReplicaHDFSTest_coll_false.shard1.replica_n2' 
(registry 'solr.core.MoveReplicaHDFSTest_coll_false.shard1.replica_n2') enabled 
at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3080162 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.s.IndexSchema 
[MoveReplicaHDFSTest_coll_false_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 3080868 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3080868 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.c.CoreContainer 
Creating SolrCore 'MoveReplicaHDFSTest_coll_false_shard2_replica_n6' using 
configuration from collection MoveReplicaHDFSTest_coll_false, trusted=true
   [junit4]   2> 3080869 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 
'solr_58996.solr.core.MoveReplicaHDFSTest_coll_false.shard2.replica_n6' 
(registry 'solr.core.MoveReplicaHDFSTest_coll_false.shard2.replica_n6') enabled 
at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3080870 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:46733/data
   [junit4]   2> 3080870 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 3080870 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 3080870 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.c.SolrCore 
[[MoveReplicaHDFSTest_coll_false_shard1_replica_n2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-001/node1/MoveReplicaHDFSTest_coll_false_shard1_replica_n2],
 
dataDir=[hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node5/data/]
   [junit4]   2> 3080871 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:46733/data
   [junit4]   2> 3080871 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 3080871 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 3080871 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.c.SolrCore 
[[MoveReplicaHDFSTest_coll_false_shard2_replica_n6] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-001/node3/MoveReplicaHDFSTest_coll_false_shard2_replica_n6],
 
dataDir=[hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node8/data/]
   [junit4]   2> 3080871 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node5/data/snapshot_metadata
   [junit4]   2> 3080873 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node8/data/snapshot_metadata
   [junit4]   2> 3080874 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.s.IndexSchema 
[MoveReplicaHDFSTest_coll_false_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 3080876 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.s.IndexSchema 
[MoveReplicaHDFSTest_coll_false_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 3080878 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3080878 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.c.CoreContainer 
Creating SolrCore 'MoveReplicaHDFSTest_coll_false_shard2_replica_n4' using 
configuration from collection MoveReplicaHDFSTest_coll_false, trusted=true
   [junit4]   2> 3080878 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 
'solr_47803.solr.core.MoveReplicaHDFSTest_coll_false.shard2.replica_n4' 
(registry 'solr.core.MoveReplicaHDFSTest_coll_false.shard2.replica_n4') enabled 
at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3080878 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:46733/data
   [junit4]   2> 3080878 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 3080878 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 3080878 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.c.SolrCore 
[[MoveReplicaHDFSTest_coll_false_shard2_replica_n4] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-001/node5/MoveReplicaHDFSTest_coll_false_shard2_replica_n4],
 
dataDir=[hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node7/data/]
   [junit4]   2> 3080884 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3080884 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'MoveReplicaHDFSTest_coll_false_shard1_replica_n1' using 
configuration from collection MoveReplicaHDFSTest_coll_false, trusted=true
   [junit4]   2> 3080885 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 
'solr_59398.solr.core.MoveReplicaHDFSTest_coll_false.shard1.replica_n1' 
(registry 'solr.core.MoveReplicaHDFSTest_coll_false.shard1.replica_n1') enabled 
at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3080885 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:46733/data
   [junit4]   2> 3080885 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node7/data/snapshot_metadata
   [junit4]   2> 3080885 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 3080885 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 3080885 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.c.SolrCore 
[[MoveReplicaHDFSTest_coll_false_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-001/node4/MoveReplicaHDFSTest_coll_false_shard1_replica_n1],
 
dataDir=[hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node3/data/]
   [junit4]   2> 3080888 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node3/data/snapshot_metadata
   [junit4]   2> 3080897 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node8/data
   [junit4]   2> 3080899 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node5/data
   [junit4]   2> 3080899 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node7/data
   [junit4]   2> 3080905 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node3/data
   [junit4]   2> 3080924 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node8/data/index
   [junit4]   2> 3080924 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node5/data/index
   [junit4]   2> 3080926 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node7/data/index
   [junit4]   2> 3080929 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node3/data/index
   [junit4]   2> 3080972 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51741 is added to 
blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-488a42be-5113-4d1f-8b6d-3506522da5bd:NORMAL:127.0.0.1:56575|RBW],
 
ReplicaUC[[DISK]DS-fd8a645c-a277-426d-a03a-d80066a3b96e:NORMAL:127.0.0.1:51741|FINALIZED]]}
 size 0
   [junit4]   2> 3080974 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:56575 is added to 
blk_1073741825_1001 size 69
   [junit4]   2> 3080977 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:56575 is added to 
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-ccf9da46-9367-4b50-bf44-4fc8a3808ce0:NORMAL:127.0.0.1:51741|RBW],
 
ReplicaUC[[DISK]DS-c7158edd-cf60-4ec5-831a-25f807fc0e16:NORMAL:127.0.0.1:56575|RBW]]}
 size 0
   [junit4]   2> 3080978 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51741 is added to 
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-ccf9da46-9367-4b50-bf44-4fc8a3808ce0:NORMAL:127.0.0.1:51741|RBW],
 
ReplicaUC[[DISK]DS-c7158edd-cf60-4ec5-831a-25f807fc0e16:NORMAL:127.0.0.1:56575|RBW]]}
 size 0
   [junit4]   2> 3080994 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51741 is added to 
blk_1073741828_1004{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-488a42be-5113-4d1f-8b6d-3506522da5bd:NORMAL:127.0.0.1:56575|RBW],
 
ReplicaUC[[DISK]DS-ccf9da46-9367-4b50-bf44-4fc8a3808ce0:NORMAL:127.0.0.1:51741|RBW]]}
 size 69
   [junit4]   2> 3080995 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:56575 is added to 
blk_1073741828_1004 size 69
   [junit4]   2> 3080995 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:56575 is added to 
blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-fd8a645c-a277-426d-a03a-d80066a3b96e:NORMAL:127.0.0.1:51741|RBW],
 
ReplicaUC[[DISK]DS-c7158edd-cf60-4ec5-831a-25f807fc0e16:NORMAL:127.0.0.1:56575|RBW]]}
 size 0
   [junit4]   2> 3080996 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51741 is added to 
blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-fd8a645c-a277-426d-a03a-d80066a3b96e:NORMAL:127.0.0.1:51741|RBW],
 
ReplicaUC[[DISK]DS-c7158edd-cf60-4ec5-831a-25f807fc0e16:NORMAL:127.0.0.1:56575|RBW]]}
 size 0
   [junit4]   2> 3081029 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 3081029 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3081029 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.u.HdfsUpdateLog 
Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 3081029 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 3081030 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3081030 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.u.HdfsUpdateLog 
Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 3081037 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 3081037 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3081037 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.u.HdfsUpdateLog 
Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 3081038 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 3081038 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 3081038 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 3081038 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 3081045 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 3081045 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 3081053 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@7d28da05[MoveReplicaHDFSTest_coll_false_shard2_replica_n6] 
main]
   [junit4]   2> 3081054 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 3081055 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3081055 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 3081056 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1592065114186448896
   [junit4]   2> 3081058 INFO  
(searcherExecutor-7040-thread-1-processing-n:127.0.0.1:58996_solr 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6 s:shard2 
c:MoveReplicaHDFSTest_coll_false r:core_node8) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.c.SolrCore 
[MoveReplicaHDFSTest_coll_false_shard2_replica_n6] Registered new searcher 
Searcher@7d28da05[MoveReplicaHDFSTest_coll_false_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3081059 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@4abe1008[MoveReplicaHDFSTest_coll_false_shard2_replica_n4] 
main]
   [junit4]   2> 3081059 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 3081060 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3081060 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 3081060 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1592065114190643200
   [junit4]   2> 3081063 INFO  
(searcherExecutor-7041-thread-1-processing-n:127.0.0.1:47803_solr 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4 s:shard2 
c:MoveReplicaHDFSTest_coll_false r:core_node7) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.c.SolrCore 
[MoveReplicaHDFSTest_coll_false_shard2_replica_n4] Registered new searcher 
Searcher@4abe1008[MoveReplicaHDFSTest_coll_false_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3081071 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@3716a1c5[MoveReplicaHDFSTest_coll_false_shard1_replica_n2] 
main]
   [junit4]   2> 3081073 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.c.ZkShardTerms Failed 
to save terms, version is not match, retrying
   [junit4]   2> 3081074 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 3081076 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 3081076 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3081076 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 3081077 INFO  
(searcherExecutor-7039-thread-1-processing-n:127.0.0.1:50635_solr 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2 s:shard1 
c:MoveReplicaHDFSTest_coll_false r:core_node5) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.c.SolrCore 
[MoveReplicaHDFSTest_coll_false_shard1_replica_n2] Registered new searcher 
Searcher@3716a1c5[MoveReplicaHDFSTest_coll_false_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3081077 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1592065114208468992
   [junit4]   2> 3081085 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 3081186 INFO  
(zkCallback-3746-thread-2-processing-n:127.0.0.1:47803_solr) 
[n:127.0.0.1:47803_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection 
[MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: 
[5])
   [junit4]   2> 3081186 INFO  
(zkCallback-3721-thread-1-processing-n:127.0.0.1:58996_solr) 
[n:127.0.0.1:58996_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection 
[MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: 
[5])
   [junit4]   2> 3081186 INFO  
(zkCallback-3721-thread-2-processing-n:127.0.0.1:58996_solr) 
[n:127.0.0.1:58996_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection 
[MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: 
[5])
   [junit4]   2> 3081186 INFO  
(zkCallback-3717-thread-1-processing-n:127.0.0.1:50635_solr) 
[n:127.0.0.1:50635_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection 
[MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: 
[5])
   [junit4]   2> 3081186 INFO  
(zkCallback-3723-thread-2-processing-n:127.0.0.1:59398_solr) 
[n:127.0.0.1:59398_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection 
[MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: 
[5])
   [junit4]   2> 3081186 INFO  
(zkCallback-3746-thread-1-processing-n:127.0.0.1:47803_solr) 
[n:127.0.0.1:47803_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection 
[MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: 
[5])
   [junit4]   2> 3081186 INFO  
(zkCallback-3717-thread-2-processing-n:127.0.0.1:50635_solr) 
[n:127.0.0.1:50635_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection 
[MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: 
[5])
   [junit4]   2> 3081186 INFO  
(zkCallback-3723-thread-3-processing-n:127.0.0.1:59398_solr) 
[n:127.0.0.1:59398_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection 
[MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: 
[5])
   [junit4]   2> 3081446 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 3081447 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3081447 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.u.HdfsUpdateLog 
Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 3081455 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 3081455 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 3081460 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@748bf2fc[MoveReplicaHDFSTest_coll_false_shard1_replica_n1] 
main]
   [junit4]   2> 3081461 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 3081461 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3081462 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 3081463 INFO  
(searcherExecutor-7042-thread-1-processing-n:127.0.0.1:59398_solr 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1 s:shard1 
c:MoveReplicaHDFSTest_coll_false r:core_node3) [n:127.0.0.1:59398_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.c.SolrCore 
[MoveReplicaHDFSTest_coll_false_shard1_replica_n1] Registered new searcher 
Searcher@748bf2fc[MoveReplicaHDFSTest_coll_false_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3081463 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1592065114613219328
   [junit4]   2> 3081575 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3081575 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3081575 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.c.SyncStrategy Sync 
replicas to 
https://127.0.0.1:47803/solr/MoveReplicaHDFSTest_coll_false_shard2_replica_n4/
   [junit4]   2> 3081575 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: 
core=MoveReplicaHDFSTest_coll_false_shard2_replica_n4 
url=https://127.0.0.1:47803/solr START 
replicas=[https://127.0.0.1:58996/solr/MoveReplicaHDFSTest_coll_false_shard2_replica_n6/]
 nUpdates=100
   [junit4]   2> 3081580 INFO  (qtp1848176726-36359) [n:127.0.0.1:58996_solr 
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.c.S.Request 
[MoveReplicaHDFSTest_coll_false_shard2_replica_n6]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 3081585 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3081585 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3081585 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.c.SyncStrategy Sync 
replicas to 
https://127.0.0.1:50635/solr/MoveReplicaHDFSTest_coll_false_shard1_replica_n2/
   [junit4]   2> 3081586 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr 
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=MoveReplicaHDFSTest_coll_false_shard1_replica_n2 url=

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

> 3490589 INFO  (jetty-closer-2928-thread-1) [    ] o.a.s.c.Overseer Overseer 
> (id=73274196888191003-127.0.0.1:34510_solr-n_0000000006) closing
   [junit4]   2> 3490589 INFO  
(OverseerStateUpdate-73274196888191003-127.0.0.1:34510_solr-n_0000000006) 
[n:127.0.0.1:34510_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:34510_solr
   [junit4]   2> 3490589 WARN  
(OverseerAutoScalingTriggerThread-73274196888191003-127.0.0.1:34510_solr-n_0000000006)
 [n:127.0.0.1:34510_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 3490589 DEBUG (jetty-closer-2928-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 3490591 INFO  (jetty-closer-2928-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@67798d05{/solr,null,UNAVAILABLE}
   [junit4]   2> 3490592 INFO  (jetty-closer-2928-thread-1) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 3492056 WARN  
(zkCallback-3047-thread-1-processing-n:127.0.0.1:37248_solr) 
[n:127.0.0.1:37248_solr    ] o.a.s.c.ZkController Unable to register nodeLost 
path for 127.0.0.1:37248_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:37248_solr
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:786)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:365)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:365)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:882)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:704)
   [junit4]   2>        at 
java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:703)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.access$900(ZkStateReader.java:72)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1090)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1085)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:269)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 3492057 INFO  (jetty-closer-2928-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@da919f0{/solr,null,UNAVAILABLE}
   [junit4]   2> 3492058 INFO  (jetty-closer-2928-thread-2) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 3492059 ERROR 
(SUITE-ComputePlanActionTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 3492059 INFO  
(SUITE-ComputePlanActionTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:55565 55565
   [junit4]   2> 3492159 INFO  (Thread-50667) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:55565 55565
   [junit4]   2> 3492160 WARN  (Thread-50667) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        15      /solr/aliases.json
   [junit4]   2>        11      /solr/configs/conf
   [junit4]   2>        10      
/solr/collections/testNodeWithMultipleReplicasLost/terms/shard1
   [junit4]   2>        10      /solr/security.json
   [junit4]   2>        8       
/solr/collections/testNodeWithMultipleReplicasLost/terms/shard2
   [junit4]   2>        6       /solr/collections/testNodeLost/terms/shard1
   [junit4]   2>        6       /solr/collections/testSelected1/terms/shard2
   [junit4]   2>        6       /solr/collections/testSelected2/terms/shard1
   [junit4]   2>        5       /solr/collections/testSelected1/terms/shard1
   [junit4]   2>        5       /solr/collections/testSelected2/terms/shard2
   [junit4]   2>        5       /solr/collections/testSelected3/terms/shard2
   [junit4]   2>        5       /solr/collections/testSelected3/terms/shard1
   [junit4]   2>        3       /solr/collections/testNodeAdded/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        42      
/solr/collections/testNodeWithMultipleReplicasLost/state.json
   [junit4]   2>        38      /solr/collections/testSelected3/state.json
   [junit4]   2>        31      /solr/collections/testSelected1/state.json
   [junit4]   2>        30      /solr/collections/testSelected2/state.json
   [junit4]   2>        16      /solr/collections/testNodeLost/state.json
   [junit4]   2>        15      /solr/clusterprops.json
   [junit4]   2>        15      /solr/clusterstate.json
   [junit4]   2>        9       /solr/collections/testNodeAdded/state.json
   [junit4]   2>        4       /solr/autoscaling.json
   [junit4]   2>        3       
/solr/overseer_elect/election/73274196888190979-127.0.0.1:48077_solr-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/73274196888190995-127.0.0.1:48024_solr-n_0000000004
   [junit4]   2>        2       
/solr/overseer_elect/election/73274196888191003-127.0.0.1:34510_solr-n_0000000006
   [junit4]   2>        2       
/solr/collections/testNodeWithMultipleReplicasLost/leader_elect/shard1/election/73274196888190995-core_node7-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        53      /solr/live_nodes
   [junit4]   2>        48      /solr/collections
   [junit4]   2>        4       /solr/overseer/queue
   [junit4]   2>        4       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2>        4       /solr/overseer/queue-work
   [junit4]   2>        2       /solr/autoscaling/events/node_lost_trigger
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_ECC5AA405A6D6D3B-001
   [junit4]   2> Feb 11, 2018 1:20:20 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=498, maxMBSortInHeap=7.879896136473137, 
sim=RandomSimilarity(queryNorm=true): {}, locale=id, timezone=Antarctica/McMurdo
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=191593200,total=520093696
   [junit4]   2> NOTE: All tests run in this JVM: [TestTestInjection, 
TestBulkSchemaAPI, CreateCollectionCleanupTest, TestPullReplica, 
TestIntervalFaceting, TestBlobHandler, RequestHandlersTest, ActionThrottleTest, 
SolrMetricReporterTest, TestMiniSolrCloudClusterSSL, 
HdfsWriteToMultipleCollectionsTest, TestHalfAndHalfDocValues, 
TestFilteredDocIdSet, TestDynamicFieldResource, TestSubQueryTransformer, 
TestComponentsName, TestNumericTokenStream, EchoParamsTest, CdcrBootstrapTest, 
ZkCLITest, DefaultValueUpdateProcessorTest, PluginInfoTest, 
TestAuthorizationFramework, DistributedTermsComponentTest, TestExpandComponent, 
TestAnalyzeInfixSuggestions, CdcrRequestHandlerTest, RequestLoggingTest, 
ExplicitHLLTest, TestDocBasedVersionConstraints, 
SolrCoreCheckLockOnStartupTest, ChaosMonkeyNothingIsSafeTest, 
MBeansHandlerTest, SuggesterWFSTTest, TestInitQParser, 
TestExactSharedStatsCache, TestCloudJSONFacetJoinDomain, 
TestGeoJSONResponseWriter, TestPHPSerializedResponseWriter, 
TestScoreJoinQPNoScore, GraphQueryTest, TestRetrieveFieldsOptimizer, 
BlockDirectoryTest, XmlUpdateRequestHandlerTest, TestDocSet, TestCloudRecovery, 
SynonymTokenizerTest, HdfsLockFactoryTest, 
DistributedQueryElevationComponentTest, TestIndexSearcher, 
TestSolrConfigHandlerCloud, TestSolrCloudWithHadoopAuthPlugin, 
TestConfigOverlay, ExternalFileFieldSortTest, TestQueryWrapperFilter, 
WrapperMergePolicyFactoryTest, V2ApiIntegrationTest, SolrIndexSplitterTest, 
HighlighterConfigTest, TestReRankQParserPlugin, TestCryptoKeys, 
TestBinaryResponseWriter, VersionInfoTest, OpenCloseCoreStressTest, 
DistributedFacetPivotLongTailTest, TestPushWriter, TestDistributedSearch, 
AtomicUpdatesTest, DistribDocExpirationUpdateProcessorTest, 
TestSSLRandomization, TestConfig, CloudExitableDirectoryReaderTest, 
TestSearcherReuse, StatsComponentTest, TestMacros, 
TestSolrCloudWithKerberosAlt, TestOverriddenPrefixQueryForCustomFieldType, 
BasicDistributedZkTest, TestCloudManagedSchema, 
BigEndianAscendingWordDeserializerTest, ZkNodePropsTest, 
HttpTriggerListenerTest, TestPolicyCloud, InfoHandlerTest, 
DataDrivenBlockJoinTest, BlockJoinFacetDistribTest, 
TestSizeLimitedDistributedMap, DeleteLastCustomShardedReplicaTest, 
RAMDirectoryFactoryTest, TestJsonFacetRefinement, ZkStateReaderTest, 
TestDynamicLoading, TestSerializedLuceneMatchVersion, TestPhraseSuggestions, 
TestNodeLostTrigger, OpenExchangeRatesOrgProviderTest, CollectionReloadTest, 
ComputePlanActionTest]
   [junit4] Completed [747/775 (2!)] on J0 in 45.89s, 4 tests, 1 failure <<< 
FAILURES!

[...truncated 48261 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to