Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.5/10/

6 tests failed.
FAILED:  org.apache.lucene.index.TestIndexSorting.testRandom3

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
        at 
__randomizedtesting.SeedInfo.seed([5E7811875B00890B:FCA05F5D3FF2A00D]:0)
        at java.lang.Integer.valueOf(Integer.java:832)
        at 
org.apache.lucene.search.FieldComparator$IntComparator.value(FieldComparator.java:378)
        at 
org.apache.lucene.search.FieldComparator$IntComparator.value(FieldComparator.java:323)
        at 
org.apache.lucene.search.FieldValueHitQueue.fillFields(FieldValueHitQueue.java:208)
        at 
org.apache.lucene.search.TopFieldCollector.populateResults(TopFieldCollector.java:421)
        at 
org.apache.lucene.search.TopDocsCollector.topDocs(TopDocsCollector.java:156)
        at 
org.apache.lucene.search.TopDocsCollector.topDocs(TopDocsCollector.java:93)
        at 
org.apache.lucene.search.TopFieldCollector.topDocs(TopFieldCollector.java:445)
        at 
org.apache.lucene.index.TestIndexSorting.testRandom3(TestIndexSorting.java:2269)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)


FAILED:  org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit

Error Message:
expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([8F584E306C4D9A59:7615DD9F5038D7D3]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:280)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.update.TestInPlaceUpdatesDistrib.test

Error Message:
Timeout occured while waiting response from server at: 
http://127.0.0.1:56985/_/x/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:56985/_/x/collection1
        at 
__randomizedtesting.SeedInfo.seed([8F584E306C4D9A59:70C71EAC2B1F7A1]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:621)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:484)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:463)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.buildRandomIndex(TestInPlaceUpdatesDistrib.java:1127)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.docValuesUpdateTest(TestInPlaceUpdatesDistrib.java:327)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:154)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:368)
        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:171)
        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:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:515)
        ... 49 more


FAILED:  
junit.framework.TestSuite.org.apache.solr.update.TestInPlaceUpdatesDistrib

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.update.TestInPlaceUpdatesDistrib:     1) Thread[id=203338, 
name=qtp2104730842-203338, state=RUNNABLE, 
group=TGRP-TestInPlaceUpdatesDistrib]         at 
org.apache.lucene.store.RAMInputStream.readBytes(RAMInputStream.java:86)        
 at 
org.apache.lucene.codecs.blocktree.SegmentTermsEnumFrame.loadBlock(SegmentTermsEnumFrame.java:176)
         at 
org.apache.lucene.codecs.blocktree.SegmentTermsEnum.next(SegmentTermsEnum.java:894)
         at 
org.apache.lucene.index.FilterLeafReader$FilterTermsEnum.next(FilterLeafReader.java:196)
         at 
org.apache.lucene.index.AssertingLeafReader$AssertingTermsEnum.next(AssertingLeafReader.java:170)
         at 
org.apache.lucene.index.CheckIndex.checkFields(CheckIndex.java:1329)         at 
org.apache.lucene.index.CheckIndex.testPostings(CheckIndex.java:1768)         
at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:743)         
at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:300)         at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:285)         at 
org.apache.lucene.store.BaseDirectoryWrapper.close(BaseDirectoryWrapper.java:45)
         at 
org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:302)
         at 
org.apache.solr.core.CachingDirectoryFactory.closeCacheValue(CachingDirectoryFactory.java:263)
         at 
org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:193)
         at org.apache.solr.core.SolrCore.close(SolrCore.java:1576)         at 
org.apache.solr.servlet.HttpSolrCall.destroy(HttpSolrCall.java:582)         at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:360)
         at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
         at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
         at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
         at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
         at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)      
   at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
         at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
         at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)       
  at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
         at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
         at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)   
      at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)  
       at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) 
        at org.eclipse.jetty.server.Server.handle(Server.java:534)         at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)         at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)     
    at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
         at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)    
     at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) 
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
         at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
         at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) 
        at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.update.TestInPlaceUpdatesDistrib: 
   1) Thread[id=203338, name=qtp2104730842-203338, state=RUNNABLE, 
group=TGRP-TestInPlaceUpdatesDistrib]
        at 
org.apache.lucene.store.RAMInputStream.readBytes(RAMInputStream.java:86)
        at 
org.apache.lucene.codecs.blocktree.SegmentTermsEnumFrame.loadBlock(SegmentTermsEnumFrame.java:176)
        at 
org.apache.lucene.codecs.blocktree.SegmentTermsEnum.next(SegmentTermsEnum.java:894)
        at 
org.apache.lucene.index.FilterLeafReader$FilterTermsEnum.next(FilterLeafReader.java:196)
        at 
org.apache.lucene.index.AssertingLeafReader$AssertingTermsEnum.next(AssertingLeafReader.java:170)
        at org.apache.lucene.index.CheckIndex.checkFields(CheckIndex.java:1329)
        at org.apache.lucene.index.CheckIndex.testPostings(CheckIndex.java:1768)
        at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:743)
        at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:300)
        at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:285)
        at 
org.apache.lucene.store.BaseDirectoryWrapper.close(BaseDirectoryWrapper.java:45)
        at 
