Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1098/

7 tests failed.
FAILED:  
org.apache.solr.cloud.TestLeaderInitiatedRecoveryThread.testPublishDownState

Error Message:
expected:<29> but was:<30>

Stack Trace:
java.lang.AssertionError: expected:<29> but was:<30>
        at 
__randomizedtesting.SeedInfo.seed([A9C9065E58FF6326:F7B4A4A0FCE22ADB]: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.cloud.TestLeaderInitiatedRecoveryThread.testPublishDownState(TestLeaderInitiatedRecoveryThread.java:114)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.core.OpenCloseCoreStressTest.test10Minutes

Error Message:
Captured an uncaught exception in thread: Thread[id=10053, name=Thread-6582, 
state=RUNNABLE, group=TGRP-OpenCloseCoreStressTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=10053, name=Thread-6582, state=RUNNABLE, 
group=TGRP-OpenCloseCoreStressTest]
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
        at __randomizedtesting.SeedInfo.seed([A9C9065E58FF6326]:0)
        at java.util.HashMap.newNode(HashMap.java:1742)
        at java.util.HashMap.putVal(HashMap.java:630)
        at java.util.HashMap.put(HashMap.java:611)
        at java.util.HashSet.add(HashSet.java:219)
        at java.util.AbstractCollection.addAll(AbstractCollection.java:344)
        at 
sun.security.ssl.SSLAlgorithmDecomposer.decompose(SSLAlgorithmDecomposer.java:212)
        at 
sun.security.ssl.SSLAlgorithmDecomposer.decompose(SSLAlgorithmDecomposer.java:243)
        at 
sun.security.util.AbstractAlgorithmConstraints.checkAlgorithm(AbstractAlgorithmConstraints.java:104)
        at 
sun.security.util.DisabledAlgorithmConstraints.permits(DisabledAlgorithmConstraints.java:91)
        at 
sun.security.ssl.SSLAlgorithmConstraints.permits(SSLAlgorithmConstraints.java:144)
        at 
sun.security.ssl.SSLContextImpl.getApplicableCipherSuiteList(SSLContextImpl.java:349)
        at 
sun.security.ssl.SSLContextImpl.getDefaultCipherSuiteList(SSLContextImpl.java:304)
        at sun.security.ssl.SSLSocketImpl.init(SSLSocketImpl.java:626)
        at sun.security.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:567)
        at 
sun.security.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:110)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:363)
        at 
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
        at 
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173)


FAILED:  org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([A9C9065E58FF6326:4093BD66C666F38E]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:782)
        at 
org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=*[count(//doc)=1]
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">6</int></lst><result name="response" numFound="0" 
start="0"></result>
</response>

        request was:q=id:2&qt=standard&start=0&rows=20&version=2.2
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:775)
        ... 41 more


FAILED:  
junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler

Error Message:
ObjectTracker found 2 object(s) that were not released!!! [NRTCachingDirectory, 
NRTCachingDirectory]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 2 object(s) that were not 
released!!! [NRTCachingDirectory, NRTCachingDirectory]
        at __randomizedtesting.SeedInfo.seed([A9C9065E58FF6326]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:257)
        at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=3404, name=collection3, 
state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=3404, name=collection3, state=RUNNABLE, 
group=TGRP-HdfsCollectionsAPIDistributedZkTest]
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:52544: collection already exists: 
awholynewstresscollection_collection3_2
        at __randomizedtesting.SeedInfo.seed([A9C9065E58FF6326]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:608)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1291)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1599)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1620)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:988)


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

Error Message:
ObjectTracker found 10 object(s) that were not released!!! [InternalHttpClient, 
InternalHttpClient, InternalHttpClient, InternalHttpClient, InternalHttpClient, 
InternalHttpClient, InternalHttpClient, InternalHttpClient, InternalHttpClient, 
InternalHttpClient]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not 
released!!! [InternalHttpClient, InternalHttpClient, InternalHttpClient, 
InternalHttpClient, InternalHttpClient, InternalHttpClient, InternalHttpClient, 
InternalHttpClient, InternalHttpClient, InternalHttpClient]
        at __randomizedtesting.SeedInfo.seed([A9C9065E58FF6326]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:257)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


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

