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

3 tests failed.
REGRESSION:  org.apache.solr.cloud.hdfs.HdfsBasicDistributedZk2Test.test

Error Message:
Server refused connection at: http://127.0.0.1:42831/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: 
http://127.0.0.1:42831/collection1
        at 
__randomizedtesting.SeedInfo.seed([A83DF285E2ABAFA7:2069CD5F4C57C25F]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:567)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
        at 
org.apache.solr.cloud.BasicDistributedZk2Test.brindDownShardIndexSomeDocsAndRecover(BasicDistributedZk2Test.java:365)
        at 
org.apache.solr.cloud.BasicDistributedZk2Test.test(BasicDistributedZk2Test.java:98)
        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:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:966)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:941)
        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:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.ConnectException: Connection refused
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
        at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
        at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
        at java.net.Socket.connect(Socket.java:579)
        at 
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
        at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.solr.util.SolrHttpClient$SolrSystemDefaultHttpClient.execute(SolrHttpClient.java:54)
        at 
org.apache.solr.util.SolrHttpClient$SolrSystemDefaultHttpClient.execute(SolrHttpClient.java:45)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:465)
        ... 48 more


REGRESSION:  
org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload

Error Message:
expected:<[{indexVersion=1438559313683,generation=2,filelist=[_83.cfe, _83.cfs, 
_83.si, _85.cfe, _85.cfs, _85.si, _86.fdt, _86.fdx, _86.fnm, _86.nvd, _86.nvm, 
_86.si, _86_BlockTreeOrds_0.doc, _86_BlockTreeOrds_0.tio, 
_86_BlockTreeOrds_0.tipo, _89.fdt, _89.fdx, _89.fnm, _89.nvd, _89.nvm, _89.si, 
_89_BlockTreeOrds_0.doc, _89_BlockTreeOrds_0.tio, _89_BlockTreeOrds_0.tipo, 
_8b.fdt, _8b.fdx, _8b.fnm, _8b.nvd, _8b.nvm, _8b.si, _8b_BlockTreeOrds_0.doc, 
_8b_BlockTreeOrds_0.tio, _8b_BlockTreeOrds_0.tipo, _8c.fdt, _8c.fdx, _8c.fnm, 
_8c.nvd, _8c.nvm, _8c.si, _8c_BlockTreeOrds_0.doc, _8c_BlockTreeOrds_0.tio, 
_8c_BlockTreeOrds_0.tipo, _8d.fdt, _8d.fdx, _8d.fnm, _8d.nvd, _8d.nvm, _8d.si, 
_8d_BlockTreeOrds_0.doc, _8d_BlockTreeOrds_0.tio, _8d_BlockTreeOrds_0.tipo, 
_8g.fdt, _8g.fdx, _8g.fnm, _8g.nvd, _8g.nvm, _8g.si, _8g_BlockTreeOrds_0.doc, 
_8g_BlockTreeOrds_0.tio, _8g_BlockTreeOrds_0.tipo, _8h.fdt, _8h.fdx, _8h.fnm, 
_8h.nvd, _8h.nvm, _8h.si, _8h_BlockTreeOrds_0.doc, _8h_BlockTreeOrds_0.tio, 
_8h_BlockTreeOrds_0.tipo, _8l.fdt, _8l.fdx, _8l.fnm, _8l.nvd, _8l.nvm, _8l.si, 
_8l_BlockTreeOrds_0.doc, _8l_BlockTreeOrds_0.tio, _8l_BlockTreeOrds_0.tipo, 
_8n.fdt, _8n.fdx, _8n.fnm, _8n.nvd, _8n.nvm, _8n.si, _8n_BlockTreeOrds_0.doc, 
_8n_BlockTreeOrds_0.tio, _8n_BlockTreeOrds_0.tipo, _8o.cfe, _8o.cfs, _8o.si, 
_8p.fdt, _8p.fdx, _8p.fnm, _8p.nvd, _8p.nvm, _8p.si, _8p_BlockTreeOrds_0.doc, 
_8p_BlockTreeOrds_0.tio, _8p_BlockTreeOrds_0.tipo, _8q.fdt, _8q.fdx, _8q.fnm, 
_8q.nvd, _8q.nvm, _8q.si, _8q_BlockTreeOrds_0.doc, _8q_BlockTreeOrds_0.tio, 
_8q_BlockTreeOrds_0.tipo, _8r.fdt, _8r.fdx, _8r.fnm, _8r.nvd, _8r.nvm, _8r.si, 
_8r_BlockTreeOrds_0.doc, _8r_BlockTreeOrds_0.tio, _8r_BlockTreeOrds_0.tipo, 
_8s.fdt, _8s.fdx, _8s.fnm, _8s.nvd, _8s.nvm, _8s.si, _8s_BlockTreeOrds_0.doc, 
_8s_BlockTreeOrds_0.tio, _8s_BlockTreeOrds_0.tipo, _8t.fdt, _8t.fdx, _8t.fnm, 
_8t.nvd, _8t.nvm, _8t.si, _8t_BlockTreeOrds_0.doc, _8t_BlockTreeOrds_0.tio, 
_8t_BlockTreeOrds_0.tipo, _8u.fdt, _8u.fdx, _8u.fnm, _8u.nvd, _8u.nvm, _8u.si, 
_8u_BlockTreeOrds_0.doc, _8u_BlockTreeOrds_0.tio, _8u_BlockTreeOrds_0.tipo, 
_8v.fdt, _8v.fdx, _8v.fnm, _8v.nvd, _8v.nvm, _8v.si, _8v_BlockTreeOrds_0.doc, 
_8v_BlockTreeOrds_0.tio, _8v_BlockTreeOrds_0.tipo, _8w.fdt, _8w.fdx, _8w.fnm, 
_8w.nvd, _8w.nvm, _8w.si, _8w_BlockTreeOrds_0.doc, _8w_BlockTreeOrds_0.tio, 
_8w_BlockTreeOrds_0.tipo, _8x.fdt, _8x.fdx, _8x.fnm, _8x.nvd, _8x.nvm, _8x.si, 
_8x_BlockTreeOrds_0.doc, _8x_BlockTreeOrds_0.tio, _8x_BlockTreeOrds_0.tipo, 
_8y.fdt, _8y.fdx, _8y.fnm, _8y.nvd, _8y.nvm, _8y.si, _8y_BlockTreeOrds_0.doc, 
_8y_BlockTreeOrds_0.tio, _8y_BlockTreeOrds_0.tipo, segments_2]}]> but 
was:<[{indexVersion=1438559313683,generation=2,filelist=[_83.cfe, _83.cfs, 
_83.si, _85.cfe, _85.cfs, _85.si, _86.fdt, _86.fdx, _86.fnm, _86.nvd, _86.nvm, 
_86.si, _86_BlockTreeOrds_0.doc, _86_BlockTreeOrds_0.tio, 
_86_BlockTreeOrds_0.tipo, _89.fdt, _89.fdx, _89.fnm, _89.nvd, _89.nvm, _89.si, 
_89_BlockTreeOrds_0.doc, _89_BlockTreeOrds_0.tio, _89_BlockTreeOrds_0.tipo, 
_8b.fdt, _8b.fdx, _8b.fnm, _8b.nvd, _8b.nvm, _8b.si, _8b_BlockTreeOrds_0.doc, 
_8b_BlockTreeOrds_0.tio, _8b_BlockTreeOrds_0.tipo, _8c.fdt, _8c.fdx, _8c.fnm, 
_8c.nvd, _8c.nvm, _8c.si, _8c_BlockTreeOrds_0.doc, _8c_BlockTreeOrds_0.tio, 
_8c_BlockTreeOrds_0.tipo, _8d.fdt, _8d.fdx, _8d.fnm, _8d.nvd, _8d.nvm, _8d.si, 
_8d_BlockTreeOrds_0.doc, _8d_BlockTreeOrds_0.tio, _8d_BlockTreeOrds_0.tipo, 
_8g.fdt, _8g.fdx, _8g.fnm, _8g.nvd, _8g.nvm, _8g.si, _8g_BlockTreeOrds_0.doc, 
_8g_BlockTreeOrds_0.tio, _8g_BlockTreeOrds_0.tipo, _8h.fdt, _8h.fdx, _8h.fnm, 
_8h.nvd, _8h.nvm, _8h.si, _8h_BlockTreeOrds_0.doc, _8h_BlockTreeOrds_0.tio, 
_8h_BlockTreeOrds_0.tipo, _8l.fdt, _8l.fdx, _8l.fnm, _8l.nvd, _8l.nvm, _8l.si, 
_8l_BlockTreeOrds_0.doc, _8l_BlockTreeOrds_0.tio, _8l_BlockTreeOrds_0.tipo, 
_8n.fdt, _8n.fdx, _8n.fnm, _8n.nvd, _8n.nvm, _8n.si, _8n_BlockTreeOrds_0.doc, 
_8n_BlockTreeOrds_0.tio, _8n_BlockTreeOrds_0.tipo, _8o.cfe, _8o.cfs, _8o.si, 
_8p.fdt, _8p.fdx, _8p.fnm, _8p.nvd, _8p.nvm, _8p.si, _8p_BlockTreeOrds_0.doc, 
_8p_BlockTreeOrds_0.tio, _8p_BlockTreeOrds_0.tipo, _8q.fdt, _8q.fdx, _8q.fnm, 
_8q.nvd, _8q.nvm, _8q.si, _8q_BlockTreeOrds_0.doc, _8q_BlockTreeOrds_0.tio, 
_8q_BlockTreeOrds_0.tipo, _8r.fdt, _8r.fdx, _8r.fnm, _8r.nvd, _8r.nvm, _8r.si, 
_8r_BlockTreeOrds_0.doc, _8r_BlockTreeOrds_0.tio, _8r_BlockTreeOrds_0.tipo, 
_8s.fdt, _8s.fdx, _8s.fnm, _8s.nvd, _8s.nvm, _8s.si, _8s_BlockTreeOrds_0.doc, 
_8s_BlockTreeOrds_0.tio, _8s_BlockTreeOrds_0.tipo, _8t.fdt, _8t.fdx, _8t.fnm, 
_8t.nvd, _8t.nvm, _8t.si, _8t_BlockTreeOrds_0.doc, _8t_BlockTreeOrds_0.tio, 
_8t_BlockTreeOrds_0.tipo, _8u.fdt, _8u.fdx, _8u.fnm, _8u.nvd, _8u.nvm, _8u.si, 
_8u_BlockTreeOrds_0.doc, _8u_BlockTreeOrds_0.tio, _8u_BlockTreeOrds_0.tipo, 
_8v.fdt, _8v.fdx, _8v.fnm, _8v.nvd, _8v.nvm, _8v.si, _8v_BlockTreeOrds_0.doc, 
_8v_BlockTreeOrds_0.tio, _8v_BlockTreeOrds_0.tipo, _8w.fdt, _8w.fdx, _8w.fnm, 
_8w.nvd, _8w.nvm, _8w.si, _8w_BlockTreeOrds_0.doc, _8w_BlockTreeOrds_0.tio, 
_8w_BlockTreeOrds_0.tipo, _8x.fdt, _8x.fdx, _8x.fnm, _8x.nvd, _8x.nvm, _8x.si, 
_8x_BlockTreeOrds_0.doc, _8x_BlockTreeOrds_0.tio, _8x_BlockTreeOrds_0.tipo, 
_8y.fdt, _8y.fdx, _8y.fnm, _8y.nvd, _8y.nvm, _8y.si, _8y_BlockTreeOrds_0.doc, 
_8y_BlockTreeOrds_0.tio, _8y_BlockTreeOrds_0.tipo, segments_2]}, 
{indexVersion=1438559313683,generation=3,filelist=[_83.cfe, _83.cfs, _83.si, 
_85.cfe, _85.cfs, _85.si, _8h.fdt, _8h.fdx, _8h.fnm, _8h.nvd, _8h.nvm, _8h.si, 
_8h_BlockTreeOrds_0.doc, _8h_BlockTreeOrds_0.tio, _8h_BlockTreeOrds_0.tipo, 
_8l.fdt, _8l.fdx, _8l.fnm, _8l.nvd, _8l.nvm, _8l.si, _8l_BlockTreeOrds_0.doc, 
_8l_BlockTreeOrds_0.tio, _8l_BlockTreeOrds_0.tipo, _8n.fdt, _8n.fdx, _8n.fnm, 
_8n.nvd, _8n.nvm, _8n.si, _8n_BlockTreeOrds_0.doc, _8n_BlockTreeOrds_0.tio, 
_8n_BlockTreeOrds_0.tipo, _8y.fdt, _8y.fdx, _8y.fnm, _8y.nvd, _8y.nvm, _8y.si, 
_8y_BlockTreeOrds_0.doc, _8y_BlockTreeOrds_0.tio, _8y_BlockTreeOrds_0.tipo, 
_8z.fdt, _8z.fdx, _8z.fnm, _8z.nvd, _8z.nvm, _8z.si, _8z_BlockTreeOrds_0.doc, 
_8z_BlockTreeOrds_0.tio, _8z_BlockTreeOrds_0.tipo, segments_3]}]>

