Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/966/

4 tests failed.
REGRESSION:  org.apache.solr.cloud.RollingRestartTest.test

Error Message:
Unable to restart (#3): CloudJettyRunner 
[url=http://127.0.0.1:54025/collection1]

Stack Trace:
java.lang.AssertionError: Unable to restart (#3): CloudJettyRunner 
[url=http://127.0.0.1:54025/collection1]
        at 
__randomizedtesting.SeedInfo.seed([8FE483CDADEEB3E6:7B0BC170312DE1E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:104)
        at 
org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:53)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1665)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:864)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:900)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:914)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        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:873)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:775)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:809)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:820)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        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)


REGRESSION:  org.apache.solr.cloud.hdfs.StressHdfsTest.test

Error Message:
Error from server at http://127.0.0.1:49714/_s/kf: Could not find collection : 
delete_data_dir

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:49714/_s/kf: Could not find collection : 
delete_data_dir
        at 
__randomizedtesting.SeedInfo.seed([8FE483CDADEEB3E6:7B0BC170312DE1E]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1099)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
        at 
org.apache.solr.cloud.hdfs.StressHdfsTest.createAndDeleteCollection(StressHdfsTest.java:206)
        at 
org.apache.solr.cloud.hdfs.StressHdfsTest.test(StressHdfsTest.java:100)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1665)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:864)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:900)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:914)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        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:873)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:775)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:809)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:820)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        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.CollectionsAPIDistributedZkTest.test

Error Message:
Error from server at http://127.0.0.1:56506: Error CREATEing SolrCore 
'halfcollection_shard1_replica1': Unable to create core 
[halfcollection_shard1_replica1] Caused by: KeeperErrorCode = Session expired 
for /collections/acollectionafterbaddelete/state.json

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:56506: Error CREATEing SolrCore 
'halfcollection_shard1_replica1': Unable to create core 
[halfcollection_shard1_replica1] Caused by: KeeperErrorCode = Session expired 
for /collections/acollectionafterbaddelete/state.json
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.makeRequest(CollectionsAPIDistributedZkTest.java:302)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:419)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:169)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1665)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:864)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:900)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:914)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        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:873)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:775)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:809)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:820)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        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=5083, name=collection1, 
state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=5083, name=collection1, state=RUNNABLE, 
group=TGRP-HdfsCollectionsAPIDistributedZkTest]
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:50804: Could not find collection : 
awholynewstresscollection_collection1_0
        at __randomizedtesting.SeedInfo.seed([8FE483CDADEEB3E6]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1099)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:895)