Error Message:
10 threads leaked from SUITE scope at 
org.apache.solr.cloud.ConcurrentDeleteAndCreateCollectionTest:     1) 
Thread[id=70982, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-ConcurrentDeleteAndCreateCollectionTest]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:745)    2) Thread[id=70992, 
name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-ConcurrentDeleteAndCreateCollectionTest]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:745)    3) Thread[id=71002, 
name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-ConcurrentDeleteAndCreateCollectionTest]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:745)    4) Thread[id=70997, 
name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-ConcurrentDeleteAndCreateCollectionTest]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:745)    5) Thread[id=71007, 
name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-ConcurrentDeleteAndCreateCollectionTest]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:745)    6) Thread[id=70972, 
name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-ConcurrentDeleteAndCreateCollectionTest]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:745)    7) Thread[id=70987, 
name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-ConcurrentDeleteAndCreateCollectionTest]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:745)    8) Thread[id=71017, 
name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-ConcurrentDeleteAndCreateCollectionTest]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:745)    9) Thread[id=70977, 
name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-ConcurrentDeleteAndCreateCollectionTest]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:745)   10) Thread[id=71012, 
name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-ConcurrentDeleteAndCreateCollectionTest]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 10 threads leaked from 
SUITE scope at org.apache.solr.cloud.ConcurrentDeleteAndCreateCollectionTest: 
   1) Thread[id=70982, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-ConcurrentDeleteAndCreateCollectionTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=70992, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-ConcurrentDeleteAndCreateCollectionTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:745)
   3) Thread[id=71002, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-ConcurrentDeleteAndCreateCollectionTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:745)
   4) Thread[id=70997, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-ConcurrentDeleteAndCreateCollectionTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:745)
   5) Thread[id=71007, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-ConcurrentDeleteAndCreateCollectionTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:745)
   6) Thread[id=70972, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-ConcurrentDeleteAndCreateCollectionTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:745)
   7) Thread[id=70987, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-ConcurrentDeleteAndCreateCollectionTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:745)
   8) Thread[id=71017, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-ConcurrentDeleteAndCreateCollectionTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:745)
   9) Thread[id=70977, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-ConcurrentDeleteAndCreateCollectionTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:745)
  10) Thread[id=71012, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-ConcurrentDeleteAndCreateCollectionTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([A9C9065E58FF6326]:0)




Build Log:
[...truncated 11153 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_A9C9065E58FF6326-001/init-core-data-001
   [junit4]   2> 130319 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A9C9065E58FF6326]-worker) [    
] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 130320 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A9C9065E58FF6326]-worker) [    
] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 130356 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A9C9065E58FF6326]-worker) [    
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 130361 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A9C9065E58FF6326]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 130363 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A9C9065E58FF6326]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 130374 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A9C9065E58FF6326]-worker) [    
] o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_47960_hdfs____.edghs6/webapp
   [junit4]   2> 130811 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A9C9065E58FF6326]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:47960
   [junit4]   2> 130871 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A9C9065E58FF6326]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 130872 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A9C9065E58FF6326]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 130876 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A9C9065E58FF6326]-worker) [    
] o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_34444_datanode____3uyxwa/webapp
   [junit4]   2> 131200 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A9C9065E58FF6326]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:34444
   [junit4]   2> 131255 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A9C9065E58FF6326]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 131256 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A9C9065E58FF6326]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 131264 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A9C9065E58FF6326]-worker) [    
] o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_52818_datanode____sulfnt/webapp
   [junit4]   2> 131349 INFO  (IPC Server handler 3 on 57883) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-abf04536-f518-463e-862b-8e94d836c463 node 
