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

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

Error Message:
Timeout occured while waiting response from server at: 
http://127.0.0.1:50255/khmqk/l

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:50255/khmqk/l
        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:399)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:515)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:179)
        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.handler.TestReplicationHandler.doTestReplicateAfterCoreReload

Error Message:
expected:<[{indexVersion=1466728553716,generation=2,filelist=[_14.doc, _14.fdt, 
_14.fdx, _14.fnm, _14.nvd, _14.nvm, _14.si, _14.tim, _14.tip, _1o.doc, _1o.fdt, 
_1o.fdx, _1o.fnm, _1o.nvd, _1o.nvm, _1o.si, _1o.tim, _1o.tip, _28.doc, _28.fdt, 
_28.fdx, _28.fnm, _28.nvd, _28.nvm, _28.si, _28.tim, _28.tip, _2s.doc, _2s.fdt, 
_2s.fdx, _2s.fnm, _2s.nvd, _2s.nvm, _2s.si, _2s.tim, _2s.tip, _3c.doc, _3c.fdt, 
_3c.fdx, _3c.fnm, _3c.nvd, _3c.nvm, _3c.si, _3c.tim, _3c.tip, _3w.doc, _3w.fdt, 
_3w.fdx, _3w.fnm, _3w.nvd, _3w.nvm, _3w.si, _3w.tim, _3w.tip, _4g.doc, _4g.fdt, 
_4g.fdx, _4g.fnm, _4g.nvd, _4g.nvm, _4g.si, _4g.tim, _4g.tip, _50.doc, _50.fdt, 
_50.fdx, _50.fnm, _50.nvd, _50.nvm, _50.si, _50.tim, _50.tip, _5k.doc, _5k.fdt, 
_5k.fdx, _5k.fnm, _5k.nvd, _5k.nvm, _5k.si, _5k.tim, _5k.tip, _63.cfe, _63.cfs, 
_63.si, _64.doc, _64.fdt, _64.fdx, _64.fnm, _64.nvd, _64.nvm, _64.si, _64.tim, 
_64.tip, _65.cfe, _65.cfs, _65.si, _66.cfe, _66.cfs, _66.si, _67.cfe, _67.cfs, 
_67.si, _68.cfe, _68.cfs, _68.si, _69.cfe, _69.cfs, _69.si, _6a.cfe, _6a.cfs, 
_6a.si, _6b.cfe, _6b.cfs, _6b.si, _6c.cfe, _6c.cfs, _6c.si, _6d.cfe, _6d.cfs, 
_6d.si, _6e.cfe, _6e.cfs, _6e.si, _6f.cfe, _6f.cfs, _6f.si, _6g.cfe, _6g.cfs, 
_6g.si, _6h.cfe, _6h.cfs, _6h.si, _6i.cfe, _6i.cfs, _6i.si, _6j.cfe, _6j.cfs, 
_6j.si, _6k.cfe, _6k.cfs, _6k.si, _6l.cfe, _6l.cfs, _6l.si, _6m.cfe, _6m.cfs, 
_6m.si, _k.doc, _k.fdt, _k.fdx, _k.fnm, _k.nvd, _k.nvm, _k.si, _k.tim, _k.tip, 
segments_2]}]> but 
was:<[{indexVersion=1466728553716,generation=2,filelist=[_14.doc, _14.fdt, 
_14.fdx, _14.fnm, _14.nvd, _14.nvm, _14.si, _14.tim, _14.tip, _1o.doc, _1o.fdt, 
_1o.fdx, _1o.fnm, _1o.nvd, _1o.nvm, _1o.si, _1o.tim, _1o.tip, _28.doc, _28.fdt, 
_28.fdx, _28.fnm, _28.nvd, _28.nvm, _28.si, _28.tim, _28.tip, _2s.doc, _2s.fdt, 
_2s.fdx, _2s.fnm, _2s.nvd, _2s.nvm, _2s.si, _2s.tim, _2s.tip, _3c.doc, _3c.fdt, 
_3c.fdx, _3c.fnm, _3c.nvd, _3c.nvm, _3c.si, _3c.tim, _3c.tip, _3w.doc, _3w.fdt, 
_3w.fdx, _3w.fnm, _3w.nvd, _3w.nvm, _3w.si, _3w.tim, _3w.tip, _4g.doc, _4g.fdt, 
_4g.fdx, _4g.fnm, _4g.nvd, _4g.nvm, _4g.si, _4g.tim, _4g.tip, _50.doc, _50.fdt, 
_50.fdx, _50.fnm, _50.nvd, _50.nvm, _50.si, _50.tim, _50.tip, _5k.doc, _5k.fdt, 
_5k.fdx, _5k.fnm, _5k.nvd, _5k.nvm, _5k.si, _5k.tim, _5k.tip, _63.cfe, _63.cfs, 
_63.si, _64.doc, _64.fdt, _64.fdx, _64.fnm, _64.nvd, _64.nvm, _64.si, _64.tim, 
_64.tip, _65.cfe, _65.cfs, _65.si, _66.cfe, _66.cfs, _66.si, _67.cfe, _67.cfs, 
_67.si, _68.cfe, _68.cfs, _68.si, _69.cfe, _69.cfs, _69.si, _6a.cfe, _6a.cfs, 
_6a.si, _6b.cfe, _6b.cfs, _6b.si, _6c.cfe, _6c.cfs, _6c.si, _6d.cfe, _6d.cfs, 
_6d.si, _6e.cfe, _6e.cfs, _6e.si, _6f.cfe, _6f.cfs, _6f.si, _6g.cfe, _6g.cfs, 
_6g.si, _6h.cfe, _6h.cfs, _6h.si, _6i.cfe, _6i.cfs, _6i.si, _6j.cfe, _6j.cfs, 
_6j.si, _6k.cfe, _6k.cfs, _6k.si, _6l.cfe, _6l.cfs, _6l.si, _6m.cfe, _6m.cfs, 
_6m.si, _k.doc, _k.fdt, _k.fdx, _k.fnm, _k.nvd, _k.nvm, _k.si, _k.tim, _k.tip, 
segments_2]}, {indexVersion=1466728553716,generation=3,filelist=[_14.doc, 
_14.fdt, _14.fdx, _14.fnm, _14.nvd, _14.nvm, _14.si, _14.tim, _14.tip, _1o.doc, 
_1o.fdt, _1o.fdx, _1o.fnm, _1o.nvd, _1o.nvm, _1o.si, _1o.tim, _1o.tip, _28.doc, 
_28.fdt, _28.fdx, _28.fnm, _28.nvd, _28.nvm, _28.si, _28.tim, _28.tip, _2s.doc, 
_2s.fdt, _2s.fdx, _2s.fnm, _2s.nvd, _2s.nvm, _2s.si, _2s.tim, _2s.tip, _3c.doc, 
_3c.fdt, _3c.fdx, _3c.fnm, _3c.nvd, _3c.nvm, _3c.si, _3c.tim, _3c.tip, _3w.doc, 
_3w.fdt, _3w.fdx, _3w.fnm, _3w.nvd, _3w.nvm, _3w.si, _3w.tim, _3w.tip, _4g.doc, 
_4g.fdt, _4g.fdx, _4g.fnm, _4g.nvd, _4g.nvm, _4g.si, _4g.tim, _4g.tip, _50.doc, 
_50.fdt, _50.fdx, _50.fnm, _50.nvd, _50.nvm, _50.si, _50.tim, _50.tip, _5k.doc, 
_5k.fdt, _5k.fdx, _5k.fnm, _5k.nvd, _5k.nvm, _5k.si, _5k.tim, _5k.tip, _64.doc, 
_64.fdt, _64.fdx, _64.fnm, _64.nvd, _64.nvm, _64.si, _64.tim, _64.tip, _6n.doc, 
_6n.fdt, _6n.fdx, _6n.fnm, _6n.nvd, _6n.nvm, _6n.si, _6n.tim, _6n.tip, _k.doc, 
_k.fdt, _k.fdx, _k.fnm, _k.nvd, _k.nvm, _k.si, _k.tim, _k.tip, segments_3]}]>

