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

9 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.analytics.facet.RangeFacetTest

Error Message:
Error from server at http://127.0.0.1:42084/solr: KeeperErrorCode = Session 
expired for /configs/conf

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:42084/solr: KeeperErrorCode = Session expired 
for /configs/conf
        at __randomizedtesting.SeedInfo.seed([3328BA85979D8E27]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.analytics.SolrAnalyticsTestCase.setupCollection(SolrAnalyticsTestCase.java:62)
        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$6.evaluate(RandomizedRunner.java:874)
        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)


FAILED:  
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testExecutorStream

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([1C3C9C38A629BC9B:3EFC1DC38543968B]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testExecutorStream(StreamExpressionTest.java:9645)
        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)


FAILED:  
junit.framework.TestSuite.org.apache.solr.client.solrj.io.stream.StreamExpressionTest

Error Message:
8 threads leaked from SUITE scope at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest:     1) 
Thread[id=3470, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-StreamExpressionTest]         at java.lang.Thread.sleep(Native 
Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:748)    2) Thread[id=3488, 
name=Connection evictor, state=TIMED_WAITING, group=TGRP-StreamExpressionTest]  
       at java.lang.Thread.sleep(Native Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:748)    3) Thread[id=3694, 
name=zkConnectionManagerCallback-1591-thread-1-SendThread(127.0.0.1:35833), 
state=TIMED_WAITING, group=TGRP-StreamExpressionTest]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:105)
         at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1000)   
      at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1063)   
 4) Thread[id=3697, name=zkConnectionManagerCallback-1591-thread-1-EventThread, 
state=WAITING, group=TGRP-StreamExpressionTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:502)    
5) Thread[id=3487, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-StreamExpressionTest]         at java.lang.Thread.sleep(Native 
Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:748)    6) Thread[id=3473, 
name=zkConnectionManagerCallback-1591-thread-1, state=WAITING, 
group=TGRP-StreamExpressionTest]         at sun.misc.Unsafe.park(Native Method) 
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)    
     at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        at java.lang.Thread.run(Thread.java:748)    7) Thread[id=3476, 
name=Connection evictor, state=TIMED_WAITING, group=TGRP-StreamExpressionTest]  
       at java.lang.Thread.sleep(Native Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:748)    8) Thread[id=3477, 
name=Connection evictor, state=TIMED_WAITING, group=TGRP-StreamExpressionTest]  
       at java.lang.Thread.sleep(Native Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 8 threads leaked from SUITE 
scope at org.apache.solr.client.solrj.io.stream.StreamExpressionTest: 
   1) Thread[id=3470, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-StreamExpressionTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=3488, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-StreamExpressionTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:748)
   3) Thread[id=3694, 
name=zkConnectionManagerCallback-1591-thread-1-SendThread(127.0.0.1:35833), 
state=TIMED_WAITING, group=TGRP-StreamExpressionTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:105)
        at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1000)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1063)
   4) Thread[id=3697, 
name=zkConnectionManagerCallback-1591-thread-1-EventThread, state=WAITING, 
group=TGRP-StreamExpressionTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:502)
   5) Thread[id=3487, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-StreamExpressionTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:748)
   6) Thread[id=3473, name=zkConnectionManagerCallback-1591-thread-1, 
state=WAITING, group=TGRP-StreamExpressionTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   7) Thread[id=3476, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-StreamExpressionTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:748)
   8) Thread[id=3477, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-StreamExpressionTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([1C3C9C38A629BC9B]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.client.solrj.io.stream.StreamExpressionTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=3694, 
name=zkConnectionManagerCallback-1591-thread-1-SendThread(127.0.0.1:35833), 
state=TIMED_WAITING, group=TGRP-StreamExpressionTest]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:105)
         at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1000)   
      at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1063)   
 2) Thread[id=3473, name=zkConnectionManagerCallback-1591-thread-1, 
state=WAITING, group=TGRP-StreamExpressionTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        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=3694, 
name=zkConnectionManagerCallback-1591-thread-1-SendThread(127.0.0.1:35833), 
state=TIMED_WAITING, group=TGRP-StreamExpressionTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:105)
        at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1000)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1063)
   2) Thread[id=3473, name=zkConnectionManagerCallback-1591-thread-1, 
state=WAITING, group=TGRP-StreamExpressionTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([1C3C9C38A629BC9B]:0)


FAILED:  
org.apache.solr.common.cloud.TestCollectionStateWatchers.testSimpleCollectionWatch

Error Message:
Error from server at https://127.0.0.1:42400/solr: KeeperErrorCode = Session 
expired for 
/overseer/collection-map-completed/mn-d0cc7cf3-ba06-4351-b4bf-0a1747a86db8

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:42400/solr: KeeperErrorCode = Session expired 
for /overseer/collection-map-completed/mn-d0cc7cf3-ba06-4351-b4bf-0a1747a86db8
        at 
__randomizedtesting.SeedInfo.seed([1C3C9C38A629BC9B:41075348E12423A5]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.client.solrj.request.CollectionAdminRequest$RequestStatus.waitFor(CollectionAdminRequest.java:1256)
        at 
org.apache.solr.client.solrj.request.CollectionAdminRequest$AsyncCollectionAdminRequest.processAndWait(CollectionAdminRequest.java:195)
        at 
org.apache.solr.client.solrj.request.CollectionAdminRequest$AsyncCollectionAdminRequest.processAndWait(CollectionAdminRequest.java:181)
        at 
org.apache.solr.common.cloud.TestCollectionStateWatchers.testSimpleCollectionWatch(TestCollectionStateWatchers.java:115)
        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)


FAILED:  org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateAndDeleteShard

Error Message:
Error from server at https://127.0.0.1:38498/solr: KeeperErrorCode = NoNode for 
/overseer/collection-queue-work/qnr-0000000018

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:38498/solr: KeeperErrorCode = NoNode for 
/overseer/collection-queue-work/qnr-0000000018
        at 
__randomizedtesting.SeedInfo.seed([B624287097A2A99:CE3CF69B8F8FE064]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateAndDeleteShard(CollectionsAPISolrJTest.java:169)
        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)


FAILED:  
org.apache.solr.cloud.MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted

Error Message:
Error from server at https://127.0.0.1:38599/solr: KeeperErrorCode = NoNode for 
/overseer/collection-queue-work/qnr-0000000002

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:38599/solr: KeeperErrorCode = NoNode for 
/overseer/collection-queue-work/qnr-0000000002
        at 
__randomizedtesting.SeedInfo.seed([B624287097A2A99:44FCA65A087065FB]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted(MoveReplicaHDFSFailoverTest.java:148)
        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)


FAILED:  
org.apache.solr.cloud.MoveReplicaHDFSFailoverTest.testOldReplicaIsDeletedInRaceCondition

Error Message:


Stack Trace:
java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([B624287097A2A99:132CDF1C97A4B38]:0)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.getNodeName(JettySolrRunner.java:347)
        at 
org.apache.solr.cloud.MoveReplicaHDFSFailoverTest.testOldReplicaIsDeletedInRaceCondition(MoveReplicaHDFSFailoverTest.java:171)
        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)


