Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/278/

3 tests failed.
FAILED:  org.apache.solr.cloud.DistributedQueueTest.testPeekElements

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([91D5E80E9902C4B:F433E4A139A97856]: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.cloud.DistributedQueueTest.testPeekElements(DistributedQueueTest.java:265)
        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.MoveReplicaHDFSTest.test

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:33985/solr: KeeperErrorCode = NoNode for 
/overseer/collection-queue-work/qnr-0000000005
        at 
__randomizedtesting.SeedInfo.seed([91D5E80E9902C4B:8149615A476C41B3]: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:1103)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        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.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:444)
        at 
org.apache.solr.cloud.MoveReplicaTest.beforeTest(MoveReplicaTest.java:95)
        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$9.evaluate(RandomizedRunner.java:968)
        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.client.solrj.io.stream.StreamExpressionTest.testParallelCommitStream

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

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([72515E0A109A540E:52BB3C0A8CDBB942]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testParallelCommitStream(StreamExpressionTest.java:4594)
        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 11771 lines...]
   [junit4] Suite: org.apache.solr.cloud.DistributedQueueTest
   [junit4]   2> 663149 INFO  
(SUITE-DistributedQueueTest-seed#[91D5E80E9902C4B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.DistributedQueueTest_91D5E80E9902C4B-001/init-core-data-001
   [junit4]   2> 663150 WARN  
(SUITE-DistributedQueueTest-seed#[91D5E80E9902C4B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2171 numCloses=2171
   [junit4]   2> 663150 INFO  
(SUITE-DistributedQueueTest-seed#[91D5E80E9902C4B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 663151 INFO  
(SUITE-DistributedQueueTest-seed#[91D5E80E9902C4B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 663212 INFO  
(TEST-DistributedQueueTest.testLeakChildWatcher-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testLeakChildWatcher
   [junit4]   2> 663212 INFO  
(TEST-DistributedQueueTest.testLeakChildWatcher-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 663212 INFO  (Thread-84) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 663212 INFO  (Thread-84) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 663466 INFO  
(TEST-DistributedQueueTest.testLeakChildWatcher-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40620
   [junit4]   2> 663483 ERROR (Thread-84) [    ] 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> 663637 INFO  (zkConnectionManagerCallback-85-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 663925 INFO  
(TEST-DistributedQueueTest.testLeakChildWatcher-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testLeakChildWatcher
   [junit4]   2> 663932 ERROR 
(TEST-DistributedQueueTest.testLeakChildWatcher-seed#[91D5E80E9902C4B]) [    ] 
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> 663932 INFO  
(TEST-DistributedQueueTest.testLeakChildWatcher-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:40620 40620
   [junit4]   2> 664203 INFO  (Thread-84) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:40620 40620
   [junit4]   2> 664324 INFO  
(TEST-DistributedQueueTest.testPeekElements-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testPeekElements
   [junit4]   2> 664324 INFO  
(TEST-DistributedQueueTest.testPeekElements-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 664362 INFO  (Thread-85) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 664362 INFO  (Thread-85) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 664439 ERROR (Thread-85) [    ] 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> 664470 INFO  
(TEST-DistributedQueueTest.testPeekElements-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:55309
   [junit4]   2> 664606 INFO  (zkConnectionManagerCallback-88-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 666729 INFO  
(TEST-DistributedQueueTest.testPeekElements-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testPeekElements
   [junit4]   2> 666733 ERROR 
(TEST-DistributedQueueTest.testPeekElements-seed#[91D5E80E9902C4B]) [    ] 
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> 666733 INFO  
(TEST-DistributedQueueTest.testPeekElements-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:55309 55309
   [junit4]   2> 666919 INFO  (Thread-85) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:55309 55309
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=DistributedQueueTest -Dtests.method=testPeekElements 
-Dtests.seed=91D5E80E9902C4B -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=ar-BH -Dtests.timezone=NST -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 2.72s J0 | DistributedQueueTest.testPeekElements <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([91D5E80E9902C4B:F433E4A139A97856]:0)
   [junit4]    >        at 
org.apache.solr.cloud.DistributedQueueTest.testPeekElements(DistributedQueueTest.java:265)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 666965 INFO  
(TEST-DistributedQueueTest.testDistributedQueue-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testDistributedQueue
   [junit4]   2> 666966 INFO  
(TEST-DistributedQueueTest.testDistributedQueue-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 666966 INFO  (Thread-86) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 666966 INFO  (Thread-86) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 667626 INFO  
(TEST-DistributedQueueTest.testDistributedQueue-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:51431
   [junit4]   2> 667766 ERROR (Thread-86) [    ] 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> 667855 INFO  (zkConnectionManagerCallback-91-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 670101 INFO  
(TEST-DistributedQueueTest.testDistributedQueue-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testDistributedQueue
   [junit4]   2> 670139 ERROR 
(TEST-DistributedQueueTest.testDistributedQueue-seed#[91D5E80E9902C4B]) [    ] 
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> 670139 INFO  
(TEST-DistributedQueueTest.testDistributedQueue-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:51431 51431
   [junit4]   2> 670475 INFO  (Thread-86) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:51431 51431
   [junit4]   2> 670477 INFO  
(TEST-DistributedQueueTest.testDistributedQueueCache-seed#[91D5E80E9902C4B]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testDistributedQueueCache
   [junit4]   2> 670477 INFO  
(TEST-DistributedQueueTest.testDistributedQueueCache-seed#[91D5E80E9902C4B]) [  
  ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 670482 INFO  (Thread-89) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 670482 INFO  (Thread-89) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 670586 INFO  
(TEST-DistributedQueueTest.testDistributedQueueCache-seed#[91D5E80E9902C4B]) [  
  ] o.a.s.c.ZkTestServer start zk server on port:42368
   [junit4]   2> 671036 ERROR (Thread-89) [    ] 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> 672158 INFO  (zkConnectionManagerCallback-94-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 672190 INFO  
(TEST-DistributedQueueTest.testDistributedQueueCache-seed#[91D5E80E9902C4B]) [  
  ] o.a.s.SolrTestCaseJ4 ###Ending testDistributedQueueCache
   [junit4]   2> 672202 ERROR 
(TEST-DistributedQueueTest.testDistributedQueueCache-seed#[91D5E80E9902C4B]) [  
  ] 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> 672203 INFO  
(TEST-DistributedQueueTest.testDistributedQueueCache-seed#[91D5E80E9902C4B]) [  
  ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42368 42368
   [junit4]   2> 672439 INFO  (Thread-89) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:42368 42368
   [junit4]   2> 672454 INFO  
(TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[91D5E80E9902C4B]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testDistributedQueueBlocking
   [junit4]   2> 672455 INFO  
(TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[91D5E80E9902C4B]) 
[    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 672498 INFO  (Thread-90) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 672499 INFO  (Thread-90) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 672500 ERROR (Thread-90) [    ] 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> 672618 INFO  
(TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[91D5E80E9902C4B]) 
[    ] o.a.s.c.ZkTestServer start zk server on port:54368
   [junit4]   2> 672678 INFO  (zkConnectionManagerCallback-97-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 674118 WARN  (zkConnectionManagerCallback-97-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@46e15243 name: 
ZooKeeperConnection Watcher:127.0.0.1:54368/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 674118 WARN  (zkConnectionManagerCallback-97-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 676159 WARN  
(TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[91D5E80E9902C4B]-SendThread(127.0.0.1:54368))
 [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 
0x1603c0856050000 has expired
   [junit4]   2> 676159 WARN  (zkConnectionManagerCallback-97-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@46e15243 name: 
ZooKeeperConnection Watcher:127.0.0.1:54368/solr got event WatchedEvent 
state:Expired type:None path:null path: null type: None
   [junit4]   2> 676159 WARN  (zkConnectionManagerCallback-97-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. 
Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 676166 WARN  (zkConnectionManagerCallback-97-thread-1) [    ] 
o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 676271 INFO  
(zkConnectionManagerCallback-97-thread-1-EventThread) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 676271 INFO  (zkConnectionManagerCallback-97-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 676271 INFO  (zkConnectionManagerCallback-97-thread-1) [    ] 
o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 676271 INFO  (zkConnectionManagerCallback-97-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 677438 INFO  
(TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[91D5E80E9902C4B]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testDistributedQueueBlocking
   [junit4]   2> 677447 ERROR 
(TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[91D5E80E9902C4B]) 
[    ] 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> 677447 INFO  
(TEST-DistributedQueueTest.testDistributedQueueBlocking-seed#[91D5E80E9902C4B]) 
[    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:54368 54368
   [junit4]   2> 678114 INFO  (Thread-90) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:54368 54368
   [junit4]   2> 678115 WARN  (Thread-90) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/distqueue/test
   [junit4]   2> 
   [junit4]   2> 678227 INFO  
(TEST-DistributedQueueTest.testLocallyOffer-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testLocallyOffer
   [junit4]   2> 678228 INFO  
(TEST-DistributedQueueTest.testLocallyOffer-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 678273 INFO  (Thread-91) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 678273 INFO  (Thread-91) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 678326 ERROR (Thread-91) [    ] 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> 678412 INFO  
(TEST-DistributedQueueTest.testLocallyOffer-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:37747
   [junit4]   2> 678978 INFO  (zkConnectionManagerCallback-100-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 681873 INFO  
(TEST-DistributedQueueTest.testLocallyOffer-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testLocallyOffer
   [junit4]   2> 681891 ERROR 
(TEST-DistributedQueueTest.testLocallyOffer-seed#[91D5E80E9902C4B]) [    ] 
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> 681891 INFO  
(TEST-DistributedQueueTest.testLocallyOffer-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:37747 37747
   [junit4]   2> 682275 INFO  (Thread-91) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:37747 37747
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.DistributedQueueTest_91D5E80E9902C4B-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=true): {}, locale=ar-BH, timezone=NST
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=94191480,total=305659904
   [junit4]   2> NOTE: All tests run in this JVM: [UpdateParamsTest, 
TestFilteredDocIdSet, QueryParsingTest, RulesTest, TestJsonFacets, 
DistributedQueueTest]
   [junit4] Completed [32/751 (1!)] on J0 in 22.08s, 6 tests, 1 failure <<< 
FAILURES!

[...truncated 1792 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4]   2> 7515951 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[91D5E80E9902C4B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_91D5E80E9902C4B-001/init-core-data-001
   [junit4]   2> 7515951 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[91D5E80E9902C4B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16
   [junit4]   2> 7515952 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[91D5E80E9902C4B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 7515953 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[91D5E80E9902C4B]-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> 7515954 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[91D5E80E9902C4B]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_91D5E80E9902C4B-001/tempDir-001
   [junit4]   2> 7515954 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[91D5E80E9902C4B]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 7515954 INFO  (Thread-3615) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 7515954 INFO  (Thread-3615) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 7515955 ERROR (Thread-3615) [    ] 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> 7516057 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[91D5E80E9902C4B]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:45661
   [junit4]   2> 7516063 INFO  (zkConnectionManagerCallback-3632-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7516093 INFO  (jetty-launcher-3629-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 7516094 INFO  (jetty-launcher-3629-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 7516098 INFO  (jetty-launcher-3629-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 7516103 INFO  (jetty-launcher-3629-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 7516111 INFO  (jetty-launcher-3629-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@41c5a387{/solr,null,AVAILABLE}
   [junit4]   2> 7516111 INFO  (jetty-launcher-3629-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@20c6fff2{SSL,[ssl, 
http/1.1]}{127.0.0.1:36881}
   [junit4]   2> 7516111 INFO  (jetty-launcher-3629-thread-3) [    ] 
o.e.j.s.Server Started @7533075ms
   [junit4]   2> 7516111 INFO  (jetty-launcher-3629-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36881}
   [junit4]   2> 7516112 ERROR (jetty-launcher-3629-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 7516112 INFO  (jetty-launcher-3629-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 7516112 INFO  (jetty-launcher-3629-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7516112 INFO  (jetty-launcher-3629-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 7516112 INFO  (jetty-launcher-3629-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-09T18:01:49.822Z
   [junit4]   2> 7516114 INFO  (jetty-launcher-3629-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@76baca41{/solr,null,AVAILABLE}
   [junit4]   2> 7516114 INFO  (jetty-launcher-3629-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@16ae16c1{SSL,[ssl, 
http/1.1]}{127.0.0.1:52835}
   [junit4]   2> 7516114 INFO  (jetty-launcher-3629-thread-2) [    ] 
o.e.j.s.Server Started @7533078ms
   [junit4]   2> 7516114 INFO  (jetty-launcher-3629-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52835}
   [junit4]   2> 7516114 ERROR (jetty-launcher-3629-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 7516114 INFO  (jetty-launcher-3629-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 7516114 INFO  (jetty-launcher-3629-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7516114 INFO  (jetty-launcher-3629-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 7516114 INFO  (jetty-launcher-3629-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-09T18:01:49.824Z
   [junit4]   2> 7516134 INFO  (jetty-launcher-3629-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@cff8903{/solr,null,AVAILABLE}
   [junit4]   2> 7516135 INFO  (jetty-launcher-3629-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1c771c69{SSL,[ssl, 
http/1.1]}{127.0.0.1:48847}
   [junit4]   2> 7516135 INFO  (jetty-launcher-3629-thread-1) [    ] 
o.e.j.s.Server Started @7533099ms
   [junit4]   2> 7516135 INFO  (jetty-launcher-3629-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=48847}
   [junit4]   2> 7516135 ERROR (jetty-launcher-3629-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 7516135 INFO  (jetty-launcher-3629-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 7516135 INFO  (jetty-launcher-3629-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7516135 INFO  (jetty-launcher-3629-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 7516135 INFO  (jetty-launcher-3629-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-09T18:01:49.845Z
   [junit4]   2> 7516215 INFO  (jetty-launcher-3629-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7eb59e2{/solr,null,AVAILABLE}
   [junit4]   2> 7516216 INFO  (jetty-launcher-3629-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@74e9fb0e{SSL,[ssl, 
http/1.1]}{127.0.0.1:55369}
   [junit4]   2> 7516216 INFO  (jetty-launcher-3629-thread-4) [    ] 
o.e.j.s.Server Started @7533180ms
   [junit4]   2> 7516216 INFO  (jetty-launcher-3629-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55369}
   [junit4]   2> 7516216 ERROR (jetty-launcher-3629-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 7516216 INFO  (jetty-launcher-3629-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 7516216 INFO  (jetty-launcher-3629-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7516216 INFO  (jetty-launcher-3629-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 7516216 INFO  (jetty-launcher-3629-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-09T18:01:49.926Z
   [junit4]   2> 7516247 INFO  (zkConnectionManagerCallback-3634-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7516247 INFO  (jetty-launcher-3629-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 7516316 INFO  (zkConnectionManagerCallback-3638-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7516327 INFO  (jetty-launcher-3629-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 7516339 INFO  (zkConnectionManagerCallback-3636-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7516340 INFO  (jetty-launcher-3629-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 7516454 INFO  (jetty-launcher-3629-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45661/solr
   [junit4]   2> 7516455 INFO  (zkConnectionManagerCallback-3640-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7516482 INFO  (jetty-launcher-3629-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45661/solr
   [junit4]   2> 7516482 INFO  (jetty-launcher-3629-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45661/solr
   [junit4]   2> 7516483 INFO  (jetty-launcher-3629-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 7516590 INFO  (zkConnectionManagerCallback-3652-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7516577 INFO  (zkConnectionManagerCallback-3644-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7516577 INFO  (zkConnectionManagerCallback-3650-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7516738 INFO  (jetty-launcher-3629-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45661/solr
   [junit4]   2> 7516758 INFO  (zkConnectionManagerCallback-3656-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7516806 INFO  
(zkConnectionManagerCallback-3660-thread-1-processing-n:127.0.0.1:36881_solr) 
[n:127.0.0.1:36881_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7516810 INFO  
(zkConnectionManagerCallback-3658-thread-1-processing-n:127.0.0.1:48847_solr) 
[n:127.0.0.1:48847_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7516811 INFO  
(zkConnectionManagerCallback-3662-thread-1-processing-n:127.0.0.1:52835_solr) 
[n:127.0.0.1:52835_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7516906 INFO  
(zkConnectionManagerCallback-3666-thread-1-processing-n:127.0.0.1:55369_solr) 
[n:127.0.0.1:55369_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7516992 INFO  (jetty-launcher-3629-thread-4) 
[n:127.0.0.1:55369_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 7516992 INFO  (jetty-launcher-3629-thread-4) 
[n:127.0.0.1:55369_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:55369_solr
   [junit4]   2> 7516994 INFO  (jetty-launcher-3629-thread-4) 
[n:127.0.0.1:55369_solr    ] o.a.s.c.Overseer Overseer 
(id=99145646713405452-127.0.0.1:55369_solr-n_0000000000) starting
   [junit4]   2> 7516995 INFO  (jetty-launcher-3629-thread-3) 
[n:127.0.0.1:36881_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 7516996 INFO  (jetty-launcher-3629-thread-3) 
[n:127.0.0.1:36881_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36881_solr
   [junit4]   2> 7517018 INFO  
(zkCallback-3659-thread-1-processing-n:127.0.0.1:36881_solr) 
[n:127.0.0.1:36881_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 7517055 INFO  (jetty-launcher-3629-thread-4) 
[n:127.0.0.1:55369_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55369_solr
   [junit4]   2> 7517055 INFO  
(OverseerStateUpdate-99145646713405452-127.0.0.1:55369_solr-n_0000000000) 
[n:127.0.0.1:55369_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 7517114 INFO  
(zkCallback-3659-thread-1-processing-n:127.0.0.1:36881_solr) 
[n:127.0.0.1:36881_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 7517127 INFO  
(zkCallback-3665-thread-2-processing-n:127.0.0.1:55369_solr) 
[n:127.0.0.1:55369_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 7517246 INFO  (jetty-launcher-3629-thread-2) 
[n:127.0.0.1:52835_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 7517249 INFO  (jetty-launcher-3629-thread-2) 
[n:127.0.0.1:52835_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 7517311 INFO  (jetty-launcher-3629-thread-1) 
[n:127.0.0.1:48847_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 7517312 INFO  (jetty-launcher-3629-thread-1) 
[n:127.0.0.1:48847_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 7517331 INFO  (jetty-launcher-3629-thread-1) 
[n:127.0.0.1:48847_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:48847_solr
   [junit4]   2> 7517334 INFO  
(zkCallback-3665-thread-2-processing-n:127.0.0.1:55369_solr) 
[n:127.0.0.1:55369_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 7517380 INFO  
(zkCallback-3659-thread-1-processing-n:127.0.0.1:36881_solr) 
[n:127.0.0.1:36881_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 7517387 INFO  
(zkCallback-3657-thread-1-processing-n:127.0.0.1:48847_solr) 
[n:127.0.0.1:48847_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 7517387 INFO  
(zkCallback-3661-thread-1-processing-n:127.0.0.1:52835_solr) 
[n:127.0.0.1:52835_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 7517398 INFO  (jetty-launcher-3629-thread-2) 
[n:127.0.0.1:52835_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52835_solr
   [junit4]   2> 7517510 INFO  
(zkCallback-3657-thread-1-processing-n:127.0.0.1:48847_solr) 
[n:127.0.0.1:48847_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 7517510 INFO  
(zkCallback-3661-thread-1-processing-n:127.0.0.1:52835_solr) 
[n:127.0.0.1:52835_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 7517510 INFO  
(zkCallback-3665-thread-2-processing-n:127.0.0.1:55369_solr) 
[n:127.0.0.1:55369_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 7517598 INFO  
(zkCallback-3659-thread-1-processing-n:127.0.0.1:36881_solr) 
[n:127.0.0.1:36881_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 7519731 INFO  (jetty-launcher-3629-thread-3) 
[n:127.0.0.1:36881_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36881.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@31748e1a
   [junit4]   2> 7519783 INFO  (jetty-launcher-3629-thread-3) 
[n:127.0.0.1:36881_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36881.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@31748e1a
   [junit4]   2> 7519783 INFO  (jetty-launcher-3629-thread-3) 
[n:127.0.0.1:36881_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36881.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@31748e1a
   [junit4]   2> 7519784 INFO  (jetty-launcher-3629-thread-3) 
[n:127.0.0.1:36881_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_91D5E80E9902C4B-001/tempDir-001/node3/.
   [junit4]   2> 7519896 INFO  (jetty-launcher-3629-thread-4) 
[n:127.0.0.1:55369_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55369.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@31748e1a
   [junit4]   2> 7519964 INFO  (jetty-launcher-3629-thread-4) 
[n:127.0.0.1:55369_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55369.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@31748e1a
   [junit4]   2> 7519964 INFO  (jetty-launcher-3629-thread-4) 
[n:127.0.0.1:55369_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55369.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@31748e1a
   [junit4]   2> 7519965 INFO  (jetty-launcher-3629-thread-4) 
[n:127.0.0.1:55369_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_91D5E80E9902C4B-001/tempDir-001/node4/.
   [junit4]   2> 7520008 INFO  (jetty-launcher-3629-thread-2) 
[n:127.0.0.1:52835_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52835.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@31748e1a
   [junit4]   2> 7520010 INFO  (jetty-launcher-3629-thread-1) 
[n:127.0.0.1:48847_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_48847.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@31748e1a
   [junit4]   2> 7520319 INFO  (jetty-launcher-3629-thread-2) 
[n:127.0.0.1:52835_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52835.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@31748e1a
   [junit4]   2> 7520320 INFO  (jetty-launcher-3629-thread-2) 
[n:127.0.0.1:52835_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52835.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@31748e1a
   [junit4]   2> 7520320 INFO  (jetty-launcher-3629-thread-2) 
[n:127.0.0.1:52835_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_91D5E80E9902C4B-001/tempDir-001/node2/.
   [junit4]   2> 7520324 INFO  (jetty-launcher-3629-thread-1) 
[n:127.0.0.1:48847_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_48847.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@31748e1a
   [junit4]   2> 7520324 INFO  (jetty-launcher-3629-thread-1) 
[n:127.0.0.1:48847_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_48847.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@31748e1a
   [junit4]   2> 7520325 INFO  (jetty-launcher-3629-thread-1) 
[n:127.0.0.1:48847_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_91D5E80E9902C4B-001/tempDir-001/node1/.
   [junit4]   2> 7520731 INFO  (zkConnectionManagerCallback-3671-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7520734 INFO  (zkConnectionManagerCallback-3675-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7520734 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[91D5E80E9902C4B]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 7520735 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[91D5E80E9902C4B]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45661/solr ready
   [junit4]   2> 7520907 INFO  (qtp1026759654-17396) [n:127.0.0.1:55369_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with 
params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 7521014 INFO  (qtp1026759654-17396) [n:127.0.0.1:55369_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=107
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 7521961 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[91D5E80E9902C4B]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 7522102 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[91D5E80E9902C4B]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 7522104 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[91D5E80E9902C4B]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 7522235 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[91D5E80E9902C4B]-worker) [    ] o.m.log 
Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_43029_hdfs____.bh5gam/webapp
   [junit4]   2> 7523053 INFO  
(OverseerCollectionConfigSetProcessor-99145646713405452-127.0.0.1:55369_solr-n_0000000000)
 [n:127.0.0.1:55369_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> 7524743 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[91D5E80E9902C4B]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:43029
   [junit4]   2> 7529954 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[91D5E80E9902C4B]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 7529955 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[91D5E80E9902C4B]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 7530342 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[91D5E80E9902C4B]-worker) [    ] o.m.log 
Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_46013_datanode____alc31z/webapp
   [junit4]   2> 7533637 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[91D5E80E9902C4B]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:46013
   [junit4]   2> 7534968 WARN  
(SUITE-MoveReplicaHDFSTest-seed#[91D5E80E9902C4B]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 7535019 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[91D5E80E9902C4B]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 7535180 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[91D5E80E9902C4B]-worker) [    ] o.m.log 
Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_36421_datanode____i93l7b/webapp
   [junit4]   2> 7536491 ERROR (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_91D5E80E9902C4B-001/tempDir-002/hdfsBaseDir/data/data1/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_91D5E80E9902C4B-001/tempDir-002/hdfsBaseDir/data/data2/]]
  heartbeating to localhost/127.0.0.1:40621) [    ] 
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> 7536714 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x2e85555a10eb1a: from storage 
DS-4c393cb1-2143-4f8b-8754-cc7e80df835e node 
DatanodeRegistration(127.0.0.1:50668, 
datanodeUuid=c91443d4-2152-4d5c-a5a2-1239693cb7a8, infoPort=57431, 
infoSecurePort=0, ipcPort=34522, 
storageInfo=lv=-56;cid=testClusterID;nsid=558505609;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 7536714 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x2e85555a10eb1a: from storage 
DS-e4d231ea-d4ed-414a-95f9-fc7f1510d53a node 
DatanodeRegistration(127.0.0.1:50668, 
datanodeUuid=c91443d4-2152-4d5c-a5a2-1239693cb7a8, infoPort=57431, 
infoSecurePort=0, ipcPort=34522, 
storageInfo=lv=-56;cid=testClusterID;nsid=558505609;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 7537916 INFO  
(SUITE-MoveReplicaHDFSTest-seed#[91D5E80E9902C4B]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:36421
   [junit4]   2> 7539143 ERROR (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_91D5E80E9902C4B-001/tempDir-002/hdfsBaseDir/data/data3/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_91D5E80E9902C4B-001/tempDir-002/hdfsBaseDir/data/data4/]]
  heartbeating to localhost/127.0.0.1:40621) [    ] 
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> 7539301 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x2e8555ec8dc4a4: from storage 
DS-08a50d7e-6aa0-475a-bfb5-c65329252d52 node 
DatanodeRegistration(127.0.0.1:41673, 
datanodeUuid=0f9bea97-fc0c-4fd5-82b0-29b83f87a9bc, infoPort=56167, 
infoSecurePort=0, ipcPort=37351, 
storageInfo=lv=-56;cid=testClusterID;nsid=558505609;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 1 msecs
   [junit4]   2> 7539302 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x2e8555ec8dc4a4: from storage 
DS-3996a272-06ee-47ec-804c-a1e76c369319 node 
DatanodeRegistration(127.0.0.1:41673, 
datanodeUuid=0f9bea97-fc0c-4fd5-82b0-29b83f87a9bc, infoPort=56167, 
infoSecurePort=0, ipcPort=37351, 
storageInfo=lv=-56;cid=testClusterID;nsid=558505609;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 7540799 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFailedMove
   [junit4]   2> 7540800 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 7540801 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[91D5E80E9902C4B]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 7540946 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[91D5E80E9902C4B]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1e35d4cf{/solr,null,AVAILABLE}
   [junit4]   2> 7540947 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[91D5E80E9902C4B]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@71f127a7{SSL,[ssl, 
http/1.1]}{127.0.0.1:33985}
   [junit4]   2> 7540947 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[91D5E80E9902C4B]) [    ] 
o.e.j.s.Server Started @7557911ms
   [junit4]   2> 7540947 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33985}
   [junit4]   2> 7540947 ERROR 
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 7540947 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 7540948 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7540948 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 7540948 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-09T18:02:14.658Z
   [junit4]   2> 7540974 INFO  (zkConnectionManagerCallback-3678-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7540975 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 7541032 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[91D5E80E9902C4B]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45661/solr
   [junit4]   2> 7541051 INFO  (zkConnectionManagerCallback-3682-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7541155 INFO  
(zkConnectionManagerCallback-3684-thread-1-processing-n:127.0.0.1:33985_solr) 
[n:127.0.0.1:33985_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7541182 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[91D5E80E9902C4B]) 
[n:127.0.0.1:33985_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 7541203 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[91D5E80E9902C4B]) 
[n:127.0.0.1:33985_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 7541218 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[91D5E80E9902C4B]) 
[n:127.0.0.1:33985_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33985_solr
   [junit4]   2> 7541220 INFO  (zkCallback-3674-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 7541235 INFO  
(zkCallback-3657-thread-1-processing-n:127.0.0.1:48847_solr) 
[n:127.0.0.1:48847_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 7541235 INFO  
(zkCallback-3661-thread-1-processing-n:127.0.0.1:52835_solr) 
[n:127.0.0.1:52835_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 7541235 INFO  
(zkCallback-3659-thread-1-processing-n:127.0.0.1:36881_solr) 
[n:127.0.0.1:36881_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 7541279 INFO  (zkCallback-3674-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 7541279 INFO  
(zkCallback-3665-thread-1-processing-n:127.0.0.1:55369_solr) 
[n:127.0.0.1:55369_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 7541294 INFO  
(zkCallback-3683-thread-1-processing-n:127.0.0.1:33985_solr) 
[n:127.0.0.1:33985_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 7542349 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[91D5E80E9902C4B]) 
[n:127.0.0.1:33985_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33985.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@31748e1a
   [junit4]   2> 7542391 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[91D5E80E9902C4B]) 
[n:127.0.0.1:33985_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33985.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@31748e1a
   [junit4]   2> 7542391 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[91D5E80E9902C4B]) 
[n:127.0.0.1:33985_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33985.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@31748e1a
   [junit4]   2> 7542393 INFO  
(TEST-MoveReplicaHDFSTest.testFailedMove-seed#[91D5E80E9902C4B]) 
[n:127.0.0.1:33985_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_91D5E80E9902C4B-001/tempDir-001/node5/.
   [junit4]   2> 7543358 INFO  (zkConnectionManagerCallback-3687-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7543613 INFO  (qtp701827325-17637) [n:127.0.0.1:33985_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf1&autoAddReplicas=false&name=MoveReplicaHDFSTest_failed_coll_true&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 7543646 INFO  
(OverseerThreadFactory-7718-thread-2-processing-n:127.0.0.1:55369_solr) 
[n:127.0.0.1:55369_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
MoveReplicaHDFSTest_failed_coll_true
   [junit4]   2> 7543904 INFO  
(OverseerStateUpdate-99145646713405452-127.0.0.1:55369_solr-n_0000000000) 
[n:127.0.0.1:55369_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33985/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 7543971 INFO  
(OverseerStateUpdate-99145646713405452-127.0.0.1:55369_solr-n_0000000000) 
[n:127.0.0.1:55369_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:55369/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 7543983 INFO  
(OverseerStateUpdate-99145646713405452-127.0.0.1:55369_solr-n_0000000000) 
[n:127.0.0.1:55369_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   
"core":"MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:52835/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 7543998 INFO  
(OverseerStateUpdate-99145646713405452-127.0.0.1:55369_solr-n_0000000000) 
[n:127.0.0.1:55369_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   
"core":"MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n7",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36881/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 7544518 INFO  (qtp1026759654-17398) [n:127.0.0.1:55369_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n3&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_failed_coll_true&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 7544518 INFO  (qtp701827325-17634) [n:127.0.0.1:33985_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_failed_coll_true&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 7544519 INFO  (qtp701827325-17634) [n:127.0.0.1:33985_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 7544520 INFO  (qtp1026759654-17398) [n:127.0.0.1:55369_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 7544563 INFO  (qtp154162816-17373) [n:127.0.0.1:52835_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n5&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_failed_coll_true&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 7544563 INFO  (qtp154162816-17373) [n:127.0.0.1:52835_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 7544563 INFO  (qtp704984563-17362) [n:127.0.0.1:36881_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n7&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_failed_coll_true&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 7544563 INFO  (qtp704984563-17362) [n:127.0.0.1:36881_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 7544679 INFO  
(zkCallback-3661-thread-1-processing-n:127.0.0.1:52835_solr) 
[n:127.0.0.1:52835_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for 
collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... 
(live nodes size: [5])
   [junit4]   2> 7544679 INFO  
(zkCallback-3665-thread-1-processing-n:127.0.0.1:55369_solr) 
[n:127.0.0.1:55369_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for 
collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... 
(live nodes size: [5])
   [junit4]   2> 7544679 INFO  
(zkCallback-3665-thread-2-processing-n:127.0.0.1:55369_solr) 
[n:127.0.0.1:55369_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for 
collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... 
(live nodes size: [5])
   [junit4]   2> 7544682 INFO  
(zkCallback-3659-thread-1-processing-n:127.0.0.1:36881_solr) 
[n:127.0.0.1:36881_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for 
collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... 
(live nodes size: [5])
   [junit4]   2> 7544682 INFO  
(zkCallback-3683-thread-1-processing-n:127.0.0.1:33985_solr) 
[n:127.0.0.1:33985_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for 
collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... 
(live nodes size: [5])
   [junit4]   2> 7544683 INFO  
(zkCallback-3661-thread-2-processing-n:127.0.0.1:52835_solr) 
[n:127.0.0.1:52835_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for 
collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... 
(live nodes size: [5])
   [junit4]   2> 7544683 INFO  
(zkCallback-3683-thread-2-processing-n:127.0.0.1:33985_solr) 
[n:127.0.0.1:33985_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for 
collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... 
(live nodes size: [5])
   [junit4]   2> 7544684 INFO  
(zkCallback-3659-thread-2-processing-n:127.0.0.1:36881_solr) 
[n:127.0.0.1:36881_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for 
collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... 
(live nodes size: [5])
   [junit4]   2> 7545599 INFO  (qtp701827325-17634) [n:127.0.0.1:33985_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node2 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 7545615 INFO  (qtp1026759654-17398) [n:127.0.0.1:55369_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node4 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n3] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 7545900 INFO  (qtp704984563-17362) [n:127.0.0.1:36881_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n7] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 7545904 INFO  (qtp1026759654-17398) [n:127.0.0.1:55369_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node4 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n3] o.a.s.s.IndexSchema 
[MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n3] Schema name=minimal
   [junit4]   2> 7545906 INFO  (qtp1026759654-17398) [n:127.0.0.1:55369_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node4 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n3] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 7545906 INFO  (qtp1026759654-17398) [n:127.0.0.1:55369_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node4 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n3] o.a.s.c.CoreContainer 
Creating SolrCore 'MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n3' 
using configuration from collection MoveReplicaHDFSTest_failed_coll_true, 
trusted=true
   [junit4]   2> 7545907 INFO  (qtp1026759654-17398) [n:127.0.0.1:55369_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node4 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55369.solr.core.MoveReplicaHDFSTest_failed_coll_true.shard1.replica_n3' 
(registry 'solr.core.MoveReplicaHDFSTest_failed_coll_true.shard1.replica_n3') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@31748e1a
   [junit4]   2> 7545936 INFO  (qtp701827325-17634) [n:127.0.0.1:33985_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node2 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.s.IndexSchema 
[MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 7548091 INFO  (qtp701827325-17634) [n:127.0.0.1:33985_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node2 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 7548092 INFO  (qtp701827325-17634) [n:127.0.0.1:33985_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node2 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1' 
using configuration from collection MoveReplicaHDFSTest_failed_coll_true, 
trusted=true
   [junit4]   2> 7548092 INFO  (qtp701827325-17634) [n:127.0.0.1:33985_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node2 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33985.solr.core.MoveReplicaHDFSTest_failed_coll_true.shard1.replica_n1' 
(registry 'solr.core.MoveReplicaHDFSTest_failed_coll_true.shard1.replica_n1') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@31748e1a
   [junit4]   2> 7548100 INFO  (qtp704984563-17362) [n:127.0.0.1:36881_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n7] o.a.s.s.IndexSchema 
[MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n7] Schema name=minimal
   [junit4]   2> 7548102 INFO  (qtp704984563-17362) [n:127.0.0.1:36881_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n7] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 7548102 INFO  (qtp704984563-17362) [n:127.0.0.1:36881_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n7] o.a.s.c.CoreContainer 
Creating SolrCore 'MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n7' 
using configuration from collection MoveReplicaHDFSTest_failed_coll_true, 
trusted=true
   [junit4]   2> 7548111 INFO  (qtp1026759654-17398) [n:127.0.0.1:55369_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node4 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n3] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:40621/data
   [junit4]   2> 7548112 INFO  (qtp1026759654-17398) [n:127.0.0.1:55369_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node4 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n3] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 7548112 INFO  (qtp1026759654-17398) [n:127.0.0.1:55369_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node4 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n3] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 7548112 INFO  (qtp1026759654-17398) [n:127.0.0.1:55369_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node4 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n3] o.a.s.c.SolrCore 
[[MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n3] ] Opening new 
SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_91D5E80E9902C4B-001/tempDir-001/node4/MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n3],
 
dataDir=[hdfs://localhost:40621/data/MoveReplicaHDFSTest_failed_coll_true/core_node4/data/]
   [junit4]   2> 7548159 INFO  (qtp704984563-17362) [n:127.0.0.1:36881_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n7] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36881.solr.core.MoveReplicaHDFSTest_failed_coll_true.shard2.replica_n7' 
(registry 'solr.core.MoveReplicaHDFSTest_failed_coll_true.shard2.replica_n7') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@31748e1a
   [junit4]   2> 7548159 INFO  (qtp704984563-17362) [n:127.0.0.1:36881_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n7] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:40621/data
   [junit4]   2> 7548159 INFO  (qtp704984563-17362) [n:127.0.0.1:36881_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n7] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 7548159 INFO  (qtp704984563-17362) [n:127.0.0.1:36881_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n7] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 7548159 INFO  (qtp704984563-17362) [n:127.0.0.1:36881_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n7] o.a.s.c.SolrCore 
[[MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n7] ] Opening new 
SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_91D5E80E9902C4B-001/tempDir-001/node3/MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n7],
 
dataDir=[hdfs://localhost:40621/data/MoveReplicaHDFSTest_failed_coll_true/core_node8/data/]
   [junit4]   2> 7548161 INFO  (qtp704984563-17362) [n:127.0.0.1:36881_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n7] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:40621/data/MoveReplicaHDFSTest_failed_coll_true/core_node8/data/snapshot_metadata
   [junit4]   2> 7548114 INFO  (qtp701827325-17634) [n:127.0.0.1:33985_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node2 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:40621/data
   [junit4]   2> 7548178 INFO  (qtp701827325-17634) [n:127.0.0.1:33985_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node2 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 7548178 INFO  (qtp701827325-17634) [n:127.0.0.1:33985_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node2 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 7548178 INFO  (qtp701827325-17634) [n:127.0.0.1:33985_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node2 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.SolrCore 
[[MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] ] Opening new 
SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_91D5E80E9902C4B-001/tempDir-001/node5/MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1],
 
dataDir=[hdfs://localhost:40621/data/MoveReplicaHDFSTest_failed_coll_true/core_node2/data/]
   [junit4]   2> 7548179 INFO  (qtp701827325-17634) [n:127.0.0.1:33985_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node2 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:40621/data/MoveReplicaHDFSTest_failed_coll_true/core_node2/data/snapshot_metadata
   [junit4]   2> 7548308 INFO  (qtp1026759654-17398) [n:127.0.0.1:55369_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node4 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n3] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:40621/data/MoveReplicaHDFSTest_failed_coll_true/core_node4/data/snapshot_metadata
   [junit4]   2> 7548315 INFO  (qtp154162816-17373) [n:127.0.0.1:52835_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node6 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n5] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 7549318 INFO  (qtp154162816-17373) [n:127.0.0.1:52835_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node6 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n5] o.a.s.s.IndexSchema 
[MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n5] Schema name=minimal
   [junit4]   2> 7549321 INFO  (qtp154162816-17373) [n:127.0.0.1:52835_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node6 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n5] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 7549321 INFO  (qtp154162816-17373) [n:127.0.0.1:52835_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node6 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n5] o.a.s.c.CoreContainer 
Creating SolrCore 'MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n5' 
using configuration from collection MoveReplicaHDFSTest_failed_coll_true, 
trusted=true
   [junit4]   2> 7549321 INFO  (qtp154162816-17373) [n:127.0.0.1:52835_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node6 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n5] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52835.solr.core.MoveReplicaHDFSTest_failed_coll_true.shard2.replica_n5' 
(registry 'solr.core.MoveReplicaHDFSTest_failed_coll_true.shard2.replica_n5') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@31748e1a
   [junit4]   2> 7549322 INFO  (qtp154162816-17373) [n:127.0.0.1:52835_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node6 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n5] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:40621/data
   [junit4]   2> 7549322 INFO  (qtp154162816-17373) [n:127.0.0.1:52835_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node6 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n5] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 7549322 INFO  (qtp154162816-17373) [n:127.0.0.1:52835_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node6 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n5] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 7549322 INFO  (qtp154162816-17373) [n:127.0.0.1:52835_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node6 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n5] o.a.s.c.SolrCore 
[[MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n5] ] Opening new 
SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_91D5E80E9902C4B-001/tempDir-001/node2/MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n5],
 
dataDir=[hdfs://localhost:40621/data/MoveReplicaHDFSTest_failed_coll_true/core_node6/data/]
   [junit4]   2> 7549448 INFO  (qtp704984563-17362) [n:127.0.0.1:36881_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n7] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:40621/data/MoveReplicaHDFSTest_failed_coll_true/core_node8/data
   [junit4]   2> 7549467 INFO  (qtp154162816-17373) [n:127.0.0.1:52835_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node6 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n5] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:40621/data/MoveReplicaHDFSTest_failed_coll_true/core_node6/data/snapshot_metadata
   [junit4]   2> 7549638 INFO  (qtp701827325-17634) [n:127.0.0.1:33985_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node2 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:40621/data/MoveReplicaHDFSTest_failed_coll_true/core_node2/data
   [junit4]   2> 7549654 INFO  (qtp1026759654-17398) [n:127.0.0.1:55369_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node4 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n3] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:40621/data/MoveReplicaHDFSTest_failed_coll_true/core_node4/data
   [junit4]   2> 7549828 INFO  (qtp154162816-17373) [n:127.0.0.1:52835_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node6 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n5] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:40621/data/MoveReplicaHDFSTest_failed_coll_true/core_node6/data
   [junit4]   2> 7549968 INFO  (qtp701827325-17634) [n:127.0.0.1:33985_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node2 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:40621/data/MoveReplicaHDFSTest_failed_coll_true/core_node2/data/index
   [junit4]   2> 7550034 INFO  (qtp704984563-17362) [n:127.0.0.1:36881_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n7] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:40621/data/MoveReplicaHDFSTest_failed_coll_true/core_node8/data/index
   [junit4]   2> 7550055 INFO  (qtp1026759654-17398) [n:127.0.0.1:55369_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node4 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n3] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:40621/data/MoveReplicaHDFSTest_failed_coll_true/core_node4/data/index
   [junit4]   2> 7550402 INFO  (qtp154162816-17373) [n:127.0.0.1:52835_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node6 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n5] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:40621/data/MoveReplicaHDFSTest_failed_coll_true/core_node6/data/index
   [junit4]   2> 7552937 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:50668 is added to 
blk_1073741827_1003{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-4c393cb1-2143-4f8b-8754-cc7e80df835e:NORMAL:127.0.0.1:50668|RBW],
 
ReplicaUC[[DISK]DS-3996a272-06ee-47ec-804c-a1e76c369319:NORMAL:127.0.0.1:41673|RBW]]}
 size 69
   [junit4]   2> 7552940 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:50668 is added to 
blk_1073741828_1004{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-08a50d7e-6aa0-475a-bfb5-c65329252d52:NORMAL:127.0.0.1:41673|RBW],
 
ReplicaUC[[DISK]DS-4c393cb1-2143-4f8b-8754-cc7e80df835e:NORMAL:127.0.0.1:50668|RBW]]}
 size 0
   [junit4]   2> 7552940 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:50668 is added to 
blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-08a50d7e-6aa0-475a-bfb5-c65329252d52:NORMAL:127.0.0.1:41673|RBW],
 
ReplicaUC[[DISK]DS-e4d231ea-d4ed-414a-95f9-fc7f1510d53a:NORMAL:127.0.0.1:50668|RBW]]}
 size 69
   [junit4]   2> 7552940 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:50668 is added to 
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-3996a272-06ee-47ec-804c-a1e76c369319:NORMAL:127.0.0.1:41673|RBW],
 
ReplicaUC[[DISK]DS-e4d231ea-d4ed-414a-95f9-fc7f1510d53a:NORMAL:127.0.0.1:50668|RBW]]}
 size 0
   [junit4]   2> 7552940 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:41673 is added to 
blk_1073741827_1003 size 69
   [junit4]   2> 7552940 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:41673 is added to 
blk_1073741825_1001 size 69
   [junit4]   2> 7553154 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:41673 is added to 
blk_1073741828_1004 size 69
   [junit4]   2> 7553155 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:41673 is added to 
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-e4d231ea-d4ed-414a-95f9-fc7f1510d53a:NORMAL:127.0.0.1:50668|RBW],
 
ReplicaUC[[DISK]DS-08a50d7e-6aa0-475a-bfb5-c65329252d52:NORMAL:127.0.0.1:41673|RBW]]}
 size 0
   [junit4]   2> 7554056 INFO  (qtp1026759654-17398) [n:127.0.0.1:55369_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node4 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n3] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 7554056 INFO  (qtp1026759654-17398) [n:127.0.0.1:55369_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node4 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n3] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 7554056 INFO  (qtp1026759654-17398) [n:127.0.0.1:55369_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node4 
x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n3] o.a.s.u.HdfsUpdateLog 
Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 7554157 INFO  (qtp154162816-17373) [n:127.0.0.1:52835_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node6 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n5] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 7554157 INFO  (qtp154162816-17373) [n:127.0.0.1:52835_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node6 
x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n5] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 7554157 INFO  (qtp154162816-17373) [n:127.0.0.1:52835_solr 
c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:

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

ted live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1020650 INFO  
(zkCallback-272-thread-5-processing-n:127.0.0.1:36238_solr) 
[n:127.0.0.1:36238_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 1020661 INFO  (jetty-closer-236-thread-4) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1020661 INFO  (jetty-closer-236-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1020661 INFO  
(zkCallback-1805-thread-1-processing-n:127.0.0.1:37583_solr 
x:collection1_collection_shard2_replica_n2 s:shard2 c:collection1_collection 
r:core_node4) [n:127.0.0.1:37583_solr c:collection1_collection s:shard2 
r:core_node4 x:collection1_collection_shard2_replica_n2] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
   [junit4]   2> 1020665 INFO  (coreCloseExecutor-576-thread-1) 
[n:127.0.0.1:36238_solr c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_collection_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@50e5f18b
   [junit4]   2> 1020665 INFO  (coreCloseExecutor-576-thread-1) 
[n:127.0.0.1:36238_solr c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.core.collection1_collection.shard1.replica_n1, tag=1357246859
   [junit4]   2> 1020692 INFO  (coreCloseExecutor-576-thread-1) 
[n:127.0.0.1:36238_solr c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@51bdd4e8: rootName 
= solr_36238, domain = solr.core.collection1_collection.shard1.replica_n1, 
service url = null, agent id = null] for registry 
solr.core.collection1_collection.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@7063501e
   [junit4]   2> 1020707 INFO  (coreCloseExecutor-577-thread-1) 
[n:127.0.0.1:37583_solr c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.c.SolrCore 
[collection1_collection_shard2_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3f61282a
   [junit4]   2> 1020710 INFO  (coreCloseExecutor-576-thread-1) 
[n:127.0.0.1:36238_solr c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.collection1_collection.shard1.leader, tag=1357246859
   [junit4]   2> 1020732 INFO  (coreCloseExecutor-577-thread-1) 
[n:127.0.0.1:37583_solr c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.core.collection1_collection.shard2.replica_n2, tag=1063331882
   [junit4]   2> 1020732 INFO  (coreCloseExecutor-577-thread-1) 
[n:127.0.0.1:37583_solr c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@41dfc7bb: rootName 
= solr_37583, domain = solr.core.collection1_collection.shard2.replica_n2, 
service url = null, agent id = null] for registry 
solr.core.collection1_collection.shard2.replica_n2 / 
com.codahale.metrics.MetricRegistry@10d0f746
   [junit4]   2> 1020755 INFO  (coreCloseExecutor-577-thread-1) 
[n:127.0.0.1:37583_solr c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.collection1_collection.shard2.leader, tag=1063331882
   [junit4]   2> 1020784 INFO  (jetty-closer-236-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2a8bc0d6{/solr,null,UNAVAILABLE}
   [junit4]   2> 1020794 INFO  (jetty-closer-236-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=99145935423864841-127.0.0.1:37583_solr-n_0000000000) closing
   [junit4]   2> 1020794 INFO  
(OverseerStateUpdate-99145935423864841-127.0.0.1:37583_solr-n_0000000000) 
[n:127.0.0.1:37583_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:37583_solr
   [junit4]   2> 1020816 WARN  
(OverseerAutoScalingTriggerThread-99145935423864841-127.0.0.1:37583_solr-n_0000000000)
 [n:127.0.0.1:37583_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1020844 INFO  (jetty-closer-236-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@12d318bc{/solr,null,UNAVAILABLE}
   [junit4]   2> 1020857 ERROR 
(SUITE-StreamExpressionTest-seed#[72515E0A109A540E]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1020858 INFO  
(SUITE-StreamExpressionTest-seed#[72515E0A109A540E]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:51520 51520
   [junit4]   2> 1021031 INFO  (Thread-196) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:51520 51520
   [junit4]   2> 1021032 WARN  (Thread-196) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        79      /solr/aliases.json
   [junit4]   2>        11      /solr/configs/conf
   [junit4]   2>        4       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        79      /solr/clusterprops.json
   [junit4]   2>        79      /solr/clusterstate.json
   [junit4]   2>        26      
/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2>        22      
/solr/collections/destinationCollection/state.json
   [junit4]   2>        20      
/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2>        17      
/solr/collections/collection1_collection/state.json
   [junit4]   2>        14      /solr/collections/mainCorpus1/state.json
   [junit4]   2>        14      /solr/collections/destination1/state.json
   [junit4]   2>        14      /solr/collections/workQueue/state.json
   [junit4]   2>        12      /solr/collections/mainCorpus/state.json
   [junit4]   2>        10      /solr/collections/destination/state.json
   [junit4]   2>        10      /solr/collections/workQueue1/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/99145935423864841-127.0.0.1:37583_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        79      /solr/live_nodes
   [junit4]   2>        79      /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_72515E0A109A540E-001
   [junit4]   2> Dec 09, 2017 7:21:14 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{expr_s=FSTOrd50, join2_s=BlockTreeOrds(blocksize=128), 
multiDefault=BlockTreeOrds(blocksize=128), 
subject=BlockTreeOrds(blocksize=128), a1_s=Lucene50(blocksize=128), 
a2_s=FSTOrd50, test_t=Lucene50(blocksize=128), level1_s=FSTOrd50, 
ident_s=Lucene50(blocksize=128), body_t=Lucene50(blocksize=128), 
s_multi=FSTOrd50, a_ss=BlockTreeOrds(blocksize=128), 
col_s=Lucene50(blocksize=128), level2_s=Lucene50(blocksize=128), a_s=FSTOrd50, 
a_t=BlockTreeOrds(blocksize=128), side_s=Lucene50(blocksize=128), 
id=Lucene50(blocksize=128), text=FSTOrd50}, 
docValues:{expr_s=DocValuesFormat(name=Lucene70), 
join2_s=DocValuesFormat(name=Asserting), 
multiDefault=DocValuesFormat(name=Asserting), 
a1_s=DocValuesFormat(name=Lucene70), price_f=DocValuesFormat(name=Asserting), 
a_f=DocValuesFormat(name=Lucene70), intDefault=DocValuesFormat(name=Lucene70), 
join1_i=DocValuesFormat(name=Lucene70), a2_s=DocValuesFormat(name=Lucene70), 
a_i=DocValuesFormat(name=Memory), join3_i=DocValuesFormat(name=Memory), 
test_i=DocValuesFormat(name=Asserting), 
field_i=DocValuesFormat(name=Asserting), 
level1_s=DocValuesFormat(name=Lucene70), 
s_multi=DocValuesFormat(name=Lucene70), a_ss=DocValuesFormat(name=Asserting), 
col_s=DocValuesFormat(name=Lucene70), level2_s=DocValuesFormat(name=Lucene70), 
a_s=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Asserting), 
i_multi=DocValuesFormat(name=Memory), b_ls=DocValuesFormat(name=Lucene70), 
test_dt=DocValuesFormat(name=Lucene70), ident_s=DocValuesFormat(name=Lucene70), 
order_i=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Lucene70), side_s=DocValuesFormat(name=Memory), 
miles_i=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1578, 
maxMBSortInHeap=6.435731837867215, sim=RandomSimilarity(queryNorm=false): {}, 
locale=lt-LT, timezone=Etc/GMT+11
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=173714128,total=423624704
   [junit4]   2> NOTE: All tests run in this JVM: [TestSuggesterResponse, 
NormalizeEvaluatorTest, SelectWithEvaluatorsTest, PowerEvaluatorTest, 
HttpSolrClientBuilderTest, SolrExceptionTest, TestJsonRecordReader, 
TestCollectionAdminRequest, RegressionEvaluatorTest, MultiplyEvaluatorTest, 
JettyWebappTest, UuidEvaluatorTest, CloudSolrClientBuilderTest, 
NoOpResponseParserTest, TestCollectionStateWatchers, SolrParamTest, 
CommonParamsTest, SolrExampleXMLTest, SolrExampleBinaryTest, AddEvaluatorTest, 
LBHttpSolrClientBuilderTest, GreaterThanEqualToEvaluatorTest, 
LessThanEqualToEvaluatorTest, SolrExampleJettyTest, CoalesceEvaluatorTest, 
TestPolicy, CloudSolrClientCacheTest, CloudSolrClientMultiConstructorTest, 
CloudSolrClientTest, StreamExpressionTest]
   [junit4] Completed [146/146 (1!)] on J2 in 360.24s, 139 tests, 1 failure, 9 
skipped <<< FAILURES!

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

Reply via email to