Stack Trace:
java.lang.AssertionError: 
expected:<[{indexVersion=1466728553716,generation=2,filelist=[_14.doc, _14.fdt, 
_14.fdx, _14.fnm, _14.nvd, _14.nvm, _14.si, _14.tim, _14.tip, _1o.doc, _1o.fdt, 
_1o.fdx, _1o.fnm, _1o.nvd, _1o.nvm, _1o.si, _1o.tim, _1o.tip, _28.doc, _28.fdt, 
_28.fdx, _28.fnm, _28.nvd, _28.nvm, _28.si, _28.tim, _28.tip, _2s.doc, _2s.fdt, 
_2s.fdx, _2s.fnm, _2s.nvd, _2s.nvm, _2s.si, _2s.tim, _2s.tip, _3c.doc, _3c.fdt, 
_3c.fdx, _3c.fnm, _3c.nvd, _3c.nvm, _3c.si, _3c.tim, _3c.tip, _3w.doc, _3w.fdt, 
_3w.fdx, _3w.fnm, _3w.nvd, _3w.nvm, _3w.si, _3w.tim, _3w.tip, _4g.doc, _4g.fdt, 
_4g.fdx, _4g.fnm, _4g.nvd, _4g.nvm, _4g.si, _4g.tim, _4g.tip, _50.doc, _50.fdt, 
_50.fdx, _50.fnm, _50.nvd, _50.nvm, _50.si, _50.tim, _50.tip, _5k.doc, _5k.fdt, 
_5k.fdx, _5k.fnm, _5k.nvd, _5k.nvm, _5k.si, _5k.tim, _5k.tip, _63.cfe, _63.cfs, 
_63.si, _64.doc, _64.fdt, _64.fdx, _64.fnm, _64.nvd, _64.nvm, _64.si, _64.tim, 
_64.tip, _65.cfe, _65.cfs, _65.si, _66.cfe, _66.cfs, _66.si, _67.cfe, _67.cfs, 
_67.si, _68.cfe, _68.cfs, _68.si, _69.cfe, _69.cfs, _69.si, _6a.cfe, _6a.cfs, 
_6a.si, _6b.cfe, _6b.cfs, _6b.si, _6c.cfe, _6c.cfs, _6c.si, _6d.cfe, _6d.cfs, 
_6d.si, _6e.cfe, _6e.cfs, _6e.si, _6f.cfe, _6f.cfs, _6f.si, _6g.cfe, _6g.cfs, 
_6g.si, _6h.cfe, _6h.cfs, _6h.si, _6i.cfe, _6i.cfs, _6i.si, _6j.cfe, _6j.cfs, 
_6j.si, _6k.cfe, _6k.cfs, _6k.si, _6l.cfe, _6l.cfs, _6l.si, _6m.cfe, _6m.cfs, 
_6m.si, _k.doc, _k.fdt, _k.fdx, _k.fnm, _k.nvd, _k.nvm, _k.si, _k.tim, _k.tip, 
segments_2]}]> but 
was:<[{indexVersion=1466728553716,generation=2,filelist=[_14.doc, _14.fdt, 
_14.fdx, _14.fnm, _14.nvd, _14.nvm, _14.si, _14.tim, _14.tip, _1o.doc, _1o.fdt, 
_1o.fdx, _1o.fnm, _1o.nvd, _1o.nvm, _1o.si, _1o.tim, _1o.tip, _28.doc, _28.fdt, 
_28.fdx, _28.fnm, _28.nvd, _28.nvm, _28.si, _28.tim, _28.tip, _2s.doc, _2s.fdt, 
_2s.fdx, _2s.fnm, _2s.nvd, _2s.nvm, _2s.si, _2s.tim, _2s.tip, _3c.doc, _3c.fdt, 
_3c.fdx, _3c.fnm, _3c.nvd, _3c.nvm, _3c.si, _3c.tim, _3c.tip, _3w.doc, _3w.fdt, 
_3w.fdx, _3w.fnm, _3w.nvd, _3w.nvm, _3w.si, _3w.tim, _3w.tip, _4g.doc, _4g.fdt, 
_4g.fdx, _4g.fnm, _4g.nvd, _4g.nvm, _4g.si, _4g.tim, _4g.tip, _50.doc, _50.fdt, 
_50.fdx, _50.fnm, _50.nvd, _50.nvm, _50.si, _50.tim, _50.tip, _5k.doc, _5k.fdt, 
_5k.fdx, _5k.fnm, _5k.nvd, _5k.nvm, _5k.si, _5k.tim, _5k.tip, _63.cfe, _63.cfs, 
_63.si, _64.doc, _64.fdt, _64.fdx, _64.fnm, _64.nvd, _64.nvm, _64.si, _64.tim, 
_64.tip, _65.cfe, _65.cfs, _65.si, _66.cfe, _66.cfs, _66.si, _67.cfe, _67.cfs, 
_67.si, _68.cfe, _68.cfs, _68.si, _69.cfe, _69.cfs, _69.si, _6a.cfe, _6a.cfs, 
_6a.si, _6b.cfe, _6b.cfs, _6b.si, _6c.cfe, _6c.cfs, _6c.si, _6d.cfe, _6d.cfs, 
_6d.si, _6e.cfe, _6e.cfs, _6e.si, _6f.cfe, _6f.cfs, _6f.si, _6g.cfe, _6g.cfs, 
_6g.si, _6h.cfe, _6h.cfs, _6h.si, _6i.cfe, _6i.cfs, _6i.si, _6j.cfe, _6j.cfs, 
_6j.si, _6k.cfe, _6k.cfs, _6k.si, _6l.cfe, _6l.cfs, _6l.si, _6m.cfe, _6m.cfs, 
_6m.si, _k.doc, _k.fdt, _k.fdx, _k.fnm, _k.nvd, _k.nvm, _k.si, _k.tim, _k.tip, 
segments_2]}, {indexVersion=1466728553716,generation=3,filelist=[_14.doc, 
_14.fdt, _14.fdx, _14.fnm, _14.nvd, _14.nvm, _14.si, _14.tim, _14.tip, _1o.doc, 
_1o.fdt, _1o.fdx, _1o.fnm, _1o.nvd, _1o.nvm, _1o.si, _1o.tim, _1o.tip, _28.doc, 
_28.fdt, _28.fdx, _28.fnm, _28.nvd, _28.nvm, _28.si, _28.tim, _28.tip, _2s.doc, 
_2s.fdt, _2s.fdx, _2s.fnm, _2s.nvd, _2s.nvm, _2s.si, _2s.tim, _2s.tip, _3c.doc, 
_3c.fdt, _3c.fdx, _3c.fnm, _3c.nvd, _3c.nvm, _3c.si, _3c.tim, _3c.tip, _3w.doc, 
_3w.fdt, _3w.fdx, _3w.fnm, _3w.nvd, _3w.nvm, _3w.si, _3w.tim, _3w.tip, _4g.doc, 
_4g.fdt, _4g.fdx, _4g.fnm, _4g.nvd, _4g.nvm, _4g.si, _4g.tim, _4g.tip, _50.doc, 
_50.fdt, _50.fdx, _50.fnm, _50.nvd, _50.nvm, _50.si, _50.tim, _50.tip, _5k.doc, 
_5k.fdt, _5k.fdx, _5k.fnm, _5k.nvd, _5k.nvm, _5k.si, _5k.tim, _5k.tip, _64.doc, 
_64.fdt, _64.fdx, _64.fnm, _64.nvd, _64.nvm, _64.si, _64.tim, _64.tip, _6n.doc, 
_6n.fdt, _6n.fdx, _6n.fnm, _6n.nvd, _6n.nvm, _6n.si, _6n.tim, _6n.tip, _k.doc, 
_k.fdt, _k.fdx, _k.fnm, _k.nvd, _k.nvm, _k.si, _k.tim, _k.tip, segments_3]}]>
        at 