DatanodeRegistration(127.0.0.1:47919, 
datanodeUuid=46a87ad8-bafb-468e-895d-0fe0a02a8b60, infoPort=37364, 
infoSecurePort=0, ipcPort=58064, 
storageInfo=lv=-56;cid=testClusterID;nsid=1478403124;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 131349 INFO  (IPC Server handler 3 on 57883) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-734720c8-8578-451c-a9b3-14b8ec0eba7e node 
DatanodeRegistration(127.0.0.1:47919, 
datanodeUuid=46a87ad8-bafb-468e-895d-0fe0a02a8b60, infoPort=37364, 
infoSecurePort=0, ipcPort=58064, 
storageInfo=lv=-56;cid=testClusterID;nsid=1478403124;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 131556 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[A9C9065E58FF6326]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:52818
   [junit4]   2> 131645 INFO  (IPC Server handler 8 on 57883) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-b7a91d45-0f98-4bc0-bd2c-6c2963eee4a6 node 
DatanodeRegistration(127.0.0.1:51738, 
datanodeUuid=ad55ad54-f778-4d4c-a2a9-64a4ada42f34, infoPort=47752, 
infoSecurePort=0, ipcPort=35234, 
storageInfo=lv=-56;cid=testClusterID;nsid=1478403124;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 131646 INFO  (IPC Server handler 8 on 57883) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-a8788468-41cd-4f53-95f9-54c7aea3653b node 
DatanodeRegistration(127.0.0.1:51738, 
datanodeUuid=ad55ad54-f778-4d4c-a2a9-64a4ada42f34, infoPort=47752, 
infoSecurePort=0, ipcPort=35234, 
storageInfo=lv=-56;cid=testClusterID;nsid=1478403124;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 131736 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 131736 INFO  (Thread-1570) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 131736 INFO  (Thread-1570) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 131836 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:49874
   [junit4]   2> 131836 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 131837 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 131840 INFO  (zkCallback-192-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@126d39ff 
name:ZooKeeperConnection Watcher:127.0.0.1:49874 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 131840 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 131840 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 131840 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 131846 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 131848 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 131849 INFO  (zkCallback-193-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@68f919f8 
name:ZooKeeperConnection Watcher:127.0.0.1:49874/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 131849 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 131849 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 131849 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 131853 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 131855 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 131856 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 131857 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 131857 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 131859 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 131860 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 131861 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 131861 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 131863 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 131863 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 131864 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 131864 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 131866 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 131866 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 131869 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 131869 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 131875 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 131875 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 131877 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 131877 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 131878 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 131878 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 131880 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 131880 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 131882 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 131883 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 131884 INFO  (zkCallback-195-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@122ea86d 
name:ZooKeeperConnection Watcher:127.0.0.1:49874/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 131884 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 131884 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 131885 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 131885 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 131889 INFO  (zkCallback-196-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@62331959 
name:ZooKeeperConnection Watcher:127.0.0.1:49874 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 131889 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 131889 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 131889 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 131891 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 131891 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 131892 INFO  (zkCallback-197-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@22e83304 
name:ZooKeeperConnection Watcher:127.0.0.1:49874/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 131892 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 131893 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 131893 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf2/solrconfig.xml
   [junit4]   2> 131893 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/solrconfig.xml
   [junit4]   2> 131895 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf2/schema.xml
   [junit4]   2> 131895 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/schema.xml
   [junit4]   2> 131897 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf2/enumsConfig.xml
   [junit4]   2> 131897 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/enumsConfig.xml
   [junit4]   2> 131898 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 131899 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 131900 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf2/stopwords.txt
   [junit4]   2> 131900 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/stopwords.txt
   [junit4]   2> 131901 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf2/protwords.txt
   [junit4]   2> 131902 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/protwords.txt
   [junit4]   2> 131903 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf2/currency.xml
   [junit4]   2> 131903 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/currency.xml
   [junit4]   2> 131905 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf2/open-exchange-rates.json
   [junit4]   2> 131905 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/open-exchange-rates.json
   [junit4]   2> 131907 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 131907 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 131908 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf2/old_synonyms.txt
   [junit4]   2> 131908 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/old_synonyms.txt
   [junit4]   2> 131910 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf2/synonyms.txt
   [junit4]   2> 131910 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/synonyms.txt
   [junit4]   2> 131911 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/elevate.xml
 to /configs/conf2/elevate.xml
   [junit4]   2> 131911 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/elevate.xml
   [junit4]   2> 131953 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_A9C9065E58FF6326-001/control-001/cores/collection1
   [junit4]   2> 131956 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 131958 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@55d29294{/,null,AVAILABLE}
   [junit4]   2> 131961 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@45200254{SSL,[ssl, 
http/1.1]}{127.0.0.1:55025}
   [junit4]   2> 131966 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.e.j.s.Server Started @134007ms
   [junit4]   2> 131967 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:57883/hdfs__localhost_57883__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_A9C9065E58FF6326-001_tempDir-002_control_data,
 hostContext=/, hostPort=55025, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_A9C9065E58FF6326-001/control-001/cores}
   [junit4]   2> 131968 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@5c647e05
   [junit4]   2> 131968 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_A9C9065E58FF6326-001/control-001'
   [junit4]   2> 131968 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 131968 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 131968 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 131969 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 131970 INFO  (zkCallback-198-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4130b5c5 
name:ZooKeeperConnection Watcher:127.0.0.1:49874/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 131970 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 131970 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 131971 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 131971 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_A9C9065E58FF6326-001/control-001/solr.xml
   [junit4]   2> 131975 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_A9C9065E58FF6326-001/control-001/cores
   [junit4]   2> 131976 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 976523124
   [junit4]   2> 131976 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_A9C9065E58FF6326-001/control-001]
   [junit4]   2> 131976 WARN  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_A9C9065E58FF6326-001/control-001/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_A9C9065E58FF6326-001/control-001/lib
   [junit4]   2> 131976 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 131978 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 131978 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 131978 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 131978 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49874/solr
   [junit4]   2> 131978 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 131978 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 131978 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 131979 INFO  (zkCallback-201-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5d96e9af 
name:ZooKeeperConnection Watcher:127.0.0.1:49874 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 131980 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 131980 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 131981 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$72/1996173683@1f0491d3
   [junit4]   2> 131982 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 131983 INFO  
(zkCallback-202-thread-1-processing-n:127.0.0.1:55025_) [n:127.0.0.1:55025_    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@76e4f20e 
name:ZooKeeperConnection Watcher:127.0.0.1:49874/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 131984 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 131984 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 131986 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 131989 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 131992 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 131994 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 131996 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 131997 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 131998 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 131999 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 132000 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 132001 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: 
{urlScheme=https}
   [junit4]   2> 132001 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 132004 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 132005 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 132006 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 132006 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.LeaderElector Joined leadership election with 
path: /overseer_elect/election/96423840087080967-127.0.0.1:55025_-n_0000000000
   [junit4]   2> 132007 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:55025_
   [junit4]   2> 132007 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 132008 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.Overseer Overseer 
(id=96423840087080967-127.0.0.1:55025_-n_0000000000) starting
   [junit4]   2> 132010 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 132015 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=10000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 132015 INFO  
(OverseerCollectionConfigSetProcessor-96423840087080967-127.0.0.1:55025_-n_0000000000)
 [n:127.0.0.1:55025_    ] o.a.s.c.OverseerTaskProcessor Process current queue 
of overseer operations
   [junit4]   2> 132016 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55025_
   [junit4]   2> 132016 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:55025_
   [junit4]   2> 132016 INFO  
(OverseerStateUpdate-96423840087080967-127.0.0.1:55025_-n_0000000000) 
[n:127.0.0.1:55025_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 132018 INFO  
(zkCallback-202-thread-1-processing-n:127.0.0.1:55025_) [n:127.0.0.1:55025_    
] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [0])
   [junit4]   2> 132018 INFO  
(OverseerStateUpdate-96423840087080967-127.0.0.1:55025_-n_0000000000) 
[n:127.0.0.1:55025_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 132022 INFO  
(zkCallback-202-thread-1-processing-n:127.0.0.1:55025_) [n:127.0.0.1:55025_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 132030 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 132030 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 132030 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_A9C9065E58FF6326-001/control-001/cores
   [junit4]   2> 132031 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, 
loadOnStartup=true, configSetProperties=configsetprops.json, 
collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 132031 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.CorePropertiesLocator Found core collection1 
in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_A9C9065E58FF6326-001/control-001/cores/collection1
   [junit4]   2> 132031 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 132034 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 132034 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 132035 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2
   [junit4]   2> 132035 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[A9C9065E58FF6326]) 
[n:127.0.0.1:55025_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() 
done
   [junit4]   2> 132035 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Collection control_collection not visible yet, but flagging it so a watch is 
registered when it becomes visible
   [junit4]   2> 132036 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 132039 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 132039 INFO  
(OverseerStateUpdate-96423840087080967-127.0.0.1:55025_-n_0000000000) 
[n:127.0.0.1:55025_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:55025";,
   [junit4]   2>   "node_name":"127.0.0.1:55025_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 132039 INFO  
(OverseerStateUpdate-96423840087080967-127.0.0.1:55025_-n_0000000000) 
[n:127.0.0.1:55025_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:55025";,
   [junit4]   2>   "node_name":"127.0.0.1:55025_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 132039 INFO  
(OverseerStateUpdate-96423840087080967-127.0.0.1:55025_-n_0000000000) 
[n:127.0.0.1:55025_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
control_collection
   [junit4]   2> 132040 INFO  
(OverseerStateUpdate-96423840087080967-127.0.0.1:55025_-n_0000000000) 
[n:127.0.0.1:55025_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 132042 INFO  
(zkCallback-202-thread-1-processing-n:127.0.0.1:55025_) [n:127.0.0.1:55025_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 133039 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for collection1
   [junit4]   2> 133039 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Check for collection zkNode:control_collection
   [junit4]   2> 133040 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 133040 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/control_collection]
   [junit4]   2> 133041 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=[/collections/control_collection] 
[configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 133041 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_A9C9065E58FF6326-001/control-001/cores/collection1'
   [junit4]   2> 133041 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 133041 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 133042 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 133047 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 133051 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 133061 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 133066 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 133162 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 133169 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
default search field in schema is text
   [junit4]   2> 133170 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 133180 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 133181 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 133183 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 133184 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 133185 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2
   [junit4]   2> 133185 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 133185 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore org.apache.solr.core.HdfsDirectoryFactory
   [junit4]   2> 133185 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:57883/solr_hdfs_home
   [junit4]   2> 133185 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 133185 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_A9C9065E58FF6326-001/control-001/cores/collection1],
 
dataDir=[hdfs://localhost:57883/solr_hdfs_home/control_collection/core_node1/data/]
   [junit4]   2> 133186 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@14c57716
   [junit4]   2> 133186 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:57883/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
   [junit4]   2> 133199 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
hdfs://localhost:57883/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
   [junit4]   2> 133199 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 133200 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:57883/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 133210 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
hdfs://localhost:57883/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 133211 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=hdfs://localhost:57883/solr_hdfs_home/control_collection/core_node1/data/index/
   [junit4]   2> 133219 WARN  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'hdfs:/localhost:57883/solr_hdfs_home/control_collection/core_node1/data/index' 
doesn't exist. Creating new index...
   [junit4]   2> 133219 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:57883/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 133231 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
hdfs://localhost:57883/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 133231 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@26b0e09d
   [junit4]   2> 133273 INFO  (IPC Server handler 5 on 57883) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51738 is 
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-abf04536-f518-463e-862b-8e94d836c463:NORMAL:127.0.0.1:47919|RBW],
 
ReplicaUC[[DISK]DS-a8788468-41cd-4f53-95f9-54c7aea3653b:NORMAL:127.0.0.1:51738|FINALIZED]]}
 size 0
   [junit4]   2> 133274 INFO  (IPC Server handler 6 on 57883) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:47919 is 
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-a8788468-41cd-4f53-95f9-54c7aea3653b:NORMAL:127.0.0.1:51738|FINALIZED],
 
ReplicaUC[[DISK]DS-734720c8-8578-451c-a9b3-14b8ec0eba7e:NORMAL:127.0.0.1:47919|FINALIZED]]}
 size 0
   [junit4]   2> 133281 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        
commit{dir=NRTCachingDirectory(HdfsDirectory@hdfs://localhost:57883/solr_hdfs_home/control_collection/core_node1/data/index
 lockFactory=org.apache.solr.store.hdfs.HdfsLockFactory@1acb8c22; 
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 133281 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 133286 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:55025_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
Looking for old index directories to cleanup for core collection1 in 
hdfs://localhost:57883/solr_hdfs_home/control_collection/core_node1/data/
   [junit4]   2> 133289 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 133289 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 133289 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 133289 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 133289 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 133289 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 133290 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 133290 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 133290 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 133290 WARN  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 133291 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 133292 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 133292 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 133293 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 133297 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 133297 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 133301 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 133301 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 133301 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 133312 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 133312 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 133313 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6457253836555219]
   [junit4]   2> 133326 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        
commit{dir=NRTCachingDirectory(HdfsDirectory@hdfs://localhost:57883/solr_hdfs_home/control_collection/core_node1/data/index
 lockFactory=org.apache.solr.store.hdfs.HdfsLockFactory@1acb8c22; 
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 133326 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 133327 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2c177768[collection1] main]
   [junit4]   2> 133327 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/control_collection]
   [junit4]   2> 133328 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.ZkStateReader path=[/collections/control_collection] 
[configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 133328 INFO  
(coreLoadExecutor-341-thread-1-processing-n:127.0.0.1:55025_) 
[n:127.0.0.1:55025_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 133328 INFO  

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

nterceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/bcprov-jdk15-1.45.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/cglib-nodep-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/easymock-3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/hadoop-common-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/hadoop-hdfs-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/hadoop-minikdc-2.7.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jackson-core-asl-1.9.13.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jackson-mapper-asl-1.9.13.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/mockito-core-1.9.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/objenesis-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/presto-parser-0.122.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/slice-0.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-7.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/contrib/analysis-extras/lib/icu4j-56.1.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_102/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.4.jar
 com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J0-20160816_012822_651.events
 
@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J0-20160816_012822_651.suites
 -stdin
   [junit4] ERROR: JVM J0 ended with an exception: Forked process returned with 
error code: 11. Very likely a JVM crash.  See process stdout at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J0-20160816_012822_651.sysout
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1481)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
   [junit4]     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]     at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]     at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]     at java.lang.Thread.run(Thread.java:745)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:771:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:707:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:59:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build.xml:233:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/common-build.xml:536:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/common-build.xml:1443:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/common-build.xml:984:
 At least one slave process threw an exception, first: Forked process returned 
with error code: 11. Very likely a JVM crash.  See process stdout at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J0-20160816_012822_651.sysout

Total time: 264 minutes 48 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to