Build Log:
[...truncated 10588 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_8FE483CDADEEB3E6-001/init-core-data-001
   [junit4]   2> 496159 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[8FE483CDADEEB3E6]-worker) [    
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 496159 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[8FE483CDADEEB3E6]-worker) [    
] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 496758 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[8FE483CDADEEB3E6]-worker) [    
] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your 
platform... using builtin-java classes where applicable
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 497443 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[8FE483CDADEEB3E6]-worker) [    
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 497611 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[8FE483CDADEEB3E6]-worker) [    
] o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via 
org.mortbay.log.Slf4jLog
   [junit4]   2> 497621 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[8FE483CDADEEB3E6]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 497701 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[8FE483CDADEEB3E6]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 497751 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[8FE483CDADEEB3E6]-worker) [    
] o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_58218_hdfs____.vy6gow/webapp
   [junit4]   2> 497938 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[8FE483CDADEEB3E6]-worker) [    
] o.m.log NO JSP Support for /, did not find 
org.apache.jasper.servlet.JspServlet
   [junit4]   2> 498921 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[8FE483CDADEEB3E6]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:58218
   [junit4]   2> 499682 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[8FE483CDADEEB3E6]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 499689 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[8FE483CDADEEB3E6]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 499701 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[8FE483CDADEEB3E6]-worker) [    
] o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_42810_datanode____.pqrl34/webapp
   [junit4]   2> 499826 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[8FE483CDADEEB3E6]-worker) [    
] o.m.log NO JSP Support for /, did not find 
org.apache.jasper.servlet.JspServlet
   [junit4]   2> 500391 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[8FE483CDADEEB3E6]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:42810
   [junit4]   2> 500488 WARN  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[8FE483CDADEEB3E6]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 500490 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[8FE483CDADEEB3E6]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 500505 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[8FE483CDADEEB3E6]-worker) [    
] o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_57962_datanode____.14ils6/webapp
   [junit4]   2> 500629 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[8FE483CDADEEB3E6]-worker) [    
] o.m.log NO JSP Support for /, did not find 
org.apache.jasper.servlet.JspServlet
   [junit4]   2> 501158 INFO  (IPC Server handler 3 on 34658) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-5cbaa104-cb4d-4814-bf2b-23dd97e42181 node DatanodeRegistration(127.0.0.1, 
datanodeUuid=319447a4-1ec4-4d9e-967b-0aa39b460cc6, infoPort=42810, 
ipcPort=36044, storageInfo=lv=-56;cid=testClusterID;nsid=345570926;c=0), 
blocks: 0, hasStaleStorages: true, processing time: 3 msecs
   [junit4]   2> 501158 INFO  (IPC Server handler 3 on 34658) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-5e9b20e0-3a2f-4cea-ac85-80e15a9d816a node DatanodeRegistration(127.0.0.1, 
datanodeUuid=319447a4-1ec4-4d9e-967b-0aa39b460cc6, infoPort=42810, 
ipcPort=36044, storageInfo=lv=-56;cid=testClusterID;nsid=345570926;c=0), 
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 501161 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[8FE483CDADEEB3E6]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:57962
   [junit4]   2> 501318 INFO  (IPC Server handler 7 on 34658) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-d7f2268f-6847-452d-966b-fc7280dad77b node DatanodeRegistration(127.0.0.1, 
datanodeUuid=c91346f0-d3a0-4b4a-b3b1-11ba742b2d52, infoPort=57962, 
ipcPort=53297, storageInfo=lv=-56;cid=testClusterID;nsid=345570926;c=0), 
blocks: 0, hasStaleStorages: true, processing time: 0 msecs
   [junit4]   2> 501319 INFO  (IPC Server handler 7 on 34658) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-8f5dbab5-0634-4ef3-aa33-f2ee075de0a0 node DatanodeRegistration(127.0.0.1, 
datanodeUuid=c91346f0-d3a0-4b4a-b3b1-11ba742b2d52, infoPort=57962, 
ipcPort=53297, storageInfo=lv=-56;cid=testClusterID;nsid=345570926;c=0), 
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 501996 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 501996 INFO  (Thread-1554) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 501996 INFO  (Thread-1554) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 502096 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:52901
   [junit4]   2> 502096 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 502098 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 502106 INFO  (zkCallback-399-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4d1fad34 
name:ZooKeeperConnection Watcher:127.0.0.1:52901 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 502106 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 502106 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 502106 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 502110 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 502110 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 502113 INFO  (zkCallback-400-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6a4c1880 
name:ZooKeeperConnection Watcher:127.0.0.1:52901/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 502113 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 502113 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 502113 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 502115 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 502116 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 502118 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 502119 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 502119 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 502122 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 502122 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 502124 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 502124 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 502126 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 502126 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 502127 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 502128 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 502129 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 502129 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 502131 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 502131 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 502133 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 502133 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 502135 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 502136 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 502137 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 502137 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 502138 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 502139 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 502142 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 502143 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 502144 INFO  (zkCallback-401-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@49cfe892 
name:ZooKeeperConnection Watcher:127.0.0.1:52901 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 502144 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 502144 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 502144 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 502146 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 502147 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 502148 INFO  (zkCallback-402-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6da57c60 
name:ZooKeeperConnection Watcher:127.0.0.1:52901/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 502148 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 502149 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 502149 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf2/solrconfig.xml
   [junit4]   2> 502149 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/solrconfig.xml
   [junit4]   2> 502152 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf2/schema.xml
   [junit4]   2> 502152 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/schema.xml
   [junit4]   2> 502154 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf2/enumsConfig.xml
   [junit4]   2> 502155 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/enumsConfig.xml
   [junit4]   2> 502157 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 502157 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 502160 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf2/stopwords.txt
   [junit4]   2> 502160 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/stopwords.txt
   [junit4]   2> 502163 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf2/protwords.txt
   [junit4]   2> 502163 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/protwords.txt
   [junit4]   2> 502165 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf2/currency.xml
   [junit4]   2> 502165 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/currency.xml
   [junit4]   2> 502167 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf2/open-exchange-rates.json
   [junit4]   2> 502167 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/open-exchange-rates.json
   [junit4]   2> 502170 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 502170 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 502173 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf2/old_synonyms.txt
   [junit4]   2> 502173 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/old_synonyms.txt
   [junit4]   2> 502174 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf2/synonyms.txt
   [junit4]   2> 502175 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/synonyms.txt
   [junit4]   2> 502176 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/elevate.xml
 to /configs/conf2/elevate.xml
   [junit4]   2> 502177 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/elevate.xml
   [junit4]   2> 502460 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_8FE483CDADEEB3E6-001/control-001/cores/collection1
   [junit4]   2> 502463 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 502465 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2e2d1237{/,null,AVAILABLE}
   [junit4]   2> 502466 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1106f090{HTTP/1.1}{127.0.0.1:36402}
   [junit4]   2> 502466 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.e.j.s.Server Started @505441ms
   [junit4]   2> 502466 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=36402, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_8FE483CDADEEB3E6-001/control-001/cores,
 hostContext=/, 
solr.data.dir=hdfs://localhost:34658/hdfs__localhost_34658__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-5.x_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_8FE483CDADEEB3E6-001_tempDir-002_control_data}
   [junit4]   2> 502466 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1fe91485
   [junit4]   2> 502466 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_8FE483CDADEEB3E6-001/control-001/'
   [junit4]   2> 502482 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 502483 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 502484 INFO  (zkCallback-403-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@199369b name:ZooKeeperConnection 
Watcher:127.0.0.1:52901/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 502484 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 502485 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 502487 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 502487 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_8FE483CDADEEB3E6-001/control-001/solr.xml
   [junit4]   2> 502503 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_8FE483CDADEEB3E6-001/control-001/cores
   [junit4]   2> 502503 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 725863817
   [junit4]   2> 502503 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_8FE483CDADEEB3E6-001/control-001/]
   [junit4]   2> 502503 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_8FE483CDADEEB3E6-001/control-001/lib
   [junit4]   2> 502503 WARN  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_8FE483CDADEEB3E6-001/control-001/lib).
   [junit4]   2> 502512 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
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,useRetries : false,
   [junit4]   2> 502513 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 502514 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 502514 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 502514 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52901/solr
   [junit4]   2> 502514 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 502514 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 502515 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 502517 INFO  (zkCallback-405-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@18ca419d 
name:ZooKeeperConnection Watcher:127.0.0.1:52901 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 502518 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 502518 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 502521 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 502523 INFO  
(zkCallback-406-thread-1-processing-n:127.0.0.1:36402_) [n:127.0.0.1:36402_    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1df02cc6 
name:ZooKeeperConnection Watcher:127.0.0.1:52901/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 502523 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 502524 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 502528 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 502533 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 502535 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 502538 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 502541 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 502543 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 502545 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 502546 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 502548 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36402_
   [junit4]   2> 502548 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:36402_
   [junit4]   2> 502550 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 502551 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 502553 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 502554 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.LeaderElector Joined leadership election with 
path: /overseer_elect/election/94578706214682630-127.0.0.1:36402_-n_0000000000
   [junit4]   2> 502555 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:36402_
   [junit4]   2> 502555 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 502557 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.Overseer Overseer 
(id=94578706214682630-127.0.0.1:36402_-n_0000000000) starting
   [junit4]   2> 502560 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 502569 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=10000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 502570 INFO  
(OverseerStateUpdate-94578706214682630-127.0.0.1:36402_-n_0000000000) 
[n:127.0.0.1:36402_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 502570 INFO  
(OverseerCollectionConfigSetProcessor-94578706214682630-127.0.0.1:36402_-n_0000000000)
 [n:127.0.0.1:36402_    ] o.a.s.c.OverseerTaskProcessor Process current queue 
of overseer operations
   [junit4]   2> 502570 INFO  
(OverseerStateUpdate-94578706214682630-127.0.0.1:36402_-n_0000000000) 
[n:127.0.0.1:36402_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 502578 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 502601 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 502601 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 502602 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.CoresLocator Looking for core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_8FE483CDADEEB3E6-001/control-001/cores
   [junit4]   2> 502603 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.SolrCore Created CoreDescriptor: 
{absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_8FE483CDADEEB3E6-001/control-001/cores/collection1/,
 configSetProperties=configsetprops.json, dataDir=data/, 
collection=control_collection, 
instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_8FE483CDADEEB3E6-001/control-001/cores/collection1,
 coreNodeName=, loadOnStartup=true, config=solrconfig.xml, name=collection1, 
schema=schema.xml, transient=false, shard=}
   [junit4]   2> 502603 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.CoresLocator Found core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_8FE483CDADEEB3E6-001/control-001/cores/collection1/
   [junit4]   2> 502603 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 502604 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
   [junit4]   2> 502604 INFO  
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[8FE483CDADEEB3E6]) 
[n:127.0.0.1:36402_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() 
done
   [junit4]   2> 502605 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 502605 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 502607 INFO  
(OverseerStateUpdate-94578706214682630-127.0.0.1:36402_-n_0000000000) 
[n:127.0.0.1:36402_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "base_url":"http://127.0.0.1:36402";,
   [junit4]   2>   "node_name":"127.0.0.1:36402_",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "core":"collection1"} current state version: 0
   [junit4]   2> 502607 INFO  
(OverseerStateUpdate-94578706214682630-127.0.0.1:36402_-n_0000000000) 
[n:127.0.0.1:36402_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "base_url":"http://127.0.0.1:36402";,
   [junit4]   2>   "node_name":"127.0.0.1:36402_",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "core":"collection1"}
   [junit4]   2> 502608 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 502608 INFO  
(OverseerStateUpdate-94578706214682630-127.0.0.1:36402_-n_0000000000) 
[n:127.0.0.1:36402_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
control_collection
   [junit4]   2> 502608 INFO  
(OverseerStateUpdate-94578706214682630-127.0.0.1:36402_-n_0000000000) 
[n:127.0.0.1:36402_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 502610 INFO  
(zkCallback-406-thread-1-processing-n:127.0.0.1:36402_) [n:127.0.0.1:36402_    
] 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> 502611 INFO  
(zkCallback-406-thread-2-processing-n:127.0.0.1:36402_) [n:127.0.0.1:36402_    
] 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> 503608 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for collection1
   [junit4]   2> 503609 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Check for collection zkNode:control_collection
   [junit4]   2> 503609 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 503609 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config 
from:/collections/control_collection
   [junit4]   2> 503610 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 
specified config exists in ZooKeeper
   [junit4]   2> 503610 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_8FE483CDADEEB3E6-001/control-001/cores/collection1/'
   [junit4]   2> 503625 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 503633 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 503647 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 503682 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] o.a.s.c.Config Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 503683 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 503705 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 504685 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 504694 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
default search field in schema is text
   [junit4]   2> 504696 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 504707 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 504712 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 504715 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 504716 WARN  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 504716 WARN  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 504716 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 504716 WARN  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 504717 WARN  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 504717 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ 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-5.x/solr/build/solr-core/test/J1
   [junit4]   2> 504717 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 504718 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore org.apache.solr.core.HdfsDirectoryFactory
   [junit4]   2> 504726 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:34658/solr_hdfs_home
   [junit4]   2> 504726 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 504727 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ 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-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_8FE483CDADEEB3E6-001/control-001/cores/collection1/],
 dataDir=[null]
   [junit4]   2> 504727 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ 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@153ad7f4
   [junit4]   2> 504727 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:34658/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 504787 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.h.HdfsLocalityReporter Registering direcotry 
hdfs://localhost:34658/solr_hdfs_home/control_collection/core_node1/data for 
locality metrics.
   [junit4]   2> 504788 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
hdfs://localhost:34658/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 504793 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=hdfs://localhost:34658/solr_hdfs_home/control_collection/core_node1/data/index/
   [junit4]   2> 504813 WARN  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'hdfs:/localhost:34658/solr_hdfs_home/control_collection/core_node1/data/index' 
doesn't exist. Creating new index...
   [junit4]   2> 504813 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:34658/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 504832 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.h.HdfsLocalityReporter Registering direcotry 
hdfs://localhost:34658/solr_hdfs_home/control_collection/core_node1/data/index 
for locality metrics.
   [junit4]   2> 504832 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
hdfs://localhost:34658/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 504832 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=61.2490234375, 
floorSegmentMB=1.4013671875, forceMergeDeletesPctAllowed=12.150228359648278, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 505118 INFO  (IPC Server handler 4 on 34658) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:34517 is 
added to blk_1073741825_1001{blockUCState=COMMITTED, primaryNodeIndex=-1, 
replicas=[ReplicaUnderConstruction[[DISK]DS-5e9b20e0-3a2f-4cea-ac85-80e15a9d816a:NORMAL:127.0.0.1:34517|RBW],
 
ReplicaUnderConstruction[[DISK]DS-8f5dbab5-0634-4ef3-aa33-f2ee075de0a0:NORMAL:127.0.0.1:37613|RBW]]}
 size 71
   [junit4]   2> 505119 INFO  (IPC Server handler 0 on 34658) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:37613 is 
added to blk_1073741825_1001 size 71
   [junit4]   2> 505514 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=NRTCachingDirectory(HdfsDirectory@b6300590 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d5898ed; 
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 505514 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 505518 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:36402_ 
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:34658/solr_hdfs_home/control_collection/core_node1/data/
   [junit4]   2> 505524 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 505525 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 505525 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 505525 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 505525 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 505525 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ 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> 505525 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ 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> 505526 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ 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> 505526 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ 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> 505528 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 505530 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 505531 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 505532 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 505536 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/update/json,standard,/admin/segments,/update,/admin/properties,/admin/file,/admin/mbeans,/admin/system,/admin/logging,/replication,/admin/threads,/get,/admin/plugins,/update/json/docs,/update/csv,/schema,/config,/admin/ping,/admin/luke
   [junit4]   2> 505538 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ 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> 505538 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ 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> 505538 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing HdfsUpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 tlogDfsReplication=2
   [junit4]   2> 505568 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 505568 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 505571 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ 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=12, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 505641 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=NRTCachingDirectory(HdfsDirectory@b6300590 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d5898ed; 
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 505641 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 505641 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@59c8b405[collection1] main
   [junit4]   2> 505642 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ 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> 505642 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ 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> 505642 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ 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> 505643 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 505643 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 505643 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 505644 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 505644 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 505644 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 505644 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 505645 INFO  
(searcherExecutor-1444-thread-1-processing-n:127.0.0.1:36402_ 
c:control_collection s:shard1 x:collection1 r:core_node1) [n:127.0.0.1:36402_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@59c8b405[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 505652 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 505652 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 256 version 
buckets from index
   [junit4]   2> 505652 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 505652 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1513259303266418688
   [junit4]   2> 505653 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Took 0.0ms to seed version buckets with highest version 
1513259303266418688
   [junit4]   2> 505653 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 505653 INFO  
(coreLoadExecutor-1443-thread-1-processing-n:127.0.0.1:36402_) 
[n:127.0.0.1:36402_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 505654 INFO  
(coreZkRegister-1437-thread-1-processing-n:127.0.0.1:36402_ 
c:control_collection s:shard1 x:collection1 r:core_node1) [n:127.0.0.1:36402_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
Register replica - core:collection1 address:http://127.0.0.1:36402 
collection:control_collection shard:shard1
   [junit4]   2> 505655 INFO  
(coreZkRegister-1437-thread-1-processing-n:127.0.0.1:36402_ 
c:control_collection s:shard1 x:collection1 r:core_node1) [n:127.0.0.1:36402_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.SolrZkClient makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 505659 INFO  
(coreZkRegister-1437-thread-1-processing-n:127.0.0.1:36402_ 
c:control_collection s:shard1 x:collection1 r:core_node1) [n:127.0.0.1:36402_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector 
Joined leadership election with path: 
/collections/control_collection/leader_elect/shard1/election/94578706214682630-core_node1-n_0000000000
   [junit4]   2> 505659 INFO  
(coreZkRegister-1437-thread-1-processing-n:127.0.0.1:36402_ 
c:control_collection s:shard1 x:collection1 r:core_node1) [n:127.0.0.1:36402_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 505661 INFO  
(coreZkRegister-1437-thread-1-processing-n:127.0.0.1:36402_ 
c:control_collection s:shard1 x:collection1 r:core_node1) [n:127.0.0.1:36402_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 505661 INFO  
(coreZkRegister-1437-thread-1-processing-n:127.0.0.1:36402_ 
c:control_collection s:shard1 x:collection1 r:core_node1) [n:127.0.0.1:36402_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 505661 INFO  
(coreZkRegister-1437-thread-1-processing-n:127.0.0.1:36402_ 
c:control_collection s:shard1 x:collection1 r:core_node1) [n:127.0.0.1:36402_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:36402/collection1/
   [junit4]   2> 505661 INFO  
(coreZkRegister-1437-thread-1-processing-n:127.0.0.1:36402_ 
c:control_collection s:shard1 x:collection1 r:core_node1) [n:127.0.0.1:36402_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 505661 INFO  
(coreZkRegister-1437-thread-1-processing-n:127.0.0.1:36402_ 
c:control_collection s:shard1 x:collection1 r:core_node1) [n:127.0.0.1:36402_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:36402/collection1/ has no replicas
   [junit4]   2> 505661 INFO  
(coreZkRegister-1437-thread-1-processing-n:127.0.0.1:36402_ 
c:control_collection s:shard1 x:collection1 r:core_node1) [n:127.0.0.1:36402_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:36402/collection1/ shard1
   [junit4]   2> 505661 INFO  
(OverseerStateUpdate-94578706214682630-127.0.0.1:36402_-n_0000000000) 
[n:127.0.0.1:36402_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 505662 INFO  
(coreZkRegister-1437-thread-1-processing-n:127.0.0.1:36402_ 
c:control_collection s:shard1 x:collection1 r:core_node1) [n:127.0.0.1:36402_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 505663 INFO  
(zkCallback-406-thread-2-processing-n:127.0.0.1:36402_) [n:127.0.0.1:36402_    
] 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> 505663 INFO  
(zkCallback-406-thread-1-processing-n:127.0.0.1:36402_) [n:127.0.0.1:36402_    
] 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> 505667 INFO  
(coreZkRegister-1437-thread-1-processing-n:127.0.0.1:36402_ 
c:control_collection s:shard1 x:collection1 r:core_node1) [n:127.0.0.1:36402_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
   [junit4]   2> 505672 INFO  
(OverseerStateUpdate-94578706214682630-127.0.0.1:36402_-n_0000000000) 
[n:127.0.0.1:36402_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:36402";,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 505775 INFO  
(zkCallback-406-thread-2-processing-n:127.0.0.1:36402_) [n:127.0.0.1:36402_    
] 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> 505775 INFO  
(zkCallback-406-thread-1-processing-n:127.0.0.1:36402_) [n:127.0.0.1:36402_    
] 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> 505822 INFO  
(coreZkRegister-1437-thread-1-processing-n:127.0.0.1:36402_ 
c:control_collection s:shard1 x:collection1 r:core_node1) [n:127.0.0.1:36402_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
We are http://127.0.0.1:36402/collection1/ and leader is 
http://127.0.0.1:36402/collection1/
   [junit4]   2> 505822 INFO  
(coreZkRegister-1437-thread-1-processing-n:127.0.0.1:36402_ 
c:control_collection s:shard1 x:collection1 r:core_node1) [n:127.0.0.1:36402_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:36402
   [junit4]   2> 505823 INFO  
(coreZkRegister-1437-thread-1-processing-n:127.0.0.1:36402_ 
c:control_collection s:shard1 x:collection1 r:core_node1) [n:127.0.0.1:36402_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 505823 INFO  
(coreZkRegister-1437-thread-1-processing-n:127.0.0.1:36402_ 
c:control_collection s:shard1 x:collection1 r:core_node1) [n:127.0.0.1:36402_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
publishing state=active
   [junit4]   2> 505823 INFO  
(coreZkRegister-1437-thread-1-processing-n:127.0.0.1:36402_ 
c:control_collection s:shard1 x:collection1 r:core_node1) [n:127.0.0.1:36402_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 505825 INFO  
(OverseerStateUpdate-94578706214682630-127.0.0.1:36402_-n_0000000000) 
[n:127.0.0.1:36402_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "base_url":"http://127.0.0.1:36402";,
   [junit4]   2>   "node_name":"127.0.0.1:36402_",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "state":"active",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "core":"collection1"} current state version: 3
   [junit4]   2> 505826 INFO  
(OverseerStateUpdate-94578706214682630-127.0.0.1:36402_-n_0000000000) 
[n:127.0.0.1:36402_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "base_url":"http://127.0.0.1:36402";,
   [junit4]   2>   "node_name":"127.0.0.1:36402_",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "state":"active",
   [junit4]   2>   "core_node_na

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

icsSourceAdapter.java:227)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stop(MetricsSourceAdapter.java:212)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stopSources(MetricsSystemImpl.java:461)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stop(MetricsSystemImpl.java:212)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.shutdown(MetricsSystemImpl.java:592)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdownInstance(DefaultMetricsSystem.java:72)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdown(DefaultMetricsSystem.java:68)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics.shutdown(NameNodeMetrics.java:145)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:822)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1720)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1699)
   [junit4]   2>        at 
org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:197)
   [junit4]   2>        at 
org.apache.solr.cloud.hdfs.StressHdfsTest.teardownClass(StressHdfsTest.java:74)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:606)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1665)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:198)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3291)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:6223)
   [junit4]   2>        ... 53 more
   [junit4]   2> 4941055 INFO  
(SUITE-StressHdfsTest-seed#[8FE483CDADEEB3E6]-worker) 
[n:127.0.0.1:39853__s%2Fkf c:collection1 s:shard1 r:core_node7 x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_8FE483CDADEEB3E6-001
   [junit4]   2> Sep 25, 2015 2:02:47 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): 
{txt_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 multiDefault=PostingsFormat(name=Direct), id=Lucene50(blocksize=128), 
_version_=PostingsFormat(name=MockRandom), 
intDefault=PostingsFormat(name=MockRandom), 
text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 range_facet_l_dv=Lucene50(blocksize=128), 
timestamp=PostingsFormat(name=Direct), 
range_facet_l=PostingsFormat(name=Direct), 
range_facet_i_dv=PostingsFormat(name=Direct)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Lucene50), 
range_facet_i_dv=DocValuesFormat(name=Lucene50)}, sim=DefaultSimilarity, 
locale=de_LU, timezone=Asia/Singapore
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.7.0_72 (64-bit)/cpus=4,threads=2,free=246153544,total=529006592
   [junit4]   2> NOTE: All tests run in this JVM: 
[CurrencyFieldOpenExchangeTest, DistributedVersionInfoTest, 
TestTrackingShardHandlerFactory, ConcurrentDeleteAndCreateCollectionTest, 
InfoHandlerTest, QueryElevationComponentTest, TestComplexPhraseQParserPlugin, 
CursorPagingTest, SignatureUpdateProcessorFactoryTest, TestConfig, TestDocSet, 
TestPseudoReturnFields, CoreMergeIndexesAdminHandlerTest, 
ParsingFieldUpdateProcessorsTest, DistributedIntervalFacetingTest, 
TestDocBasedVersionConstraints, TestCSVLoader, TestSolr4Spatial, 
TestSolr4Spatial2, TestDocumentBuilder, BigEndianAscendingWordDeserializerTest, 
TestRandomFaceting, TestAnalyzedSuggestions, TestAuthenticationFramework, 
CustomCollectionTest, TestClusterStateMutator, TestRemoteStreaming, 
PolyFieldTest, TestCrossCoreJoin, TestManagedStopFilterFactory, 
TestCloudPivotFacet, DefaultValueUpdateProcessorTest, 
TestFoldingMultitermQuery, DistributedQueryElevationComponentTest, 
EchoParamsTest, OverseerStatusTest, DateMathParserTest, SuggestComponentTest, 
JavabinLoaderTest, TestRangeQuery, MultiThreadedOCPTest, TestReqParamsAPI, 
TestConfigReload, TestRandomRequestDistribution, DistributedMLTComponentTest, 
TestChildDocTransformer, AnalysisAfterCoreReloadTest, HdfsNNFailoverTest, 
AlternateDirectoryTest, FileBasedSpellCheckerTest, TestReplicationHandler, 
TestInfoStreamLogging, IndexSchemaTest, SolrRequestParserTest, PrimUtilsTest, 
SolrCoreTest, RequiredFieldsTest, CopyFieldTest, TestMiniSolrCloudClusterSSL, 
RemoteQueryErrorTest, UUIDUpdateProcessorFallbackTest, TestStressLucene, 
TestSolrXml, TestManagedSchema, TriLevelCompositeIdRoutingTest, FileUtilsTest, 
TimeZoneUtilsTest, SpellingQueryConverterTest, TestScoreJoinQPScore, 
TestLRUStatsCache, FullHLLTest, TestInitQParser, OutputWriterTest, 
LeaderElectionIntegrationTest, TestCollationFieldDocValues, 
SynonymTokenizerTest, TestManagedSchemaDynamicFieldResource, 
OpenExchangeRatesOrgProviderTest, SharedFSAutoReplicaFailoverUtilsTest, 
SOLR749Test, AliasIntegrationTest, TestMaxScoreQueryParser, 
TestLMDirichletSimilarityFactory, TestDistribDocBasedVersion, 
ResponseLogComponentTest, BasicDistributedZkTest, 
DistributedFacetPivotLargeTest, ChaosMonkeySafeLeaderTest, 
CollectionsAPIDistributedZkTest, SimpleCollectionCreateDeleteTest, 
SolrXmlInZkTest, TestCloudInspectUtil, TestCollectionAPI, 
TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestCryptoKeys, 
TestExclusionRuleCollectionAccess, TestLeaderInitiatedRecoveryThread, 
TestRebalanceLeaders, TestShortCircuitedRequests, HdfsBasicDistributedZk2Test, 
HdfsRecoverLeaseTest, HdfsThreadLeakTest, StressHdfsTest]
   [junit4] Completed [449/539] on J0 in 194.18s, 1 test, 1 error <<< FAILURES!

[...truncated 297 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:792: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:729: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:59: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build.xml:233:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/common-build.xml:524:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1452:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1006:
 There were test failures: 539 suites (7 ignored), 2128 tests, 3 errors, 1 
failure, 29 ignored (17 assumptions) [seed: 8FE483CDADEEB3E6]

Total time: 203 minutes 53 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-5.x #911
Archived 4 artifacts
Archive block size is 32768
Received 0 blocks and 1216225047 bytes
Compression is 0.0%
Took 3 min 12 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure


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

Reply via email to