FAILED:  
org.apache.solr.cloud.MoveReplicaHDFSFailoverTest.testDataDirAndUlogAreMaintained

Error Message:


Stack Trace:
java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([B624287097A2A99:2451D754B50A98BB]:0)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.getNodeName(JettySolrRunner.java:347)
        at 
org.apache.solr.cloud.MoveReplicaHDFSFailoverTest.testDataDirAndUlogAreMaintained(MoveReplicaHDFSFailoverTest.java:83)
        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 1876 lines...]
   [junit4] JVM J0: stdout was not empty, see: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/temp/junit4-J0-20180320_130343_2028009741914406436472.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] codec: Lucene70, pf: Lucene50, dvf: Memory
   [junit4] <<< JVM J0: EOF ----

[...truncated 10693 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSFailoverTest
   [junit4]   2> 1077675 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[B624287097A2A99]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSFailoverTest_B624287097A2A99-001/init-core-data-001
   [junit4]   2> 1077676 WARN  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[B624287097A2A99]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1077676 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[B624287097A2A99]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1077677 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[B624287097A2A99]-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> 1077679 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[B624287097A2A99]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSFailoverTest_B624287097A2A99-001/tempDir-001
   [junit4]   2> 1077679 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[B624287097A2A99]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1077679 INFO  (Thread-909) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1077679 INFO  (Thread-909) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1077715 ERROR (Thread-909) [    ] 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> 1077779 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[B624287097A2A99]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:42459
   [junit4]   2> 1077784 INFO  (zkConnectionManagerCallback-788-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1077789 INFO  (jetty-launcher-785-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1077789 INFO  (jetty-launcher-785-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1077789 INFO  (jetty-launcher-785-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1077789 INFO  (jetty-launcher-785-thread-2) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1077790 INFO  (jetty-launcher-785-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@be1b2f3{/solr,null,AVAILABLE}
   [junit4]   2> 1077791 INFO  (jetty-launcher-785-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2db3a749{SSL,[ssl, 
http/1.1]}{127.0.0.1:45296}
   [junit4]   2> 1077834 INFO  (jetty-launcher-785-thread-2) [    ] 
o.e.j.s.Server Started @1089582ms
   [junit4]   2> 1077834 INFO  (jetty-launcher-785-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45296}
   [junit4]   2> 1077834 ERROR (jetty-launcher-785-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1077834 INFO  (jetty-launcher-785-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1077834 INFO  (jetty-launcher-785-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1077834 INFO  (jetty-launcher-785-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1077834 INFO  (jetty-launcher-785-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-20T14:55:29.862Z
   [junit4]   2> 1077834 INFO  (jetty-launcher-785-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1077836 INFO  (jetty-launcher-785-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1077836 INFO  (jetty-launcher-785-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1077836 INFO  (jetty-launcher-785-thread-1) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1077836 INFO  (zkConnectionManagerCallback-790-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1077837 INFO  (jetty-launcher-785-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7f265b4d{/solr,null,AVAILABLE}
   [junit4]   2> 1077837 INFO  (jetty-launcher-785-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1077837 INFO  (jetty-launcher-785-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1c1387e7{SSL,[ssl, 
http/1.1]}{127.0.0.1:38599}
   [junit4]   2> 1077837 INFO  (jetty-launcher-785-thread-1) [    ] 
o.e.j.s.Server Started @1089586ms
   [junit4]   2> 1077837 INFO  (jetty-launcher-785-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38599}
   [junit4]   2> 1077837 ERROR (jetty-launcher-785-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1077837 INFO  (jetty-launcher-785-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1077837 INFO  (jetty-launcher-785-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1077837 INFO  (jetty-launcher-785-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1077837 INFO  (jetty-launcher-785-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-20T14:55:29.865Z
   [junit4]   2> 1077857 INFO  (zkConnectionManagerCallback-792-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1077869 INFO  (jetty-launcher-785-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1077935 INFO  (jetty-launcher-785-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42459/solr
   [junit4]   2> 1077935 INFO  (jetty-launcher-785-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42459/solr
   [junit4]   2> 1077936 INFO  (zkConnectionManagerCallback-798-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1077937 INFO  (zkConnectionManagerCallback-800-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1077946 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x100e82afa200004, likely client has closed socket
   [junit4]   2> 1077971 INFO  
(zkConnectionManagerCallback-802-thread-1-processing-n:127.0.0.1:45296_solr) 
[n:127.0.0.1:45296_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1077972 INFO  
(zkConnectionManagerCallback-804-thread-1-processing-n:127.0.0.1:38599_solr) 
[n:127.0.0.1:38599_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1078358 INFO  (jetty-launcher-785-thread-1) 
[n:127.0.0.1:38599_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1078358 INFO  (jetty-launcher-785-thread-1) 
[n:127.0.0.1:38599_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:38599_solr
   [junit4]   2> 1078359 INFO  (jetty-launcher-785-thread-2) 
[n:127.0.0.1:45296_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1078359 INFO  (jetty-launcher-785-thread-1) 
[n:127.0.0.1:38599_solr    ] o.a.s.c.Overseer Overseer 
(id=72312865320599558-127.0.0.1:38599_solr-n_0000000000) starting
   [junit4]   2> 1078368 INFO  (jetty-launcher-785-thread-2) 
[n:127.0.0.1:45296_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45296_solr
   [junit4]   2> 1078495 INFO  
(zkCallback-801-thread-1-processing-n:127.0.0.1:45296_solr) 
[n:127.0.0.1:45296_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1078514 INFO  
(zkCallback-803-thread-1-processing-n:127.0.0.1:38599_solr) 
[n:127.0.0.1:38599_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1078589 INFO  
(zkConnectionManagerCallback-810-thread-1-processing-n:127.0.0.1:38599_solr) 
[n:127.0.0.1:38599_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1078590 INFO  (jetty-launcher-785-thread-1) 
[n:127.0.0.1:38599_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1078591 INFO  (jetty-launcher-785-thread-1) 
[n:127.0.0.1:38599_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:42459/solr ready
   [junit4]   2> 1078682 INFO  (jetty-launcher-785-thread-1) 
[n:127.0.0.1:38599_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38599_solr
   [junit4]   2> 1078733 INFO  
(zkCallback-801-thread-1-processing-n:127.0.0.1:45296_solr) 
[n:127.0.0.1:45296_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1078750 INFO  
(zkCallback-803-thread-2-processing-n:127.0.0.1:38599_solr) 
[n:127.0.0.1:38599_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1078818 INFO  
(zkCallback-809-thread-1-processing-n:127.0.0.1:38599_solr) 
[n:127.0.0.1:38599_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1078962 INFO  (jetty-launcher-785-thread-2) 
[n:127.0.0.1:45296_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45296.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2cff136a
   [junit4]   2> 1078995 INFO  (jetty-launcher-785-thread-2) 
[n:127.0.0.1:45296_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45296.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2cff136a
   [junit4]   2> 1078995 INFO  (jetty-launcher-785-thread-2) 
[n:127.0.0.1:45296_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45296.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2cff136a
   [junit4]   2> 1078996 INFO  (jetty-launcher-785-thread-2) 
[n:127.0.0.1:45296_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSFailoverTest_B624287097A2A99-001/tempDir-001/node2/.
   [junit4]   2> 1079015 INFO  
(zkConnectionManagerCallback-814-thread-1-processing-n:127.0.0.1:45296_solr) 
[n:127.0.0.1:45296_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1079016 INFO  (jetty-launcher-785-thread-2) 
[n:127.0.0.1:45296_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1079017 INFO  (jetty-launcher-785-thread-2) 
[n:127.0.0.1:45296_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:42459/solr ready
   [junit4]   2> 1079330 INFO  (jetty-launcher-785-thread-1) 
[n:127.0.0.1:38599_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38599.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2cff136a
   [junit4]   2> 1079349 INFO  (jetty-launcher-785-thread-1) 
[n:127.0.0.1:38599_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38599.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2cff136a
   [junit4]   2> 1079349 INFO  (jetty-launcher-785-thread-1) 
[n:127.0.0.1:38599_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38599.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2cff136a
   [junit4]   2> 1079350 INFO  (jetty-launcher-785-thread-1) 
[n:127.0.0.1:38599_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSFailoverTest_B624287097A2A99-001/tempDir-001/node1/.
   [junit4]   2> 1079409 INFO  (zkConnectionManagerCallback-816-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1079444 INFO  (zkConnectionManagerCallback-820-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1079445 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[B624287097A2A99]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1079446 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[B624287097A2A99]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42459/solr ready
   [junit4]   2> 1080523 WARN  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[B624287097A2A99]-worker) [    ] 
o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your 
platform... using builtin-java classes where applicable
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 1081436 WARN  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[B624287097A2A99]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 1081703 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[B624287097A2A99]-worker) [    ] 
o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via 
org.mortbay.log.Slf4jLog
   [junit4]   2> 1081727 WARN  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[B624287097A2A99]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1082466 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[B624287097A2A99]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 1082523 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[B624287097A2A99]-worker) [    ] 
o.m.log Extract 
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
 to ./temp/Jetty_lucene2.us.west_apache_org_42601_hdfs____onjv8j/webapp
   [junit4]   2> 1084299 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[B624287097A2A99]-worker) [    ] 
o.m.log Started 
HttpServer2$selectchannelconnectorwithsafestar...@lucene2-us-west.apache.org:42601
   [junit4]   2> 1087552 WARN  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[B624287097A2A99]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1087568 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[B624287097A2A99]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 1087724 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[B624287097A2A99]-worker) [    ] 
o.m.log Extract 
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_42874_datanode____.oadd4y/webapp
   [junit4]   2> 1090230 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[B624287097A2A99]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:42874
   [junit4]   2> 1093547 WARN  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[B624287097A2A99]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1093549 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[B624287097A2A99]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 1093655 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[B624287097A2A99]-worker) [    ] 
o.m.log Extract 
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_40280_datanode____.3vtx0r/webapp
   [junit4]   2> 1095419 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[B624287097A2A99]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:40280
   [junit4]   2> 1102457 ERROR (DataNode: 
[[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSFailoverTest_B624287097A2A99-001/tempDir-002/hdfsBaseDir/data/data1/,
 
[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSFailoverTest_B624287097A2A99-001/tempDir-002/hdfsBaseDir/data/data2/]]
  heartbeating to lucene2-us-west.apache.org/127.0.0.1:42836) [    ] 
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> 1102465 ERROR (DataNode: 
[[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSFailoverTest_B624287097A2A99-001/tempDir-002/hdfsBaseDir/data/data3/,
 
[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSFailoverTest_B624287097A2A99-001/tempDir-002/hdfsBaseDir/data/data4/]]
  heartbeating to lucene2-us-west.apache.org/127.0.0.1:42836) [    ] 
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> 1104613 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0xdd69ffadeac67: from storage 
DS-318a0bcd-7475-4b32-9c26-2176a22995e6 node 
DatanodeRegistration(127.0.0.1:45160, 
datanodeUuid=05bc7f3b-c2cb-46b0-bbba-19a56b2ecd5f, infoPort=34947, 
infoSecurePort=0, ipcPort=46720, 
storageInfo=lv=-56;cid=testClusterID;nsid=255921829;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 88 msecs
   [junit4]   2> 1104706 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0xdd69ffbd1fdfe: from storage 
DS-2232f74a-b6d8-454c-81c5-860c967ab000 node 
DatanodeRegistration(127.0.0.1:33875, 
datanodeUuid=8c210f4d-4ed7-4003-b204-69df5a307446, infoPort=46510, 
infoSecurePort=0, ipcPort=35032, 
storageInfo=lv=-56;cid=testClusterID;nsid=255921829;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 73 msecs
   [junit4]   2> 1104722 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0xdd69ffadeac67: from storage 
DS-31f572f0-e8dc-4c2f-b6c7-b71ad6b4470f node 
DatanodeRegistration(127.0.0.1:45160, 
datanodeUuid=05bc7f3b-c2cb-46b0-bbba-19a56b2ecd5f, infoPort=34947, 
infoSecurePort=0, ipcPort=46720, 
storageInfo=lv=-56;cid=testClusterID;nsid=255921829;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1104722 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0xdd69ffbd1fdfe: from storage 
DS-f63d27f1-75c2-4a9d-9503-814bfa94c33a node 
DatanodeRegistration(127.0.0.1:33875, 
datanodeUuid=8c210f4d-4ed7-4003-b204-69df5a307446, infoPort=46510, 
infoSecurePort=0, ipcPort=35032, 
storageInfo=lv=-56;cid=testClusterID;nsid=255921829;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1106734 INFO  
(TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[B624287097A2A99])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testOldReplicaIsDeleted
   [junit4]   2> 1106957 INFO  (qtp999567-4002) [n:127.0.0.1:38599_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=movereplicatest_coll3&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:45296_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1106959 INFO  
(OverseerThreadFactory-2218-thread-1-processing-n:127.0.0.1:38599_solr) 
[n:127.0.0.1:38599_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
movereplicatest_coll3
   [junit4]   2> 1107103 INFO  
(OverseerStateUpdate-72312865320599558-127.0.0.1:38599_solr-n_0000000000) 
[n:127.0.0.1:38599_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"movereplicatest_coll3",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"movereplicatest_coll3_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45296/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1107406 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=movereplicatest_coll3_shard1_replica_n1&action=CREATE&numShards=1&collection=movereplicatest_coll3&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1107415 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1107520 INFO  
(zkCallback-801-thread-1-processing-n:127.0.0.1:45296_solr) 
[n:127.0.0.1:45296_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll3/state.json] for collection 
[movereplicatest_coll3] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1107520 INFO  
(zkCallback-801-thread-2-processing-n:127.0.0.1:45296_solr) 
[n:127.0.0.1:45296_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll3/state.json] for collection 
[movereplicatest_coll3] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1108435 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1108469 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.s.IndexSchema 
[movereplicatest_coll3_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1108503 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1108503 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'movereplicatest_coll3_shard1_replica_n1' using configuration from 
collection movereplicatest_coll3, trusted=true
   [junit4]   2> 1108504 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_45296.solr.core.movereplicatest_coll3.shard1.replica_n1' 
(registry 'solr.core.movereplicatest_coll3.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@2cff136a
   [junit4]   2> 1108562 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://lucene2-us-west.apache.org:42836/data
   [junit4]   2> 1108563 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr 
Kerberos Authentication disabled
   [junit4]   2> 1108563 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1108563 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.SolrCore 
[[movereplicatest_coll3_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSFailoverTest_B624287097A2A99-001/tempDir-001/node2/movereplicatest_coll3_shard1_replica_n1],
 
dataDir=[hdfs://lucene2-us-west.apache.org:42836/data/movereplicatest_coll3/core_node2/data/]
   [junit4]   2> 1108566 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory 
creating directory factory for path 
hdfs://lucene2-us-west.apache.org:42836/data/movereplicatest_coll3/core_node2/data/snapshot_metadata
   [junit4]   2> 1109083 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory 
creating directory factory for path 
hdfs://lucene2-us-west.apache.org:42836/data/movereplicatest_coll3/core_node2/data
   [junit4]   2> 1109413 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory 
creating directory factory for path 
hdfs://lucene2-us-west.apache.org:42836/data/movereplicatest_coll3/core_node2/data/index
   [junit4]   2> 1110245 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33875 is added to 
blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-2232f74a-b6d8-454c-81c5-860c967ab000:NORMAL:127.0.0.1:33875|RBW],
 
ReplicaUC[[DISK]DS-318a0bcd-7475-4b32-9c26-2176a22995e6:NORMAL:127.0.0.1:45160|RBW]]}
 size 69
   [junit4]   2> 1110245 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45160 is added to 
blk_1073741825_1001 size 69
   [junit4]   2> 1110913 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1110913 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1110913 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing 
HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 1111042 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1111042 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1111731 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@349be69e[movereplicatest_coll3_shard1_replica_n1] main]
   [junit4]   2> 1111732 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1111732 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1111752 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 1111802 INFO  
(searcherExecutor-2223-thread-1-processing-n:127.0.0.1:45296_solr 
x:movereplicatest_coll3_shard1_replica_n1 s:shard1 c:movereplicatest_coll3 
r:core_node2) [n:127.0.0.1:45296_solr c:movereplicatest_coll3 s:shard1 
r:core_node2 x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.SolrCore 
[movereplicatest_coll3_shard1_replica_n1] Registered new searcher 
Searcher@349be69e[movereplicatest_coll3_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1111803 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1595468953766854656
   [junit4]   2> 1111829 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/movereplicatest_coll3/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1111840 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1111840 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 1111840 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas 
to https://127.0.0.1:45296/solr/movereplicatest_coll3_shard1_replica_n1/
   [junit4]   2> 1111840 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 1111840 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.SyncStrategy 
https://127.0.0.1:45296/solr/movereplicatest_coll3_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 1111840 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 1111843 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
https://127.0.0.1:45296/solr/movereplicatest_coll3_shard1_replica_n1/ shard1
   [junit4]   2> 1111844 INFO  
(zkCallback-801-thread-2-processing-n:127.0.0.1:45296_solr) 
[n:127.0.0.1:45296_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll3/state.json] for collection 
[movereplicatest_coll3] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1111844 INFO  
(zkCallback-801-thread-1-processing-n:127.0.0.1:45296_solr) 
[n:127.0.0.1:45296_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll3/state.json] for collection 
[movereplicatest_coll3] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1111894 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 1111896 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=movereplicatest_coll3_shard1_replica_n1&action=CREATE&numShards=1&collection=movereplicatest_coll3&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=4490
   [junit4]   2> 1111900 INFO  (qtp999567-4002) [n:127.0.0.1:38599_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1111997 INFO  
(zkCallback-801-thread-2-processing-n:127.0.0.1:45296_solr) 
[n:127.0.0.1:45296_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll3/state.json] for collection 
[movereplicatest_coll3] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1111997 INFO  
(zkCallback-801-thread-1-processing-n:127.0.0.1:45296_solr) 
[n:127.0.0.1:45296_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll3/state.json] for collection 
[movereplicatest_coll3] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1112901 INFO  (qtp999567-4002) [n:127.0.0.1:38599_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=movereplicatest_coll3&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:45296_solr&wt=javabin&version=2}
 status=0 QTime=5944
   [junit4]   2> 1113007 INFO  (qtp487967372-3992) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/movereplicatest_coll3/terms/shard1 to 
Terms{values={core_node2=1}, version=1}
   [junit4]   2> 1113007 INFO  
(OverseerCollectionConfigSetProcessor-72312865320599558-127.0.0.1:38599_solr-n_0000000000)
 [n:127.0.0.1:38599_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> 1113461 INFO  (qtp487967372-3992) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory 
[movereplicatest_coll3_shard1_replica_n1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1 (1595468954926579712)]} 0 552
   [junit4]   2> 1113593 INFO  (qtp487967372-3989) [n:127.0.0.1:45296_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory 
[movereplicatest_coll3_shard1_replica_n1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[2 (1595468955506442240)]} 0 130
   [junit4]   2> 1113635 INFO  
(TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[B624287097A2A99])
 [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@2db3a749{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1113655 INFO  
(TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[B624287097A2A99])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1364321020
   [junit4]   2> 1113655 INFO  
(TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[B624287097A2A99])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 1113656 INFO  
(TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[B624287097A2A99])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6282318e: rootName = 
solr_45296, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@77625f01
   [junit4]   2> 1113663 INFO  
(TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[B624287097A2A99])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 1113663 INFO  
(TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[B624287097A2A99])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@262784a6: rootName = 
solr_45296, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@5b8f47c4
   [junit4]   2> 1113691 INFO  
(TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[B624287097A2A99])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 1113691 INFO  
(TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[B624287097A2A99])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@70bf0e8: rootName = 
solr_45296, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@5788aa21
   [junit4]   2> 1113693 INFO  
(TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[B624287097A2A99])
 [    ] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45296_solr
   [junit4]   2> 1113694 INFO  
(zkCallback-803-thread-2-processing-n:127.0.0.1:38599_solr) 
[n:127.0.0.1:38599_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1113694 INFO  
(zkCallback-809-thread-1-processing-n:127.0.0.1:38599_solr) 
[n:127.0.0.1:38599_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1113696 INFO  
(TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[B624287097A2A99])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 1113699 INFO  (zkCallback-819-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1113704 INFO  
(zkCallback-813-thread-1-processing-n:127.0.0.1:45296_solr) 
[n:127.0.0.1:45296_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1113704 INFO  
(zkCallback-801-thread-1-processing-n:127.0.0.1:45296_solr) 
[n:127.0.0.1:45296_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1113725 INFO  (coreCloseExecutor-2228-thread-1) 
[n:127.0.0.1:45296_solr c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.SolrCore 
[movereplicatest_coll3_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@74fa51cd
   [junit4]   2> 1113726 INFO  (coreCloseExecutor-2228-thread-1) 
[n:127.0.0.1:45296_solr c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.core.movereplicatest_coll3.shard1.replica_n1, tag=1962561997
   [junit4]   2> 1113726 INFO  (coreCloseExecutor-2228-thread-1) 
[n:127.0.0.1:45296_solr c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@b3d7a1c: rootName = 
solr_45296, domain = solr.core.movereplicatest_coll3.shard1.replica_n1, service 
url = null, agent id = null] for registry 
solr.core.movereplicatest_coll3.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@69009a50
   [junit4]   2> 1113755 INFO  (coreCloseExecutor-2228-thread-1) 
[n:127.0.0.1:45296_solr c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.movereplicatest_coll3.shard1.leader, tag=1962561997
   [junit4]   2> 1113755 INFO  (coreCloseExecutor-2228-thread-1) 
[n:127.0.0.1:45296_solr c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 
Committing on IndexWriter close.
   [junit4]   2> 1113755 INFO  (coreCloseExecutor-2228-thread-1) 
[n:127.0.0.1:45296_solr c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling 
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@63f8f120 
commitCommandVersion:0
   [junit4]   2> 1113795 INFO  
(zkCallback-801-thread-1-processing-n:127.0.0.1:45296_solr) 
[n:127.0.0.1:45296_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll3/state.json] for collection 
[movereplicatest_coll3] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1113862 INFO  
(zkCallback-801-thread-2-processing-n:127.0.0.1:45296_solr) 
[n:127.0.0.1:45296_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll3/state.json] for collection 
[movereplicatest_coll3] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1114196 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33875 is added to 
blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-31f572f0-e8dc-4c2f-b6c7-b71ad6b4470f:NORMAL:127.0.0.1:45160|RBW],
 
ReplicaUC[[DISK]DS-2232f74a-b6d8-454c-81c5-860c967ab000:NORMAL:127.0.0.1:33875|RBW]]}
 size 0
   [junit4]   2> 1114257 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45160 is added to 
blk_1073741827_1003 size 182
   [junit4]   2> 1115117 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33875 is added to 
blk_1073741828_1004{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-318a0bcd-7475-4b32-9c26-2176a22995e6:NORMAL:127.0.0.1:45160|RBW],
 
ReplicaUC[[DISK]DS-f63d27f1-75c2-4a9d-9503-814bfa94c33a:NORMAL:127.0.0.1:33875|RBW]]}
 size 0
   [junit4]   2> 1115151 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45160 is added to 
blk_1073741828_1004 size 498
   [junit4]   2> 1115747 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45160 is added to 
blk_1073741829_1005{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-2232f74a-b6d8-454c-81c5-860c967ab000:NORMAL:127.0.0.1:33875|RBW],
 
ReplicaUC[[DISK]DS-318a0bcd-7475-4b32-9c26-2176a22995e6:NORMAL:127.0.0.1:45160|RBW]]}
 size 0
   [junit4]   2> 1115747 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33875 is added to 
blk_1073741829_1005{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-2232f74a-b6d8-454c-81c5-860c967ab000:NORMAL:127.0.0.1:33875|RBW],
 
ReplicaUC[[DISK]DS-318a0bcd-7475-4b32-9c26-2176a22995e6:NORMAL:127.0.0.1:45160|RBW]]}
 size 0
   [junit4]   2> 1116389 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33875 is added to 
blk_1073741830_1006{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-31f572f0-e8dc-4c2f-b6c7-b71ad6b4470f:NORMAL:127.0.0.1:45160|RBW],
 
ReplicaUC[[DISK]DS-f63d27f1-75c2-4a9d-9503-814bfa94c33a:NORMAL:127.0.0.1:33875|RBW]]}
 size 83
   [junit4]   2> 1116390 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45160 is added to 
blk_1073741830_1006 size 83
   [junit4]   2> 1116939 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33875 is added to 
blk_1073741831_1007{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-31f572f0-e8dc-4c2f-b6c7-b71ad6b4470f:NORMAL:127.0.0.1:45160|RBW],
 
ReplicaUC[[DISK]DS-2232f74a-b6d8-454c-81c5-860c967ab000:NORMAL:127.0.0.1:33875|FINALIZED]]}
 size 0
   [junit4]   2> 1116939 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45160 is added to 
blk_1073741831_1007{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-2232f74a-b6d8-454c-81c5-860c967ab000:NORMAL:127.0.0.1:33875|FINALIZED],
 
ReplicaUC[[DISK]DS-318a0bcd-7475-4b32-9c26-2176a22995e6:NORMAL:127.0.0.1:45160|FINALIZED]]}
 size 0
   [junit4]   2> 1117048 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33875 is added to 
blk_1073741832_1008{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-2232f74a-b6d8-454c-81c5-860c967ab000:NORMAL:127.0.0.1:33875|RBW],
 
ReplicaUC[[DISK]DS-31f572f0-e8dc-4c2f-b6c7-b71ad6b4470f:NORMAL:127.0.0.1:45160|RBW]]}
 size 111
   [junit4]   2> 1117049 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45160 is added to 
blk_1073741832_1008 size 111
   [junit4]   2> 1117501 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45160 is added to 
blk_1073741833_1009{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-f63d27f1-75c2-4a9d-9503-814bfa94c33a:NORMAL:127.0.0.1:33875|RBW],
 
ReplicaUC[[DISK]DS-318a0bcd-7475-4b32-9c26-2176a22995e6:NORMAL:127.0.0.1:45160|RBW]]}
 size 0
   [junit4]   2> 1117502 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33875 is added to 
blk_1073741833_1009{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-318a0bcd-7475-4b32-9c26-2176a22995e6:NORMAL:127.0.0.1:45160|RBW],
 
ReplicaUC[[DISK]DS-2232f74a-b6d8-454c-81c5-860c967ab000:NORMAL:127.0.0.1:33875|FINALIZED]]}
 size 0
   [junit4]   2> 1117617 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45160 is added to 
blk_1073741834_1010{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-f63d27f1-75c2-4a9d-9503-814bfa94c33a:NORMAL:127.0.0.1:33875|RBW],
 R

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

redFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=10, maxDocsPerChunk=399, blockSize=10), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=10, blockSize=10)), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@300fa1cf),
 locale=ja, timezone=Pacific/Wake
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_152 (64-bit)/cpus=4,threads=3,free=218151936,total=467140608
   [junit4]   2> NOTE: All tests run in this JVM: 
[HyperbolicTangentEvaluatorTest, UsingSolrJRefGuideExamplesTest, SchemaTest, 
ContentStreamTest, JdbcTest, TestToleratedUpdateError, StreamExpressionTest]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=StreamExpressionTest -Dtests.seed=1C3C9C38A629BC9B 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ja 
-Dtests.timezone=Pacific/Wake -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | StreamExpressionTest (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 8 threads leaked from SUITE 
scope at org.apache.solr.client.solrj.io.stream.StreamExpressionTest: 
   [junit4]    >    1) Thread[id=3470, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-StreamExpressionTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    2) Thread[id=3488, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-StreamExpressionTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    3) Thread[id=3694, 
name=zkConnectionManagerCallback-1591-thread-1-SendThread(127.0.0.1:35833), 
state=TIMED_WAITING, group=TGRP-StreamExpressionTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:105)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1000)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1063)
   [junit4]    >    4) Thread[id=3697, 
name=zkConnectionManagerCallback-1591-thread-1-EventThread, state=WAITING, 
group=TGRP-StreamExpressionTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:502)
   [junit4]    >    5) Thread[id=3487, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-StreamExpressionTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    6) Thread[id=3473, 
name=zkConnectionManagerCallback-1591-thread-1, state=WAITING, 
group=TGRP-StreamExpressionTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    7) Thread[id=3476, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-StreamExpressionTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    8) Thread[id=3477, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-StreamExpressionTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1C3C9C38A629BC9B]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=3694, 
name=zkConnectionManagerCallback-1591-thread-1-SendThread(127.0.0.1:35833), 
state=TIMED_WAITING, group=TGRP-StreamExpressionTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:105)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1000)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1063)
   [junit4]    >    2) Thread[id=3473, 
name=zkConnectionManagerCallback-1591-thread-1, state=WAITING, 
group=TGRP-StreamExpressionTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1C3C9C38A629BC9B]:0)
   [junit4] Completed [130/147 (2!)] on J0 in 433.80s, 156 tests, 1 failure, 2 
errors, 2 skipped <<< FAILURES!

[...truncated 2224 lines...]
   [junit4] Suite: org.apache.solr.analytics.facet.RangeFacetTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/contrib/solr-analytics/test/J0/temp/solr.analytics.facet.RangeFacetTest_3328BA85979D8E27-001/init-core-data-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1791, maxMBSortInHeap=7.0603225254757, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5bc17c65),
 locale=fi-FI, timezone=PRC
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_152 (64-bit)/cpus=4,threads=1,free=162152488,total=311427072
   [junit4]   2> NOTE: All tests run in this JVM: [LegacyNoFacetTest, 
NegateFunctionTest, DateMathFunctionTest, RemoveFunctionTest, 
ExpressionFactoryTest, FilterFunctionTest, CastingDateValueTest, 
AbsoluteValueFunctionTest, LegacyAbstractAnalyticsFacetCloudTest, 
IntFieldsTest, CastingIntValueTest, ValueFacetTest, LTFunctionTest, 
RangeFacetTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RangeFacetTest 
-Dtests.seed=3328BA85979D8E27 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=fi-FI -Dtests.timezone=PRC -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | RangeFacetTest (suite) <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:42084/solr: KeeperErrorCode = Session expired 
for /configs/conf
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3328BA85979D8E27]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    >        at 
org.apache.solr.analytics.SolrAnalyticsTestCase.setupCollection(SolrAnalyticsTestCase.java:62)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [42/78 (1!)] on J0 in 37.68s, 0 tests, 1 error <<< 
FAILURES!

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

Reply via email to