Stack Trace:
java.lang.AssertionError: 
expected:<[{indexVersion=1438559313683,generation=2,filelist=[_83.cfe, _83.cfs, 
_83.si, _85.cfe, _85.cfs, _85.si, _86.fdt, _86.fdx, _86.fnm, _86.nvd, _86.nvm, 
_86.si, _86_BlockTreeOrds_0.doc, _86_BlockTreeOrds_0.tio, 
_86_BlockTreeOrds_0.tipo, _89.fdt, _89.fdx, _89.fnm, _89.nvd, _89.nvm, _89.si, 
_89_BlockTreeOrds_0.doc, _89_BlockTreeOrds_0.tio, _89_BlockTreeOrds_0.tipo, 
_8b.fdt, _8b.fdx, _8b.fnm, _8b.nvd, _8b.nvm, _8b.si, _8b_BlockTreeOrds_0.doc, 
_8b_BlockTreeOrds_0.tio, _8b_BlockTreeOrds_0.tipo, _8c.fdt, _8c.fdx, _8c.fnm, 
_8c.nvd, _8c.nvm, _8c.si, _8c_BlockTreeOrds_0.doc, _8c_BlockTreeOrds_0.tio, 
_8c_BlockTreeOrds_0.tipo, _8d.fdt, _8d.fdx, _8d.fnm, _8d.nvd, _8d.nvm, _8d.si, 
_8d_BlockTreeOrds_0.doc, _8d_BlockTreeOrds_0.tio, _8d_BlockTreeOrds_0.tipo, 
_8g.fdt, _8g.fdx, _8g.fnm, _8g.nvd, _8g.nvm, _8g.si, _8g_BlockTreeOrds_0.doc, 
_8g_BlockTreeOrds_0.tio, _8g_BlockTreeOrds_0.tipo, _8h.fdt, _8h.fdx, _8h.fnm, 
_8h.nvd, _8h.nvm, _8h.si, _8h_BlockTreeOrds_0.doc, _8h_BlockTreeOrds_0.tio, 
_8h_BlockTreeOrds_0.tipo, _8l.fdt, _8l.fdx, _8l.fnm, _8l.nvd, _8l.nvm, _8l.si, 
_8l_BlockTreeOrds_0.doc, _8l_BlockTreeOrds_0.tio, _8l_BlockTreeOrds_0.tipo, 
_8n.fdt, _8n.fdx, _8n.fnm, _8n.nvd, _8n.nvm, _8n.si, _8n_BlockTreeOrds_0.doc, 
_8n_BlockTreeOrds_0.tio, _8n_BlockTreeOrds_0.tipo, _8o.cfe, _8o.cfs, _8o.si, 
_8p.fdt, _8p.fdx, _8p.fnm, _8p.nvd, _8p.nvm, _8p.si, _8p_BlockTreeOrds_0.doc, 
_8p_BlockTreeOrds_0.tio, _8p_BlockTreeOrds_0.tipo, _8q.fdt, _8q.fdx, _8q.fnm, 
_8q.nvd, _8q.nvm, _8q.si, _8q_BlockTreeOrds_0.doc, _8q_BlockTreeOrds_0.tio, 
_8q_BlockTreeOrds_0.tipo, _8r.fdt, _8r.fdx, _8r.fnm, _8r.nvd, _8r.nvm, _8r.si, 
_8r_BlockTreeOrds_0.doc, _8r_BlockTreeOrds_0.tio, _8r_BlockTreeOrds_0.tipo, 
_8s.fdt, _8s.fdx, _8s.fnm, _8s.nvd, _8s.nvm, _8s.si, _8s_BlockTreeOrds_0.doc, 
_8s_BlockTreeOrds_0.tio, _8s_BlockTreeOrds_0.tipo, _8t.fdt, _8t.fdx, _8t.fnm, 
_8t.nvd, _8t.nvm, _8t.si, _8t_BlockTreeOrds_0.doc, _8t_BlockTreeOrds_0.tio, 
_8t_BlockTreeOrds_0.tipo, _8u.fdt, _8u.fdx, _8u.fnm, _8u.nvd, _8u.nvm, _8u.si, 
_8u_BlockTreeOrds_0.doc, _8u_BlockTreeOrds_0.tio, _8u_BlockTreeOrds_0.tipo, 
_8v.fdt, _8v.fdx, _8v.fnm, _8v.nvd, _8v.nvm, _8v.si, _8v_BlockTreeOrds_0.doc, 
_8v_BlockTreeOrds_0.tio, _8v_BlockTreeOrds_0.tipo, _8w.fdt, _8w.fdx, _8w.fnm, 
_8w.nvd, _8w.nvm, _8w.si, _8w_BlockTreeOrds_0.doc, _8w_BlockTreeOrds_0.tio, 
_8w_BlockTreeOrds_0.tipo, _8x.fdt, _8x.fdx, _8x.fnm, _8x.nvd, _8x.nvm, _8x.si, 
_8x_BlockTreeOrds_0.doc, _8x_BlockTreeOrds_0.tio, _8x_BlockTreeOrds_0.tipo, 
_8y.fdt, _8y.fdx, _8y.fnm, _8y.nvd, _8y.nvm, _8y.si, _8y_BlockTreeOrds_0.doc, 
_8y_BlockTreeOrds_0.tio, _8y_BlockTreeOrds_0.tipo, segments_2]}]> but 
was:<[{indexVersion=1438559313683,generation=2,filelist=[_83.cfe, _83.cfs, 
_83.si, _85.cfe, _85.cfs, _85.si, _86.fdt, _86.fdx, _86.fnm, _86.nvd, _86.nvm, 
_86.si, _86_BlockTreeOrds_0.doc, _86_BlockTreeOrds_0.tio, 
_86_BlockTreeOrds_0.tipo, _89.fdt, _89.fdx, _89.fnm, _89.nvd, _89.nvm, _89.si, 
_89_BlockTreeOrds_0.doc, _89_BlockTreeOrds_0.tio, _89_BlockTreeOrds_0.tipo, 
_8b.fdt, _8b.fdx, _8b.fnm, _8b.nvd, _8b.nvm, _8b.si, _8b_BlockTreeOrds_0.doc, 
_8b_BlockTreeOrds_0.tio, _8b_BlockTreeOrds_0.tipo, _8c.fdt, _8c.fdx, _8c.fnm, 
_8c.nvd, _8c.nvm, _8c.si, _8c_BlockTreeOrds_0.doc, _8c_BlockTreeOrds_0.tio, 
_8c_BlockTreeOrds_0.tipo, _8d.fdt, _8d.fdx, _8d.fnm, _8d.nvd, _8d.nvm, _8d.si, 
_8d_BlockTreeOrds_0.doc, _8d_BlockTreeOrds_0.tio, _8d_BlockTreeOrds_0.tipo, 
_8g.fdt, _8g.fdx, _8g.fnm, _8g.nvd, _8g.nvm, _8g.si, _8g_BlockTreeOrds_0.doc, 
_8g_BlockTreeOrds_0.tio, _8g_BlockTreeOrds_0.tipo, _8h.fdt, _8h.fdx, _8h.fnm, 
_8h.nvd, _8h.nvm, _8h.si, _8h_BlockTreeOrds_0.doc, _8h_BlockTreeOrds_0.tio, 
_8h_BlockTreeOrds_0.tipo, _8l.fdt, _8l.fdx, _8l.fnm, _8l.nvd, _8l.nvm, _8l.si, 
_8l_BlockTreeOrds_0.doc, _8l_BlockTreeOrds_0.tio, _8l_BlockTreeOrds_0.tipo, 
_8n.fdt, _8n.fdx, _8n.fnm, _8n.nvd, _8n.nvm, _8n.si, _8n_BlockTreeOrds_0.doc, 
_8n_BlockTreeOrds_0.tio, _8n_BlockTreeOrds_0.tipo, _8o.cfe, _8o.cfs, _8o.si, 
_8p.fdt, _8p.fdx, _8p.fnm, _8p.nvd, _8p.nvm, _8p.si, _8p_BlockTreeOrds_0.doc, 
_8p_BlockTreeOrds_0.tio, _8p_BlockTreeOrds_0.tipo, _8q.fdt, _8q.fdx, _8q.fnm, 
_8q.nvd, _8q.nvm, _8q.si, _8q_BlockTreeOrds_0.doc, _8q_BlockTreeOrds_0.tio, 
_8q_BlockTreeOrds_0.tipo, _8r.fdt, _8r.fdx, _8r.fnm, _8r.nvd, _8r.nvm, _8r.si, 
_8r_BlockTreeOrds_0.doc, _8r_BlockTreeOrds_0.tio, _8r_BlockTreeOrds_0.tipo, 
_8s.fdt, _8s.fdx, _8s.fnm, _8s.nvd, _8s.nvm, _8s.si, _8s_BlockTreeOrds_0.doc, 
_8s_BlockTreeOrds_0.tio, _8s_BlockTreeOrds_0.tipo, _8t.fdt, _8t.fdx, _8t.fnm, 
_8t.nvd, _8t.nvm, _8t.si, _8t_BlockTreeOrds_0.doc, _8t_BlockTreeOrds_0.tio, 
_8t_BlockTreeOrds_0.tipo, _8u.fdt, _8u.fdx, _8u.fnm, _8u.nvd, _8u.nvm, _8u.si, 
_8u_BlockTreeOrds_0.doc, _8u_BlockTreeOrds_0.tio, _8u_BlockTreeOrds_0.tipo, 
_8v.fdt, _8v.fdx, _8v.fnm, _8v.nvd, _8v.nvm, _8v.si, _8v_BlockTreeOrds_0.doc, 
_8v_BlockTreeOrds_0.tio, _8v_BlockTreeOrds_0.tipo, _8w.fdt, _8w.fdx, _8w.fnm, 
_8w.nvd, _8w.nvm, _8w.si, _8w_BlockTreeOrds_0.doc, _8w_BlockTreeOrds_0.tio, 
_8w_BlockTreeOrds_0.tipo, _8x.fdt, _8x.fdx, _8x.fnm, _8x.nvd, _8x.nvm, _8x.si, 
_8x_BlockTreeOrds_0.doc, _8x_BlockTreeOrds_0.tio, _8x_BlockTreeOrds_0.tipo, 
_8y.fdt, _8y.fdx, _8y.fnm, _8y.nvd, _8y.nvm, _8y.si, _8y_BlockTreeOrds_0.doc, 
_8y_BlockTreeOrds_0.tio, _8y_BlockTreeOrds_0.tipo, segments_2]}, 
{indexVersion=1438559313683,generation=3,filelist=[_83.cfe, _83.cfs, _83.si, 
_85.cfe, _85.cfs, _85.si, _8h.fdt, _8h.fdx, _8h.fnm, _8h.nvd, _8h.nvm, _8h.si, 
_8h_BlockTreeOrds_0.doc, _8h_BlockTreeOrds_0.tio, _8h_BlockTreeOrds_0.tipo, 
_8l.fdt, _8l.fdx, _8l.fnm, _8l.nvd, _8l.nvm, _8l.si, _8l_BlockTreeOrds_0.doc, 
_8l_BlockTreeOrds_0.tio, _8l_BlockTreeOrds_0.tipo, _8n.fdt, _8n.fdx, _8n.fnm, 
_8n.nvd, _8n.nvm, _8n.si, _8n_BlockTreeOrds_0.doc, _8n_BlockTreeOrds_0.tio, 
_8n_BlockTreeOrds_0.tipo, _8y.fdt, _8y.fdx, _8y.fnm, _8y.nvd, _8y.nvm, _8y.si, 
_8y_BlockTreeOrds_0.doc, _8y_BlockTreeOrds_0.tio, _8y_BlockTreeOrds_0.tipo, 
_8z.fdt, _8z.fdx, _8z.fnm, _8z.nvd, _8z.nvm, _8z.si, _8z_BlockTreeOrds_0.doc, 
_8z_BlockTreeOrds_0.tio, _8z_BlockTreeOrds_0.tipo, segments_3]}]>
        at 
