Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/35/

5 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:43556

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:43556
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:601)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.makeRequest(CollectionsAPIDistributedZkTest.java:381)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:439)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:169)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:170)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
        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.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:495)
        ... 47 more


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

Error Message:
Timeout waiting for all live and active

Stack Trace:
java.lang.AssertionError: Timeout waiting for all live and active
        at 
__randomizedtesting.SeedInfo.seed([C7132120DA389C6C:4F471EFA74C4F194]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.testBasics(SharedFSAutoReplicaFailoverTest.java:193)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test(SharedFSAutoReplicaFailoverTest.java:107)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


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

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

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=82600, name=collection1, state=RUNNABLE, 
group=TGRP-HdfsCollectionsAPIDistributedZkTest]
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:57045: collection already exists: 
awholynewstresscollection_collection1_0
        at __randomizedtesting.SeedInfo.seed([C7132120DA389C6C]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:590)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:404)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:357)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1192)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:962)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:898)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1593)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1614)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:970)


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

Error Message:
expected:<[{indexVersion=1460370822447,generation=2,filelist=[_3g.fdt, _3g.fdx, 
_3g.fnm, _3g.nvd, _3g.nvm, _3g.si, _3g_Asserting_0.doc, _3g_Asserting_0.tim, 
_3g_Asserting_0.tip, _62.fdt, _62.fdx, _62.fnm, _62.nvd, _62.nvm, _62.si, 
_62_Asserting_0.doc, _62_Asserting_0.tim, _62_Asserting_0.tip, _63.cfe, 
_63.cfs, _63.si, _64.fdt, _64.fdx, _64.fnm, _64.nvd, _64.nvm, _64.si, 
_64_Asserting_0.doc, _64_Asserting_0.tim, _64_Asserting_0.tip, _65.fdt, 
_65.fdx, _65.fnm, _65.nvd, _65.nvm, _65.si, _65_Asserting_0.doc, 
_65_Asserting_0.tim, _65_Asserting_0.tip, _66.fdt, _66.fdx, _66.fnm, _66.nvd, 
_66.nvm, _66.si, _66_Asserting_0.doc, _66_Asserting_0.tim, _66_Asserting_0.tip, 
_67.fdt, _67.fdx, _67.fnm, _67.nvd, _67.nvm, _67.si, _67_Asserting_0.doc, 
_67_Asserting_0.tim, _67_Asserting_0.tip, _68.fdt, _68.fdx, _68.fnm, _68.nvd, 
_68.nvm, _68.si, _68_Asserting_0.doc, _68_Asserting_0.tim, _68_Asserting_0.tip, 
_69.fdt, _69.fdx, _69.fnm, _69.nvd, _69.nvm, _69.si, _69_Asserting_0.doc, 
_69_Asserting_0.tim, _69_Asserting_0.tip, _6a.fdt, _6a.fdx, _6a.fnm, _6a.nvd, 
_6a.nvm, _6a.si, _6a_Asserting_0.doc, _6a_Asserting_0.tim, _6a_Asserting_0.tip, 
_6b.fdt, _6b.fdx, _6b.fnm, _6b.nvd, _6b.nvm, _6b.si, _6b_Asserting_0.doc, 
_6b_Asserting_0.tim, _6b_Asserting_0.tip, _6c.fdt, _6c.fdx, _6c.fnm, _6c.nvd, 
_6c.nvm, _6c.si, _6c_Asserting_0.doc, _6c_Asserting_0.tim, _6c_Asserting_0.tip, 
_6d.fdt, _6d.fdx, _6d.fnm, _6d.nvd, _6d.nvm, _6d.si, _6d_Asserting_0.doc, 
_6d_Asserting_0.tim, _6d_Asserting_0.tip, _6e.fdt, _6e.fdx, _6e.fnm, _6e.nvd, 
_6e.nvm, _6e.si, _6e_Asserting_0.doc, _6e_Asserting_0.tim, _6e_Asserting_0.tip, 
_6f.fdt, _6f.fdx, _6f.fnm, _6f.nvd, _6f.nvm, _6f.si, _6f_Asserting_0.doc, 
_6f_Asserting_0.tim, _6f_Asserting_0.tip, _6g.fdt, _6g.fdx, _6g.fnm, _6g.nvd, 
_6g.nvm, _6g.si, _6g_Asserting_0.doc, _6g_Asserting_0.tim, _6g_Asserting_0.tip, 
_6h.fdt, _6h.fdx, _6h.fnm, _6h.nvd, _6h.nvm, _6h.si, _6h_Asserting_0.doc, 
_6h_Asserting_0.tim, _6h_Asserting_0.tip, _6i.fdt, _6i.fdx, _6i.fnm, _6i.nvd, 
_6i.nvm, _6i.si, _6i_Asserting_0.doc, _6i_Asserting_0.tim, _6i_Asserting_0.tip, 
_6j.fdt, _6j.fdx, _6j.fnm, _6j.nvd, _6j.nvm, _6j.si, _6j_Asserting_0.doc, 
_6j_Asserting_0.tim, _6j_Asserting_0.tip, _6k.fdt, _6k.fdx, _6k.fnm, _6k.nvd, 
_6k.nvm, _6k.si, _6k_Asserting_0.doc, _6k_Asserting_0.tim, _6k_Asserting_0.tip, 
_6l.fdt, _6l.fdx, _6l.fnm, _6l.nvd, _6l.nvm, _6l.si, _6l_Asserting_0.doc, 
_6l_Asserting_0.tim, _6l_Asserting_0.tip, _6m.fdt, _6m.fdx, _6m.fnm, _6m.nvd, 
_6m.nvm, _6m.si, _6m_Asserting_0.doc, _6m_Asserting_0.tim, _6m_Asserting_0.tip, 
_6n.fdt, _6n.fdx, _6n.fnm, _6n.nvd, _6n.nvm, _6n.si, _6n_Asserting_0.doc, 
_6n_Asserting_0.tim, _6n_Asserting_0.tip, _6o.fdt, _6o.fdx, _6o.fnm, _6o.nvd, 
_6o.nvm, _6o.si, _6o_Asserting_0.doc, _6o_Asserting_0.tim, _6o_Asserting_0.tip, 
_6p.fdt, _6p.fdx, _6p.fnm, _6p.nvd, _6p.nvm, _6p.si, _6p_Asserting_0.doc, 
_6p_Asserting_0.tim, _6p_Asserting_0.tip, _6q.fdt, _6q.fdx, _6q.fnm, _6q.nvd, 
_6q.nvm, _6q.si, _6q_Asserting_0.doc, _6q_Asserting_0.tim, _6q_Asserting_0.tip, 
_6r.fdt, _6r.fdx, _6r.fnm, _6r.nvd, _6r.nvm, _6r.si, _6r_Asserting_0.doc, 
_6r_Asserting_0.tim, _6r_Asserting_0.tip, _6s.fdt, _6s.fdx, _6s.fnm, _6s.nvd, 
_6s.nvm, _6s.si, _6s_Asserting_0.doc, _6s_Asserting_0.tim, _6s_Asserting_0.tip, 
_6t.fdt, _6t.fdx, _6t.fnm, _6t.nvd, _6t.nvm, _6t.si, _6t_Asserting_0.doc, 
_6t_Asserting_0.tim, _6t_Asserting_0.tip, _6u.fdt, _6u.fdx, _6u.fnm, _6u.nvd, 
_6u.nvm, _6u.si, _6u_Asserting_0.doc, _6u_Asserting_0.tim, _6u_Asserting_0.tip, 
_6v.fdt, _6v.fdx, _6v.fnm, _6v.nvd, _6v.nvm, _6v.si, _6v_Asserting_0.doc, 
_6v_Asserting_0.tim, _6v_Asserting_0.tip, _6w.fdt, _6w.fdx, _6w.fnm, _6w.nvd, 
_6w.nvm, _6w.si, _6w_Asserting_0.doc, _6w_Asserting_0.tim, _6w_Asserting_0.tip, 
_6x.fdt, _6x.fdx, _6x.fnm, _6x.nvd, _6x.nvm, _6x.si, _6x_Asserting_0.doc, 
_6x_Asserting_0.tim, _6x_Asserting_0.tip, segments_2]}]> but 
was:<[{indexVersion=1460370822447,generation=2,filelist=[_3g.fdt, _3g.fdx, 
_3g.fnm, _3g.nvd, _3g.nvm, _3g.si, _3g_Asserting_0.doc, _3g_Asserting_0.tim, 
_3g_Asserting_0.tip, _62.fdt, _62.fdx, _62.fnm, _62.nvd, _62.nvm, _62.si, 
_62_Asserting_0.doc, _62_Asserting_0.tim, _62_Asserting_0.tip, _63.cfe, 
_63.cfs, _63.si, _64.fdt, _64.fdx, _64.fnm, _64.nvd, _64.nvm, _64.si, 
_64_Asserting_0.doc, _64_Asserting_0.tim, _64_Asserting_0.tip, _65.fdt, 
_65.fdx, _65.fnm, _65.nvd, _65.nvm, _65.si, _65_Asserting_0.doc, 
_65_Asserting_0.tim, _65_Asserting_0.tip, _66.fdt, _66.fdx, _66.fnm, _66.nvd, 
_66.nvm, _66.si, _66_Asserting_0.doc, _66_Asserting_0.tim, _66_Asserting_0.tip, 
_67.fdt, _67.fdx, _67.fnm, _67.nvd, _67.nvm, _67.si, _67_Asserting_0.doc, 
_67_Asserting_0.tim, _67_Asserting_0.tip, _68.fdt, _68.fdx, _68.fnm, _68.nvd, 
_68.nvm, _68.si, _68_Asserting_0.doc, _68_Asserting_0.tim, _68_Asserting_0.tip, 
_69.fdt, _69.fdx, _69.fnm, _69.nvd, _69.nvm, _69.si, _69_Asserting_0.doc, 
_69_Asserting_0.tim, _69_Asserting_0.tip, _6a.fdt, _6a.fdx, _6a.fnm, _6a.nvd, 
_6a.nvm, _6a.si, _6a_Asserting_0.doc, _6a_Asserting_0.tim, _6a_Asserting_0.tip, 
_6b.fdt, _6b.fdx, _6b.fnm, _6b.nvd, _6b.nvm, _6b.si, _6b_Asserting_0.doc, 
_6b_Asserting_0.tim, _6b_Asserting_0.tip, _6c.fdt, _6c.fdx, _6c.fnm, _6c.nvd, 
_6c.nvm, _6c.si, _6c_Asserting_0.doc, _6c_Asserting_0.tim, _6c_Asserting_0.tip, 
_6d.fdt, _6d.fdx, _6d.fnm, _6d.nvd, _6d.nvm, _6d.si, _6d_Asserting_0.doc, 
_6d_Asserting_0.tim, _6d_Asserting_0.tip, _6e.fdt, _6e.fdx, _6e.fnm, _6e.nvd, 
_6e.nvm, _6e.si, _6e_Asserting_0.doc, _6e_Asserting_0.tim, _6e_Asserting_0.tip, 
_6f.fdt, _6f.fdx, _6f.fnm, _6f.nvd, _6f.nvm, _6f.si, _6f_Asserting_0.doc, 
_6f_Asserting_0.tim, _6f_Asserting_0.tip, _6g.fdt, _6g.fdx, _6g.fnm, _6g.nvd, 
_6g.nvm, _6g.si, _6g_Asserting_0.doc, _6g_Asserting_0.tim, _6g_Asserting_0.tip, 
_6h.fdt, _6h.fdx, _6h.fnm, _6h.nvd, _6h.nvm, _6h.si, _6h_Asserting_0.doc, 
_6h_Asserting_0.tim, _6h_Asserting_0.tip, _6i.fdt, _6i.fdx, _6i.fnm, _6i.nvd, 
_6i.nvm, _6i.si, _6i_Asserting_0.doc, _6i_Asserting_0.tim, _6i_Asserting_0.tip, 
_6j.fdt, _6j.fdx, _6j.fnm, _6j.nvd, _6j.nvm, _6j.si, _6j_Asserting_0.doc, 
_6j_Asserting_0.tim, _6j_Asserting_0.tip, _6k.fdt, _6k.fdx, _6k.fnm, _6k.nvd, 
_6k.nvm, _6k.si, _6k_Asserting_0.doc, _6k_Asserting_0.tim, _6k_Asserting_0.tip, 
_6l.fdt, _6l.fdx, _6l.fnm, _6l.nvd, _6l.nvm, _6l.si, _6l_Asserting_0.doc, 
_6l_Asserting_0.tim, _6l_Asserting_0.tip, _6m.fdt, _6m.fdx, _6m.fnm, _6m.nvd, 
_6m.nvm, _6m.si, _6m_Asserting_0.doc, _6m_Asserting_0.tim, _6m_Asserting_0.tip, 
_6n.fdt, _6n.fdx, _6n.fnm, _6n.nvd, _6n.nvm, _6n.si, _6n_Asserting_0.doc, 
_6n_Asserting_0.tim, _6n_Asserting_0.tip, _6o.fdt, _6o.fdx, _6o.fnm, _6o.nvd, 
_6o.nvm, _6o.si, _6o_Asserting_0.doc, _6o_Asserting_0.tim, _6o_Asserting_0.tip, 
_6p.fdt, _6p.fdx, _6p.fnm, _6p.nvd, _6p.nvm, _6p.si, _6p_Asserting_0.doc, 
_6p_Asserting_0.tim, _6p_Asserting_0.tip, _6q.fdt, _6q.fdx, _6q.fnm, _6q.nvd, 
_6q.nvm, _6q.si, _6q_Asserting_0.doc, _6q_Asserting_0.tim, _6q_Asserting_0.tip, 
_6r.fdt, _6r.fdx, _6r.fnm, _6r.nvd, _6r.nvm, _6r.si, _6r_Asserting_0.doc, 
_6r_Asserting_0.tim, _6r_Asserting_0.tip, _6s.fdt, _6s.fdx, _6s.fnm, _6s.nvd, 
_6s.nvm, _6s.si, _6s_Asserting_0.doc, _6s_Asserting_0.tim, _6s_Asserting_0.tip, 
_6t.fdt, _6t.fdx, _6t.fnm, _6t.nvd, _6t.nvm, _6t.si, _6t_Asserting_0.doc, 
_6t_Asserting_0.tim, _6t_Asserting_0.tip, _6u.fdt, _6u.fdx, _6u.fnm, _6u.nvd, 
_6u.nvm, _6u.si, _6u_Asserting_0.doc, _6u_Asserting_0.tim, _6u_Asserting_0.tip, 
_6v.fdt, _6v.fdx, _6v.fnm, _6v.nvd, _6v.nvm, _6v.si, _6v_Asserting_0.doc, 
_6v_Asserting_0.tim, _6v_Asserting_0.tip, _6w.fdt, _6w.fdx, _6w.fnm, _6w.nvd, 
_6w.nvm, _6w.si, _6w_Asserting_0.doc, _6w_Asserting_0.tim, _6w_Asserting_0.tip, 
_6x.fdt, _6x.fdx, _6x.fnm, _6x.nvd, _6x.nvm, _6x.si, _6x_Asserting_0.doc, 
_6x_Asserting_0.tim, _6x_Asserting_0.tip, segments_2]}, 
{indexVersion=1460370822447,generation=3,filelist=[_3g.fdt, _3g.fdx, _3g.fnm, 
_3g.nvd, _3g.nvm, _3g.si, _3g_Asserting_0.doc, _3g_Asserting_0.tim, 
_3g_Asserting_0.tip, _6x.fdt, _6x.fdx, _6x.fnm, _6x.nvd, _6x.nvm, _6x.si, 
_6x_Asserting_0.doc, _6x_Asserting_0.tim, _6x_Asserting_0.tip, _6y.cfe, 
_6y.cfs, _6y.si, segments_3]}]>