__randomizedtesting.SeedInfo.seed([7CB0A4633F0D16BB:5967BF534F4518B8]: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:1227)
        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:  junit.framework.TestSuite.org.apache.solr.schema.TestManagedSchemaAPI

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

Stack Trace:
java.lang.AssertionError: ObjectTracker found 2 object(s) that were not 
released!!! [MockDirectoryWrapper, RawDirectoryWrapper]
        at __randomizedtesting.SeedInfo.seed([7CB0A4633F0D16BB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:257)
        at sun.reflect.GeneratedMethodAccessor98.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11854 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_7CB0A4633F0D16BB-001/init-core-data-001
   [junit4]   2> 1440513 INFO  
(SUITE-TestReplicationHandler-seed#[7CB0A4633F0D16BB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 1440515 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
doTestReplicateAfterStartupWithNoActivity
   [junit4]   2> 1440515 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-001/solr-instance-001/collection1
   [junit4]   2> 1440517 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1440529 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@55e73216{/solr,null,AVAILABLE}
   [junit4]   2> 1440530 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.e.j.s.ServerConnector Started 
ServerConnector@36bffd9{HTTP/1.1,[http/1.1]}{127.0.0.1:47787}
   [junit4]   2> 1440530 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.e.j.s.Server Started @1444239ms
   [junit4]   2> 1440530 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-001/solr-instance-001/collection1/data,
 hostContext=/solr, hostPort=47787}
   [junit4]   2> 1440531 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1440531 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-001/solr-instance-001'
   [junit4]   2> 1440531 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 1440531 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 1440531 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-001/solr-instance-001/solr.xml
   [junit4]   2> 1440543 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-001/solr-instance-001/.
   [junit4]   2> 1440543 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.c.CoreContainer New CoreContainer 1503844252
   [junit4]   2> 1440543 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-001/solr-instance-001]
   [junit4]   2> 1440543 WARN  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-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_7CB0A4633F0D16BB-001/solr-instance-001/lib
   [junit4]   2> 1440543 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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> 1440544 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1440544 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1440544 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1440544 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1440545 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1440545 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-001/solr-instance-001/.
   [junit4]   2> 1440546 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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> 1440546 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-001/solr-instance-001/./collection1
   [junit4]   2> 1440546 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1440546 INFO  (coreLoadExecutor-3789-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_7CB0A4633F0D16BB-001/solr-instance-001/collection1'
   [junit4]   2> 1440554 INFO  (coreLoadExecutor-3789-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1440554 INFO  (coreLoadExecutor-3789-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1440546 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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> 1440557 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1440559 INFO  (coreLoadExecutor-3789-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1440561 WARN  (coreLoadExecutor-3789-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1440561 INFO  (coreLoadExecutor-3789-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 1440566 INFO  (coreLoadExecutor-3789-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1440567 INFO  (coreLoadExecutor-3789-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1440569 INFO  (coreLoadExecutor-3789-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1440570 INFO  (coreLoadExecutor-3789-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_7CB0A4633F0D16BB-001/solr-instance-001/collection1'
   [junit4]   2> 1440570 INFO  (coreLoadExecutor-3789-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_7CB0A4633F0D16BB-001/solr-instance-001/./collection1
   [junit4]   2> 1440570 INFO  (coreLoadExecutor-3789-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1440571 INFO  (coreLoadExecutor-3789-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_7CB0A4633F0D16BB-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_7CB0A4633F0D16BB-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1440571 INFO  (coreLoadExecutor-3789-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 1440571 INFO  (coreLoadExecutor-3789-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_7CB0A4633F0D16BB-001/solr-instance-001/./collection1/data
   [junit4]   2> 1440571 INFO  (coreLoadExecutor-3789-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_7CB0A4633F0D16BB-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 1440571 WARN  (coreLoadExecutor-3789-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_7CB0A4633F0D16BB-001/solr-instance-001/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1440571 INFO  (coreLoadExecutor-3789-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_7CB0A4633F0D16BB-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 1440572 INFO  (coreLoadExecutor-3789-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@cab54bc
   [junit4]   2> 1440574 INFO  (coreLoadExecutor-3789-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(NRTCachingDirectory(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7CB0A4633F0D16BB-001/index-NIOFSDirectory-001
 lockFactory=org.apache.lucene.store.NativeFSLockFactory@b6d0a0; 
maxCacheMB=0.01171875 
maxMergeSizeMB=0.095703125)),segFN=segments_1,generation=1}
   [junit4]   2> 1440574 INFO  (coreLoadExecutor-3789-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1440583 INFO  (coreLoadExecutor-3789-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 1440585 INFO  (coreLoadExecutor-3789-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1440586 INFO  (coreLoadExecutor-3789-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1440587 INFO  (coreLoadExecutor-3789-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1440587 INFO  (coreLoadExecutor-3789-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1440588 INFO  (coreLoadExecutor-3789-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 1440588 INFO  (coreLoadExecutor-3789-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,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 1440588 INFO  (coreLoadExecutor-3789-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1440589 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_7CB0A4633F0D16BB-001/solr-instance-001/./collection1/data/
   [junit4]   2> 1440589 INFO  (coreLoadExecutor-3789-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1440589 INFO  (coreLoadExecutor-3789-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1440589 INFO  (coreLoadExecutor-3789-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1440590 INFO  (coreLoadExecutor-3789-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(NRTCachingDirectory(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7CB0A4633F0D16BB-001/index-NIOFSDirectory-001
 lockFactory=org.apache.lucene.store.NativeFSLockFactory@b6d0a0; 
maxCacheMB=0.01171875 
maxMergeSizeMB=0.095703125)),segFN=segments_1,generation=1}
   [junit4]   2> 1440590 INFO  (coreLoadExecutor-3789-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1440591 INFO  (coreLoadExecutor-3789-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3b2542f4[collection1] main]
   [junit4]   2> 1440591 INFO  (coreLoadExecutor-3789-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_7CB0A4633F0D16BB-001/solr-instance-001/collection1/conf
   [junit4]   2> 1440591 INFO  (coreLoadExecutor-3789-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_7CB0A4633F0D16BB-001/solr-instance-001/collection1/conf}
   [junit4]   2> 1440591 INFO  (coreLoadExecutor-3789-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_7CB0A4633F0D16BB-001/solr-instance-001/collection1/conf
   [junit4]   2> 1440591 INFO  (coreLoadExecutor-3789-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1440591 INFO  (coreLoadExecutor-3789-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1440591 INFO  (coreLoadExecutor-3789-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1440592 INFO  (coreLoadExecutor-3789-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1440592 INFO  
(searcherExecutor-3790-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3b2542f4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1441058 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-001/solr-instance-002/collection1
   [junit4]   2> 1441060 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1441123 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5b17fce1{/solr,null,AVAILABLE}
   [junit4]   2> 1441123 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.e.j.s.ServerConnector Started 
ServerConnector@617dc1e4{HTTP/1.1,[http/1.1]}{127.0.0.1:52184}
   [junit4]   2> 1441123 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.e.j.s.Server Started @1444832ms
   [junit4]   2> 1441124 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-001/solr-instance-002/collection1/data,
 hostContext=/solr, hostPort=52184}
   [junit4]   2> 1441124 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1441124 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-001/solr-instance-002'
   [junit4]   2> 1441124 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 1441124 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 1441125 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-001/solr-instance-002/solr.xml
   [junit4]   2> 1441127 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-001/solr-instance-002/.
   [junit4]   2> 1441127 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.c.CoreContainer New CoreContainer 2010629410
   [junit4]   2> 1441127 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-001/solr-instance-002]
   [junit4]   2> 1441128 WARN  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-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_7CB0A4633F0D16BB-001/solr-instance-002/lib
   [junit4]   2> 1441128 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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> 1441129 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1441129 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1441129 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1441129 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1441129 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1441129 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-001/solr-instance-002/.
   [junit4]   2> 1441130 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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> 1441130 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-001/solr-instance-002/./collection1
   [junit4]   2> 1441130 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1441130 INFO  (coreLoadExecutor-3799-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_7CB0A4633F0D16BB-001/solr-instance-002/collection1'
   [junit4]   2> 1441131 INFO  (coreLoadExecutor-3799-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1441131 INFO  (coreLoadExecutor-3799-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1441134 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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> 1441134 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1441135 INFO  (coreLoadExecutor-3799-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1441137 WARN  (coreLoadExecutor-3799-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1441137 INFO  (coreLoadExecutor-3799-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 1441142 INFO  (coreLoadExecutor-3799-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1441144 INFO  (coreLoadExecutor-3799-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1441145 INFO  (coreLoadExecutor-3799-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1441146 INFO  (coreLoadExecutor-3799-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_7CB0A4633F0D16BB-001/solr-instance-002/collection1'
   [junit4]   2> 1441146 INFO  (coreLoadExecutor-3799-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_7CB0A4633F0D16BB-001/solr-instance-002/./collection1
   [junit4]   2> 1441146 INFO  (coreLoadExecutor-3799-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1441146 INFO  (coreLoadExecutor-3799-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_7CB0A4633F0D16BB-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_7CB0A4633F0D16BB-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 1441146 INFO  (coreLoadExecutor-3799-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 1441147 INFO  (coreLoadExecutor-3799-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_7CB0A4633F0D16BB-001/solr-instance-002/./collection1/data
   [junit4]   2> 1441147 INFO  (coreLoadExecutor-3799-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_7CB0A4633F0D16BB-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 1441147 WARN  (coreLoadExecutor-3799-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_7CB0A4633F0D16BB-001/solr-instance-002/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1441147 INFO  (coreLoadExecutor-3799-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_7CB0A4633F0D16BB-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 1441147 INFO  (coreLoadExecutor-3799-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@457bf786
   [junit4]   2> 1441149 INFO  (coreLoadExecutor-3799-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(NRTCachingDirectory(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7CB0A4633F0D16BB-001/index-NIOFSDirectory-002
 lockFactory=org.apache.lucene.store.NativeFSLockFactory@b6d0a0; 
maxCacheMB=0.01171875 
maxMergeSizeMB=0.095703125)),segFN=segments_1,generation=1}
   [junit4]   2> 1441149 INFO  (coreLoadExecutor-3799-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1441150 INFO  (coreLoadExecutor-3799-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 1441151 INFO  (coreLoadExecutor-3799-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1441151 INFO  (coreLoadExecutor-3799-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1441152 INFO  (coreLoadExecutor-3799-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1441152 INFO  (coreLoadExecutor-3799-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1441153 INFO  (coreLoadExecutor-3799-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 1441153 INFO  (coreLoadExecutor-3799-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,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 1441153 INFO  (coreLoadExecutor-3799-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1441153 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_7CB0A4633F0D16BB-001/solr-instance-002/./collection1/data/
   [junit4]   2> 1441153 INFO  (coreLoadExecutor-3799-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1441153 INFO  (coreLoadExecutor-3799-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1441153 INFO  (coreLoadExecutor-3799-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1441154 INFO  (coreLoadExecutor-3799-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(NRTCachingDirectory(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7CB0A4633F0D16BB-001/index-NIOFSDirectory-002
 lockFactory=org.apache.lucene.store.NativeFSLockFactory@b6d0a0; 
maxCacheMB=0.01171875 
maxMergeSizeMB=0.095703125)),segFN=segments_1,generation=1}
   [junit4]   2> 1441154 INFO  (coreLoadExecutor-3799-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1441154 INFO  (coreLoadExecutor-3799-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1a4a6554[collection1] main]
   [junit4]   2> 1441154 INFO  (coreLoadExecutor-3799-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_7CB0A4633F0D16BB-001/solr-instance-002/collection1/conf
   [junit4]   2> 1441154 INFO  (coreLoadExecutor-3799-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_7CB0A4633F0D16BB-001/solr-instance-002/collection1/conf}
   [junit4]   2> 1441154 INFO  (coreLoadExecutor-3799-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_7CB0A4633F0D16BB-001/solr-instance-002/collection1/conf
   [junit4]   2> 1441154 INFO  (coreLoadExecutor-3799-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1441155 INFO  (coreLoadExecutor-3799-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 
1000ms
   [junit4]   2> 1441156 INFO  (coreLoadExecutor-3799-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1441156 INFO  
(searcherExecutor-3800-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1a4a6554[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1441465 INFO  (qtp2076039070-13940) [    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> 1441636 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.e.j.s.ServerConnector Stopped 
ServerConnector@617dc1e4{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1441636 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2010629410
   [junit4]   2> 1441637 INFO  (coreCloseExecutor-3805-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@72128991
   [junit4]   2> 1441637 INFO  (coreCloseExecutor-3805-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1441637 INFO  (coreCloseExecutor-3805-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1441637 INFO  (coreCloseExecutor-3805-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 1441637 INFO  (coreCloseExecutor-3805-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 1441640 INFO  (coreCloseExecutor-3805-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1441640 INFO  (coreCloseExecutor-3805-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 
directories currently being tracked
   [junit4]   2> 1441640 INFO  (coreCloseExecutor-3805-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_7CB0A4633F0D16BB-001/solr-instance-002/./collection1/data
 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7CB0A4633F0D16BB-001/solr-instance-002/./collection1/data;done=false>>]
   [junit4]   2> 1441640 INFO  (coreCloseExecutor-3805-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 1441640 INFO  (coreCloseExecutor-3805-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_7CB0A4633F0D16BB-001/solr-instance-002/./collection1/data
   [junit4]   2> 1441640 INFO  (coreCloseExecutor-3805-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_7CB0A4633F0D16BB-001/solr-instance-002/./collection1/data/index
 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7CB0A4633F0D16BB-001/solr-instance-002/./collection1/data/index;done=false>>]
   [junit4]   2> 1441640 INFO  (coreCloseExecutor-3805-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 1441640 INFO  (coreCloseExecutor-3805-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_7CB0A4633F0D16BB-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 1441641 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5b17fce1{/solr,null,UNAVAILABLE}
   [junit4]   2> 1441642 INFO  (qtp2076039070-13938) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1441643 INFO  (qtp2076039070-13938) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1441644 INFO  (qtp2076039070-13944) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1441646 INFO  (qtp2076039070-13944) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(NRTCachingDirectory(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7CB0A4633F0D16BB-001/index-NIOFSDirectory-001
 lockFactory=org.apache.lucene.store.NativeFSLockFactory@b6d0a0; 
maxCacheMB=0.01171875 
maxMergeSizeMB=0.095703125)),segFN=segments_1,generation=1}
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(NRTCachingDirectory(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7CB0A4633F0D16BB-001/index-NIOFSDirectory-001
 lockFactory=org.apache.lucene.store.NativeFSLockFactory@b6d0a0; 
maxCacheMB=0.01171875 
maxMergeSizeMB=0.095703125)),segFN=segments_2,generation=2}
   [junit4]   2> 1441646 INFO  (qtp2076039070-13944) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1441647 INFO  (qtp2076039070-13944) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2a871b1c[collection1] main]
   [junit4]   2> 1441647 INFO  (qtp2076039070-13944) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1441647 INFO  
(searcherExecutor-3790-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2a871b1c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1441647 INFO  (qtp2076039070-13944) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 2
   [junit4]   2> 1441648 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.e.j.s.ServerConnector Stopped 
ServerConnector@36bffd9{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1441648 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1503844252
   [junit4]   2> 1441648 INFO  (coreCloseExecutor-3807-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5bbcb2df
   [junit4]   2> 1441648 INFO  (coreCloseExecutor-3807-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=1,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 1441648 INFO  (coreCloseExecutor-3807-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1441648 INFO  (coreCloseExecutor-3807-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 1441648 INFO  (coreCloseExecutor-3807-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 1441650 INFO  (coreCloseExecutor-3807-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1441650 INFO  (coreCloseExecutor-3807-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 
directories currently being tracked
   [junit4]   2> 1441650 INFO  (coreCloseExecutor-3807-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_7CB0A4633F0D16BB-001/solr-instance-001/./collection1/data
 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7CB0A4633F0D16BB-001/solr-instance-001/./collection1/data;done=false>>]
   [junit4]   2> 1441650 INFO  (coreCloseExecutor-3807-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 1441650 INFO  (coreCloseExecutor-3807-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_7CB0A4633F0D16BB-001/solr-instance-001/./collection1/data
   [junit4]   2> 1441650 INFO  (coreCloseExecutor-3807-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_7CB0A4633F0D16BB-001/solr-instance-001/./collection1/data/index
 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7CB0A4633F0D16BB-001/solr-instance-001/./collection1/data/index;done=false>>]
   [junit4]   2> 1441650 INFO  (coreCloseExecutor-3807-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 1441650 INFO  (coreCloseExecutor-3807-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_7CB0A4633F0D16BB-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 1441650 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@55e73216{/solr,null,UNAVAILABLE}
   [junit4]   2> 1441651 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1441652 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@10d20f4b{/solr,null,AVAILABLE}
   [junit4]   2> 1441652 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.e.j.s.ServerConnector Started 
ServerConnector@50a1efa5{HTTP/1.1,[http/1.1]}{127.0.0.1:38311}
   [junit4]   2> 1441652 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.e.j.s.Server Started @1445361ms
   [junit4]   2> 1441652 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-001/solr-instance-001/collection1/data,
 hostContext=/solr, hostPort=38311}
   [junit4]   2> 1441653 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 1441653 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-001/solr-instance-001'
   [junit4]   2> 1441653 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 1441653 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 1441653 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-001/solr-instance-001/solr.xml
   [junit4]   2> 1441844 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-001/solr-instance-001/.
   [junit4]   2> 1441844 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.c.CoreContainer New CoreContainer 1538514385
   [junit4]   2> 1441844 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-001/solr-instance-001]
   [junit4]   2> 1441844 WARN  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-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_7CB0A4633F0D16BB-001/solr-instance-001/lib
   [junit4]   2> 1441845 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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> 1441846 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1441846 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1441846 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1441846 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1441846 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1441846 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-001/solr-instance-001/.
   [junit4]   2> 1441847 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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> 1441847 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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_7CB0A4633F0D16BB-001/solr-instance-001/./collection1
   [junit4]   2> 1441847 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1441847 INFO  (coreLoadExecutor-3814-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_7CB0A4633F0D16BB-001/solr-instance-001/collection1'
   [junit4]   2> 1441850 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] 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> 1441853 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[7CB0A4633F0D16BB])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1441853 INFO  (coreLoadExecutor-3814-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1441853 INFO  (coreLoadExecutor-3814-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1441858 INFO  (coreLoadExecutor-3814-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1441860 WARN  (coreLoadExecutor-3814-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1441860 INFO  (coreLoadExecutor-3814-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 1441865 INFO  (coreLoadExecutor-3814-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1441866 INFO  (coreLoadExecutor-3814-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1441868 INFO  (coreLoadExecutor-3814-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1441869 INFO  (coreLoadExecutor-3814-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_7CB0A4633F0D16BB-001/solr-instance-001/collection1'
   [junit4]   2> 1441869 INFO  (coreLoadExecutor-3814-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_7CB0A4633F0D16BB-001/solr-instance-001/./collection1
   [junit4]   2> 1441869 INFO  (coreLoadExecutor-3814-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.StandardDirectoryFactory
   [junit4]   2> 1441869 INFO  (coreLoadExecutor-3814-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_7CB0A4633F0D16BB-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_7CB0A4633F0D16BB-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1441869 INFO  (coreLoadExecutor-3814-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 1441870 INFO  (coreLoadExecutor-3814-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_7CB0A4633F0D16BB-001/solr-instance-001/collection1/data
   [junit4]   2> 1441870 INFO  (coreLoadExecutor-3814-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_7CB0A4633F0D16BB-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 1441870 WARN  (coreLoadExecutor-3814-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_7CB0A4633F0D16BB-001/solr-instance-001/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1441870 INFO  (coreLoadExecutor-3814-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_7CB0A4633F0D16BB-001/solr-instance-001/collection1/data/index
   [junit4]   2> 1441871 INFO  (coreLoadExecutor-3814-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=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1441876 INFO  (coreLoadExecutor-3814-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        
commit{dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7CB0A4633F0D16BB-001/solr-instance-001/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 1441876 INFO  (coreLoadExecutor-3814-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1441877 INFO  (coreLoadExecutor-3814-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 1441878 INFO  (coreLoadExecutor-3814-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1441879 INFO  (coreLoadExecutor-3814-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1441879 INFO  (coreLoadExecutor-3814-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1441879 INFO  (coreLoadExecutor-3814-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1441880 INFO  (coreLoadExecutor-3814-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 1441880 INFO  (coreLoadExecutor-3814-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,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 1441880 INFO  (coreLoadExecutor-3814-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1441880 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_7CB0A4633F0D16BB-001/solr-instance-001/./collection1/data/
   [junit4]   2> 1441880 INFO  (coreLoadExecutor-3814-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1441880 INFO  (coreLoadExecutor-3814-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1441881 INFO  (coreLoadExecutor-3814-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.5400390625, noCFSRatio=1.0]
   [junit4]   2> 1441881 INFO  (coreLoadExecutor-3814-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        
commit{dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_7CB0A4633F0D16BB-001/solr-instance-001/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 1441881 INFO  (coreLoadExecutor-3814-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1441881 INFO  (coreLoadExecutor-3814-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@8f3a4ad[collection1] 
main]
   [junit4]   2> 1441881 INFO  (coreLoadExecutor-3814-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_7CB0A4633F0D16BB-001/solr-instance-001/collection1/conf
   [junit4]   2> 1441881 INFO  (coreLoadExecutor-3814-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_7CB0A4633F0D16BB-001/solr-instance-001/collection1/conf}
   [junit4]   2> 1441882 INFO  (coreLoadExecutor-3814-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_7CB0A4633F0D16BB-001/solr-instance-001/collection1/conf
   [junit4]   2> 1441882 INFO  (coreLoadExecutor-3814-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1441882 INFO  (coreLoadExecutor-3814-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml
   [junit4]   2> 1441882 INFO  (coreLoadExecutor-3814-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1441882 INFO  (coreLoadExecutor-3814-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1441882 INFO  
(searcherExecutor-3815-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@8f3a4ad[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1442356 INFO  (qtp301416738-13978) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0]} 0 1
   [junit4]   2> 1442358 INFO  (qtp301416738-13979) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 1442360 INFO  (qtp301416738-13980) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 1442361 INFO  (qtp301416738-13980) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 1442363 INFO  (qtp301416738-13980) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 1442364 INFO  (qtp301416738-13980) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 1442366 INFO  (qtp301416738-13980) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 1442367 INFO  (qtp301416738-13979) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 1442369 INFO  (qtp301416738-13981) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 1442371 INFO 

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

g-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/bcprov-jdk15-1.45.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/cglib-nodep-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/easymock-3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/hadoop-common-2.6.0-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/hadoop-hdfs-2.6.0-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/hadoop-minikdc-2.6.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/mockito-core-1.9.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/objenesis-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/presto-parser-0.122.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/test-lib/slice-0.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/lucene/build/analysis/icu/lucene-analyzers-icu-6.2.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/contrib/analysis-extras/lib/icu4j-56.1.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/x1/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.8/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.4.jar
 com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/temp/junit4-J0-20160624_000557_364.events
 
@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/temp/junit4-J0-20160624_000557_364.suites
 -stdin
   [junit4] ERROR: JVM J0 ended with an exception: Quit event not received from 
the forked process? This may indicate JVM crash or runner bugs.
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1501)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
   [junit4]     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]     at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]     at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]     at java.lang.Thread.run(Thread.java:745)

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

Total time: 274 minutes 50 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