org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:302)
        at 
org.apache.solr.core.CachingDirectoryFactory.closeCacheValue(CachingDirectoryFactory.java:263)
        at 
org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:193)
        at org.apache.solr.core.SolrCore.close(SolrCore.java:1576)
        at org.apache.solr.servlet.HttpSolrCall.destroy(HttpSolrCall.java:582)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:360)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
        at org.eclipse.jetty.server.Server.handle(Server.java:534)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([8F584E306C4D9A59]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.update.TestInPlaceUpdatesDistrib

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=203338, name=qtp2104730842-203338, state=RUNNABLE, 
group=TGRP-TestInPlaceUpdatesDistrib]         at 
java.lang.Throwable.fillInStackTrace(Native Method)         at 
java.lang.Throwable.fillInStackTrace(Throwable.java:783)         at 
java.lang.Throwable.<init>(Throwable.java:250)         at 
java.lang.Exception.<init>(Exception.java:54)         at 
java.lang.RuntimeException.<init>(RuntimeException.java:51)         at 
java.lang.UnsupportedOperationException.<init>(UnsupportedOperationException.java:42)
         at java.util.AbstractCollection.add(AbstractCollection.java:262)       
  at org.apache.lucene.util.TestUtil.checkReadOnly(TestUtil.java:252)         
at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat$AssertingStoredFieldsReader.getChildResources(AssertingStoredFieldsFormat.java:91)
         at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat$AssertingStoredFieldsReader.<init>(AssertingStoredFieldsFormat.java:61)
         at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsReader(AssertingStoredFieldsFormat.java:43)
         at 
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:125)  
       at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:74)   
      at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:698)     
    at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:300)         at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:285)         at 
org.apache.lucene.store.BaseDirectoryWrapper.close(BaseDirectoryWrapper.java:45)
         at 
org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:302)
         at 
org.apache.solr.core.CachingDirectoryFactory.closeCacheValue(CachingDirectoryFactory.java:263)
         at 
org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:193)
         at org.apache.solr.core.SolrCore.close(SolrCore.java:1576)         at 
org.apache.solr.servlet.HttpSolrCall.destroy(HttpSolrCall.java:582)         at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:360)
         at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
         at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
         at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
         at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
         at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)      
   at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
         at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
         at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)       
  at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
         at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
         at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)   
      at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)  
       at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) 
        at org.eclipse.jetty.server.Server.handle(Server.java:534)         at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)         at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)     
    at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
         at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)    
     at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) 
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
         at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
         at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) 
        at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=203338, name=qtp2104730842-203338, state=RUNNABLE, 
group=TGRP-TestInPlaceUpdatesDistrib]
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Throwable.java:783)
        at java.lang.Throwable.<init>(Throwable.java:250)
        at java.lang.Exception.<init>(Exception.java:54)
        at java.lang.RuntimeException.<init>(RuntimeException.java:51)
        at 
java.lang.UnsupportedOperationException.<init>(UnsupportedOperationException.java:42)
        at java.util.AbstractCollection.add(AbstractCollection.java:262)
        at org.apache.lucene.util.TestUtil.checkReadOnly(TestUtil.java:252)
        at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat$AssertingStoredFieldsReader.getChildResources(AssertingStoredFieldsFormat.java:91)
        at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat$AssertingStoredFieldsReader.<init>(AssertingStoredFieldsFormat.java:61)
        at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsReader(AssertingStoredFieldsFormat.java:43)
        at 
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:125)
        at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:74)
        at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:698)
        at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:300)
        at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:285)
        at 
org.apache.lucene.store.BaseDirectoryWrapper.close(BaseDirectoryWrapper.java:45)
        at 
org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:302)
        at 
org.apache.solr.core.CachingDirectoryFactory.closeCacheValue(CachingDirectoryFactory.java:263)
        at 
org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:193)
        at org.apache.solr.core.SolrCore.close(SolrCore.java:1576)
        at org.apache.solr.servlet.HttpSolrCall.destroy(HttpSolrCall.java:582)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:360)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
        at org.eclipse.jetty.server.Server.handle(Server.java:534)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([8F584E306C4D9A59]:0)


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

Error Message:
Timeout occured while waiting response from server at: 
http://127.0.0.1:51242/j_q/ke

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:51242/j_q/ke
        at 
__randomizedtesting.SeedInfo.seed([8F584E306C4D9A59:70C71EAC2B1F7A1]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:621)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:435)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:387)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1376)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1127)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1057)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.hdfs.StressHdfsTest.createAndDeleteCollection(StressHdfsTest.java:220)
        at 
org.apache.solr.cloud.hdfs.StressHdfsTest.test(StressHdfsTest.java:103)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:368)
        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:171)
        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:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:515)
        ... 51 more




Build Log:
[...truncated 809 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexSorting
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexSorting 
-Dtests.method=testRandom3 -Dtests.seed=5E7811875B00890B -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/test-data/enwiki.random.lines.txt
 -Dtests.locale=en-US -Dtests.timezone=Canada/East-Saskatchewan 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    210s J2 | TestIndexSorting.testRandom3 <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit 
exceeded
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5E7811875B00890B:FCA05F5D3FF2A00D]:0)
   [junit4]    >        at java.lang.Integer.valueOf(Integer.java:832)
   [junit4]    >        at 