Stack Trace:
java.lang.AssertionError: 
expected:<[{indexVersion=1460370822447,generation=2,filelist=[_3g.fdt, _3g.fdx, 
_3g.fnm, _3g.nvd, _3g.nvm, _3g.si, _3g_Asserting_0.doc, _3g_Asserting_0.tim, 
_3g_Asserting_0.tip, _62.fdt, _62.fdx, _62.fnm, _62.nvd, _62.nvm, _62.si, 
_62_Asserting_0.doc, _62_Asserting_0.tim, _62_Asserting_0.tip, _63.cfe, 
_63.cfs, _63.si, _64.fdt, _64.fdx, _64.fnm, _64.nvd, _64.nvm, _64.si, 
_64_Asserting_0.doc, _64_Asserting_0.tim, _64_Asserting_0.tip, _65.fdt, 
_65.fdx, _65.fnm, _65.nvd, _65.nvm, _65.si, _65_Asserting_0.doc, 
_65_Asserting_0.tim, _65_Asserting_0.tip, _66.fdt, _66.fdx, _66.fnm, _66.nvd, 
_66.nvm, _66.si, _66_Asserting_0.doc, _66_Asserting_0.tim, _66_Asserting_0.tip, 
_67.fdt, _67.fdx, _67.fnm, _67.nvd, _67.nvm, _67.si, _67_Asserting_0.doc, 
_67_Asserting_0.tim, _67_Asserting_0.tip, _68.fdt, _68.fdx, _68.fnm, _68.nvd, 
_68.nvm, _68.si, _68_Asserting_0.doc, _68_Asserting_0.tim, _68_Asserting_0.tip, 
_69.fdt, _69.fdx, _69.fnm, _69.nvd, _69.nvm, _69.si, _69_Asserting_0.doc, 
_69_Asserting_0.tim, _69_Asserting_0.tip, _6a.fdt, _6a.fdx, _6a.fnm, _6a.nvd, 
_6a.nvm, _6a.si, _6a_Asserting_0.doc, _6a_Asserting_0.tim, _6a_Asserting_0.tip, 
_6b.fdt, _6b.fdx, _6b.fnm, _6b.nvd, _6b.nvm, _6b.si, _6b_Asserting_0.doc, 
_6b_Asserting_0.tim, _6b_Asserting_0.tip, _6c.fdt, _6c.fdx, _6c.fnm, _6c.nvd, 
_6c.nvm, _6c.si, _6c_Asserting_0.doc, _6c_Asserting_0.tim, _6c_Asserting_0.tip, 
_6d.fdt, _6d.fdx, _6d.fnm, _6d.nvd, _6d.nvm, _6d.si, _6d_Asserting_0.doc, 
_6d_Asserting_0.tim, _6d_Asserting_0.tip, _6e.fdt, _6e.fdx, _6e.fnm, _6e.nvd, 
_6e.nvm, _6e.si, _6e_Asserting_0.doc, _6e_Asserting_0.tim, _6e_Asserting_0.tip, 
_6f.fdt, _6f.fdx, _6f.fnm, _6f.nvd, _6f.nvm, _6f.si, _6f_Asserting_0.doc, 
_6f_Asserting_0.tim, _6f_Asserting_0.tip, _6g.fdt, _6g.fdx, _6g.fnm, _6g.nvd, 
_6g.nvm, _6g.si, _6g_Asserting_0.doc, _6g_Asserting_0.tim, _6g_Asserting_0.tip, 
_6h.fdt, _6h.fdx, _6h.fnm, _6h.nvd, _6h.nvm, _6h.si, _6h_Asserting_0.doc, 
_6h_Asserting_0.tim, _6h_Asserting_0.tip, _6i.fdt, _6i.fdx, _6i.fnm, _6i.nvd, 
_6i.nvm, _6i.si, _6i_Asserting_0.doc, _6i_Asserting_0.tim, _6i_Asserting_0.tip, 
_6j.fdt, _6j.fdx, _6j.fnm, _6j.nvd, _6j.nvm, _6j.si, _6j_Asserting_0.doc, 
_6j_Asserting_0.tim, _6j_Asserting_0.tip, _6k.fdt, _6k.fdx, _6k.fnm, _6k.nvd, 
_6k.nvm, _6k.si, _6k_Asserting_0.doc, _6k_Asserting_0.tim, _6k_Asserting_0.tip, 
_6l.fdt, _6l.fdx, _6l.fnm, _6l.nvd, _6l.nvm, _6l.si, _6l_Asserting_0.doc, 
_6l_Asserting_0.tim, _6l_Asserting_0.tip, _6m.fdt, _6m.fdx, _6m.fnm, _6m.nvd, 
_6m.nvm, _6m.si, _6m_Asserting_0.doc, _6m_Asserting_0.tim, _6m_Asserting_0.tip, 
_6n.fdt, _6n.fdx, _6n.fnm, _6n.nvd, _6n.nvm, _6n.si, _6n_Asserting_0.doc, 
_6n_Asserting_0.tim, _6n_Asserting_0.tip, _6o.fdt, _6o.fdx, _6o.fnm, _6o.nvd, 
_6o.nvm, _6o.si, _6o_Asserting_0.doc, _6o_Asserting_0.tim, _6o_Asserting_0.tip, 
_6p.fdt, _6p.fdx, _6p.fnm, _6p.nvd, _6p.nvm, _6p.si, _6p_Asserting_0.doc, 
_6p_Asserting_0.tim, _6p_Asserting_0.tip, _6q.fdt, _6q.fdx, _6q.fnm, _6q.nvd, 
_6q.nvm, _6q.si, _6q_Asserting_0.doc, _6q_Asserting_0.tim, _6q_Asserting_0.tip, 
_6r.fdt, _6r.fdx, _6r.fnm, _6r.nvd, _6r.nvm, _6r.si, _6r_Asserting_0.doc, 
_6r_Asserting_0.tim, _6r_Asserting_0.tip, _6s.fdt, _6s.fdx, _6s.fnm, _6s.nvd, 
_6s.nvm, _6s.si, _6s_Asserting_0.doc, _6s_Asserting_0.tim, _6s_Asserting_0.tip, 
_6t.fdt, _6t.fdx, _6t.fnm, _6t.nvd, _6t.nvm, _6t.si, _6t_Asserting_0.doc, 
_6t_Asserting_0.tim, _6t_Asserting_0.tip, _6u.fdt, _6u.fdx, _6u.fnm, _6u.nvd, 
_6u.nvm, _6u.si, _6u_Asserting_0.doc, _6u_Asserting_0.tim, _6u_Asserting_0.tip, 
_6v.fdt, _6v.fdx, _6v.fnm, _6v.nvd, _6v.nvm, _6v.si, _6v_Asserting_0.doc, 
_6v_Asserting_0.tim, _6v_Asserting_0.tip, _6w.fdt, _6w.fdx, _6w.fnm, _6w.nvd, 
_6w.nvm, _6w.si, _6w_Asserting_0.doc, _6w_Asserting_0.tim, _6w_Asserting_0.tip, 
_6x.fdt, _6x.fdx, _6x.fnm, _6x.nvd, _6x.nvm, _6x.si, _6x_Asserting_0.doc, 
_6x_Asserting_0.tim, _6x_Asserting_0.tip, segments_2]}]> but 
was:<[{indexVersion=1460370822447,generation=2,filelist=[_3g.fdt, _3g.fdx, 
_3g.fnm, _3g.nvd, _3g.nvm, _3g.si, _3g_Asserting_0.doc, _3g_Asserting_0.tim, 
_3g_Asserting_0.tip, _62.fdt, _62.fdx, _62.fnm, _62.nvd, _62.nvm, _62.si, 
_62_Asserting_0.doc, _62_Asserting_0.tim, _62_Asserting_0.tip, _63.cfe, 
_63.cfs, _63.si, _64.fdt, _64.fdx, _64.fnm, _64.nvd, _64.nvm, _64.si, 
_64_Asserting_0.doc, _64_Asserting_0.tim, _64_Asserting_0.tip, _65.fdt, 
_65.fdx, _65.fnm, _65.nvd, _65.nvm, _65.si, _65_Asserting_0.doc, 
_65_Asserting_0.tim, _65_Asserting_0.tip, _66.fdt, _66.fdx, _66.fnm, _66.nvd, 
_66.nvm, _66.si, _66_Asserting_0.doc, _66_Asserting_0.tim, _66_Asserting_0.tip, 
_67.fdt, _67.fdx, _67.fnm, _67.nvd, _67.nvm, _67.si, _67_Asserting_0.doc, 
_67_Asserting_0.tim, _67_Asserting_0.tip, _68.fdt, _68.fdx, _68.fnm, _68.nvd, 
_68.nvm, _68.si, _68_Asserting_0.doc, _68_Asserting_0.tim, _68_Asserting_0.tip, 
_69.fdt, _69.fdx, _69.fnm, _69.nvd, _69.nvm, _69.si, _69_Asserting_0.doc, 
_69_Asserting_0.tim, _69_Asserting_0.tip, _6a.fdt, _6a.fdx, _6a.fnm, _6a.nvd, 
_6a.nvm, _6a.si, _6a_Asserting_0.doc, _6a_Asserting_0.tim, _6a_Asserting_0.tip, 
_6b.fdt, _6b.fdx, _6b.fnm, _6b.nvd, _6b.nvm, _6b.si, _6b_Asserting_0.doc, 
_6b_Asserting_0.tim, _6b_Asserting_0.tip, _6c.fdt, _6c.fdx, _6c.fnm, _6c.nvd, 
_6c.nvm, _6c.si, _6c_Asserting_0.doc, _6c_Asserting_0.tim, _6c_Asserting_0.tip, 
_6d.fdt, _6d.fdx, _6d.fnm, _6d.nvd, _6d.nvm, _6d.si, _6d_Asserting_0.doc, 
_6d_Asserting_0.tim, _6d_Asserting_0.tip, _6e.fdt, _6e.fdx, _6e.fnm, _6e.nvd, 
_6e.nvm, _6e.si, _6e_Asserting_0.doc, _6e_Asserting_0.tim, _6e_Asserting_0.tip, 
_6f.fdt, _6f.fdx, _6f.fnm, _6f.nvd, _6f.nvm, _6f.si, _6f_Asserting_0.doc, 
_6f_Asserting_0.tim, _6f_Asserting_0.tip, _6g.fdt, _6g.fdx, _6g.fnm, _6g.nvd, 
_6g.nvm, _6g.si, _6g_Asserting_0.doc, _6g_Asserting_0.tim, _6g_Asserting_0.tip, 
_6h.fdt, _6h.fdx, _6h.fnm, _6h.nvd, _6h.nvm, _6h.si, _6h_Asserting_0.doc, 
_6h_Asserting_0.tim, _6h_Asserting_0.tip, _6i.fdt, _6i.fdx, _6i.fnm, _6i.nvd, 
_6i.nvm, _6i.si, _6i_Asserting_0.doc, _6i_Asserting_0.tim, _6i_Asserting_0.tip, 
_6j.fdt, _6j.fdx, _6j.fnm, _6j.nvd, _6j.nvm, _6j.si, _6j_Asserting_0.doc, 
_6j_Asserting_0.tim, _6j_Asserting_0.tip, _6k.fdt, _6k.fdx, _6k.fnm, _6k.nvd, 
_6k.nvm, _6k.si, _6k_Asserting_0.doc, _6k_Asserting_0.tim, _6k_Asserting_0.tip, 
_6l.fdt, _6l.fdx, _6l.fnm, _6l.nvd, _6l.nvm, _6l.si, _6l_Asserting_0.doc, 
_6l_Asserting_0.tim, _6l_Asserting_0.tip, _6m.fdt, _6m.fdx, _6m.fnm, _6m.nvd, 
_6m.nvm, _6m.si, _6m_Asserting_0.doc, _6m_Asserting_0.tim, _6m_Asserting_0.tip, 
_6n.fdt, _6n.fdx, _6n.fnm, _6n.nvd, _6n.nvm, _6n.si, _6n_Asserting_0.doc, 
_6n_Asserting_0.tim, _6n_Asserting_0.tip, _6o.fdt, _6o.fdx, _6o.fnm, _6o.nvd, 
_6o.nvm, _6o.si, _6o_Asserting_0.doc, _6o_Asserting_0.tim, _6o_Asserting_0.tip, 
_6p.fdt, _6p.fdx, _6p.fnm, _6p.nvd, _6p.nvm, _6p.si, _6p_Asserting_0.doc, 
_6p_Asserting_0.tim, _6p_Asserting_0.tip, _6q.fdt, _6q.fdx, _6q.fnm, _6q.nvd, 
_6q.nvm, _6q.si, _6q_Asserting_0.doc, _6q_Asserting_0.tim, _6q_Asserting_0.tip, 
_6r.fdt, _6r.fdx, _6r.fnm, _6r.nvd, _6r.nvm, _6r.si, _6r_Asserting_0.doc, 
_6r_Asserting_0.tim, _6r_Asserting_0.tip, _6s.fdt, _6s.fdx, _6s.fnm, _6s.nvd, 
_6s.nvm, _6s.si, _6s_Asserting_0.doc, _6s_Asserting_0.tim, _6s_Asserting_0.tip, 
_6t.fdt, _6t.fdx, _6t.fnm, _6t.nvd, _6t.nvm, _6t.si, _6t_Asserting_0.doc, 
_6t_Asserting_0.tim, _6t_Asserting_0.tip, _6u.fdt, _6u.fdx, _6u.fnm, _6u.nvd, 
_6u.nvm, _6u.si, _6u_Asserting_0.doc, _6u_Asserting_0.tim, _6u_Asserting_0.tip, 
_6v.fdt, _6v.fdx, _6v.fnm, _6v.nvd, _6v.nvm, _6v.si, _6v_Asserting_0.doc, 
_6v_Asserting_0.tim, _6v_Asserting_0.tip, _6w.fdt, _6w.fdx, _6w.fnm, _6w.nvd, 
_6w.nvm, _6w.si, _6w_Asserting_0.doc, _6w_Asserting_0.tim, _6w_Asserting_0.tip, 
_6x.fdt, _6x.fdx, _6x.fnm, _6x.nvd, _6x.nvm, _6x.si, _6x_Asserting_0.doc, 
_6x_Asserting_0.tim, _6x_Asserting_0.tip, segments_2]}, 
{indexVersion=1460370822447,generation=3,filelist=[_3g.fdt, _3g.fdx, _3g.fnm, 
_3g.nvd, _3g.nvm, _3g.si, _3g_Asserting_0.doc, _3g_Asserting_0.tim, 
_3g_Asserting_0.tip, _6x.fdt, _6x.fdx, _6x.fnm, _6x.nvd, _6x.nvm, _6x.si, 
_6x_Asserting_0.doc, _6x_Asserting_0.tim, _6x_Asserting_0.tip, _6y.cfe, 
_6y.cfs, _6y.si, segments_3]}]>
        at 