__randomizedtesting.SeedInfo.seed([A83DF285E2ABAFA7:8DEAE9B592E3A1A4]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload(TestReplicationHandler.java:1138)
        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:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        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:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:365)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=2288, name=collection4, 
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=2288, name=collection4, state=RUNNABLE, 
group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:59057: collection already exists: 
awholynewstresscollection_collection4_0
        at __randomizedtesting.SeedInfo.seed([A83DF285E2ABAFA7]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:560)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:376)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:328)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1086)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:856)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:799)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1572)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1593)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:887)




Build Log:
[...truncated 10429 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsBasicDistributedZk2Test
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_A83DF285E2ABAFA7-001/init-core-data-001
   [junit4]   2> 89758 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[A83DF285E2ABAFA7]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 89905 WARN  
(SUITE-HdfsBasicDistributedZk2Test-seed#[A83DF285E2ABAFA7]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 89924 WARN  
(SUITE-HdfsBasicDistributedZk2Test-seed#[A83DF285E2ABAFA7]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 89928 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[A83DF285E2ABAFA7]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 89945 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[A83DF285E2ABAFA7]-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_34246_hdfs____j907h9/webapp
   [junit4]   2> 90136 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[A83DF285E2ABAFA7]-worker) [    ] 
o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
   [junit4]   2> 90726 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[A83DF285E2ABAFA7]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:34246
   [junit4]   2> 91100 WARN  
(SUITE-HdfsBasicDistributedZk2Test-seed#[A83DF285E2ABAFA7]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 91102 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[A83DF285E2ABAFA7]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 91129 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[A83DF285E2ABAFA7]-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_53342_datanode____.t6x4hy/webapp
   [junit4]   2> 91299 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[A83DF285E2ABAFA7]-worker) [    ] 
o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
   [junit4]   2> 91893 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[A83DF285E2ABAFA7]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:53342
   [junit4]   2> 92104 WARN  
(SUITE-HdfsBasicDistributedZk2Test-seed#[A83DF285E2ABAFA7]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 92106 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[A83DF285E2ABAFA7]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 92125 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[A83DF285E2ABAFA7]-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_52923_datanode____.1cj7do/webapp
   [junit4]   2> 92225 INFO  (IPC Server handler 2 on 44409) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-35d05124-4777-4665-8172-2d0e34e53131 node DatanodeRegistration(127.0.0.1, 
datanodeUuid=b6b82feb-1657-4492-99ff-873a3dc06567, infoPort=53342, 
ipcPort=41792, storageInfo=lv=-56;cid=testClusterID;nsid=1035212670;c=0), 
blocks: 0, hasStaleStorages: true, processing time: 0 msecs
   [junit4]   2> 92226 INFO  (IPC Server handler 2 on 44409) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-a9d935ef-91a1-4a23-91a6-9344899ac28a node DatanodeRegistration(127.0.0.1, 
datanodeUuid=b6b82feb-1657-4492-99ff-873a3dc06567, infoPort=53342, 
ipcPort=41792, storageInfo=lv=-56;cid=testClusterID;nsid=1035212670;c=0), 
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 92366 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[A83DF285E2ABAFA7]-worker) [    ] 
o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
   [junit4]   2> 92810 INFO  
(SUITE-HdfsBasicDistributedZk2Test-seed#[A83DF285E2ABAFA7]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:52923
   [junit4]   2> 93239 INFO  (IPC Server handler 7 on 44409) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-7d5bd885-927f-4fc8-9d7c-9170038bf9c5 node DatanodeRegistration(127.0.0.1, 
datanodeUuid=7b582bca-2606-4e27-8b48-ab2dbab5d0d4, infoPort=52923, 
ipcPort=58121, storageInfo=lv=-56;cid=testClusterID;nsid=1035212670;c=0), 
blocks: 0, hasStaleStorages: true, processing time: 1 msecs
   [junit4]   2> 93240 INFO  (IPC Server handler 7 on 44409) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-208001a0-7230-4b95-bc92-d13706682224 node DatanodeRegistration(127.0.0.1, 
datanodeUuid=7b582bca-2606-4e27-8b48-ab2dbab5d0d4, infoPort=52923, 
ipcPort=58121, storageInfo=lv=-56;cid=testClusterID;nsid=1035212670;c=0), 
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 93417 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 93417 INFO  (Thread-449) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 93417 INFO  (Thread-449) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 93521 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:41971
   [junit4]   2> 93521 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 93536 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 93537 INFO  (zkCallback-59-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@8d4d1c name:ZooKeeperConnection 
Watcher:127.0.0.1:41971 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 93538 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 93538 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 93538 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 93541 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 93569 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 93571 INFO  (zkCallback-60-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1eebbb14 
name:ZooKeeperConnection Watcher:127.0.0.1:41971/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 93571 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 93572 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 93572 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 93574 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 93576 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 93578 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 93580 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
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> 93581 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 93584 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
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> 93584 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 93587 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
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> 93587 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 93589 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
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> 93589 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 93591 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
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> 93592 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 93594 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
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> 93594 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 93596 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
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> 93596 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 93598 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
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> 93598 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 93600 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
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> 93600 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 93602 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
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> 93602 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 93604 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
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> 93604 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 94062 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
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.HdfsBasicDistributedZk2Test_A83DF285E2ABAFA7-001/control-001/cores/collection1
   [junit4]   2> 94064 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 94067 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@db81c27{/,null,AVAILABLE}
   [junit4]   2> 94067 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@32404b7a{HTTP/1.1}{127.0.0.1:44349}
   [junit4]   2> 94068 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.e.j.s.Server Started @97509ms
   [junit4]   2> 94068 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_A83DF285E2ABAFA7-001/control-001/cores,
 
solr.data.dir=hdfs://localhost:44409/hdfs__localhost_44409__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-5.x_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsBasicDistributedZk2Test_A83DF285E2ABAFA7-001_tempDir-002_control_data,
 hostContext=/, hostPort=44349}
   [junit4]   2> 94069 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1fe91485
   [junit4]   2> 94069 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
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.HdfsBasicDistributedZk2Test_A83DF285E2ABAFA7-001/control-001/'
   [junit4]   2> 94092 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 94154 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 94156 INFO  (zkCallback-61-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3523a09e 
name:ZooKeeperConnection Watcher:127.0.0.1:41971/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 94163 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 94164 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 94169 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 94170 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
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.HdfsBasicDistributedZk2Test_A83DF285E2ABAFA7-001/control-001/solr.xml
   [junit4]   2> 94208 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
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.HdfsBasicDistributedZk2Test_A83DF285E2ABAFA7-001/control-001/cores
   [junit4]   2> 94209 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 542720985
   [junit4]   2> 94209 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
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.HdfsBasicDistributedZk2Test_A83DF285E2ABAFA7-001/control-001/]
   [junit4]   2> 94209 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
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.HdfsBasicDistributedZk2Test_A83DF285E2ABAFA7-001/control-001/lib
   [junit4]   2> 94209 WARN  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
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.HdfsBasicDistributedZk2Test_A83DF285E2ABAFA7-001/control-001/lib).
   [junit4]   2> 94219 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
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> 94220 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 94221 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 94221 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 94221 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41971/solr
   [junit4]   2> 94222 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 94222 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 94223 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 94224 INFO  (zkCallback-63-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@38f91517 
name:ZooKeeperConnection Watcher:127.0.0.1:41971 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 94224 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 94225 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 94230 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 94249 INFO  
(zkCallback-64-thread-1-processing-n:127.0.0.1:44349_) [n:127.0.0.1:44349_    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@573582f1 
name:ZooKeeperConnection Watcher:127.0.0.1:41971/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 94249 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 94257 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 94262 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 94265 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 94267 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 94270 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 94272 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 94274 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 94276 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 94277 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44349_
   [junit4]   2> 94278 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:44349_
   [junit4]   2> 94279 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 94281 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 94282 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 94283 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.LeaderElector Joined leadership election with 
path: /overseer_elect/election/94277292842418180-127.0.0.1:44349_-n_0000000000
   [junit4]   2> 94284 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:44349_
   [junit4]   2> 94284 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 94286 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.Overseer Overseer 
(id=94277292842418180-127.0.0.1:44349_-n_0000000000) starting
   [junit4]   2> 94294 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 94321 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 94322 INFO  
(OverseerStateUpdate-94277292842418180-127.0.0.1:44349_-n_0000000000) 
[n:127.0.0.1:44349_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 94333 INFO  
(OverseerCollectionProcessor-94277292842418180-127.0.0.1:44349_-n_0000000000) 
[n:127.0.0.1:44349_    ] o.a.s.c.OverseerCollectionProcessor Process current 
queue of collection creations
   [junit4]   2> 94347 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 94351 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 94351 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 94352 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] 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.HdfsBasicDistributedZk2Test_A83DF285E2ABAFA7-001/control-001/cores
   [junit4]   2> 94353 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] 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.HdfsBasicDistributedZk2Test_A83DF285E2ABAFA7-001/control-001/cores/collection1/,
 loadOnStartup=true, coreNodeName=, name=collection1, 
collection=control_collection, configSetProperties=configsetprops.json, 
dataDir=data/, transient=false, schema=schema.xml, shard=, 
instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZk2Test_A83DF285E2ABAFA7-001/control-001/cores/collection1,
 config=solrconfig.xml}
   [junit4]   2> 94354 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] 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.HdfsBasicDistributedZk2Test_A83DF285E2ABAFA7-001/control-001/cores/collection1/
   [junit4]   2> 94354 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 94366 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 94366 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 94367 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 94369 INFO  
(zkCallback-64-thread-1-processing-n:127.0.0.1:44349_) [n:127.0.0.1:44349_    ] 
o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 94371 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] 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> 94371 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) 
[n:127.0.0.1:44349_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() 
done
   [junit4]   2> 94372 INFO  
(OverseerStateUpdate-94277292842418180-127.0.0.1:44349_-n_0000000000) 
[n:127.0.0.1:44349_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "node_name":"127.0.0.1:44349_",
   [junit4]   2>   "base_url":"http://127.0.0.1:44349";,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 94373 INFO  
(OverseerStateUpdate-94277292842418180-127.0.0.1:44349_-n_0000000000) 
[n:127.0.0.1:44349_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "node_name":"127.0.0.1:44349_",
   [junit4]   2>   "base_url":"http://127.0.0.1:44349";,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 94373 INFO  
(OverseerStateUpdate-94277292842418180-127.0.0.1:44349_-n_0000000000) 
[n:127.0.0.1:44349_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
control_collection
   [junit4]   2> 94373 INFO  
(OverseerStateUpdate-94277292842418180-127.0.0.1:44349_-n_0000000000) 
[n:127.0.0.1:44349_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 94375 INFO  
(zkCallback-64-thread-1-processing-n:127.0.0.1:44349_) [n:127.0.0.1:44349_    ] 
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> 94377 INFO  
(zkCallback-64-thread-1-processing-n:127.0.0.1:44349_) [n:127.0.0.1:44349_    ] 
o.a.s.c.c.ZkStateReader Updated cluster state version to 1
   [junit4]   2> 95368 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for collection1
   [junit4]   2> 95368 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Check for collection zkNode:control_collection
   [junit4]   2> 95369 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 95369 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config 
from:/collections/control_collection
   [junit4]   2> 95370 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 
specified config exists in ZooKeeper
   [junit4]   2> 95370 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ 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.HdfsBasicDistributedZk2Test_A83DF285E2ABAFA7-001/control-001/cores/collection1/'
   [junit4]   2> 95393 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 95504 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 95526 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 95560 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] o.a.s.c.Config Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 95562 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 95595 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 96147 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 96159 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
default search field in schema is text
   [junit4]   2> 96161 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 96236 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 96241 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 96245 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 96246 WARN  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 96246 WARN  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 96246 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 96247 WARN  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 96247 WARN  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 96248 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ 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> 96249 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 96249 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore org.apache.solr.core.HdfsDirectoryFactory
   [junit4]   2> 96249 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:44409/solr_hdfs_home
   [junit4]   2> 96249 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 96250 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ 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.HdfsBasicDistributedZk2Test_A83DF285E2ABAFA7-001/control-001/cores/collection1/],
 dataDir=[null]
   [junit4]   2> 96250 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ 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@34593f0a
   [junit4]   2> 96250 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:44409/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 96286 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.h.HdfsLocalityReporter Registering direcotry 
hdfs://localhost:44409/solr_hdfs_home/control_collection/core_node1/data for 
locality metrics.
   [junit4]   2> 96286 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
hdfs://localhost:44409/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 96288 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=hdfs://localhost:44409/solr_hdfs_home/control_collection/core_node1/data/index/
   [junit4]   2> 96300 WARN  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'hdfs:/localhost:44409/solr_hdfs_home/control_collection/core_node1/data/index' 
doesn't exist. Creating new index...
   [junit4]   2> 96301 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:44409/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 96311 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 96311 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 96318 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 96318 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.h.HdfsLocalityReporter Registering direcotry 
hdfs://localhost:44409/solr_hdfs_home/control_collection/core_node1/data/index 
for locality metrics.
   [junit4]   2> 96319 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
hdfs://localhost:44409/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 96319 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ 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=40, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=82.763671875, 
floorSegmentMB=1.251953125, forceMergeDeletesPctAllowed=10.716497520217752, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 96508 INFO  (IPC Server handler 8 on 44409) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:60595 is 
added to blk_1073741825_1001{blockUCState=UNDER_CONSTRUCTION, 
primaryNodeIndex=-1, 
replicas=[ReplicaUnderConstruction[[DISK]DS-7d5bd885-927f-4fc8-9d7c-9170038bf9c5:NORMAL:127.0.0.1:40698|RBW],
 
ReplicaUnderConstruction[[DISK]DS-35d05124-4777-4665-8172-2d0e34e53131:NORMAL:127.0.0.1:60595|RBW]]}
 size 0
   [junit4]   2> 96512 INFO  (IPC Server handler 0 on 44409) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:40698 is 
added to blk_1073741825_1001{blockUCState=UNDER_CONSTRUCTION, 
primaryNodeIndex=-1, 
replicas=[ReplicaUnderConstruction[[DISK]DS-7d5bd885-927f-4fc8-9d7c-9170038bf9c5:NORMAL:127.0.0.1:40698|RBW],
 
ReplicaUnderConstruction[[DISK]DS-35d05124-4777-4665-8172-2d0e34e53131:NORMAL:127.0.0.1:60595|RBW]]}
 size 0
   [junit4]   2> 96520 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ 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(BlockDirectory(HdfsDirectory@b75202ab 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@122bc363); 
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 96520 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 96523 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:44349_ 
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:44409/solr_hdfs_home/control_collection/core_node1/data/
   [junit4]   2> 96532 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 96536 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 96537 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 96537 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 96537 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 96537 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ 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> 96538 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ 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> 96538 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ 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> 96538 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ 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> 96544 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 96545 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 96547 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 96548 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 96555 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/get,/update,standard,/admin/segments,/admin/luke,/update/json,/admin/file,/admin/ping,/admin/plugins,/update/json/docs,/replication,/admin/properties,/admin/threads,/schema,/admin/logging,/admin/system,/admin/mbeans,/update/csv,/config
   [junit4]   2> 96557 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ 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> 96558 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ 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> 96566 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ 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> 96585 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 96585 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 96597 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@1b49af42
   [junit4]   2> 96626 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ 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(BlockDirectory(HdfsDirectory@b75202ab 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@122bc363); 
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 96626 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 96628 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@3f9643fc[collection1] main
   [junit4]   2> 96628 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ 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> 96629 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ 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> 96629 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ 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> 96630 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 96630 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 96630 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ 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> 96631 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ 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> 96631 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ 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> 96631 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 96631 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 96634 INFO  
(searcherExecutor-156-thread-1-processing-c:control_collection x:collection1 
n:127.0.0.1:44349_ r:core_node1 s:shard1) [n:127.0.0.1:44349_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@3f9643fc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 96639 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ 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> 96639 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ 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> 96639 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ 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> 96639 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ 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 1508436688855105536
   [junit4]   2> 96640 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Took 1 ms to seed version buckets with highest version 
1508436688855105536
   [junit4]   2> 96640 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 96641 INFO  
(coreLoadExecutor-155-thread-1-processing-n:127.0.0.1:44349_) 
[n:127.0.0.1:44349_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 96650 INFO  
(coreZkRegister-149-thread-1-processing-c:control_collection x:collection1 
n:127.0.0.1:44349_ r:core_node1 s:shard1) [n:127.0.0.1:44349_ 
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:44349 
collection:control_collection shard:shard1
   [junit4]   2> 96663 INFO  
(coreZkRegister-149-thread-1-processing-c:control_collection x:collection1 
n:127.0.0.1:44349_ r:core_node1 s:shard1) [n:127.0.0.1:44349_ 
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> 96668 INFO  
(coreZkRegister-149-thread-1-processing-c:control_collection x:collection1 
n:127.0.0.1:44349_ r:core_node1 s:shard1) [n:127.0.0.1:44349_ 
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/94277292842418180-core_node1-n_0000000000
   [junit4]   2> 96669 INFO  
(coreZkRegister-149-thread-1-processing-c:control_collection x:collection1 
n:127.0.0.1:44349_ r:core_node1 s:shard1) [n:127.0.0.1:44349_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 96671 INFO  
(zkCallback-64-thread-1-processing-n:127.0.0.1:44349_) [n:127.0.0.1:44349_    ] 
o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 96672 INFO  
(OverseerStateUpdate-94277292842418180-127.0.0.1:44349_-n_0000000000) 
[n:127.0.0.1:44349_    ] 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> 96674 INFO  
(zkCallback-64-thread-1-processing-n:127.0.0.1:44349_) [n:127.0.0.1:44349_    ] 
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> 96677 INFO  
(zkCallback-64-thread-1-processing-n:127.0.0.1:44349_) [n:127.0.0.1:44349_    ] 
o.a.s.c.c.ZkStateReader Updated cluster state version to 2
   [junit4]   2> 96679 INFO  
(coreZkRegister-149-thread-1-processing-c:control_collection x:collection1 
n:127.0.0.1:44349_ r:core_node1 s:shard1) [n:127.0.0.1:44349_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 96679 INFO  
(coreZkRegister-149-thread-1-processing-c:control_collection x:collection1 
n:127.0.0.1:44349_ r:core_node1 s:shard1) [n:127.0.0.1:44349_ 
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> 96679 INFO  
(coreZkRegister-149-thread-1-processing-c:control_collection x:collection1 
n:127.0.0.1:44349_ r:core_node1 s:shard1) [n:127.0.0.1:44349_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:44349/collection1/
   [junit4]   2> 96679 INFO  
(coreZkRegister-149-thread-1-processing-c:control_collection x:collection1 
n:127.0.0.1:44349_ r:core_node1 s:shard1) [n:127.0.0.1:44349_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 96679 INFO  
(coreZkRegister-149-thread-1-processing-c:control_collection x:collection1 
n:127.0.0.1:44349_ r:core_node1 s:shard1) [n:127.0.0.1:44349_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:44349/collection1/ has no replicas
   [junit4]   2> 96680 INFO  
(coreZkRegister-149-thread-1-processing-c:control_collection x:collection1 
n:127.0.0.1:44349_ r:core_node1 s:shard1) [n:127.0.0.1:44349_ 
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:44349/collection1/ shard1
   [junit4]   2> 96680 INFO  
(coreZkRegister-149-thread-1-processing-c:control_collection x:collection1 
n:127.0.0.1:44349_ r:core_node1 s:shard1) [n:127.0.0.1:44349_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 96684 INFO  
(zkCallback-64-thread-1-processing-n:127.0.0.1:44349_) [n:127.0.0.1:44349_    ] 
o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 96685 INFO  
(OverseerStateUpdate-94277292842418180-127.0.0.1:44349_-n_0000000000) 
[n:127.0.0.1:44349_    ] 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:44349";,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 96789 INFO  
(zkCallback-64-thread-1-processing-n:127.0.0.1:44349_) [n:127.0.0.1:44349_    ] 
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> 96792 INFO  
(zkCallback-64-thread-1-processing-n:127.0.0.1:44349_) [n:127.0.0.1:44349_    ] 
o.a.s.c.c.ZkStateReader Updated cluster state version to 3
   [junit4]   2> 96838 INFO  
(coreZkRegister-149-thread-1-processing-c:control_collection x:collection1 
n:127.0.0.1:44349_ r:core_node1 s:shard1) [n:127.0.0.1:44349_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
We are http://127.0.0.1:44349/collection1/ and leader is 
http://127.0.0.1:44349/collection1/
   [junit4]   2> 96838 INFO  
(coreZkRegister-149-thread-1-processing-c:control_collection x:collection1 
n:127.0.0.1:44349_ r:core_node1 s:shard1) [n:127.0.0.1:44349_ 
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:44349
   [junit4]   2> 96839 INFO  
(coreZkRegister-149-thread-1-processing-c:control_collection x:collection1 
n:127.0.0.1:44349_ r:core_node1 s:shard1) [n:127.0.0.1:44349_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 96839 INFO  
(coreZkRegister-149-thread-1-processing-c:control_collection x:collection1 
n:127.0.0.1:44349_ r:core_node1 s:shard1) [n:127.0.0.1:44349_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
publishing state=active
   [junit4]   2> 96839 INFO  
(coreZkRegister-149-thread-1-processing-c:control_collection x:collection1 
n:127.0.0.1:44349_ r:core_node1 s:shard1) [n:127.0.0.1:44349_ 
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> 96850 INFO  
(zkCallback-64-thread-1-processing-n:127.0.0.1:44349_) [n:127.0.0.1:44349_    ] 
o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 96852 INFO  
(OverseerStateUpdate-94277292842418180-127.0.0.1:44349_-n_0000000000) 
[n:127.0.0.1:44349_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "node_name":"127.0.0.1:44349_",
   [junit4]   2>   "base_url":"http://127.0.0.1:44349";,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 96853 INFO  
(OverseerStateUpdate-94277292842418180-127.0.0.1:44349_-n_0000000000) 
[n:127.0.0.1:44349_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "node_name":"127.0.0.1:44349_",
   [junit4]   2>   "base_url":"http://127.0.0.1:44349";,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 96874 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 96882 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 96885 INFO  (zkCallback-66-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@36170b49 
name:ZooKeeperConnection Watcher:127.0.0.1:41971/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 96885 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 96887 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 96887 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 96891 INFO  
(TEST-HdfsBasicDistributedZk2Test.test-seed#[A83DF285E2ABAFA7]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 96958 INFO  
(zkCallback-64-thread-1-processing-n:127.0.0.1:44349_) [n:127.0.0.1:44349_    ] 
o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:

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

ce/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/bcprov-jdk15-1.45.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/cglib-nodep-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/commons-collections-3.2.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/easymock-3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/hadoop-common-2.6.0-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/hadoop-hdfs-2.6.0-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/hadoop-minikdc-2.6.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jcl-over-slf4j-1.7.7.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/objenesis-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/build/analysis/icu/lucene-analyzers-icu-5.3.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/contrib/analysis-extras/lib/icu4j-54.1.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/x1/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.1.13.jar
 com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/temp/junit4-J1-20150802_191347_892.events
 
@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/temp/junit4-J1-20150802_191347_892.suites
   [junit4] ERROR: JVM J1 ended with an exception: Quit event not received from 
the forked process? This may indicate JVM crash or runner bugs.
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1504)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:133)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:964)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:961)
   [junit4]     at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]     at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]     at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]     at java.lang.Thread.run(Thread.java:745)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:733: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:670: 
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:230:
 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:1449:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1003:
 At least one slave process threw an exception, first: Quit event not received 
from the forked process? This may indicate JVM crash or runner bugs.

Total time: 842 minutes 14 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 23109110163 bytes
Compression is 0.0%
Took 1 hr 0 min
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