org.apache.lucene.search.FieldComparator$IntComparator.value(FieldComparator.java:378)
   [junit4]    >        at 
org.apache.lucene.search.FieldComparator$IntComparator.value(FieldComparator.java:323)
   [junit4]    >        at 
org.apache.lucene.search.FieldValueHitQueue.fillFields(FieldValueHitQueue.java:208)
   [junit4]    >        at 
org.apache.lucene.search.TopFieldCollector.populateResults(TopFieldCollector.java:421)
   [junit4]    >        at 
org.apache.lucene.search.TopDocsCollector.topDocs(TopDocsCollector.java:156)
   [junit4]    >        at 
org.apache.lucene.search.TopDocsCollector.topDocs(TopDocsCollector.java:93)
   [junit4]    >        at 
org.apache.lucene.search.TopFieldCollector.topDocs(TopFieldCollector.java:445)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexSorting.testRandom3(TestIndexSorting.java:2269)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/lucene/build/core/test/J2/temp/lucene.index.TestIndexSorting_5E7811875B00890B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{docs=Lucene50(blocksize=128), norms=Lucene50(blocksize=128), 
positions=Lucene50(blocksize=128), id=Lucene50(blocksize=128), 
term_vectors=Lucene50(blocksize=128)}, 
docValues:{multi_valued_long=DocValuesFormat(name=Lucene54), 
double=DocValuesFormat(name=Lucene54), foo=DocValuesFormat(name=Lucene54), 
numeric=DocValuesFormat(name=Lucene54), 
positions=DocValuesFormat(name=Lucene54), 
multi_valued_numeric=DocValuesFormat(name=Lucene54), 
float=DocValuesFormat(name=Asserting), int=DocValuesFormat(name=Lucene54), 
long=DocValuesFormat(name=Asserting), points=DocValuesFormat(name=Memory), 
sorted=DocValuesFormat(name=Lucene54), bar=DocValuesFormat(name=Lucene54), 
multi_valued_double=DocValuesFormat(name=Lucene54), 
docs=DocValuesFormat(name=Lucene54), 
multi_valued_string=DocValuesFormat(name=Lucene54), 
norms=DocValuesFormat(name=Lucene54), bytes=DocValuesFormat(name=Lucene54), 
binary=DocValuesFormat(name=Lucene54), id=DocValuesFormat(name=Lucene54), 
multi_valued_int=DocValuesFormat(name=Memory), 
multi_valued_bytes=DocValuesFormat(name=Lucene54), 
multi_valued_float=DocValuesFormat(name=Lucene54), 
term_vectors=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=649, 
maxMBSortInHeap=7.63714412352432, 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {positions=DFR GZ(0.3), id=IB 
LL-DZ(0.3), term_vectors=DFR I(ne)2}, locale=en-US, 
timezone=Canada/East-Saskatchewan
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=319283760,total=383778816
   [junit4]   2> NOTE: All tests run in this JVM: [TestDirectoryReaderReopen, 
Test2BPoints, TestWeakIdentityMap, TestSameTokenSamePosition, 
TestOfflineSorter, TestBlockPostingsFormat, TestSearcherManager, 
TestFlushByRamOrCountsPolicy, TestTermVectorsWriter, TestHugeRamFile, 
TestSimilarity2, TestCompiledAutomaton, TestSparseFixedBitDocIdSet, 
TestPrefixInBooleanQuery, TestMultiCollector, TestVersion, 
TestMultiPhraseQuery, TestLucene62SegmentInfoFormat, MultiCollectorTest, 
TestShardSearching, TestGeoUtils, FiniteStringsIteratorTest, 
TestSpanCollection, TestByteArrayDataInput, TestBKD, TestSmallFloat, 
TestDoubleRangeFieldQueries, TestRollingBuffer, TestSearchWithThreads, 
TestLevenshteinAutomata, TestBytesStore, TestDirectPacked, 
TestParallelTermEnum, TestIndexWriterReader, TestTopDocsMerge, 
TestNumericRangeQuery32, TestIndexWriterDelete, TestSpanMultiTermQueryWrapper, 
TestNativeFSLockFactory, TestIndexWriterMerging, TestMultiFields, TestSetOnce, 
TestFrequencyTrackingRingBuffer, TestComplexExplanations, TestNamedSPILoader, 
TestRamUsageEstimator, TestIndexWriterOutOfFileDescriptors, 
TestPositionIncrement, TestMixedDocValuesUpdates, TestFloatRangeFieldQueries, 
TestMergedIterator, TestSegmentTermEnum, TestDocument, TestBufferedIndexInput, 
TestDeterminizeLexicon, TestSloppyPhraseQuery2, TestRecyclingIntBlockAllocator, 
TestDocIdSetBuilder, TestBlendedTermQuery, TestSwappedIndexFiles, 
TestPrefixRandom, TestMatchAllDocsQuery, TestIndexSorting]
   [junit4] Completed [175/456 (1!)] on J2 in 270.24s, 48 tests, 1 error <<< 
FAILURES!

[...truncated 987 lines...]
   [junit4] JVM J2: stdout was not empty, see: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/lucene/build/core/test/temp/junit4-J2-20170410_050605_1206740266411032284500.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/heapdumps/java_pid14382.hprof
 ...
   [junit4] Heap dump file created [504237363 bytes in 5.169 secs]
   [junit4] <<< JVM J2: EOF ----

[...truncated 9896 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_8F584E306C4D9A59-001/init-core-data-001
   [junit4]   2> 49852 WARN  
(SUITE-ShardSplitTest-seed#[8F584E306C4D9A59]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 49852 INFO  
(SUITE-ShardSplitTest-seed#[8F584E306C4D9A59]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 49855 INFO  
(SUITE-ShardSplitTest-seed#[8F584E306C4D9A59]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 49855 INFO  
(SUITE-ShardSplitTest-seed#[8F584E306C4D9A59]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /dj/
   [junit4]   2> 49919 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 49922 INFO  (Thread-51) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 49930 INFO  (Thread-51) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 50122 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:56391
   [junit4]   2> 50683 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15b57219afd0000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 50752 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 50756 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 50759 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 50788 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 50791 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 50806 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 50817 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 50823 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 50831 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 50839 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 50857 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 51517 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_8F584E306C4D9A59-001/control-001/cores/collection1
   [junit4]   2> 51525 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 51582 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6f0c8e8e{/dj,null,AVAILABLE}
   [junit4]   2> 51584 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5c61a78c{HTTP/1.1,[http/1.1]}{127.0.0.1:36414}
   [junit4]   2> 51584 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.e.j.s.Server Started @58045ms
   [junit4]   2> 51584 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_8F584E306C4D9A59-001/tempDir-001/control/data,
 hostContext=/dj, hostPort=36414, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_8F584E306C4D9A59-001/control-001/cores}
   [junit4]   2> 51585 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 51585 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.5.1
   [junit4]   2> 51585 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 51585 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 51585 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-10T09:11:13.407Z
   [junit4]   2> 51705 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 51705 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_8F584E306C4D9A59-001/control-001/solr.xml
   [junit4]   2> 51739 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 51753 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56391/solr
   [junit4]   2> 52139 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) 
[n:127.0.0.1:36414_dj    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 52141 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) 
[n:127.0.0.1:36414_dj    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:36414_dj
   [junit4]   2> 52143 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) 
[n:127.0.0.1:36414_dj    ] o.a.s.c.Overseer Overseer 
(id=97767618764406788-127.0.0.1:36414_dj-n_0000000000) starting
   [junit4]   2> 52497 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) 
[n:127.0.0.1:36414_dj    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36414_dj
   [junit4]   2> 52515 INFO  
(zkCallback-19-thread-1-processing-n:127.0.0.1:36414_dj) [n:127.0.0.1:36414_dj  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 53090 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) 
[n:127.0.0.1:36414_dj    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_8F584E306C4D9A59-001/control-001/cores
   [junit4]   2> 53090 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) 
[n:127.0.0.1:36414_dj    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 53174 INFO  
(OverseerStateUpdate-97767618764406788-127.0.0.1:36414_dj-n_0000000000) 
[n:127.0.0.1:36414_dj    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 54298 INFO  
(coreLoadExecutor-83-thread-1-processing-n:127.0.0.1:36414_dj) 
[n:127.0.0.1:36414_dj c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.5.1
   [junit4]   2> 54379 INFO  
(coreLoadExecutor-83-thread-1-processing-n:127.0.0.1:36414_dj) 
[n:127.0.0.1:36414_dj c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 54846 WARN  
(coreLoadExecutor-83-thread-1-processing-n:127.0.0.1:36414_dj) 
[n:127.0.0.1:36414_dj c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 54847 INFO  
(coreLoadExecutor-83-thread-1-processing-n:127.0.0.1:36414_dj) 
[n:127.0.0.1:36414_dj c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 54902 INFO  
(coreLoadExecutor-83-thread-1-processing-n:127.0.0.1:36414_dj) 
[n:127.0.0.1:36414_dj c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 54912 INFO  
(coreLoadExecutor-83-thread-1-processing-n:127.0.0.1:36414_dj) 
[n:127.0.0.1:36414_dj c:control_collection   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 54924 INFO  
(coreLoadExecutor-83-thread-1-processing-n:127.0.0.1:36414_dj) 
[n:127.0.0.1:36414_dj c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_8F584E306C4D9A59-001/control-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_8F584E306C4D9A59-001/control-001/cores/collection1/data/]
   [junit4]   2> 54929 INFO  
(coreLoadExecutor-83-thread-1-processing-n:127.0.0.1:36414_dj) 
[n:127.0.0.1:36414_dj c:control_collection   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1f921a12
   [junit4]   2> 54934 INFO  
(coreLoadExecutor-83-thread-1-processing-n:127.0.0.1:36414_dj) 
[n:127.0.0.1:36414_dj c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@2ed217dc
   [junit4]   2> 54953 WARN  
(coreLoadExecutor-83-thread-1-processing-n:127.0.0.1:36414_dj) 
[n:127.0.0.1:36414_dj c:control_collection   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 55109 INFO  
(coreLoadExecutor-83-thread-1-processing-n:127.0.0.1:36414_dj) 
[n:127.0.0.1:36414_dj c:control_collection   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 55109 INFO  
(coreLoadExecutor-83-thread-1-processing-n:127.0.0.1:36414_dj) 
[n:127.0.0.1:36414_dj c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 55111 INFO  
(coreLoadExecutor-83-thread-1-processing-n:127.0.0.1:36414_dj) 
[n:127.0.0.1:36414_dj c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 55111 INFO  
(coreLoadExecutor-83-thread-1-processing-n:127.0.0.1:36414_dj) 
[n:127.0.0.1:36414_dj c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 55112 INFO  
(coreLoadExecutor-83-thread-1-processing-n:127.0.0.1:36414_dj) 
[n:127.0.0.1:36414_dj c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=8.9736328125, 
floorSegmentMB=0.505859375, forceMergeDeletesPctAllowed=8.673779070447818, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 55117 INFO  
(coreLoadExecutor-83-thread-1-processing-n:127.0.0.1:36414_dj) 
[n:127.0.0.1:36414_dj c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7052439e[collection1] main]
   [junit4]   2> 55122 INFO  
(coreLoadExecutor-83-thread-1-processing-n:127.0.0.1:36414_dj) 
[n:127.0.0.1:36414_dj c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 55123 INFO  
(coreLoadExecutor-83-thread-1-processing-n:127.0.0.1:36414_dj) 
[n:127.0.0.1:36414_dj c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 55124 INFO  
(coreLoadExecutor-83-thread-1-processing-n:127.0.0.1:36414_dj) 
[n:127.0.0.1:36414_dj c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 55127 INFO  
(searcherExecutor-84-thread-1-processing-n:127.0.0.1:36414_dj x:collection1 
c:control_collection) [n:127.0.0.1:36414_dj c:control_collection   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7052439e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 55128 INFO  
(coreLoadExecutor-83-thread-1-processing-n:127.0.0.1:36414_dj) 
[n:127.0.0.1:36414_dj c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1564281905558323200
   [junit4]   2> 55241 INFO  
(coreZkRegister-76-thread-1-processing-n:127.0.0.1:36414_dj x:collection1 
c:control_collection) [n:127.0.0.1:36414_dj c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 55241 INFO  
(coreZkRegister-76-thread-1-processing-n:127.0.0.1:36414_dj x:collection1 
c:control_collection) [n:127.0.0.1:36414_dj c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new 
leader - try and sync
   [junit4]   2> 55241 INFO  
(coreZkRegister-76-thread-1-processing-n:127.0.0.1:36414_dj x:collection1 
c:control_collection) [n:127.0.0.1:36414_dj c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:36414/dj/collection1/
   [junit4]   2> 55242 INFO  
(coreZkRegister-76-thread-1-processing-n:127.0.0.1:36414_dj x:collection1 
c:control_collection) [n:127.0.0.1:36414_dj c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 55449 INFO  
(coreZkRegister-76-thread-1-processing-n:127.0.0.1:36414_dj x:collection1 
c:control_collection) [n:127.0.0.1:36414_dj c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:36414/dj/collection1/ has no replicas
   [junit4]   2> 55449 INFO  
(coreZkRegister-76-thread-1-processing-n:127.0.0.1:36414_dj x:collection1 
c:control_collection) [n:127.0.0.1:36414_dj c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 55501 INFO  
(coreZkRegister-76-thread-1-processing-n:127.0.0.1:36414_dj x:collection1 
c:control_collection) [n:127.0.0.1:36414_dj c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:36414/dj/collection1/ shard1
   [junit4]   2> 55547 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 55550 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56391/solr ready
   [junit4]   2> 55552 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 55683 INFO  
(coreZkRegister-76-thread-1-processing-n:127.0.0.1:36414_dj x:collection1 
c:control_collection) [n:127.0.0.1:36414_dj c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 56000 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_8F584E306C4D9A59-001/shard-1-001/cores/collection1
   [junit4]   2> 56000 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_8F584E306C4D9A59-001/shard-1-001
   [junit4]   2> 56014 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 56182 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@137b6c00{/dj,null,AVAILABLE}
   [junit4]   2> 56183 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@39aab820{HTTP/1.1,[http/1.1]}{127.0.0.1:56313}
   [junit4]   2> 56183 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.e.j.s.Server Started @62644ms
   [junit4]   2> 56183 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_8F584E306C4D9A59-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/dj, hostPort=56313, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_8F584E306C4D9A59-001/shard-1-001/cores}
   [junit4]   2> 56183 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 56191 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.5.1
   [junit4]   2> 56191 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 56191 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 56191 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-10T09:11:18.013Z
   [junit4]   2> 56228 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 56228 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_8F584E306C4D9A59-001/shard-1-001/solr.xml
   [junit4]   2> 56262 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 56266 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56391/solr
   [junit4]   2> 56364 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) 
[n:127.0.0.1:56313_dj    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 56368 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) 
[n:127.0.0.1:56313_dj    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 56379 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) 
[n:127.0.0.1:56313_dj    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56313_dj
   [junit4]   2> 56381 INFO  (zkCallback-23-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 56382 INFO  
(zkCallback-19-thread-1-processing-n:127.0.0.1:36414_dj) [n:127.0.0.1:36414_dj  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 56390 INFO  
(zkCallback-28-thread-1-processing-n:127.0.0.1:56313_dj) [n:127.0.0.1:56313_dj  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 56886 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) 
[n:127.0.0.1:56313_dj    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_8F584E306C4D9A59-001/shard-1-001/cores
   [junit4]   2> 56886 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) 
[n:127.0.0.1:56313_dj    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 56914 INFO  
(OverseerStateUpdate-97767618764406788-127.0.0.1:36414_dj-n_0000000000) 
[n:127.0.0.1:36414_dj    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 58002 INFO  
(coreLoadExecutor-94-thread-1-processing-n:127.0.0.1:56313_dj) 
[n:127.0.0.1:56313_dj c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.1
   [junit4]   2> 58119 INFO  
(coreLoadExecutor-94-thread-1-processing-n:127.0.0.1:56313_dj) 
[n:127.0.0.1:56313_dj c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 58446 WARN  
(coreLoadExecutor-94-thread-1-processing-n:127.0.0.1:56313_dj) 
[n:127.0.0.1:56313_dj c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 58458 INFO  
(coreLoadExecutor-94-thread-1-processing-n:127.0.0.1:56313_dj) 
[n:127.0.0.1:56313_dj c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 58539 INFO  
(coreLoadExecutor-94-thread-1-processing-n:127.0.0.1:56313_dj) 
[n:127.0.0.1:56313_dj c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 58540 INFO  
(coreLoadExecutor-94-thread-1-processing-n:127.0.0.1:56313_dj) 
[n:127.0.0.1:56313_dj c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 58540 INFO  
(coreLoadExecutor-94-thread-1-processing-n:127.0.0.1:56313_dj) 
[n:127.0.0.1:56313_dj c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_8F584E306C4D9A59-001/shard-1-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_8F584E306C4D9A59-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 58540 INFO  
(coreLoadExecutor-94-thread-1-processing-n:127.0.0.1:56313_dj) 
[n:127.0.0.1:56313_dj c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap 
JMX monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f921a12
   [junit4]   2> 58543 INFO  
(coreLoadExecutor-94-thread-1-processing-n:127.0.0.1:56313_dj) 
[n:127.0.0.1:56313_dj c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@35bfa9e6
   [junit4]   2> 58626 WARN  
(coreLoadExecutor-94-thread-1-processing-n:127.0.0.1:56313_dj) 
[n:127.0.0.1:56313_dj c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 59200 INFO  
(coreLoadExecutor-94-thread-1-processing-n:127.0.0.1:56313_dj) 
[n:127.0.0.1:56313_dj c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 59207 INFO  
(coreLoadExecutor-94-thread-1-processing-n:127.0.0.1:56313_dj) 
[n:127.0.0.1:56313_dj c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 59239 INFO  
(coreLoadExecutor-94-thread-1-processing-n:127.0.0.1:56313_dj) 
[n:127.0.0.1:56313_dj c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 59239 INFO  
(coreLoadExecutor-94-thread-1-processing-n:127.0.0.1:56313_dj) 
[n:127.0.0.1:56313_dj c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 59241 INFO  
(coreLoadExecutor-94-thread-1-processing-n:127.0.0.1:56313_dj) 
[n:127.0.0.1:56313_dj c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=34, 
maxMergedSegmentMB=8.9736328125, floorSegmentMB=0.505859375, 
forceMergeDeletesPctAllowed=8.673779070447818, segmentsPerTier=32.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 59246 INFO  
(coreLoadExecutor-94-thread-1-processing-n:127.0.0.1:56313_dj) 
[n:127.0.0.1:56313_dj c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@531da234[collection1] main]
   [junit4]   2> 59248 INFO  
(coreLoadExecutor-94-thread-1-processing-n:127.0.0.1:56313_dj) 
[n:127.0.0.1:56313_dj c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 59250 INFO  
(coreLoadExecutor-94-thread-1-processing-n:127.0.0.1:56313_dj) 
[n:127.0.0.1:56313_dj c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 59250 INFO  
(coreLoadExecutor-94-thread-1-processing-n:127.0.0.1:56313_dj) 
[n:127.0.0.1:56313_dj c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 59251 INFO  
(coreLoadExecutor-94-thread-1-processing-n:127.0.0.1:56313_dj) 
[n:127.0.0.1:56313_dj c:collection1   x:collection1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1564281909881602048
   [junit4]   2> 59408 INFO  
(searcherExecutor-95-thread-1-processing-n:127.0.0.1:56313_dj x:collection1 
c:collection1) [n:127.0.0.1:56313_dj c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@531da234[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 59424 INFO  
(coreZkRegister-89-thread-1-processing-n:127.0.0.1:56313_dj x:collection1 
c:collection1) [n:127.0.0.1:56313_dj c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 59425 INFO  
(coreZkRegister-89-thread-1-processing-n:127.0.0.1:56313_dj x:collection1 
c:collection1) [n:127.0.0.1:56313_dj c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 59425 INFO  
(coreZkRegister-89-thread-1-processing-n:127.0.0.1:56313_dj x:collection1 
c:collection1) [n:127.0.0.1:56313_dj c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:56313/dj/collection1/
   [junit4]   2> 59426 INFO  
(coreZkRegister-89-thread-1-processing-n:127.0.0.1:56313_dj x:collection1 
c:collection1) [n:127.0.0.1:56313_dj c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 59426 INFO  
(coreZkRegister-89-thread-1-processing-n:127.0.0.1:56313_dj x:collection1 
c:collection1) [n:127.0.0.1:56313_dj c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:56313/dj/collection1/ has 
no replicas
   [junit4]   2> 59426 INFO  
(coreZkRegister-89-thread-1-processing-n:127.0.0.1:56313_dj x:collection1 
c:collection1) [n:127.0.0.1:56313_dj c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 59461 INFO  
(coreZkRegister-89-thread-1-processing-n:127.0.0.1:56313_dj x:collection1 
c:collection1) [n:127.0.0.1:56313_dj c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:56313/dj/collection1/ shard2
   [junit4]   2> 59614 INFO  
(coreZkRegister-89-thread-1-processing-n:127.0.0.1:56313_dj x:collection1 
c:collection1) [n:127.0.0.1:56313_dj c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 59939 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_8F584E306C4D9A59-001/shard-2-001/cores/collection1
   [junit4]   2> 59940 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_8F584E306C4D9A59-001/shard-2-001
   [junit4]   2> 59958 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 60049 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3dcbdd93{/dj,null,AVAILABLE}
   [junit4]   2> 60050 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@475e9846{HTTP/1.1,[http/1.1]}{127.0.0.1:54600}
   [junit4]   2> 60050 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.e.j.s.Server Started @66511ms
   [junit4]   2> 60050 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_8F584E306C4D9A59-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/dj, hostPort=54600, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_8F584E306C4D9A59-001/shard-2-001/cores}
   [junit4]   2> 60051 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 60058 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.5.1
   [junit4]   2> 60058 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 60058 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 60058 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-10T09:11:21.880Z
   [junit4]   2> 60135 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 60135 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_8F584E306C4D9A59-001/shard-2-001/solr.xml
   [junit4]   2> 60152 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 60169 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56391/solr
   [junit4]   2> 60426 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) 
[n:127.0.0.1:54600_dj    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 60439 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) 
[n:127.0.0.1:54600_dj    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 60446 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) 
[n:127.0.0.1:54600_dj    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:54600_dj
   [junit4]   2> 60660 INFO  
(zkCallback-28-thread-1-processing-n:127.0.0.1:56313_dj) [n:127.0.0.1:56313_dj  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 60661 INFO  
(zkCallback-19-thread-2-processing-n:127.0.0.1:36414_dj) [n:127.0.0.1:36414_dj  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 60661 INFO  (zkCallback-23-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 60681 INFO  
(zkCallback-34-thread-1-processing-n:127.0.0.1:54600_dj) [n:127.0.0.1:54600_dj  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 60980 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) 
[n:127.0.0.1:54600_dj    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_8F584E306C4D9A59-001/shard-2-001/cores
   [junit4]   2> 60981 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[8F584E306C4D9A59]) 
[n:127.0.0.1:54600_dj    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 61010 INFO  
(OverseerStateUpdate-97767618764406788-127.0.0.1:36414_dj-n_0000000000) 
[n:127.0.0.1:36414_dj    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 62076 INFO  
(coreLoadExecutor-105-thread-1-processing-n:127.0.0.1:54600_dj) 
[n:127.0.0.1:54600_dj c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.1
   [junit4]   2> 62284 INFO  
(coreLoadExecutor-105-thread-1-processing-n:127.0.0.1:54600_dj) 
[n:127.0.0.1:54600_dj c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 62729 WARN  
(coreLoadExecutor-105-thread-1-processing-n:127.0.0.1:54600_dj) 
[n:127.0.0.1:54600_dj c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 62730 INFO  
(coreLoadExecutor-105-thread-1-processing-n:127.0.0.1:54600_dj) 
[n:127.0.0.1:54600_dj c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 62939 INFO  
(coreLoadExecutor-105-thread-1-processing-n:127.0.0.1:54600_dj) 
[n:127.0.0.1:54600_dj c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 62939 INFO  
(coreLoadExecutor-105-thread-1-processing-n:127.0.0.1:54600_dj) 
[n:127.0.0.1:54600_dj c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 62940 INFO  
(coreLoadExecutor-105-thread-1-processing-n:127.0.0.1:54600_dj) 
[n:127.0.0.1:54600_dj c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_8F584E306C4D9A59-001/shard-2-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_8F584E306C4D9A59-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 62941 INFO  
(coreLoadExecutor-105-thread-1-processing-n:127.0.0.1:54600_dj) 
[n:127.0.0.1:54600_dj c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap 
JMX monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f921a12
   [junit4]   2> 62951 INFO  
(coreLoadExecutor-105-thread-1-processing-n:127.0.0.1:54600_dj) 
[n:127.0.0.1:54600_dj c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@6c377dc5
   [junit4]   2> 62990 WARN  
(coreLoadExecutor-105-thread-1-processing-n:127.0.0.1:54600_dj) 
[n:127.0.0.1:54600_dj c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 63223 INFO  
(coreLoadExecutor-105-thread-1-processing-n:127.0.0.1:54600_dj) 
[n:127.0.0.1:54600_dj c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 63223 INFO  
(coreLoadExecutor-105-thread-1-processing-n:127.0.0.1:54600_dj) 
[n:127.0.0.1:54600_dj c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 63224 INFO  
(coreLoadExecutor-105-thread-1-processing-n:127.0.0.1:54600_dj) 
[n:127.0.0.1:54600_dj c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 63224 INFO  
(coreLoadExecutor-105-thread-1-processing-n:127.0.0.1:54600_dj) 
[n:127.0.0.1:54600_dj c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 63226 INFO  
(coreLoadExecutor-105-thread-1-processing-n:127.0.0.1:54600_dj) 
[n:127.0.0.1:54600_dj c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=34, 
maxMergedSegmentMB=8.9736328125, floorSegmentMB=0.505859375, 
forceMergeDeletesPctAllowed=8.673779070447818, segmentsPe

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

kIndex.java:1768)
   [junit4]    >         at 
org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:743)
   [junit4]    >         at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:300)
   [junit4]    >         at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:285)
   [junit4]    >         at 
org.apache.lucene.store.BaseDirectoryWrapper.close(BaseDirectoryWrapper.java:45)
   [junit4]    >         at 
org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:302)
   [junit4]    >         at 
org.apache.solr.core.CachingDirectoryFactory.closeCacheValue(CachingDirectoryFactory.java:263)
   [junit4]    >         at 
org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:193)
   [junit4]    >         at 
org.apache.solr.core.SolrCore.close(SolrCore.java:1576)
   [junit4]    >         at 
org.apache.solr.servlet.HttpSolrCall.destroy(HttpSolrCall.java:582)
   [junit4]    >         at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:360)
   [junit4]    >         at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [junit4]    >         at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]    >         at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
   [junit4]    >         at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]    >         at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]    >         at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]    >         at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]    >         at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]    >         at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]    >         at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]    >         at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]    >         at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]    >         at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]    >         at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]    >         at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]    >         at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]    >         at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]    >         at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]    >         at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8F584E306C4D9A59]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=203338, name=qtp2104730842-203338, 
state=RUNNABLE, group=TGRP-TestInPlaceUpdatesDistrib]
   [junit4]    >         at java.lang.Throwable.fillInStackTrace(Native Method)
   [junit4]    >         at 
java.lang.Throwable.fillInStackTrace(Throwable.java:783)
   [junit4]    >         at java.lang.Throwable.<init>(Throwable.java:250)
   [junit4]    >         at java.lang.Exception.<init>(Exception.java:54)
   [junit4]    >         at 
java.lang.RuntimeException.<init>(RuntimeException.java:51)
   [junit4]    >         at 
java.lang.UnsupportedOperationException.<init>(UnsupportedOperationException.java:42)
   [junit4]    >         at 
java.util.AbstractCollection.add(AbstractCollection.java:262)
   [junit4]    >         at 
org.apache.lucene.util.TestUtil.checkReadOnly(TestUtil.java:252)
   [junit4]    >         at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat$AssertingStoredFieldsReader.getChildResources(AssertingStoredFieldsFormat.java:91)
   [junit4]    >         at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat$AssertingStoredFieldsReader.<init>(AssertingStoredFieldsFormat.java:61)
   [junit4]    >         at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsReader(AssertingStoredFieldsFormat.java:43)
   [junit4]    >         at 
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:125)
   [junit4]    >         at 
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:74)
   [junit4]    >         at 
org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:698)
   [junit4]    >         at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:300)
   [junit4]    >         at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:285)
   [junit4]    >         at 
org.apache.lucene.store.BaseDirectoryWrapper.close(BaseDirectoryWrapper.java:45)
   [junit4]    >         at 
org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:302)
   [junit4]    >         at 
org.apache.solr.core.CachingDirectoryFactory.closeCacheValue(CachingDirectoryFactory.java:263)
   [junit4]    >         at 
org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:193)
   [junit4]    >         at 
org.apache.solr.core.SolrCore.close(SolrCore.java:1576)
   [junit4]    >         at 
org.apache.solr.servlet.HttpSolrCall.destroy(HttpSolrCall.java:582)
   [junit4]    >         at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:360)
   [junit4]    >         at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [junit4]    >         at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]    >         at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
   [junit4]    >         at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]    >         at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]    >         at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]    >         at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]    >         at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]    >         at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]    >         at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]    >         at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]    >         at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]    >         at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]    >         at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]    >         at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]    >         at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]    >         at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]    >         at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]    >         at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8F584E306C4D9A59]:0)
   [junit4] Completed [701/701 (3!)] on J0 in 424.97s, 1 test, 3 errors <<< 
FAILURES!

[...truncated 11716 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/build.xml:783:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/build.xml:727:
 Some of the tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid14382.hprof

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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to