__randomizedtesting.SeedInfo.seed([C7132120DA389C6C:E2C43A10AA70926F]: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:1144)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication

Error Message:
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-011/./collection1/data/index.20160411223406535,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-011/./collection1/data/index,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-011/./collection1/data]
 expected:<2> but was:<3>

Stack Trace:
java.lang.AssertionError: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-011/./collection1/data/index.20160411223406535,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-011/./collection1/data/index,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-011/./collection1/data]
 expected:<2> but was:<3>
        at 
__randomizedtesting.SeedInfo.seed([C7132120DA389C6C:D35B7A75F93F2172]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.handler.TestReplicationHandler.checkForSingleIndex(TestReplicationHandler.java:819)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:534)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11520 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/init-core-data-001
   [junit4]   2> 209517 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testEmptyCommits
   [junit4]   2> 209517 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-001/collection1
   [junit4]   2> 209526 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 209541 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@41aa53a0{/solr,null,AVAILABLE}
   [junit4]   2> 209546 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@6c541e99{HTTP/1.1,[http/1.1]}{127.0.0.1:34681}
   [junit4]   2> 209546 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.e.j.s.Server Started @215985ms
   [junit4]   2> 209546 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-001/collection1/data,
 hostContext=/solr, hostPort=34681}
   [junit4]   2> 209547 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 209547 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-001'
   [junit4]   2> 209547 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 209547 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 209547 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-001/solr.xml
   [junit4]   2> 209550 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-001/.
   [junit4]   2> 209550 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1130827808
   [junit4]   2> 209550 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-001]
   [junit4]   2> 209550 WARN  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-001/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-001/lib
   [junit4]   2> 209558 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
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> 209559 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 209559 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 209559 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 209559 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 209559 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 209560 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-001/.
   [junit4]   2> 209561 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 209567 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.CorePropertiesLocator Found core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-001/./collection1
   [junit4]   2> 209567 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 209568 INFO  (coreLoadExecutor-549-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-001/collection1'
   [junit4]   2> 209568 INFO  (coreLoadExecutor-549-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 209568 INFO  (coreLoadExecutor-549-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 209577 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 209577 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 209578 INFO  (coreLoadExecutor-549-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 209580 WARN  (coreLoadExecutor-549-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 209581 INFO  (coreLoadExecutor-549-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 209589 INFO  (coreLoadExecutor-549-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 209591 INFO  (coreLoadExecutor-549-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 209601 INFO  (coreLoadExecutor-549-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 209601 INFO  (coreLoadExecutor-549-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-001/collection1'
   [junit4]   2> 209601 INFO  (coreLoadExecutor-549-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-001/./collection1
   [junit4]   2> 209602 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 209602 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-001/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 209602 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 209602 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-001/./collection1/data
   [junit4]   2> 209602 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 209602 WARN  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-001/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 209603 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 209603 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.31640625, noCFSRatio=0.0]
   [junit4]   2> 209620 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        
commit{dir=RawDirectoryWrapper(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/index-NIOFSDirectory-001
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@497a095e),segFN=segments_1,generation=1}
   [junit4]   2> 209621 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 209622 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 209623 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 209623 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 209624 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 209624 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 209629 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 209629 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 209629 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 209631 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-001/./collection1/data/
   [junit4]   2> 209633 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 209633 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 209633 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.840142715649478]
   [junit4]   2> 209634 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        
commit{dir=RawDirectoryWrapper(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/index-NIOFSDirectory-001
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@497a095e),segFN=segments_1,generation=1}
   [junit4]   2> 209634 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 209634 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@73b617eb[collection1] main]
   [junit4]   2> 209634 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-001/collection1/conf
   [junit4]   2> 209634 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-001/collection1/conf}
   [junit4]   2> 209634 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-001/collection1/conf
   [junit4]   2> 209634 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 209634 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 209634 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 209635 INFO  (coreLoadExecutor-549-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 209637 INFO  
(searcherExecutor-550-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@73b617eb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 210081 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/collection1
   [junit4]   2> 210083 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 210109 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@548d2022{/solr,null,AVAILABLE}
   [junit4]   2> 210109 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@3993e0e8{HTTP/1.1,[http/1.1]}{127.0.0.1:40623}
   [junit4]   2> 210109 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.e.j.s.Server Started @216548ms
   [junit4]   2> 210109 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/collection1/data,
 hostContext=/solr, hostPort=40623}
   [junit4]   2> 210109 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 210109 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002'
   [junit4]   2> 210109 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 210109 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 210110 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/solr.xml
   [junit4]   2> 210172 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/.
   [junit4]   2> 210173 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1176521909
   [junit4]   2> 210173 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002]
   [junit4]   2> 210173 WARN  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/lib
   [junit4]   2> 210174 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
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> 210174 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 210175 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 210175 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 210175 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 210175 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 210175 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/.
   [junit4]   2> 210176 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 210176 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.CorePropertiesLocator Found core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/./collection1
   [junit4]   2> 210176 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 210182 INFO  (coreLoadExecutor-559-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/collection1'
   [junit4]   2> 210182 INFO  (coreLoadExecutor-559-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 210183 INFO  (coreLoadExecutor-559-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 210184 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0
   [junit4]   2> 210185 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 210197 INFO  (coreLoadExecutor-559-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 210199 WARN  (coreLoadExecutor-559-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 210199 INFO  (coreLoadExecutor-559-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 210204 INFO  (coreLoadExecutor-559-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 210206 INFO  (coreLoadExecutor-559-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 210223 INFO  (coreLoadExecutor-559-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 210225 INFO  (coreLoadExecutor-559-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/collection1'
   [junit4]   2> 210225 INFO  (coreLoadExecutor-559-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/./collection1
   [junit4]   2> 210225 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 210225 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 210225 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 210225 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/./collection1/data
   [junit4]   2> 210225 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 210225 WARN  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 210226 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 210226 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.31640625, noCFSRatio=0.0]
   [junit4]   2> 210232 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        
commit{dir=RawDirectoryWrapper(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/index-NIOFSDirectory-002
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@497a095e),segFN=segments_1,generation=1}
   [junit4]   2> 210232 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 210249 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/./collection1/data/
   [junit4]   2> 210250 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 210254 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 210255 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 210320 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 210321 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 210325 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 210325 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 210325 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 210327 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 210327 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 210328 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.840142715649478]
   [junit4]   2> 210328 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        
commit{dir=RawDirectoryWrapper(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/index-NIOFSDirectory-002
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@497a095e),segFN=segments_1,generation=1}
   [junit4]   2> 210328 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 210329 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7cee5843[collection1] main]
   [junit4]   2> 210329 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/collection1/conf
   [junit4]   2> 210329 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/collection1/conf}
   [junit4]   2> 210329 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/collection1/conf
   [junit4]   2> 210329 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 210331 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 
1000ms
   [junit4]   2> 210331 INFO  (coreLoadExecutor-559-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 210331 INFO  
(searcherExecutor-560-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7cee5843[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 210730 INFO  (qtp1855534809-1017) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 210757 INFO  (qtp1855534809-1017) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1]} 0 24
   [junit4]   2> 210765 INFO  (qtp1855534809-1019) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 210924 INFO  (qtp1855534809-1019) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        
commit{dir=RawDirectoryWrapper(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/index-NIOFSDirectory-001
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@497a095e),segFN=segments_1,generation=1}
   [junit4]   2>        
commit{dir=RawDirectoryWrapper(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/index-NIOFSDirectory-001
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@497a095e),segFN=segments_2,generation=2}
   [junit4]   2> 210941 INFO  (qtp1855534809-1019) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 210959 INFO  (qtp1855534809-1019) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5d6da35a[collection1] main]
   [junit4]   2> 210959 INFO  (qtp1855534809-1019) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 210969 INFO  
(searcherExecutor-550-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5d6da35a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.1.0):C1)))}
   [junit4]   2> 210973 INFO  (qtp1855534809-1019) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={commit=true&wt=javabin&version=2}{commit=} 0 208
   [junit4]   2> 210985 INFO  (qtp1855534809-1015) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 210985 INFO  (indexFetcher-564-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 210985 INFO  (indexFetcher-564-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 210985 INFO  (indexFetcher-564-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 211007 INFO  (qtp1855534809-1014) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&wt=javabin&version=2&command=filelist} 
status=0 QTime=6
   [junit4]   2> 211008 INFO  (indexFetcher-564-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Number of files in latest index in master: 10
   [junit4]   2> 211016 INFO  (indexFetcher-564-thread-1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/./collection1/data/index.20160411222153777
   [junit4]   2> 211017 INFO  (indexFetcher-564-thread-1) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 211047 INFO  (indexFetcher-564-thread-1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@6b2667fd
   [junit4]   2> 211048 INFO  (indexFetcher-564-thread-1) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        
commit{dir=RawDirectoryWrapper(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/index-NIOFSDirectory-002
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@497a095e),segFN=segments_1,generation=1}
   [junit4]   2> 211056 INFO  (indexFetcher-564-thread-1) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 211056 INFO  (indexFetcher-564-thread-1) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 211056 INFO  (indexFetcher-564-thread-1) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        
commit{dir=RawDirectoryWrapper(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/index-NIOFSDirectory-002
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@497a095e),segFN=segments_1,generation=1}
   [junit4]   2> 211056 INFO  (indexFetcher-564-thread-1) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 211059 INFO  (qtp749871808-1034) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={wait=true&masterUrl=http://127.0.0.1:34681/solr/collection1/replication&command=fetchindex}
 status=0 QTime=1
   [junit4]   2> 211059 INFO  (indexFetcher-564-thread-1) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 211060 INFO  (indexFetcher-564-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Starting download (fullCopy=false) to 
MockDirectoryWrapper(RAMDirectory@53234e3f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3a1983e2)
   [junit4]   2> 211062 INFO  (qtp1855534809-1020) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 211065 INFO  (qtp1855534809-1017) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 211068 INFO  (qtp1855534809-1016) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 211071 INFO  (qtp749871808-1032) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=name:empty1&sort=id+desc&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 211072 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.h.TestReplicationHandler Waiting for 1 docs
   [junit4]   2> 211072 INFO  (qtp1855534809-1015) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=_0_Asserting_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 211075 INFO  (qtp1855534809-1019) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=_0_Asserting_0.tim&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 211078 INFO  (qtp1855534809-1014) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 211080 INFO  (qtp1855534809-1020) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=_0_Asserting_0.tip&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 211082 INFO  (qtp1855534809-1020) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=_0.fnm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 211085 INFO  (qtp1855534809-1016) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=_0.nvm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 211088 INFO  (qtp1855534809-1015) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 211088 INFO  (indexFetcher-564-thread-1) [    x:collection1] 
o.a.s.h.IndexFetcher Total time taken for download 
(fullCopy=false,bytesDownloaded=1629) : 0 secs (null bytes/sec) to 
MockDirectoryWrapper(RAMDirectory@53234e3f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3a1983e2)
   [junit4]   2> 211092 INFO  (indexFetcher-564-thread-1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 211093 INFO  (indexFetcher-564-thread-1) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=2
   [junit4]   2>        
commit{dir=RawDirectoryWrapper(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/index-NIOFSDirectory-002
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@497a095e),segFN=segments_1,generation=1}
   [junit4]   2>        
commit{dir=RawDirectoryWrapper(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/index-NIOFSDirectory-002
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@497a095e),segFN=segments_2,generation=2}
   [junit4]   2> 211093 INFO  (indexFetcher-564-thread-1) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 211094 INFO  (indexFetcher-564-thread-1) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 211095 INFO  (indexFetcher-564-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3e25be90[collection1] main]
   [junit4]   2> 211096 INFO  
(searcherExecutor-560-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3e25be90[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.1.0):C1)))}
   [junit4]   2> 211096 INFO  (indexFetcher-564-thread-1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/./collection1/data/index.20160411222153777
 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/./collection1/data/index.20160411222153777;done=true>>]
   [junit4]   2> 211096 INFO  (indexFetcher-564-thread-1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=false
   [junit4]   2> 211096 INFO  (indexFetcher-564-thread-1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_C7132120DA389C6C-001/solr-instance-002/./collection1/data/index.20160411222153777
   [junit4]   2> 211185 INFO  (qtp749871808-1032) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/select 
params={q=name:empty1&sort=id+desc&wt=javabin&version=2} hits=1 status=0 QTime=7
   [junit4]   2> 211193 INFO  
(TEST-TestReplicationHandler.testEmptyCommits-seed#[C7132120DA389C6C]) [    ] 
o.a.s.h.TestReplicationHandler Waited for 100ms and found 1 docs
   [junit4]   2> 211198 INFO  (qtp1855534809-1021) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 211205 INFO  (qtp1855534809-1021) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 211217 INFO  (qtp1855534809-1019) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={slave=false&qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 211218 INFO  (qtp749871808-1038) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=8
   [junit4]   2> 211221 INFO  (qtp1855534809-1021) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={_trace=assertVersions&qt=/replication&wt=javabin&version=2&command=indexversion}
 status=0 QTime=0
   [junit4]   2> 211233 INFO  (qtp749871808-1031) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication 
params={_trace=assertVersions&qt=/replication&wt=javabin&version=2&command=indexversion}
 status=0 QTime=0
   [junit4]   2> 211237 INFO  (qtp1855534809-1021) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 211237 INFO  (qtp1855534809-1021) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 211237 INFO  (qtp1855534809-1021) [    x:collection1] 
o.a.s.c.SolrCore SolrIndexSearcher has not changed - not re-opening: 
org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 211238 INFO  (qtp1855534809-1021) [    x:collection1] 
o.a.s.u.Dire

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

e.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]    >        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    >        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
   [junit4]    >        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:495)
   [junit4]    >        ... 11 moreThrowable #8: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=25363, 
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, 
group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C7132120DA389C6C]:0)
   [junit4]    >        at 
java.util.AbstractCollection.toArray(AbstractCollection.java:136)
   [junit4]    >        at sun.nio.ch.Util$2.toArray(Util.java:240)
   [junit4]    >        at java.util.ArrayList.<init>(ArrayList.java:177)
   [junit4]    >        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:183)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)Throwable #9: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=25364, name=SessionTracker, state=RUNNABLE, 
group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C7132120DA389C6C]:0)
   [junit4]    >        at java.lang.Long.valueOf(Long.java:840)
   [junit4]    >        at 
org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:150)Throwable
 #10: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=29416, name=zkCallback-1551-thread-15, 
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C7132120DA389C6C]:0)
   [junit4]    >        at 
java.lang.ThreadLocal$ThreadLocalMap.set(ThreadLocal.java:481)
   [junit4]    >        at 
java.lang.ThreadLocal$ThreadLocalMap.access$100(ThreadLocal.java:298)
   [junit4]    >        at java.lang.ThreadLocal.set(ThreadLocal.java:203)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:215)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$7/200831499.run(Unknown
 Source)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 7026713 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[C7132120DA389C6C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_C7132120DA389C6C-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): 
{other_tl1=PostingsFormat(name=Direct), 
range_facet_l_dv=Lucene50(blocksize=128), 
_version_=PostingsFormat(name=Direct), 
multiDefault=PostingsFormat(name=Asserting), a_t=PostingsFormat(name=Direct), 
intDefault=PostingsFormat(name=Direct), a_i1=PostingsFormat(name=Direct), 
id=Lucene50(blocksize=128), range_facet_i_dv=PostingsFormat(name=Direct), 
text=FST50, range_facet_l=PostingsFormat(name=Direct), 
timestamp=PostingsFormat(name=Direct)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), 
range_facet_i_dv=DocValuesFormat(name=Lucene54), 
timestamp=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=423, 
maxMBSortInHeap=4.219083530284785, sim=ClassicSimilarity, locale=uk, 
timezone=Australia/NSW
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.8.0_74 (64-bit)/cpus=4,threads=1,free=201552288,total=511705088
   [junit4]   2> NOTE: All tests run in this JVM: [CdcrReplicationHandlerTest, 
SpellCheckComponentTest, TestDFRSimilarityFactory, 
TestNonDefinedSimilarityFactory, TestPKIAuthenticationPlugin, 
TestSolrQueryResponse, ExplicitHLLTest, DeleteInactiveReplicaTest, 
ConvertedLegacyTest, TestSolrDynamicMBean, RemoteQueryErrorTest, 
TestManagedSchema, TestConfigOverlay, HdfsTlogReplayBufferedWhileIndexingTest, 
LoggingHandlerTest, TestDistributedGrouping, IndexBasedSpellCheckerTest, 
AliasIntegrationTest, TestRandomCollapseQParserPlugin, 
SpellingQueryConverterTest, TestFieldResource, TestConfigSets, 
SpellCheckCollatorTest, SpatialRPTFieldTypeTest, 
TestLMJelinekMercerSimilarityFactory, DistributedFacetPivotSmallAdvancedTest, 
TestQuerySenderListener, AsyncMigrateRouteKeyTest, 
TestRandomRequestDistribution, OpenExchangeRatesOrgProviderTest, 
TestBlendedInfixSuggestions, HighlighterMaxOffsetTest, TestMacros, RulesTest, 
HighlighterTest, TimeZoneUtilsTest, TestSchemaVersionResource, TestTrieFacet, 
ShardSplitTest, TestCodecSupport, TestHighFrequencyDictionaryFactory, 
TestBinaryResponseWriter, TestSolrDeletionPolicy2, 
TestTolerantUpdateProcessorRandomCloud, TestFiltering, OpenCloseCoreStressTest, 
ResponseHeaderTest, DistributedTermsComponentTest, TermVectorComponentTest, 
TestSchemaNameResource, TestDocumentBuilder, TestSolrQueryParserResource, 
TestSimpleTrackingShardHandler, SimpleMLTQParserTest, DOMUtilTest, 
DistributedQueryComponentCustomSortTest, DistanceFunctionTest, 
SpatialFilterTest, TestHashPartitioner, TestBlobHandler, 
ExitableDirectoryReaderTest, TestWordDelimiterFilterFactory, 
SoftAutoCommitTest, SimplePostToolTest, CoreAdminRequestStatusTest, 
DataDrivenBlockJoinTest, DistributedExpandComponentTest, 
DistributedMLTComponentTest, DistributedIntervalFacetingTest, ShardRoutingTest, 
TestEmbeddedSolrServerConstructors, NotRequiredUniqueKeyTest, 
TestScoreJoinQPScore, TestConfigSetsAPIExclusivity, 
DocExpirationUpdateProcessorFactoryTest, TestMiniSolrCloudClusterBase, 
TestPartialUpdateDeduplication, ZkSolrClientTest, MBeansHandlerTest, 
TestDynamicFieldCollectionResource, PreAnalyzedUpdateProcessorTest, 
WordBreakSolrSpellCheckerTest, ShardRoutingCustomTest, DateRangeFieldTest, 
TestLFUCache, HdfsRestartWhileUpdatingTest, SortByFunctionTest, 
OverseerStatusTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed [490/585 (4!)] on J1 in 3469.61s, 1 test, 1 error <<< 
FAILURES!

[...truncated 314 lines...]
   [junit4] JVM J1: stdout was not empty, see: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/temp/junit4-J1-20160411_101816_005.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/heapdumps/java_pid31563.hprof
 ...
   [junit4] Heap dump file created [713619018 bytes in 59.609 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 14 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/build.xml:747: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/build.xml:684: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/build.xml:59: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build.xml:233:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/common-build.xml:529:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/lucene/common-build.xml:1457:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/lucene/common-build.xml:1014:
 There were test failures: 585 suites (10 ignored), 2363 tests, 2 errors, 3 
failures, 31 ignored (16 assumptions) [seed: C7132120DA389C6C]

Total time: 329 minutes 44 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



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

Reply via email to