You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2014/09/30 03:43:05 UTC

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.7.0_67) - Build # 11200 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11200/
Java: 32bit/jdk1.7.0_67 -server -XX:+UseConcMarkSweepGC

6 tests failed.
REGRESSION:  org.apache.solr.client.solrj.SolrExampleBinaryTest.testChildDoctransformer

Error Message:
Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 500 Server Error</title> </head> <body> <h2>HTTP ERROR: 500</h2> <p>Problem accessing /solr/collection1/select. Reason: <pre>    Server Error</pre></p> <hr /><i><small>Powered by Jetty://</small></i>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 500 Server Error</title>
</head>
<body>
<h2>HTTP ERROR: 500</h2>
<p>Problem accessing /solr/collection1/select. Reason:
<pre>    Server Error</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([DBB6A0751A5A2765:A86CBFEF96425063]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:530)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.client.solrj.SolrExampleTests.testChildDoctransformer(SolrExampleTests.java:1373)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


REGRESSION:  org.apache.solr.client.solrj.SolrExampleXMLTest.testChildDoctransformer

Error Message:
java.lang.AssertionError

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([DBB6A0751A5A2765:A86CBFEF96425063]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:568)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.client.solrj.SolrExampleTests.testChildDoctransformer(SolrExampleTests.java:1373)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


REGRESSION:  org.apache.solr.client.solrj.embedded.SolrExampleEmbeddedTest.testChildDoctransformer

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([DBB6A0751A5A2765:A86CBFEF96425063]:0)
	at org.apache.lucene.search.join.ToChildBlockJoinQuery$ToChildBlockJoinScorer.advance(ToChildBlockJoinQuery.java:286)
	at org.apache.lucene.search.FilteredQuery$LeapFrogScorer.advanceToNextCommonDoc(FilteredQuery.java:274)
	at org.apache.lucene.search.FilteredQuery$LeapFrogScorer.nextDoc(FilteredQuery.java:286)
	at org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:191)
	at org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:162)
	at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:35)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:614)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:289)
	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:226)
	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1633)
	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1456)
	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:537)
	at org.apache.solr.search.SolrIndexSearcher.getDocList(SolrIndexSearcher.java:1291)
	at org.apache.solr.response.transform.ChildDocTransformer.transform(ChildDocTransformerFactory.java:144)
	at org.apache.solr.response.BinaryResponseWriter$Resolver.writeResultsBody(BinaryResponseWriter.java:159)
	at org.apache.solr.response.BinaryResponseWriter$Resolver.writeResults(BinaryResponseWriter.java:183)
	at org.apache.solr.response.BinaryResponseWriter$Resolver.resolve(BinaryResponseWriter.java:88)
	at org.apache.solr.common.util.JavaBinCodec.writeVal(JavaBinCodec.java:158)
	at org.apache.solr.common.util.JavaBinCodec.writeNamedList(JavaBinCodec.java:148)
	at org.apache.solr.common.util.JavaBinCodec.writeKnownType(JavaBinCodec.java:242)
	at org.apache.solr.common.util.JavaBinCodec.writeVal(JavaBinCodec.java:153)
	at org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:96)
	at org.apache.solr.response.BinaryResponseWriter.getParsedResponse(BinaryResponseWriter.java:256)
	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.getParsedResponse(EmbeddedSolrServer.java:241)
	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:213)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.client.solrj.SolrExampleTests.testChildDoctransformer(SolrExampleTests.java:1373)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


REGRESSION:  org.apache.solr.client.solrj.embedded.SolrExampleJettyTest.testChildDoctransformer

Error Message:
Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 500 Server Error</title> </head> <body> <h2>HTTP ERROR: 500</h2> <p>Problem accessing /solr/collection1/select. Reason: <pre>    Server Error</pre></p> <hr /><i><small>Powered by Jetty://</small></i>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 500 Server Error</title>
</head>
<body>
<h2>HTTP ERROR: 500</h2>
<p>Problem accessing /solr/collection1/select. Reason:
<pre>    Server Error</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([DBB6A0751A5A2765:A86CBFEF96425063]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:530)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.client.solrj.SolrExampleTests.testChildDoctransformer(SolrExampleTests.java:1373)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


REGRESSION:  org.apache.solr.client.solrj.embedded.SolrExampleStreamingBinaryTest.testChildDoctransformer

Error Message:
Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 500 Server Error</title> </head> <body> <h2>HTTP ERROR: 500</h2> <p>Problem accessing /solr/collection1/select. Reason: <pre>    Server Error</pre></p> <hr /><i><small>Powered by Jetty://</small></i>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 500 Server Error</title>
</head>
<body>
<h2>HTTP ERROR: 500</h2>
<p>Problem accessing /solr/collection1/select. Reason:
<pre>    Server Error</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([DBB6A0751A5A2765:A86CBFEF96425063]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:530)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer.request(ConcurrentUpdateSolrServer.java:281)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.client.solrj.SolrExampleTests.testChildDoctransformer(SolrExampleTests.java:1373)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


REGRESSION:  org.apache.solr.client.solrj.embedded.SolrExampleStreamingTest.testChildDoctransformer

Error Message:
java.lang.AssertionError

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([DBB6A0751A5A2765:A86CBFEF96425063]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:568)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer.request(ConcurrentUpdateSolrServer.java:281)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.client.solrj.SolrExampleTests.testChildDoctransformer(SolrExampleTests.java:1373)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12563 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.embedded.SolrExampleEmbeddedTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest-DBB6A0751A5A2765-001/init-core-data-001
   [junit4]   2> 9110 T49 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 9111 T49 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/'
   [junit4]   2> 9171 T49 oasc.SolrConfig.initLibs Adding specified lib dirs to ClassLoader
   [junit4]   2> 9172 T49 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/extraction/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/../../../contrib/extraction/lib).
   [junit4]   2> 9173 T49 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 9173 T49 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/clustering/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/../../../contrib/clustering/lib).
   [junit4]   2> 9174 T49 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 9175 T49 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/langid/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/../../../contrib/langid/lib).
   [junit4]   2> 9175 T49 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 9176 T49 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/velocity/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/../../../contrib/velocity/lib).
   [junit4]   2> 9176 T49 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 9221 T49 oasu.SolrIndexConfig.<init> IndexWriter infoStream solr logging is enabled
   [junit4]   2> 9226 T49 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 9311 T49 oasc.SolrConfig.<init> Loaded SolrConfig: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/conf/solrconfig.xml
   [junit4]   2> 9312 T49 oass.IndexSchema.readSchema Reading Solr Schema from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/conf/schema.xml
   [junit4]   2> 9365 T49 oass.IndexSchema.readSchema [null] Schema name=example
   [junit4]   2> 9750 T49 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 9752 T49 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 9752 T49 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 9772 T49 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 9776 T49 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 9801 T49 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 9801 T49 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr
   [junit4]   2> 9802 T49 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/'
   [junit4]   2> 9842 T49 oasc.CoreContainer.<init> New CoreContainer 21504807
   [junit4]   2> 9842 T49 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/]
   [junit4]   2> 9843 T49 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 9844 T49 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 9844 T49 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 9844 T49 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 9845 T49 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 9845 T49 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 9845 T49 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 9845 T49 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 9846 T49 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 9846 T49 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 9847 T49 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 9847 T49 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 9847 T49 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 9850 T50 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/'
   [junit4]   2> 9889 T50 oasc.SolrConfig.initLibs Adding specified lib dirs to ClassLoader
   [junit4]   2> 9889 T50 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/extraction/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/../../../contrib/extraction/lib).
   [junit4]   2> 9889 T50 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 9890 T50 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/clustering/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/../../../contrib/clustering/lib).
   [junit4]   2> 9890 T50 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 9890 T50 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/langid/lib/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/../../../contrib/langid/lib).
   [junit4]   2> 9891 T50 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 9891 T50 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/velocity/lib (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/../../../contrib/velocity/lib).
   [junit4]   2> 9892 T50 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 9938 T50 oasu.SolrIndexConfig.<init> IndexWriter infoStream solr logging is enabled
   [junit4]   2> 9941 T50 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 9998 T50 oasc.SolrConfig.<init> Loaded SolrConfig: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/conf/solrconfig.xml
   [junit4]   2> 9999 T50 oass.IndexSchema.readSchema Reading Solr Schema from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/conf/schema.xml
   [junit4]   2> 10031 T50 oass.IndexSchema.readSchema [collection1] Schema name=example
   [junit4]   2> 10430 T50 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 10432 T50 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 10432 T50 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 10450 T50 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 10454 T50 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 10475 T50 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/
   [junit4]   2> 10475 T50 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 10476 T50 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest-DBB6A0751A5A2765-001/init-core-data-001/
   [junit4]   2> 10476 T50 oasc.JmxMonitoredMap.<init> No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 10477 T50 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 10477 T50 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher warming in solrconfig.xml}]}
   [junit4]   2> 10478 T50 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest-DBB6A0751A5A2765-001/init-core-data-001
   [junit4]   2> 10478 T50 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest-DBB6A0751A5A2765-001/init-core-data-001/index/
   [junit4]   2> 10478 T50 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest-DBB6A0751A5A2765-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 10478 T50 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest-DBB6A0751A5A2765-001/init-core-data-001/index
   [junit4]   2> 10479 T50 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-23-thread-1]: init: current segments file is "null"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@1effafc
   [junit4]   2> 10479 T50 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-23-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 10480 T50 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-23-thread-1]: 0 msec to checkpoint
   [junit4]   2> 10480 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: init: create=true
   [junit4]   2> 10480 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: 
   [junit4]   2> 	dir=MockDirectoryWrapper(RAMDirectory(id=lucene-1249727))
   [junit4]   2> 	index=
   [junit4]   2> 	version=5.0.0
   [junit4]   2> 	analyzer=null
   [junit4]   2> 	ramBufferSizeMB=100.0
   [junit4]   2> 	maxBufferedDocs=-1
   [junit4]   2> 	maxBufferedDeleteTerms=-1
   [junit4]   2> 	mergedSegmentWarmer=null
   [junit4]   2> 	delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> 	commit=null
   [junit4]   2> 	openMode=CREATE
   [junit4]   2> 	similarity=org.apache.lucene.search.similarities.DefaultSimilarity
   [junit4]   2> 	mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=1, maxMergeCount=2, mergeThreadPriority=-1
   [junit4]   2> 	default WRITE_LOCK_TIMEOUT=1000
   [junit4]   2> 	writeLockTimeout=1000
   [junit4]   2> 	codec=Lucene50
   [junit4]   2> 	infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> 	mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 	indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@46f0d4
   [junit4]   2> 	readerPooling=false
   [junit4]   2> 	perThreadHardLimitMB=1945
   [junit4]   2> 	useCompoundFile=false
   [junit4]   2> 	checkIntegrityAtMerge=false
   [junit4]   2> 	commitOnClose=true
   [junit4]   2> 	writer=org.apache.lucene.util.SetOnce@16d104a
   [junit4]   2> 	
   [junit4]   2> 10480 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: now flush at close
   [junit4]   2> 10481 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]:   start flush: applyAllDeletes=true
   [junit4]   2> 10481 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]:   index before flush 
   [junit4]   2> 10481 T50 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-23-thread-1]: startFullFlush
   [junit4]   2> 10481 T50 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-23-thread-1]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 10482 T50 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-23-thread-1]: coreLoadExecutor-23-thread-1 finishFullFlush success=true
   [junit4]   2> 10482 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: apply all deletes during flush
   [junit4]   2> 10482 T50 oasu.LoggingInfoStream.message [BD][coreLoadExecutor-23-thread-1]: prune sis=null:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 10482 T50 oasu.LoggingInfoStream.message [CMS][coreLoadExecutor-23-thread-1]: now merge
   [junit4]   2> 10483 T50 oasu.LoggingInfoStream.message [CMS][coreLoadExecutor-23-thread-1]:   index: 
   [junit4]   2> 10483 T50 oasu.LoggingInfoStream.message [CMS][coreLoadExecutor-23-thread-1]:   no more merges pending; now return
   [junit4]   2> 10483 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: waitForMerges
   [junit4]   2> 10483 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: waitForMerges done
   [junit4]   2> 10484 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: commit: start
   [junit4]   2> 10484 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: commit: enter lock
   [junit4]   2> 10484 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: commit: now prepare
   [junit4]   2> 10484 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: prepareCommit: flush
   [junit4]   2> 10484 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]:   index before flush 
   [junit4]   2> 10485 T50 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-23-thread-1]: startFullFlush
   [junit4]   2> 10485 T50 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-23-thread-1]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 10485 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: apply all deletes during flush
   [junit4]   2> 10485 T50 oasu.LoggingInfoStream.message [BD][coreLoadExecutor-23-thread-1]: prune sis=null:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 10486 T50 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-23-thread-1]: coreLoadExecutor-23-thread-1 finishFullFlush success=true
   [junit4]   2> 10486 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: startCommit(): start
   [junit4]   2> 10486 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: startCommit index= changeCount=1
   [junit4]   2> 10487 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: done all syncs: []
   [junit4]   2> 10487 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: commit: pendingCommit != null
   [junit4]   2> 10487 T50 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-23-thread-1]: now checkpoint "" [0 segments ; isCommit = true]
   [junit4]   2> 10488 T50 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-1249727)),segFN=segments_1,generation=1}
   [junit4]   2> 10488 T50 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 10488 T50 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-23-thread-1]: 0 msec to checkpoint
   [junit4]   2> 10488 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: commit: wrote segments file "segments_1"
   [junit4]   2> 10489 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: commit: took 4.4 msec
   [junit4]   2> 10489 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: commit: done
   [junit4]   2> 10489 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: rollback
   [junit4]   2> 10489 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: all running merges have aborted
   [junit4]   2> 10490 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: rollback: done finish merges
   [junit4]   2> 10490 T50 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-23-thread-1]: abort
   [junit4]   2> 10490 T50 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-23-thread-1]: done abort; abortedFiles=[] success=true
   [junit4]   2> 10490 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: rollback: infos=
   [junit4]   2> 10491 T50 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-23-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 10491 T50 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-23-thread-1]: 0 msec to checkpoint
   [junit4]   2> 10491 T50 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
   [junit4]   2> 10491 T50 oasc.SolrCore.initWriters adding lazy queryResponseWriter: solr.VelocityResponseWriter
   [junit4]   2> 10492 T50 oasc.SolrCore.initWriters created velocity: solr.VelocityResponseWriter
   [junit4]   2> 10492 T50 oasc.SolrCore.initWriters created xslt: solr.XSLTResponseWriter
   [junit4]   2> 10492 T50 oasr.XSLTResponseWriter.init xsltCacheLifetimeSeconds=5
   [junit4]   2> 10494 T50 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 10494 T50 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 10495 T50 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 10495 T50 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 10495 T50 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 10496 T50 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
   [junit4]   2> 10496 T50 oasc.RequestHandlers.initHandlersFromConfig created /query: solr.SearchHandler
   [junit4]   2> 10496 T50 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 10496 T50 oasc.RequestHandlers.initHandlersFromConfig created /export: solr.SearchHandler
   [junit4]   2> 10497 T50 oasc.RequestHandlers.initHandlersFromConfig created /browse: solr.SearchHandler
   [junit4]   2> 10497 T50 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.extraction.ExtractingRequestHandler
   [junit4]   2> 10497 T50 oasc.RequestHandlers.initHandlersFromConfig created /update/extract: solr.extraction.ExtractingRequestHandler
   [junit4]   2> 10497 T50 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
   [junit4]   2> 10498 T50 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
   [junit4]   2> 10498 T50 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.DocumentAnalysisRequestHandler
   [junit4]   2> 10498 T50 oasc.RequestHandlers.initHandlersFromConfig created /analysis/document: solr.DocumentAnalysisRequestHandler
   [junit4]   2> 10498 T50 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
   [junit4]   2> 10499 T50 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 10499 T50 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 10500 T50 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 10500 T50 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 10501 T50 oasc.RequestHandlers.initHandlersFromConfig created /spell: solr.SearchHandler
   [junit4]   2> 10501 T50 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 10502 T50 oasc.RequestHandlers.initHandlersFromConfig created /suggest: solr.SearchHandler
   [junit4]   2> 10503 T50 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 10503 T50 oasc.RequestHandlers.initHandlersFromConfig created /tvrh: solr.SearchHandler
   [junit4]   2> 10504 T50 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 10504 T50 oasc.RequestHandlers.initHandlersFromConfig created /terms: solr.SearchHandler
   [junit4]   2> 10505 T50 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 10505 T50 oasc.RequestHandlers.initHandlersFromConfig created /elevate: solr.SearchHandler
   [junit4]   2> 10511 T50 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 10513 T50 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 10516 T50 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 10518 T50 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 10523 T50 oasu.CommitTracker.<init> Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 10523 T50 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 10524 T50 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-23-thread-1]: init: current segments file is "segments_1"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@1effafc
   [junit4]   2> 10524 T50 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-23-thread-1]: init: load commit "segments_1"
   [junit4]   2> 10524 T50 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-1249727)),segFN=segments_1,generation=1}
   [junit4]   2> 10525 T50 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 10525 T50 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-23-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 10525 T50 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-23-thread-1]: 0 msec to checkpoint
   [junit4]   2> 10525 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: init: create=false
   [junit4]   2> 10526 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: 
   [junit4]   2> 	dir=MockDirectoryWrapper(RAMDirectory(id=lucene-1249727))
   [junit4]   2> 	index=
   [junit4]   2> 	version=5.0.0
   [junit4]   2> 	analyzer=null
   [junit4]   2> 	ramBufferSizeMB=100.0
   [junit4]   2> 	maxBufferedDocs=-1
   [junit4]   2> 	maxBufferedDeleteTerms=-1
   [junit4]   2> 	mergedSegmentWarmer=null
   [junit4]   2> 	delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> 	commit=null
   [junit4]   2> 	openMode=APPEND
   [junit4]   2> 	similarity=org.apache.lucene.search.similarities.DefaultSimilarity
   [junit4]   2> 	mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=1, maxMergeCount=2, mergeThreadPriority=-1
   [junit4]   2> 	default WRITE_LOCK_TIMEOUT=1000
   [junit4]   2> 	writeLockTimeout=1000
   [junit4]   2> 	codec=Lucene50
   [junit4]   2> 	infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> 	mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 	indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@261f30
   [junit4]   2> 	readerPooling=false
   [junit4]   2> 	perThreadHardLimitMB=1945
   [junit4]   2> 	useCompoundFile=false
   [junit4]   2> 	checkIntegrityAtMerge=false
   [junit4]   2> 	commitOnClose=true
   [junit4]   2> 	writer=org.apache.lucene.util.SetOnce@c9a623
   [junit4]   2> 	
   [junit4]   2> 10526 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: flush at getReader
   [junit4]   2> 10526 T50 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-23-thread-1]: startFullFlush
   [junit4]   2> 10527 T50 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-23-thread-1]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 10527 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: apply all deletes during flush
   [junit4]   2> 10527 T50 oasu.LoggingInfoStream.message [BD][coreLoadExecutor-23-thread-1]: prune sis=segments_1:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 10528 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: return reader version=1 reader=StandardDirectoryReader(segments_1:1:nrt)
   [junit4]   2> 10528 T50 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-23-thread-1]: coreLoadExecutor-23-thread-1 finishFullFlush success=true
   [junit4]   2> 10528 T50 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: getReader took 2 msec
   [junit4]   2> 10528 T50 oass.SolrIndexSearcher.<init> Opening Searcher@84b81a[collection1] main
   [junit4]   2> 10529 T50 oasr.ManagedResourceStorage.newStorageIO WARN Cannot write to config directory /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 10529 T50 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 10529 T50 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 10529 T50 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 10530 T50 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage
   [junit4]   2> 10530 T50 oasr.RestManager.init Initializing 2 registered ManagedResources
   [junit4]   2> 10530 T50 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using InMemoryStorage
   [junit4]   2> 10530 T50 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 10531 T50 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using InMemoryStorage
   [junit4]   2> 10531 T50 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 10531 T50 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 10532 T50 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using InMemoryStorage
   [junit4]   2> 10532 T50 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 10532 T50 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 10532 T50 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 10533 T50 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 10533 T50 oass.DirectSolrSpellChecker.init init: {name=default,field=text,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 10533 T50 oashc.SpellCheckComponent.inform No queryConverter defined, using default converter
   [junit4]   2> 10534 T50 oashc.SuggestComponent.inform Initializing SuggestComponent
   [junit4]   2> 10534 T50 oasss.SolrSuggester.init init: {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string}
   [junit4]   2> 10534 T50 oasss.SolrSuggester.init Dictionary loaded with params: {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string}
   [junit4]   2> 10535 T50 oashc.QueryElevationComponent.inform Loading QueryElevation from: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/example/solr/collection1/conf/elevate.xml
   [junit4]   2> 10542 T50 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 10542 T51 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@84b81a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 10542 T50 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@112520e
   [junit4]   2> 10545 T51 C4 oasc.SolrCore.execute [collection1] webapp=null path=null params={event=firstSearcher&q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false} hits=0 status=0 QTime=2 
   [junit4]   2> 10545 T51 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 10545 T49 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 10546 T51 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 10547 T51 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 10547 T51 oashc.SuggestComponent$SuggesterListener.newSearcher Loading suggester index for: mySuggester
   [junit4]   2> 10548 T51 oasss.SolrSuggester.reload reload()
   [junit4]   2> 10548 T51 oasss.SolrSuggester.build build()
   [junit4]   2> 10551 T51 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@84b81a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 10559 T49 oas.SolrTestCaseJ4.setUp ###Starting testStreamingRequest
   [junit4]   2> 10561 T49 C4 oasu.LoggingInfoStream.message [DW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 10562 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: nrtIsCurrent: infoVersion matches: true; DW changes: true; BD changes: false
   [junit4]   2> 10562 T49 C4 oasu.LoggingInfoStream.message [DW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 10562 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: flush at getReader
   [junit4]   2> 10563 T49 C4 oasu.LoggingInfoStream.message [DW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: startFullFlush
   [junit4]   2> 10563 T49 C4 oasu.LoggingInfoStream.message [DW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 10564 T49 C4 oasu.LoggingInfoStream.message [DW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]: flush naked frozen global deletes
   [junit4]   2> 10564 T49 C4 oasu.LoggingInfoStream.message [BD][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: push deletes  1 deleted queries bytesUsed=64 delGen=2 packetCount=1 totBytesUsed=64
   [junit4]   2> 10565 T49 C4 oasu.LoggingInfoStream.message [DW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: flush: push buffered updates:  1 deleted queries bytesUsed=64
   [junit4]   2> 10565 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: apply all deletes during flush
   [junit4]   2> 10566 T49 C4 oasu.LoggingInfoStream.message [BD][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: prune sis=segments_1:  minGen=9223372036854775807 packetCount=1
   [junit4]   2> 10566 T49 C4 oasu.LoggingInfoStream.message [BD][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 10566 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: return reader version=1 reader=StandardDirectoryReader(segments_1:1:nrt)
   [junit4]   2> 10567 T49 C4 oasu.LoggingInfoStream.message [DW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765] finishFullFlush success=true
   [junit4]   2> 10567 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: getReader took 5 msec
   [junit4]   2> 10568 T49 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=/update params={} {deleteByQuery=*:* (-1480632522072129536)} 0 9
   [junit4]   2> 10569 T49 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 10569 T49 C4 oasu.LoggingInfoStream.message [DW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 10569 T49 C4 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 10570 T49 C4 oasu.LoggingInfoStream.message [DW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 10570 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: nrtIsCurrent: infoVersion matches: true; DW changes: false; BD changes: false
   [junit4]   2> 10571 T49 C4 oasu.LoggingInfoStream.message [DW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 10571 T49 C4 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 10572 T49 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 10572 T49 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {commit=} 0 3
   [junit4]   2> 10574 T49 C4 oasc.SolrCore.execute [collection1] webapp=null path=/select params={q=*%3A*} hits=0 status=0 QTime=1 
   [junit4]   2> 10586 T49 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 10587 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: commit: start
   [junit4]   2> 10587 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: commit: enter lock
   [junit4]   2> 10587 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: commit: now prepare
   [junit4]   2> 10588 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: prepareCommit: flush
   [junit4]   2> 10588 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]:   index before flush 
   [junit4]   2> 10588 T49 C4 oasu.LoggingInfoStream.message [DW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: startFullFlush
   [junit4]   2> 10589 T49 C4 oasu.LoggingInfoStream.message [DW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: anyChanges? numDocsInRam=10 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 10589 T49 C4 oasu.LoggingInfoStream.message [DWFC][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0 9 deleted terms (unique count=9) bytesUsed=1233, segment=_0, aborting=false, numDocsInRAM=10, deleteQueue=DWDQ: [ generation: 2 ]]
   [junit4]   2> 10590 T49 C4 oasu.LoggingInfoStream.message [DWPT][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: flush postings as segment _0 numDocs=10
   [junit4]   2> 10598 T49 C4 oasu.LoggingInfoStream.message [DWPT][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: new segment has 0 deleted docs
   [junit4]   2> 10599 T49 C4 oasu.LoggingInfoStream.message [DWPT][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: new segment has no vectors; norms; no docValues; prox; freqs
   [junit4]   2> 10599 T49 C4 oasu.LoggingInfoStream.message [DWPT][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: flushedFiles=[_0.fdt, _0_Lucene41_0.doc, _0.nvm, _0.nvd, _0.fdx, _0_Lucene41_0.tip, _0_Lucene41_0.tim, _0_Lucene41_0.pos, _0.fnm]
   [junit4]   2> 10599 T49 C4 oasu.LoggingInfoStream.message [DWPT][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: flushed codec=Lucene50
   [junit4]   2> 10600 T49 C4 oasu.LoggingInfoStream.message [DWPT][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: flushed: segment=_0 ramUsed=0.073 MB newFlushedSize(includes docstores)=0.001 MB docs/MB=7,061.118
   [junit4]   2> 10600 T49 C4 oasu.LoggingInfoStream.message [DW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: publishFlushedSegment seg-private updates=null
   [junit4]   2> 10601 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: publishFlushedSegment
   [junit4]   2> 10601 T49 C4 oasu.LoggingInfoStream.message [BD][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: push deletes  10 deleted terms (unique count=10) bytesUsed=1056 delGen=4 packetCount=1 totBytesUsed=1056
   [junit4]   2> 10601 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: publish sets newSegment delGen=5 seg=_0(5.0.0):C10
   [junit4]   2> 10602 T49 C4 oasu.LoggingInfoStream.message [IFD][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: now checkpoint "_0(5.0.0):C10" [1 segments ; isCommit = false]
   [junit4]   2> 10602 T49 C4 oasu.LoggingInfoStream.message [IFD][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: 0 msec to checkpoint
   [junit4]   2> 10603 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: apply all deletes during flush
   [junit4]   2> 10603 T49 C4 oasu.LoggingInfoStream.message [BD][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: applyDeletes: infos=[_0(5.0.0):C10] packetCount=1
   [junit4]   2> 10603 T49 C4 oasu.LoggingInfoStream.message [BD][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: applyDeletes took 0 msec
   [junit4]   2> 10604 T49 C4 oasu.LoggingInfoStream.message [BD][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: prune sis=segments_1: _0(5.0.0):C10 minGen=6 packetCount=1
   [junit4]   2> 10604 T49 C4 oasu.LoggingInfoStream.message [BD][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 10604 T49 C4 oasu.LoggingInfoStream.message [DW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765] finishFullFlush success=true
   [junit4]   2> 10605 T49 C4 oasu.LoggingInfoStream.message [TMP][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: findMerges: 1 segments
   [junit4]   2> 10605 T49 C4 oasu.LoggingInfoStream.message [TMP][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]:   seg=_0(5.0.0):C10 size=0.001 MB [floored]
   [junit4]   2> 10606 T49 C4 oasu.LoggingInfoStream.message [TMP][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]:   allowedSegmentCount=1 vs count=1 (eligible count=1) tooBigCount=0
   [junit4]   2> 10606 T49 C4 oasu.LoggingInfoStream.message [CMS][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: now merge
   [junit4]   2> 10606 T49 C4 oasu.LoggingInfoStream.message [CMS][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]:   index: _0(5.0.0):C10
   [junit4]   2> 10606 T49 C4 oasu.LoggingInfoStream.message [CMS][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]:   no more merges pending; now return
   [junit4]   2> 10607 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: startCommit(): start
   [junit4]   2> 10607 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: startCommit index=_0(5.0.0):C10 changeCount=3
   [junit4]   2> 10608 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: done all syncs: [_0_Lucene41_0.doc, _0.fdt, _0.nvm, _0.nvd, _0_Lucene41_0.tip, _0.fdx, _0_Lucene41_0.tim, _0_Lucene41_0.pos, _0.si, _0.fnm]
   [junit4]   2> 10608 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: commit: pendingCommit != null
   [junit4]   2> 10609 T49 C4 oasu.LoggingInfoStream.message [IFD][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: now checkpoint "_0(5.0.0):C10" [1 segments ; isCommit = true]
   [junit4]   2> 10609 T49 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-1249727)),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-1249727)),segFN=segments_2,generation=2}
   [junit4]   2> 10610 T49 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 10610 T49 C4 oasu.LoggingInfoStream.message [IFD][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: deleteCommits: now decRef commit "segments_1"
   [junit4]   2> 10610 T49 C4 oasu.LoggingInfoStream.message [IFD][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: delete "segments_1"
   [junit4]   2> 10611 T49 C4 oasu.LoggingInfoStream.message [IFD][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: 1 msec to checkpoint
   [junit4]   2> 10611 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: commit: wrote segments file "segments_2"
   [junit4]   2> 10611 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: commit: took 23.5 msec
   [junit4]   2> 10612 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: commit: done
   [junit4]   2> 10612 T49 C4 oasu.LoggingInfoStream.message [DW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 10612 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: nrtIsCurrent: infoVersion matches: false; DW changes: false; BD changes: false
   [junit4]   2> 10613 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: flush at getReader
   [junit4]   2> 10613 T49 C4 oasu.LoggingInfoStream.message [DW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: startFullFlush
   [junit4]   2> 10613 T49 C4 oasu.LoggingInfoStream.message [DW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 10614 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: apply all deletes during flush
   [junit4]   2> 10614 T49 C4 oasu.LoggingInfoStream.message [BD][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: applyDeletes: no deletes; skipping
   [junit4]   2> 10615 T49 C4 oasu.LoggingInfoStream.message [BD][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: prune sis=segments_1: _0(5.0.0):C10 minGen=6 packetCount=0
   [junit4]   2> 10620 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: return reader version=3 reader=StandardDirectoryReader(segments_1:3:nrt _0(5.0.0):C10)
   [junit4]   2> 10621 T49 C4 oasu.LoggingInfoStream.message [DW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765] finishFullFlush success=true
   [junit4]   2> 10621 T49 C4 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testStreamingRequest-seed#[DBB6A0751A5A2765]]: getReader took 8 msec
   [junit4]   2> 10622 T49 C4 oass.SolrIndexSearcher.<init> Opening Searcher@1d735b7[collection1] main
   [junit4]   2> 10622 T49 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 10622 T51 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@1d735b7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):C10)))}
   [junit4]   2> 10623 T51 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 10623 T51 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1d735b7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):C10)))}
   [junit4]   2> 10623 T49 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true} {add=[0 (1480632522089955328), 1 (1480632522097295360), 2 (1480632522098343936), 3 (1480632522098343937), 4 (1480632522098343938), 5 (1480632522099392512), 6 (1480632522099392513), 7 (1480632522099392514), 8 (1480632522100441088), 9 (1480632522100441089)],commit=} 0 47
   [junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@112520e
   [junit4]   2> 10646 T49 C5 oasc.SolrCore.execute [collection1] webapp=null path=/select params={q=*%3A*&fl=id%2Cscore%2C_docid_} hits=10 status=0 QTime=22 
   [junit4]   2> 10648 T49 C5 oasc.SolrCore.execute [collection1] webapp=null path=/select params={q=*%3A*&fl=id%2Cscore%2C_docid_} hits=10 status=0 QTime=0 
   [junit4]   2> 10650 T49 oas.SolrTestCaseJ4.tearDown ###Ending testStreamingRequest
   [junit4]   2> 10658 T49 oas.SolrTestCaseJ4.setUp ###Starting testChineseDefaults
   [junit4]   2> 10661 T49 C5 oasu.LoggingInfoStream.message [DW][TEST-SolrExampleEmbeddedTest.testChineseDefaults-seed#[DBB6A0751A5A2765]]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 10662 T49 C5 oasu.LoggingInfoStream.message [IW][TEST-SolrExampleEmbeddedTest.testChineseDefaults-seed#[DBB6A0751A5A2765]]: nrtIsCurrent: infoVersion matches: true; DW changes: true; BD changes: false
   [junit4]   2> 10663 T49 C5 oasu.LoggingInfoStream.message [DW][TEST-SolrExampleEmbeddedTest.testChineseDefaults-seed#[DBB6A0751A5A276

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

65]-worker]: startFullFlush
   [junit4]   2> 159648 T270 C242 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 159648 T270 C242 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker finishFullFlush success=true
   [junit4]   2> 159648 T270 C242 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: apply all deletes during flush
   [junit4]   2> 159649 T270 C242 oasu.LoggingInfoStream.message [BD][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: applyDeletes: no deletes; skipping
   [junit4]   2> 159649 T270 C242 oasu.LoggingInfoStream.message [BD][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: prune sis=segments_1: _1f(5.0.0):C10 minGen=305 packetCount=0
   [junit4]   2> 159649 T270 C242 oasu.LoggingInfoStream.message [CMS][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: now merge
   [junit4]   2> 159649 T270 C242 oasu.LoggingInfoStream.message [CMS][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]:   index: _1f(5.0.0):C10
   [junit4]   2> 159650 T270 C242 oasu.LoggingInfoStream.message [CMS][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]:   no more merges pending; now return
   [junit4]   2> 159650 T270 C242 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: waitForMerges
   [junit4]   2> 159650 T270 C242 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: waitForMerges done
   [junit4]   2> 159650 T270 C242 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: commit: start
   [junit4]   2> 159650 T270 C242 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: commit: enter lock
   [junit4]   2> 159651 T270 C242 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: commit: now prepare
   [junit4]   2> 159651 T270 C242 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: prepareCommit: flush
   [junit4]   2> 159651 T270 C242 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]:   index before flush _1f(5.0.0):C10
   [junit4]   2> 159651 T270 C242 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: startFullFlush
   [junit4]   2> 159652 T270 C242 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 159652 T270 C242 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: apply all deletes during flush
   [junit4]   2> 159652 T270 C242 oasu.LoggingInfoStream.message [BD][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: applyDeletes: no deletes; skipping
   [junit4]   2> 159652 T270 C242 oasu.LoggingInfoStream.message [BD][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: prune sis=segments_1: _1f(5.0.0):C10 minGen=305 packetCount=0
   [junit4]   2> 159653 T270 C242 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker finishFullFlush success=true
   [junit4]   2> 159653 T270 C242 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: startCommit(): start
   [junit4]   2> 159653 T270 C242 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]:   skip startCommit(): no changes pending
   [junit4]   2> 159653 T270 C242 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: commit: pendingCommit == null; skip
   [junit4]   2> 159654 T270 C242 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: commit: wrote segments file "null"
   [junit4]   2> 159654 T270 C242 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: commit: took 2.9 msec
   [junit4]   2> 159654 T270 C242 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: commit: done
   [junit4]   2> 159654 T270 C242 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: rollback
   [junit4]   2> 159655 T270 C242 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: all running merges have aborted
   [junit4]   2> 159655 T270 C242 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: rollback: done finish merges
   [junit4]   2> 159655 T270 C242 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: abort
   [junit4]   2> 159655 T270 C242 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: done abort; abortedFiles=[] success=true
   [junit4]   2> 159656 T270 C242 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: rollback: infos=_1f(5.0.0):C10
   [junit4]   2> 159656 T270 C242 oasu.LoggingInfoStream.message [IFD][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: now checkpoint "_1f(5.0.0):C10" [1 segments ; isCommit = false]
   [junit4]   2> 159656 T270 C242 oasu.LoggingInfoStream.message [IFD][SUITE-SolrExampleJettyTest-seed#[DBB6A0751A5A2765]-worker]: 0 msec to checkpoint
   [junit4]   2> 159657 T270 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 159657 T270 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 159657 T270 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.embedded.SolrExampleJettyTest-DBB6A0751A5A2765-001/tempDir-001/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.embedded.SolrExampleJettyTest-DBB6A0751A5A2765-001/tempDir-001/index;done=false>>]
   [junit4]   2> 159658 T270 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.embedded.SolrExampleJettyTest-DBB6A0751A5A2765-001/tempDir-001/index
   [junit4]   2> 159658 T270 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.embedded.SolrExampleJettyTest-DBB6A0751A5A2765-001/tempDir-001 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.embedded.SolrExampleJettyTest-DBB6A0751A5A2765-001/tempDir-001;done=false>>]
   [junit4]   2> 159658 T270 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.embedded.SolrExampleJettyTest-DBB6A0751A5A2765-001/tempDir-001
   [junit4]   2> 159658 T270 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 164633 T270 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.embedded.SolrExampleJettyTest-DBB6A0751A5A2765-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=zh, timezone=America/Scoresbysund
   [junit4]   2> NOTE: Linux 3.13.0-36-generic i386/Oracle Corporation 1.7.0_67 (32-bit)/cpus=8,threads=1,free=21571128,total=78696448
   [junit4]   2> NOTE: All tests run in this JVM: [FacetFieldTest, TestBatchUpdate, SolrDocumentTest, IteratorChainTest, BasicHttpSolrServerTest, TestFastInputStream, ExternalHttpClientTest, ConcurrentUpdateSolrServerTest, TestSolrProperties, TestNamedListCodec, SolrExampleBinaryTest, SolrQueryTest, TestLBHttpSolrServer, SolrExampleJettyTest]
   [junit4] Completed on J1 in 13.34s, 29 tests, 1 error <<< FAILURES!

[...truncated 78 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:524: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:472: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:202: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1360: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:962: There were test failures: 53 suites, 314 tests, 5 errors, 1 failure

Total time: 105 minutes 6 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_67 -server -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.9.0-ea-b28) - Build # 11202 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11202/
Java: 64bit/jdk1.9.0-ea-b28 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
REGRESSION:  org.apache.solr.core.ExitableDirectoryReaderTest.testPrefixQuery

Error Message:


Stack Trace:
java.lang.AssertionError: 
	at __randomizedtesting.SeedInfo.seed([9B1CCC34EB011EB2:284BF8768FDCFA37]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.assertQEx(SolrTestCaseJ4.java:850)
	at org.apache.solr.core.ExitableDirectoryReaderTest.testPrefixQuery(ExitableDirectoryReaderTest.java:61)
	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:484)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.testDistribSearch

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:55445, https://127.0.0.1:42799, https://127.0.0.1:50882]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:55445, https://127.0.0.1:42799, https://127.0.0.1:50882]
	at __randomizedtesting.SeedInfo.seed([9B1CCC34EB011EB2:1AFA422C9C5E7E8E]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:322)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:880)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601)
	at org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.removeAndWaitForLastReplicaGone(DeleteLastCustomShardedReplicaTest.java:117)
	at org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.doTest(DeleteLastCustomShardedReplicaTest.java:107)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	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:484)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not  remove replica : customcollreplicadeletion/a/core_node2
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:568)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:343)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:304)
	... 46 more




Build Log:
[...truncated 11045 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/init-core-data-001
   [junit4]   2> 672822 T1566 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 672822 T1566 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 672825 T1566 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 672825 T1566 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 672825 T1567 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 672925 T1566 oasc.ZkTestServer.run start zk server on port:57573
   [junit4]   2> 672926 T1566 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 672926 T1566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 672928 T1573 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d49643b name:ZooKeeperConnection Watcher:127.0.0.1:57573 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 672929 T1566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 672929 T1566 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 672929 T1566 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 672931 T1566 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 672932 T1566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 672933 T1575 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bce57f5 name:ZooKeeperConnection Watcher:127.0.0.1:57573/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 672933 T1566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 672933 T1566 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 672933 T1566 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 672935 T1566 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 672936 T1566 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 672936 T1566 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 672938 T1566 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 672938 T1566 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 672940 T1566 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 672940 T1566 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 672942 T1566 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 672942 T1566 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 672943 T1566 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 672944 T1566 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 672945 T1566 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 672946 T1566 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 672947 T1566 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 672947 T1566 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 672949 T1566 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 672949 T1566 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 672951 T1566 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 672951 T1566 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 672952 T1566 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 672953 T1566 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 672954 T1566 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 672954 T1566 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 672955 T1566 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 672956 T1566 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 672957 T1566 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 672958 T1566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 672959 T1577 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@767bf621 name:ZooKeeperConnection Watcher:127.0.0.1:57573/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 672959 T1566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 672959 T1566 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 673262 T1566 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 673266 T1566 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 673295 T1566 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:42799
   [junit4]   2> 673297 T1566 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 673297 T1566 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 673297 T1566 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-002
   [junit4]   2> 673304 T1566 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-002/'
   [junit4]   2> 673315 T1566 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-002/solr.xml
   [junit4]   2> 673321 T1566 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-002
   [junit4]   2> 673321 T1566 oasc.CoreContainer.<init> New CoreContainer 1920800020
   [junit4]   2> 673321 T1566 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-002/]
   [junit4]   2> 673322 T1566 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 673322 T1566 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 673323 T1566 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 673323 T1566 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 673323 T1566 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 673323 T1566 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 673324 T1566 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 673324 T1566 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 673324 T1566 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 673329 T1566 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 673330 T1566 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 673330 T1566 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 673331 T1566 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 673331 T1566 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57573/solr
   [junit4]   2> 673331 T1566 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 673331 T1566 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 673332 T1566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 673333 T1588 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bbd06a0 name:ZooKeeperConnection Watcher:127.0.0.1:57573 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 673334 T1566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 673334 T1566 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 673336 T1566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 673338 T1590 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@66fe34f2 name:ZooKeeperConnection Watcher:127.0.0.1:57573/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 673338 T1566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 673339 T1566 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 673341 T1566 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 673342 T1566 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 673344 T1566 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 673345 T1566 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 673347 T1566 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 673348 T1566 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42799_
   [junit4]   2> 673348 T1566 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42799_
   [junit4]   2> 673349 T1566 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 673350 T1566 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 673355 T1566 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 673357 T1566 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:42799_
   [junit4]   2> 673357 T1566 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 673361 T1566 oasc.Overseer.start Overseer (id=92541076615135236-127.0.0.1:42799_-n_0000000000) starting
   [junit4]   2> 673363 T1566 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 673369 T1566 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 673370 T1592 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 673371 T1566 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 673372 T1566 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 673373 T1566 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 673374 T1591 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 673375 T1566 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-002
   [junit4]   2> 673379 T1566 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-002/conf/
   [junit4]   2> 673523 T1566 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 673524 T1566 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 673525 T1566 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 673527 T1566 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 673528 T1566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 673530 T1596 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fe805f name:ZooKeeperConnection Watcher:127.0.0.1:57573/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 673530 T1566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 673530 T1566 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 673533 T1566 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 673535 T1566 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 673535 T1566 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 673535 T1566 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 673536 T1566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 673537 T1598 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5a490364 name:ZooKeeperConnection Watcher:127.0.0.1:57573/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 673537 T1566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 673537 T1566 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 673539 T1599 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 673541 T1591 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: collection1
   [junit4]   2> 673541 T1591 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 673541 T1591 oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2
   [junit4]   2> 673543 T1591 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/collection1/state.json
   [junit4]   2> 673544 T1599 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 673544 T1600 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 673891 T1566 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 673892 T1566 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 673922 T1566 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 673923 T1566 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:55445
   [junit4]   2> 673926 T1566 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 673926 T1566 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 673926 T1566 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-003
   [junit4]   2> 673927 T1566 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-003/'
   [junit4]   2> 673942 T1566 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-003/solr.xml
   [junit4]   2> 673950 T1566 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-003
   [junit4]   2> 673950 T1566 oasc.CoreContainer.<init> New CoreContainer 1217091960
   [junit4]   2> 673951 T1566 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-003/]
   [junit4]   2> 673951 T1566 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 673952 T1566 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 673952 T1566 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 673952 T1566 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 673952 T1566 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 673953 T1566 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 673954 T1566 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 673954 T1566 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 673954 T1566 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 673956 T1566 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 673957 T1566 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 673957 T1566 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 673957 T1566 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 673958 T1566 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57573/solr
   [junit4]   2> 673958 T1566 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 673958 T1566 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 673959 T1566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 673961 T1611 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4f3d53b1 name:ZooKeeperConnection Watcher:127.0.0.1:57573 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 673962 T1566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 673962 T1566 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 673964 T1566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 673965 T1613 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3d3727a2 name:ZooKeeperConnection Watcher:127.0.0.1:57573/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 673965 T1566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 673976 T1566 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 674992 T1566 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55445_
   [junit4]   2> 674993 T1566 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55445_
   [junit4]   2> 674996 T1566 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 674998 T1566 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-003
   [junit4]   2> 675005 T1566 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-003/conf/
   [junit4]   2> 675202 T1566 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 675203 T1566 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 675203 T1566 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 675595 T1566 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 675596 T1566 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 675601 T1566 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 675604 T1566 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:50882
   [junit4]   2> 675605 T1566 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 675606 T1566 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 675606 T1566 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-004
   [junit4]   2> 675606 T1566 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-004/'
   [junit4]   2> 675631 T1566 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-004/solr.xml
   [junit4]   2> 675639 T1566 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-004
   [junit4]   2> 675639 T1566 oasc.CoreContainer.<init> New CoreContainer 376632055
   [junit4]   2> 675640 T1566 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-004/]
   [junit4]   2> 675640 T1566 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 675641 T1566 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 675641 T1566 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 675641 T1566 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 675641 T1566 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 675642 T1566 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 675642 T1566 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 675642 T1566 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 675643 T1566 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 675644 T1566 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 675645 T1566 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 675646 T1566 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 675646 T1566 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 675646 T1566 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57573/solr
   [junit4]   2> 675647 T1566 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 675647 T1566 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 675648 T1566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 675652 T1626 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2cd4e46b name:ZooKeeperConnection Watcher:127.0.0.1:57573 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 675652 T1566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 675653 T1566 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 675660 T1566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 675667 T1628 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c5265d1 name:ZooKeeperConnection Watcher:127.0.0.1:57573/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 675667 T1566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 675675 T1566 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 676678 T1566 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50882_
   [junit4]   2> 676679 T1566 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50882_
   [junit4]   2> 676681 T1566 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 676683 T1566 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-004
   [junit4]   2> 676693 T1566 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-004/conf/
   [junit4]   2> 676919 T1566 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 676920 T1566 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 676920 T1566 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 676922 T1566 oasc.AbstractFullDistribZkTestBase.createCollection Creating collection with stateFormat=2: customcollreplicadeletion
   [junit4]   2> 676922 T1566 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 676923 T1566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 676925 T1632 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2359ab6c name:ZooKeeperConnection Watcher:127.0.0.1:57573/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 676925 T1566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 676925 T1566 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 676926 T1566 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 676997 T1609 oasha.CollectionsHandler.handleCreateAction Creating Collection : replicationFactor=1&shards=a,b&maxShardsPerNode=5&router.name=implicit&name=customcollreplicadeletion&action=CREATE&numShards=1&stateFormat=2&wt=javabin&version=2
   [junit4]   2> 676998 T1599 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 676999 T1592 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"customcollreplicadeletion",
   [junit4]   2> 	  "replicationFactor":"1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "maxShardsPerNode":"5",
   [junit4]   2> 	  "shards":"a,b",
   [junit4]   2> 	  "stateFormat":"2",
   [junit4]   2> 	  "router.name":"implicit"}
   [junit4]   2> 677001 T1633 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : create , {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"customcollreplicadeletion",
   [junit4]   2> 	  "replicationFactor":"1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "maxShardsPerNode":"5",
   [junit4]   2> 	  "shards":"a,b",
   [junit4]   2> 	  "stateFormat":"2",
   [junit4]   2> 	  "router.name":"implicit"}
   [junit4]   2> 677002 T1633 oasc.OverseerCollectionProcessor.createConfNode Only one config set found in zk - using it:conf1
   [junit4]   2> 677002 T1633 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/customcollreplicadeletion 
   [junit4]   2> 677003 T1633 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion
   [junit4]   2> 677006 T1599 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 677009 T1591 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: customcollreplicadeletion
   [junit4]   2> 677009 T1591 oasc.Overseer$ClusterStateUpdater.createCollection Create collection customcollreplicadeletion with shards [a, b]
   [junit4]   2> 677009 T1591 oasc.Overseer$ClusterStateUpdater.createCollection state version customcollreplicadeletion 2
   [junit4]   2> 677011 T1591 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 677012 T1599 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 677012 T1600 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 677012 T1614 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 677012 T1629 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 677016 T1634 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 677107 T1633 oasc.OverseerCollectionProcessor.createCollection Creating SolrCores for new collection customcollreplicadeletion, shardNames [a, b] , replicationFactor : 1
   [junit4]   2> 677107 T1633 oasc.OverseerCollectionProcessor.createCollection Creating shard customcollreplicadeletion_a_replica1 as part of slice a of collection customcollreplicadeletion on 127.0.0.1:42799_
   [junit4]   2> 677113 T1633 oasc.OverseerCollectionProcessor.createCollection Creating shard customcollreplicadeletion_b_replica1 as part of slice b of collection customcollreplicadeletion on 127.0.0.1:55445_
   [junit4]   2> 677173 T1607 oasha.CoreAdminHandler.handleCreateAction core create command qt=/admin/cores&collection.configName=conf1&name=customcollreplicadeletion_b_replica1&action=CREATE&numShards=2&collection=customcollreplicadeletion&shard=b&wt=javabin&version=2
   [junit4]   2> 677177 T1607 oasc.ZkController.publish publishing core=customcollreplicadeletion_b_replica1 state=down collection=customcollreplicadeletion
   [junit4]   2> 677180 T1599 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 677180 T1607 oasc.ZkController.preRegister Registering watch for external collection customcollreplicadeletion
   [junit4]   2> 677181 T1607 oascc.ZkStateReader.addZkWatch addZkWatch customcollreplicadeletion
   [junit4]   2> 677182 T1607 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/customcollreplicadeletion/state.json from ZooKeeper... 
   [junit4]   2> 677183 T1591 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"customcollreplicadeletion_b_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55445",
   [junit4]   2> 	  "node_name":"127.0.0.1:55445_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":"b",
   [junit4]   2> 	  "collection":"customcollreplicadeletion",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 677183 T1607 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 0 
   [junit4]   2> 677184 T1607 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 677189 T1591 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 677189 T1614 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 677190 T1614 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 1 
   [junit4]   2> 677201 T1583 oasha.CoreAdminHandler.handleCreateAction core create command qt=/admin/cores&collection.configName=conf1&name=customcollreplicadeletion_a_replica1&action=CREATE&numShards=2&collection=customcollreplicadeletion&shard=a&wt=javabin&version=2
   [junit4]   2> 677204 T1583 oasc.ZkController.publish publishing core=customcollreplicadeletion_a_replica1 state=down collection=customcollreplicadeletion
   [junit4]   2> 677206 T1599 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 677207 T1583 oasc.ZkController.preRegister Registering watch for external collection customcollreplicadeletion
   [junit4]   2> 677207 T1583 oascc.ZkStateReader.addZkWatch addZkWatch customcollreplicadeletion
   [junit4]   2> 677208 T1583 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/customcollreplicadeletion/state.json from ZooKeeper... 
   [junit4]   2> 677209 T1583 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 1 
   [junit4]   2> 677209 T1583 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 677212 T1591 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 1 
   [junit4]   2> 677212 T1591 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"customcollreplicadeletion_a_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:42799",
   [junit4]   2> 	  "node_name":"127.0.0.1:42799_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":"a",
   [junit4]   2> 	  "collection":"customcollreplicadeletion",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 677215 T1591 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 677215 T1614 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 677215 T1599 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 677216 T1614 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 2 
   [junit4]   2> 677217 T1599 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 2 
   [junit4]   2> 678184 T1607 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for customcollreplicadeletion_b_replica1
   [junit4]   2> 678185 T1607 oasc.ZkController.createCollectionZkNode Check for collection zkNode:customcollreplicadeletion
   [junit4]   2> 678185 T1607 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 678185 T1607 oascc.ZkStateReader.readConfigName Load collection config from:/collections/customcollreplicadeletion
   [junit4]   2> 678186 T1607 oascc.ZkStateReader.readConfigName path=/collections/customcollreplicadeletion configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 678186 T1607 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-003/customcollreplicadeletion_b_replica1/'
   [junit4]   2> 678210 T1583 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for customcollreplicadeletion_a_replica1
   [junit4]   2> 678210 T1583 oasc.ZkController.createCollectionZkNode Check for collection zkNode:customcollreplicadeletion
   [junit4]   2> 678212 T1583 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 678212 T1583 oascc.ZkStateReader.readConfigName Load collection config from:/collections/customcollreplicadeletion
   [junit4]   2> 678214 T1583 oascc.ZkStateReader.readConfigName path=/collections/customcollreplicadeletion configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 678214 T1583 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-002/customcollreplicadeletion_a_replica1/'
   [junit4]   2> 678221 T1607 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 678232 T1607 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 678235 T1607 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 678240 T1607 oass.IndexSchema.readSchema [customcollreplicadeletion_b_replica1] Schema name=test
   [junit4]   2> 678245 T1583 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 678279 T1583 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 678280 T1583 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 678290 T1583 oass.IndexSchema.readSchema [customcollreplicadeletion_a_replica1] Schema name=test
   [junit4]   2> 678401 T1607 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 678406 T1607 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 678408 T1607 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 678411 T1583 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 678416 T1583 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 678418 T1583 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 678425 T1607 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 678427 T1607 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 678434 T1607 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 678435 T1607 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 678442 T1607 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 678443 T1607 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 678444 T1607 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 678445 T1607 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 678445 T1607 oasc.CoreContainer.create Creating SolrCore 'customcollreplicadeletion_b_replica1' using configuration from collection customcollreplicadeletion
   [junit4]   2> 678445 T1607 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 678445 T1607 oasc.SolrCore.<init> [customcollreplicadeletion_b_replica1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-003/customcollreplicadeletion_b_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-003/customcollreplicadeletion_b_replica1/data/
   [junit4]   2> 678446 T1607 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4c61316a
   [junit4]   2> 678447 T1607 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-003/customcollreplicadeletion_b_replica1/data
   [junit4]   2> 678447 T1607 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-003/customcollreplicadeletion_b_replica1/data/index/
   [junit4]   2> 678447 T1607 oasc.SolrCore.initIndex WARN [customcollreplicadeletion_b_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-003/customcollreplicadeletion_b_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 678448 T1607 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-003/customcollreplicadeletion_b_replica1/data/index
   [junit4]   2> 678448 T1607 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=65.7021484375, floorSegmentMB=1.38671875, forceMergeDeletesPctAllowed=20.341131620162013, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17144272546248607
   [junit4]   2> 678449 T1607 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-4571a8b5)),segFN=segments_1,generation=1}
   [junit4]   2> 678449 T1607 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 678452 T1607 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 678453 T1607 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 678453 T1607 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 678453 T1607 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 678454 T1607 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 678454 T1607 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 678454 T1607 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 678455 T1607 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 678455 T1607 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 678455 T1607 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 678456 T1607 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 678457 T1583 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 678461 T1583 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 678466 T1583 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 678469 T1607 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 678470 T1583 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 678471 T1583 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 678471 T1583 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 678473 T1583 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 678474 T1583 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 678474 T1583 oasc.CoreContainer.create Creating SolrCore 'customcollreplicadeletion_a_replica1' using configuration from collection customcollreplicadeletion
   [junit4]   2> 678474 T1583 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 678475 T1583 oasc.SolrCore.<init> [customcollreplicadeletion_a_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-002/customcollreplicadeletion_a_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-002/customcollreplicadeletion_a_replica1/data/
   [junit4]   2> 678475 T1583 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4c61316a
   [junit4]   2> 678476 T1583 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-002/customcollreplicadeletion_a_replica1/data
   [junit4]   2> 678477 T1607 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 678479 T1607 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 678479 T1607 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 678480 T1607 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 678480 T1607 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 678481 T1607 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 678481 T1607 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 678481 T1607 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 678483 T1583 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-002/customcollreplicadeletion_a_replica1/data/index/
   [junit4]   2> 678483 T1583 oasc.SolrCore.initIndex WARN [customcollreplicadeletion_a_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-002/customcollreplicadeletion_a_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 678484 T1583 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-9B1CCC34EB011EB2-001/tempDir-002/customcollreplicadeletion_a_replica1/data/index
   [junit4]   2> 678484 T1583 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=65.7021484375, floorSegmentMB=1.38671875, forceMergeDeletesPctAllowed=20.341131620162013, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17144272546248607
   [junit4]   2> 678486 T1607 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 678487 T1607 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 678489 T1607 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 678490 T1607 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 678491 T1583 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-716d7d4a)),segFN=segments_1,generation=1}
   [junit4]   2> 678491 T1583 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 678495 T1583 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 678495 T1583 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 678496 T1583 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 678496 T1583 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 678496 T1583 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 678497 T1583 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 678497 T1583 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 678498 T1583 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 678498 T1583 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 678498 T1583 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 678499 T1583 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 678499 T1583 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 678500 T1583 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 678501 T1583 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 678501 T1583 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 678501 T1583 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 678502 T1583 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 678502 T1583 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 678502 T1583 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 678503 T1583 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 678504 T1583 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 678505 T1583 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 678506 T1583 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 678508 T1583 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 678514 T1607 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 678515 T1607 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 678515 T1607 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 678516 T1607 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-4571a8b5)),segFN=segments_1,generation=1}
   [junit4]   2> 678516 T1607 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 678517 T1607 oass.SolrIndexSearcher.<init> Opening Searcher@5fa56fbf[customcollreplicadeletion_b_replica1] main
   [junit4]   2> 678517 T1607 oascc.ZkStateReader.readConfigName Load collection config from:/collections/customcollreplicadeletion
   [junit4]   2> 678530 T1607 oascc.ZkStateReader.readConfigName path=/collections/customcollreplicadeletion configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 678530 T1607 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 678531 T1607 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 678533 T1607 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 678534 T1607 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 678535 T1607 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 678535 T1607 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 678536 T1607 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 678538 T1607 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 678539 T1607 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 678539 T1607 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 678542 T1583 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 678543 T1583 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 678543 T1583 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 678544 T1583 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-716d7d4a)),segFN=segments_1,generation=1}
   [junit4]   2> 678544 T1583 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 678545 T1583 oass.SolrIndexSearcher.<init> Opening Searcher@2f62384d[customcollreplicadeletion_a_replica1] main
   [junit4]   2> 678545 T1583 oascc.ZkStateReader.readConfigName Load collection config from:/collections/customcollreplicadeletion
   [junit4]   2> 678546 T1583 oascc.ZkStateReader.readConfigName path=/collections/customcollreplicadeletion configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 678547 T1583 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 678547 T1583 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 678548 T1583 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 678548 T1583 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 678549 T1583 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 678549 T1583 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 678550 T1583 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 678550 T1583 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 678552 T1638 oasc.SolrCore.registerSearcher [customcollreplicadeletion_a_replica1] Registered new searcher Searcher@2f62384d[customcollreplicadeletion_a_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 678554 T1583 oasc.CoreContainer.registerCore registering core: customcollreplicadeletion_a_replica1
   [junit4]   2> 678554 T1583 oasc.ZkController.register Register replica - core:customcollreplicadeletion_a_replica1 address:https://127.0.0.1:42799 collection:customcollreplicadeletion shard:a
   [junit4]   2> 678556 T1583 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion/leader_elect/a/election
   [junit4]   2> 678556 T1637 oasc.SolrCore.registerSearcher [customcollreplicadeletion_b_replica1] Registered new searcher Searcher@5fa56fbf[customcollreplicadeletion_b_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 678563 T1583 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard a
   [junit4]   2> 678565 T1599 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 678566 T1583 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 678566 T1583 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2244 name=customcollreplicadeletion_a_replica1 org.apache.solr.core.SolrCore@5051de3f url=https://127.0.0.1:42799/customcollreplicadeletion_a_replica1 node=127.0.0.1:42799_ C2244_STATE=coll:customcollreplicadeletion core:customcollreplicadeletion_a_replica1 props:{core=customcollreplicadeletion_a_replica1, base_url=https://127.0.0.1:42799, node_name=127.0.0.1:42799_, state=down}
   [junit4]   2> 678566 T1583 C2244 P42799 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:42799/customcollreplicadeletion_a_replica1/
   [junit4]   2> 678567 T1583 C2244 P42799 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 678567 T1583 C2244 P42799 oasc.SyncStrategy.syncToMe https://127.0.0.1:42799/customcollreplicadeletion_a_replica1/ has no replicas
   [junit4]   2> 678567 T1583 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:42799/customcollreplicadeletion_a_replica1/ a
   [junit4]   2> 678568 T1583 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion/leaders/a
   [junit4]   2> 678568 T1591 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 2 
   [junit4]   2> 678570 T1591 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 678571 T1614 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 678571 T1599 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 678571 T1614 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 3 
   [junit4]   2> 678573 T1599 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 3 
   [junit4]   2> 678576 T1591 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 3 
   [junit4]   2> 678578 T1599 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 678578 T1591 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 678578 T1614 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 678578 T1599 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 678579 T1607 oasc.CoreContainer.registerCore registering core: customcollreplicadeletion_b_replica1
   [junit4]   2> 678579 T1614 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 4 
   [junit4]   2> 678579 T1607 oasc.ZkController.register Register replica - core:customcollreplicadeletion_b_replica1 address:https://127.0.0.1:55445 collection:customcollreplicadeletion shard:b
   [junit4]   2> 678581 T1607 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion/leader_elect/b/election
   [junit4]   2> 678582 T1599 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 4 
   [junit4]   2> 678586 T1607 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard b
   [junit4]   2> 678588 T1599 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 678589 T1607 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 678590 T1607 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2245 name=customcollreplicadeletion_b_replica1 org.apache.solr.core.SolrCore@59b6bf75 url=https://127.0.0.1:55445/customcollreplicadeletion_b_replica1 node=127.0.0.1:55445_ C2245_STATE=coll:customcollreplicadeletion core:customcollreplicadeletion_b_replica1 props:{core=customcollreplicadeletion_b_replica1, base_url=https://127.0.0.1:55445, node_name=127.0.0.1:55445_, state=down}
   [junit4]   2> 678590 T1607 C2245 P55445 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:55445/customcollreplicadeletion_b_replica1/
   [junit4]   2> 678590 T1607 C2245 P55445 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 678591 T1607 C2245 P55445 oasc.SyncStrategy.syncToMe https://127.0.0.1:55445/customcollreplicadeletion_b_replica1/ has no replicas
   [junit4]   2> 678591 T1607 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:55445/customcollreplicadeletion_b_replica1/ b
   [junit4]   2> 678591 T1607 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion/leaders/b
   [junit4]   2> 678592 T1591 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 4 
   [junit4]   2> 678596 T1591 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 678596 T1614 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 678596 T1599 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 678597 T1614 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 5 
   [junit4]   2> 678598 T1599 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 5 
   [junit4]   2> 678601 T1591 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 5 
   [junit4]   2> 678602 T1599 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 678603 T1591 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 678603 T1599 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 678603 T1614 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 678604 T1614 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 6 
   [junit4]   2> 678605 T1599 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 6 
   [junit4]   2> 678624 T1583 oasc.ZkController.register We are https://127.0.0.1:42799/customcollreplicadeletion_a_replica1/ and leader is https://127.0.0.1:42799/customcollreplicadeletion_a_replica1/
   [junit4]   2> 678625 T1583 oasc.ZkController.register No LogReplay needed for core=customcollreplicadeletion_a_replica1 baseURL=https://127.0.0.1:42799
   [junit4]   2> 678625 T1583 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 678625 T1583 oasc.ZkController.publish publishing core=customcollreplicadeletion_a_replica1 state=active collection=customcollreplicadeletion
   [junit4]   2> 678627 T1599 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 678631 T1583 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 6 
   [junit4]   2> 678632 T1583 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=customcollreplicadeletion_a_replica1&action=CREATE&numShards=2&collection=customcollreplicadeletion&shard=a&wt=javabin&version=2} status=0 QTime=1432 
   [junit4]   2> 678635 T1591 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 6 
   [junit4]   2> 678635 T1591 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"customcollreplicadeletion_a_replica1",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:42799",
   [junit4]   2> 	  "node_name":"127.0.0.1:42799_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"a",
   [junit4]   2> 	  "collection":"customcollreplicadeletion",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 678638 T1591 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 678638 T1614 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 678638 T1599 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 678640 T1614 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 7 
   [junit4]   2> 678642 T1599 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 7 
   [junit4]   2> 678647 T1607 oasc.ZkController.register We are https://127.0.0.1:55445/customcollreplicadeletion_b_replica1/ and leader is https://127.0.0.1:55445/customcollreplicadeletion_b_replica1/
   [junit4]   2> 678647 T1607 oasc.ZkController.register No LogReplay needed for core=customcollreplicadeletion_b_replica1 baseURL=https://127.0.0.1:55445
   [junit4]   2> 678647 T1607 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 678648 T1607 oasc.ZkController.publish publishing core=customcollreplicadeletion_b_replica1 state=active collection=customcollreplicadeletion
   [junit4]   2> 678653 T1599 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 678657 T1607 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 7 
   [junit4]   2> 678658 T1607 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=customcollreplicadeletion_b_replica1&action=CREATE&numShards=2&collection=customcollreplicadeletion&shard=b&wt=javabin&version=2} status=0 QTime=1485 
   [junit4]   2> 678659 T1633 oasc.OverseerCollectionProcessor.createCollection Finished create command on all shards for collection: customcollreplicadeletion
   [junit4]   2> 678660 T1633 oasc.OverseerCollectionProcessor$Runner.run Overseer Collection Processor: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={null={responseHeader={status=0,QTime=1432},core=customcollreplicadeletion_a_replica1},null={responseHeader={status=0,QTime=1485},core=customcollreplicadeletion_b_replica1}}}
   [junit4]   2> 678669 T1591 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 7 
   [junit4]   2> 678669 T1591 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"customcollreplicadeletion_b_replica1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55445",
   [junit4]   2> 	  "node_name":"127.0.0.1:55445_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"b",
   [junit4]   2> 	  "collection":"customcollreplicadeletion",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 678671 T1591 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 678671 T1614 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 678672 T1614 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 8 
   [junit4]   2> 678671 T1599 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 678672 T1614 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work/qnr-0000000000 state: SyncConnected type NodeDataChanged
   [junit4]   2> 678674 T1641 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 678675 T1609 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/collections params={replicationFactor=1&shards=a,b&maxShardsPerNode=5&router.name=implicit&name=customcollreplicadeletion&action=CREATE&numShards=1&stateFormat=2&wt=javabin&version=2} status=0 QTime=1678 
   [junit4]   2> 6

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

randomizedtesting.SeedInfo.seed([9B1CCC34EB011EB2:284BF8768FDCFA37]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQEx(SolrTestCaseJ4.java:850)
   [junit4]    > 	at org.apache.solr.core.ExitableDirectoryReaderTest.testPrefixQuery(ExitableDirectoryReaderTest.java:61)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2587389 T6553 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 2587389 T6553 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1381670858
   [junit4]   2> 2587389 T6553 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@68263ba2
   [junit4]   2> 2587389 T6553 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=5997,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 2587390 T6553 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 2587390 T6553 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2587390 T6553 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2587391 T6553 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 2587391 T6553 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2587391 T6553 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.ExitableDirectoryReaderTest-9B1CCC34EB011EB2-001/init-core-data-001/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.ExitableDirectoryReaderTest-9B1CCC34EB011EB2-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 2587392 T6553 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.ExitableDirectoryReaderTest-9B1CCC34EB011EB2-001/init-core-data-001/index
   [junit4]   2> 2587392 T6553 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.ExitableDirectoryReaderTest-9B1CCC34EB011EB2-001/init-core-data-001 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.ExitableDirectoryReaderTest-9B1CCC34EB011EB2-001/init-core-data-001;done=false>>]
   [junit4]   2> 2587392 T6553 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.ExitableDirectoryReaderTest-9B1CCC34EB011EB2-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.ExitableDirectoryReaderTest-9B1CCC34EB011EB2-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {name=PostingsFormat(name=Lucene41VarGapFixedInterval), id=PostingsFormat(name=Lucene41VarGapFixedInterval)}, docValues:{}, sim=DefaultSimilarity, locale=ro_RO, timezone=America/Moncton
   [junit4]   2> NOTE: Linux 3.13.0-36-generic amd64/Oracle Corporation 1.9.0-ea (64-bit)/cpus=8,threads=1,free=154555688,total=371273728
   [junit4]   2> NOTE: All tests run in this JVM: [ConvertedLegacyTest, TestCloudPivotFacet, SpatialFilterTest, TestSerializedLuceneMatchVersion, DistribCursorPagingTest, IndexSchemaRuntimeFieldTest, TestSolrQueryParserDefaultOperatorResource, DateMathParserTest, TriLevelCompositeIdRoutingTest, SolrPluginUtilsTest, TestSolrXmlPersistence, TestMiniSolrCloudCluster, DeleteInactiveReplicaTest, DirectUpdateHandlerOptimizeTest, TestXIncludeConfig, CursorMarkTest, TestDocBasedVersionConstraints, CopyFieldTest, TestPerFieldSimilarity, TestSolrQueryParserResource, TermVectorComponentDistributedTest, HttpPartitionTest, CoreMergeIndexesAdminHandlerTest, TestCopyFieldCollectionResource, TestPostingsSolrHighlighter, AlternateDirectoryTest, TestIndexingPerformance, ExternalCollectionsTest, HardAutoCommitTest, CloudExitableDirectoryReaderTest, SynonymTokenizerTest, TestReversedWildcardFilterFactory, SliceStateTest, UpdateRequestProcessorFactoryTest, BinaryUpdateRequestHandlerTest, StatsComponentTest, TestRealTimeGet, TestNonDefinedSimilarityFactory, ClusterStateTest, DeleteLastCustomShardedReplicaTest, CSVRequestHandlerTest, TestOrdValues, ScriptEngineTest, HdfsChaosMonkeySafeLeaderTest, SimplePostToolTest, TestFieldTypeResource, DistributedQueryElevationComponentTest, SharedFSAutoReplicaFailoverUtilsTest, BadCopyFieldTest, TestNonNRTOpen, TermVectorComponentTest, SOLR749Test, TestSweetSpotSimilarityFactory, TestCollapseQParserPlugin, CurrencyFieldXmlFileTest, TestCSVResponseWriter, LukeRequestHandlerTest, TestCloudManagedSchemaConcurrent, TestUtils, TestRecovery, TestRandomFaceting, HdfsBasicDistributedZk2Test, TestFunctionQuery, BasicZkTest, TestFreeTextSuggestions, DistributedFacetPivotSmallTest, TestCursorMarkWithoutUniqueKey, TestCloudInspectUtil, ResponseHeaderTest, TestIntervalFaceting, SolrCoreTest, AnalysisAfterCoreReloadTest, SampleTest, RollingRestartTest, TestSolrQueryParser, TestSimpleQParserPlugin, MultiTermTest, DistributedTermsComponentTest, TestManagedSchemaDynamicFieldResource, FileBasedSpellCheckerTest, URLClassifyProcessorTest, TestMergePolicyConfig, RequestHandlersTest, TestCustomSort, OutputWriterTest, HdfsSyncSliceTest, OutOfBoxZkACLAndCredentialsProvidersTest, CustomCollectionTest, TestQueryUtils, TestLFUCache, TestDistributedGrouping, DocValuesTest, TestDistributedMissingSort, TestPhraseSuggestions, QueryParsingTest, OverseerRolesTest, DistributedQueryComponentCustomSortTest, TestCharFilters, TestJmxMonitoredMap, AutoCommitTest, TestSearcherReuse, DistributedDebugComponentTest, TestFiltering, TestPHPSerializedResponseWriter, ClusterStateUpdateTest, ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, TestHashPartitioner, ZkControllerTest, TestStressReorder, TestJoin, TestMultiCoreConfBootstrap, TestReload, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, TestGroupingSearch, QueryElevationComponentTest, PeerSyncTest, TestLazyCores, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, CurrencyFieldOpenExchangeTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SuggesterFSTTest, SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTest, TestStressLucene, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, DistanceFunctionTest, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, DebugComponentTest, CacheHeaderTest, TestWriterPerf, TestQueryTypes, TestOmitPositions, TermsComponentTest, DocumentBuilderTest, MoreLikeThisHandlerTest, FastVectorHighlighterTest, RegexBoostProcessorTest, TestJmxIntegration, ReturnFieldsTest, UniqFieldsUpdateProcessorFactoryTest, PingRequestHandlerTest, CoreContainerCoreInitFailuresTest, TestQuerySenderListener, TestSolrIndexConfig, SolrIndexConfigTest, TestBinaryField, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestCodecSupport, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, PreAnalyzedFieldTest, RAMDirectoryFactoryTest, TestSolrJ, TestDocumentBuilder, UUIDFieldTest, DistributedIntervalFacetingTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, DeleteShardTest, MultiThreadedOCPTest, RemoteQueryErrorTest, SolrXmlInZkTest, TestLeaderElectionZkExpiry, TestModifyConfFiles, TestShortCircuitedRequests, HdfsBasicDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, CachingDirectoryFactoryTest, ExitableDirectoryReaderTest]
   [junit4] Completed on J1 in 3.04s, 2 tests, 1 failure <<< FAILURES!

[...truncated 207 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:524: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:472: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1360: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:962: There were test failures: 431 suites, 1778 tests, 1 error, 1 failure, 45 ignored (23 assumptions)

Total time: 92 minutes 9 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.9.0-ea-b28 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.8.0_40-ea-b04) - Build # 11201 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11201/
Java: 32bit/jdk1.8.0_40-ea-b04 -server -XX:+UseG1GC

2 tests failed.
REGRESSION:  org.apache.solr.cloud.CloudExitableDirectoryReaderTest.testDistribSearch

Error Message:
no exception matching expected: 400: Request took too long during query expansion. Terminating request.

Stack Trace:
java.lang.AssertionError: no exception matching expected: 400: Request took too long during query expansion. Terminating request.
	at __randomizedtesting.SeedInfo.seed([7178A0348F4483B2:F09E2E2CF81BE38E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.assertFail(CloudExitableDirectoryReaderTest.java:101)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.doTimeoutTests(CloudExitableDirectoryReaderTest.java:81)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.doTest(CloudExitableDirectoryReaderTest.java:54)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


REGRESSION:  org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.testDistribSearch

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:51304/kvo/nd, http://127.0.0.1:57720/kvo/nd, http://127.0.0.1:40414/kvo/nd]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:51304/kvo/nd, http://127.0.0.1:57720/kvo/nd, http://127.0.0.1:40414/kvo/nd]
	at __randomizedtesting.SeedInfo.seed([7178A0348F4483B2:F09E2E2CF81BE38E]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:322)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:880)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601)
	at org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.removeAndWaitForLastReplicaGone(DeleteLastCustomShardedReplicaTest.java:117)
	at org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.doTest(DeleteLastCustomShardedReplicaTest.java:107)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not  remove replica : customcollreplicadeletion/a/core_node1
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:568)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:343)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:304)
	... 46 more




Build Log:
[...truncated 11391 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/init-core-data-001
   [junit4]   2> 1406201 T2887 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 1406201 T2887 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /kvo/nd
   [junit4]   2> 1406204 T2887 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 1406204 T2887 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1406205 T2888 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1406305 T2887 oasc.ZkTestServer.run start zk server on port:50023
   [junit4]   2> 1406305 T2887 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1406306 T2887 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1406311 T2894 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fd03fb name:ZooKeeperConnection Watcher:127.0.0.1:50023 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1406311 T2887 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1406312 T2887 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1406312 T2887 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1406316 T2887 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1406319 T2887 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1406329 T2896 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a5bd49 name:ZooKeeperConnection Watcher:127.0.0.1:50023/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1406329 T2887 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1406330 T2887 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1406330 T2887 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1406332 T2887 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1406334 T2887 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1406335 T2887 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1406336 T2887 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1406337 T2887 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1406339 T2887 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1406340 T2887 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1406341 T2887 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1406342 T2887 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1406343 T2887 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1406344 T2887 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1406345 T2887 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1406346 T2887 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1406349 T2887 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1406350 T2887 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1406351 T2887 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1406352 T2887 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1406353 T2887 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1406354 T2887 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1406355 T2887 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1406355 T2887 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1406356 T2887 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1406357 T2887 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1406358 T2887 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1406358 T2887 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1406641 T2887 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1406645 T2887 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51304
   [junit4]   2> 1406646 T2887 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1406646 T2887 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1406646 T2887 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-002
   [junit4]   2> 1406647 T2887 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-002/'
   [junit4]   2> 1406658 T2887 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-002/solr.xml
   [junit4]   2> 1406664 T2887 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-002
   [junit4]   2> 1406665 T2887 oasc.CoreContainer.<init> New CoreContainer 6860165
   [junit4]   2> 1406665 T2887 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-002/]
   [junit4]   2> 1406666 T2887 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1406666 T2887 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1406666 T2887 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1406667 T2887 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1406667 T2887 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1406667 T2887 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1406667 T2887 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1406668 T2887 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1406668 T2887 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1406669 T2887 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1406669 T2887 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1406669 T2887 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1406670 T2887 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1406670 T2887 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50023/solr
   [junit4]   2> 1406670 T2887 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1406671 T2887 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1406671 T2887 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1406673 T2907 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ce2271 name:ZooKeeperConnection Watcher:127.0.0.1:50023 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1406674 T2887 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1406674 T2887 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1406679 T2887 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1406681 T2909 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1666090 name:ZooKeeperConnection Watcher:127.0.0.1:50023/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1406681 T2887 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1406682 T2887 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1406684 T2887 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1406686 T2887 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1406688 T2887 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1406689 T2887 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1406691 T2887 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1406692 T2887 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51304_kvo%2Fnd
   [junit4]   2> 1406692 T2887 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51304_kvo%2Fnd
   [junit4]   2> 1406694 T2887 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1406695 T2887 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1406696 T2887 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1406697 T2887 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:51304_kvo%2Fnd
   [junit4]   2> 1406698 T2887 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1406699 T2887 oasc.Overseer.start Overseer (id=92540376063868931-127.0.0.1:51304_kvo%2Fnd-n_0000000000) starting
   [junit4]   2> 1406700 T2887 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1406704 T2887 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1406705 T2911 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1406705 T2887 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1406713 T2887 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1406715 T2887 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1406718 T2887 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-002
   [junit4]   2> 1406723 T2910 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1406730 T2887 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-002/conf/
   [junit4]   2> 1406987 T2887 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1406988 T2887 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1406989 T2887 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1406990 T2887 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1406991 T2887 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1406992 T2915 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@35431c name:ZooKeeperConnection Watcher:127.0.0.1:50023/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1406992 T2887 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1406993 T2887 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1406994 T2887 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1406996 T2887 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1406997 T2887 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 1406997 T2887 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1406998 T2887 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1407000 T2917 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12cc81a name:ZooKeeperConnection Watcher:127.0.0.1:50023/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1407001 T2887 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1407001 T2887 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1407003 T2918 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1407006 T2910 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: collection1
   [junit4]   2> 1407006 T2910 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 1407006 T2910 oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2
   [junit4]   2> 1407008 T2910 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/collection1/state.json
   [junit4]   2> 1407010 T2919 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1407010 T2918 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1407261 T2887 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1407262 T2887 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1407263 T2887 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40414
   [junit4]   2> 1407264 T2887 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1407264 T2887 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1407265 T2887 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-003
   [junit4]   2> 1407265 T2887 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-003/'
   [junit4]   2> 1407275 T2887 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-003/solr.xml
   [junit4]   2> 1407281 T2887 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-003
   [junit4]   2> 1407281 T2887 oasc.CoreContainer.<init> New CoreContainer 3407539
   [junit4]   2> 1407282 T2887 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-003/]
   [junit4]   2> 1407282 T2887 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1407282 T2887 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1407283 T2887 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1407283 T2887 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1407283 T2887 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1407284 T2887 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1407284 T2887 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1407284 T2887 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1407284 T2887 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1407285 T2887 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1407285 T2887 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1407286 T2887 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1407286 T2887 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1407286 T2887 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50023/solr
   [junit4]   2> 1407287 T2887 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1407287 T2887 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1407288 T2887 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1407289 T2930 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4d8b73 name:ZooKeeperConnection Watcher:127.0.0.1:50023 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1407290 T2887 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1407290 T2887 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1407292 T2887 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1407293 T2932 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1018807 name:ZooKeeperConnection Watcher:127.0.0.1:50023/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1407294 T2887 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1407297 T2887 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1408300 T2887 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40414_kvo%2Fnd
   [junit4]   2> 1408301 T2887 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40414_kvo%2Fnd
   [junit4]   2> 1408304 T2887 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1408306 T2887 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-003
   [junit4]   2> 1408311 T2887 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-003/conf/
   [junit4]   2> 1408472 T2887 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1408474 T2887 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1408475 T2887 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1408727 T2887 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1408728 T2887 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1408730 T2887 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57720
   [junit4]   2> 1408731 T2887 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1408731 T2887 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1408731 T2887 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-004
   [junit4]   2> 1408732 T2887 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-004/'
   [junit4]   2> 1408742 T2887 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-004/solr.xml
   [junit4]   2> 1408747 T2887 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-004
   [junit4]   2> 1408748 T2887 oasc.CoreContainer.<init> New CoreContainer 19941394
   [junit4]   2> 1408748 T2887 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-004/]
   [junit4]   2> 1408749 T2887 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1408749 T2887 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1408749 T2887 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1408749 T2887 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1408750 T2887 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1408750 T2887 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1408750 T2887 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1408751 T2887 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1408751 T2887 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1408751 T2887 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1408752 T2887 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1408752 T2887 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1408752 T2887 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1408753 T2887 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50023/solr
   [junit4]   2> 1408753 T2887 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1408753 T2887 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1408754 T2887 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1408756 T2945 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16895c0 name:ZooKeeperConnection Watcher:127.0.0.1:50023 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1408757 T2887 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1408757 T2887 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1408760 T2887 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1408761 T2947 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e36013 name:ZooKeeperConnection Watcher:127.0.0.1:50023/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1408761 T2887 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1408765 T2887 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1409769 T2887 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57720_kvo%2Fnd
   [junit4]   2> 1409770 T2887 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57720_kvo%2Fnd
   [junit4]   2> 1409772 T2887 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1409774 T2887 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-004
   [junit4]   2> 1409779 T2887 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-004/conf/
   [junit4]   2> 1409897 T2887 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1409898 T2887 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1409898 T2887 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1409899 T2887 oasc.AbstractFullDistribZkTestBase.createCollection Creating collection with stateFormat=2: customcollreplicadeletion
   [junit4]   2> 1409900 T2887 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1409900 T2887 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1409902 T2951 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1429ec9 name:ZooKeeperConnection Watcher:127.0.0.1:50023/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1409902 T2887 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1409902 T2887 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1409903 T2887 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1409906 T2940 oasha.CollectionsHandler.handleCreateAction Creating Collection : replicationFactor=1&shards=a,b&maxShardsPerNode=5&router.name=implicit&name=customcollreplicadeletion&action=CREATE&numShards=1&stateFormat=2&wt=javabin&version=2
   [junit4]   2> 1409907 T2918 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1409908 T2911 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"customcollreplicadeletion",
   [junit4]   2> 	  "replicationFactor":"1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "maxShardsPerNode":"5",
   [junit4]   2> 	  "shards":"a,b",
   [junit4]   2> 	  "stateFormat":"2",
   [junit4]   2> 	  "router.name":"implicit"}
   [junit4]   2> 1409908 T2952 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : create , {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"customcollreplicadeletion",
   [junit4]   2> 	  "replicationFactor":"1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "maxShardsPerNode":"5",
   [junit4]   2> 	  "shards":"a,b",
   [junit4]   2> 	  "stateFormat":"2",
   [junit4]   2> 	  "router.name":"implicit"}
   [junit4]   2> 1409909 T2952 oasc.OverseerCollectionProcessor.createConfNode Only one config set found in zk - using it:conf1
   [junit4]   2> 1409909 T2952 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/customcollreplicadeletion 
   [junit4]   2> 1409910 T2952 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion
   [junit4]   2> 1409912 T2918 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1409913 T2910 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: customcollreplicadeletion
   [junit4]   2> 1409914 T2910 oasc.Overseer$ClusterStateUpdater.createCollection Create collection customcollreplicadeletion with shards [a, b]
   [junit4]   2> 1409914 T2910 oasc.Overseer$ClusterStateUpdater.createCollection state version customcollreplicadeletion 2
   [junit4]   2> 1409915 T2910 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 1409916 T2918 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1409916 T2933 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1409916 T2948 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1409916 T2953 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1409917 T2919 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1410012 T2952 oasc.OverseerCollectionProcessor.createCollection Creating SolrCores for new collection customcollreplicadeletion, shardNames [a, b] , replicationFactor : 1
   [junit4]   2> 1410012 T2952 oasc.OverseerCollectionProcessor.createCollection Creating shard customcollreplicadeletion_a_replica1 as part of slice a of collection customcollreplicadeletion on 127.0.0.1:51304_kvo%2Fnd
   [junit4]   2> 1410013 T2952 oasc.OverseerCollectionProcessor.createCollection Creating shard customcollreplicadeletion_b_replica1 as part of slice b of collection customcollreplicadeletion on 127.0.0.1:57720_kvo%2Fnd
   [junit4]   2> 1410015 T2904 oasha.CoreAdminHandler.handleCreateAction core create command qt=/admin/cores&collection.configName=conf1&name=customcollreplicadeletion_a_replica1&action=CREATE&numShards=2&collection=customcollreplicadeletion&shard=a&wt=javabin&version=2
   [junit4]   2> 1410015 T2943 oasha.CoreAdminHandler.handleCreateAction core create command qt=/admin/cores&collection.configName=conf1&name=customcollreplicadeletion_b_replica1&action=CREATE&numShards=2&collection=customcollreplicadeletion&shard=b&wt=javabin&version=2
   [junit4]   2> 1410017 T2904 oasc.ZkController.publish publishing core=customcollreplicadeletion_a_replica1 state=down collection=customcollreplicadeletion
   [junit4]   2> 1410018 T2918 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1410019 T2943 oasc.ZkController.publish publishing core=customcollreplicadeletion_b_replica1 state=down collection=customcollreplicadeletion
   [junit4]   2> 1410020 T2943 oasc.ZkController.preRegister Registering watch for external collection customcollreplicadeletion
   [junit4]   2> 1410020 T2943 oascc.ZkStateReader.addZkWatch addZkWatch customcollreplicadeletion
   [junit4]   2> 1410021 T2943 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/customcollreplicadeletion/state.json from ZooKeeper... 
   [junit4]   2> 1410021 T2904 oasc.ZkController.preRegister Registering watch for external collection customcollreplicadeletion
   [junit4]   2> 1410022 T2943 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 0 
   [junit4]   2> 1410022 T2943 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1410031 T2910 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"customcollreplicadeletion_a_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51304/kvo/nd",
   [junit4]   2> 	  "node_name":"127.0.0.1:51304_kvo%2Fnd",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":"a",
   [junit4]   2> 	  "collection":"customcollreplicadeletion",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1410035 T2910 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 1410035 T2948 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 1410036 T2948 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 1 
   [junit4]   2> 1410036 T2904 oascc.ZkStateReader.addZkWatch addZkWatch customcollreplicadeletion
   [junit4]   2> 1410037 T2904 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/customcollreplicadeletion/state.json from ZooKeeper... 
   [junit4]   2> 1410037 T2904 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 1 
   [junit4]   2> 1410038 T2904 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1410038 T2904 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for customcollreplicadeletion_a_replica1
   [junit4]   2> 1410038 T2904 oasc.ZkController.createCollectionZkNode Check for collection zkNode:customcollreplicadeletion
   [junit4]   2> 1410039 T2904 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1410039 T2904 oascc.ZkStateReader.readConfigName Load collection config from:/collections/customcollreplicadeletion
   [junit4]   2> 1410040 T2904 oascc.ZkStateReader.readConfigName path=/collections/customcollreplicadeletion configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1410040 T2910 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 1 
   [junit4]   2> 1410040 T2904 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-002/customcollreplicadeletion_a_replica1/'
   [junit4]   2> 1410041 T2910 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"customcollreplicadeletion_b_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57720/kvo/nd",
   [junit4]   2> 	  "node_name":"127.0.0.1:57720_kvo%2Fnd",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":"b",
   [junit4]   2> 	  "collection":"customcollreplicadeletion",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1410042 T2918 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1410042 T2910 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 1410043 T2948 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 1410043 T2918 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 1410044 T2948 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 2 
   [junit4]   2> 1410046 T2918 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 2 
   [junit4]   2> 1410062 T2904 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 1410071 T2904 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1410072 T2904 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1410077 T2904 oass.IndexSchema.readSchema [customcollreplicadeletion_a_replica1] Schema name=test
   [junit4]   2> 1410181 T2904 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1410185 T2904 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1410186 T2904 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1410192 T2904 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1410194 T2904 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1410196 T2904 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1410197 T2904 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1410198 T2904 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1410199 T2904 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1410199 T2904 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1410200 T2904 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1410200 T2904 oasc.CoreContainer.create Creating SolrCore 'customcollreplicadeletion_a_replica1' using configuration from collection customcollreplicadeletion
   [junit4]   2> 1410200 T2904 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1410200 T2904 oasc.SolrCore.<init> [customcollreplicadeletion_a_replica1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-002/customcollreplicadeletion_a_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-002/customcollreplicadeletion_a_replica1/data/
   [junit4]   2> 1410201 T2904 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cb8015
   [junit4]   2> 1410202 T2904 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-002/customcollreplicadeletion_a_replica1/data
   [junit4]   2> 1410202 T2904 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-002/customcollreplicadeletion_a_replica1/data/index/
   [junit4]   2> 1410202 T2904 oasc.SolrCore.initIndex WARN [customcollreplicadeletion_a_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-002/customcollreplicadeletion_a_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1410203 T2904 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-002/customcollreplicadeletion_a_replica1/data/index
   [junit4]   2> 1410203 T2904 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.11906444463507865]
   [junit4]   2> 1410204 T2904 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-843bfb)),segFN=segments_1,generation=1}
   [junit4]   2> 1410204 T2904 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1410206 T2904 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1410207 T2904 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1410207 T2904 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1410207 T2904 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1410208 T2904 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1410208 T2904 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1410208 T2904 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1410209 T2904 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1410209 T2904 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1410209 T2904 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1410210 T2904 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1410210 T2904 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1410210 T2904 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1410211 T2904 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1410211 T2904 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1410211 T2904 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1410212 T2904 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1410212 T2904 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1410212 T2904 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1410213 T2904 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1410214 T2904 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1410215 T2904 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1410216 T2904 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1410217 T2904 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1410218 T2904 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1410218 T2904 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1410219 T2904 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1410220 T2904 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-843bfb)),segFN=segments_1,generation=1}
   [junit4]   2> 1410220 T2904 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1410220 T2904 oass.SolrIndexSearcher.<init> Opening Searcher@10a3169[customcollreplicadeletion_a_replica1] main
   [junit4]   2> 1410221 T2904 oascc.ZkStateReader.readConfigName Load collection config from:/collections/customcollreplicadeletion
   [junit4]   2> 1410227 T2904 oascc.ZkStateReader.readConfigName path=/collections/customcollreplicadeletion configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1410228 T2904 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1410228 T2904 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1410229 T2904 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1410229 T2904 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1410230 T2904 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1410230 T2904 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1410231 T2904 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 1410232 T2904 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1410233 T2904 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1410233 T2904 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1410235 T2956 oasc.SolrCore.registerSearcher [customcollreplicadeletion_a_replica1] Registered new searcher Searcher@10a3169[customcollreplicadeletion_a_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1410237 T2904 oasc.CoreContainer.registerCore registering core: customcollreplicadeletion_a_replica1
   [junit4]   2> 1410238 T2904 oasc.ZkController.register Register replica - core:customcollreplicadeletion_a_replica1 address:http://127.0.0.1:51304/kvo/nd collection:customcollreplicadeletion shard:a
   [junit4]   2> 1410238 T2904 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion/leader_elect/a/election
   [junit4]   2> 1410242 T2904 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard a
   [junit4]   2> 1410243 T2918 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1410243 T2904 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1410243 T2904 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C763 name=customcollreplicadeletion_a_replica1 org.apache.solr.core.SolrCore@1ea9a3f url=http://127.0.0.1:51304/kvo/nd/customcollreplicadeletion_a_replica1 node=127.0.0.1:51304_kvo%2Fnd C763_STATE=coll:customcollreplicadeletion core:customcollreplicadeletion_a_replica1 props:{core=customcollreplicadeletion_a_replica1, base_url=http://127.0.0.1:51304/kvo/nd, node_name=127.0.0.1:51304_kvo%2Fnd, state=down}
   [junit4]   2> 1410244 T2904 C763 P51304 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51304/kvo/nd/customcollreplicadeletion_a_replica1/
   [junit4]   2> 1410244 T2904 C763 P51304 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1410245 T2904 C763 P51304 oasc.SyncStrategy.syncToMe http://127.0.0.1:51304/kvo/nd/customcollreplicadeletion_a_replica1/ has no replicas
   [junit4]   2> 1410245 T2904 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51304/kvo/nd/customcollreplicadeletion_a_replica1/ a
   [junit4]   2> 1410245 T2910 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 2 
   [junit4]   2> 1410245 T2904 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion/leaders/a
   [junit4]   2> 1410253 T2910 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 1410253 T2948 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 1410253 T2918 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 1410254 T2948 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 3 
   [junit4]   2> 1410255 T2918 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 3 
   [junit4]   2> 1410258 T2910 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 3 
   [junit4]   2> 1410259 T2918 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1410259 T2910 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 1410260 T2948 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 1410260 T2918 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 1410260 T2948 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 4 
   [junit4]   2> 1410261 T2918 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 4 
   [junit4]   2> 1410306 T2904 oasc.ZkController.register We are http://127.0.0.1:51304/kvo/nd/customcollreplicadeletion_a_replica1/ and leader is http://127.0.0.1:51304/kvo/nd/customcollreplicadeletion_a_replica1/
   [junit4]   2> 1410306 T2904 oasc.ZkController.register No LogReplay needed for core=customcollreplicadeletion_a_replica1 baseURL=http://127.0.0.1:51304/kvo/nd
   [junit4]   2> 1410307 T2904 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1410307 T2904 oasc.ZkController.publish publishing core=customcollreplicadeletion_a_replica1 state=active collection=customcollreplicadeletion
   [junit4]   2> 1410308 T2918 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1410310 T2904 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 4 
   [junit4]   2> 1410311 T2904 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=customcollreplicadeletion_a_replica1&action=CREATE&numShards=2&collection=customcollreplicadeletion&shard=a&wt=javabin&version=2} status=0 QTime=296 
   [junit4]   2> 1410312 T2910 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 4 
   [junit4]   2> 1410312 T2910 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"customcollreplicadeletion_a_replica1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51304/kvo/nd",
   [junit4]   2> 	  "node_name":"127.0.0.1:51304_kvo%2Fnd",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"a",
   [junit4]   2> 	  "collection":"customcollreplicadeletion",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1410320 T2910 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 1410320 T2948 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 1410320 T2918 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 1410321 T2948 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 5 
   [junit4]   2> 1410323 T2918 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 5 
   [junit4]   2> 1411023 T2943 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for customcollreplicadeletion_b_replica1
   [junit4]   2> 1411023 T2943 oasc.ZkController.createCollectionZkNode Check for collection zkNode:customcollreplicadeletion
   [junit4]   2> 1411024 T2943 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1411024 T2943 oascc.ZkStateReader.readConfigName Load collection config from:/collections/customcollreplicadeletion
   [junit4]   2> 1411025 T2943 oascc.ZkStateReader.readConfigName path=/collections/customcollreplicadeletion configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1411025 T2943 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-004/customcollreplicadeletion_b_replica1/'
   [junit4]   2> 1411050 T2943 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 1411061 T2943 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1411062 T2943 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1411069 T2943 oass.IndexSchema.readSchema [customcollreplicadeletion_b_replica1] Schema name=test
   [junit4]   2> 1411173 T2943 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1411177 T2943 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1411179 T2943 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1411186 T2943 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1411188 T2943 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1411191 T2943 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1411192 T2943 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1411193 T2943 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1411193 T2943 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1411194 T2943 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1411194 T2943 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1411195 T2943 oasc.CoreContainer.create Creating SolrCore 'customcollreplicadeletion_b_replica1' using configuration from collection customcollreplicadeletion
   [junit4]   2> 1411195 T2943 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1411195 T2943 oasc.SolrCore.<init> [customcollreplicadeletion_b_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-004/customcollreplicadeletion_b_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-004/customcollreplicadeletion_b_replica1/data/
   [junit4]   2> 1411196 T2943 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cb8015
   [junit4]   2> 1411197 T2943 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-004/customcollreplicadeletion_b_replica1/data
   [junit4]   2> 1411197 T2943 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-004/customcollreplicadeletion_b_replica1/data/index/
   [junit4]   2> 1411198 T2943 oasc.SolrCore.initIndex WARN [customcollreplicadeletion_b_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-004/customcollreplicadeletion_b_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1411198 T2943 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-7178A0348F4483B2-001/tempDir-004/customcollreplicadeletion_b_replica1/data/index
   [junit4]   2> 1411199 T2943 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.11906444463507865]
   [junit4]   2> 1411199 T2943 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-12bf581)),segFN=segments_1,generation=1}
   [junit4]   2> 1411200 T2943 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1411203 T2943 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1411204 T2943 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1411204 T2943 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1411204 T2943 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1411205 T2943 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1411205 T2943 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1411205 T2943 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1411206 T2943 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1411206 T2943 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1411207 T2943 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1411207 T2943 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1411208 T2943 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1411208 T2943 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1411209 T2943 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1411209 T2943 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1411209 T2943 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1411210 T2943 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1411210 T2943 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1411211 T2943 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1411211 T2943 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1411213 T2943 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1411214 T2943 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1411215 T2943 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1411216 T2943 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1411218 T2943 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1411218 T2943 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1411219 T2943 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1411219 T2943 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-12bf581)),segFN=segments_1,generation=1}
   [junit4]   2> 1411220 T2943 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1411220 T2943 oass.SolrIndexSearcher.<init> Opening Searcher@1aad87f[customcollreplicadeletion_b_replica1] main
   [junit4]   2> 1411221 T2943 oascc.ZkStateReader.readConfigName Load collection config from:/collections/customcollreplicadeletion
   [junit4]   2> 1411221 T2943 oascc.ZkStateReader.readConfigName path=/collections/customcollreplicadeletion configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1411222 T2943 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1411222 T2943 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1411222 T2943 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1411223 T2943 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1411224 T2943 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1411224 T2943 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1411224 T2943 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 1411225 T2943 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1411227 T2958 oasc.SolrCore.registerSearcher [customcollreplicadeletion_b_replica1] Registered new searcher Searcher@1aad87f[customcollreplicadeletion_b_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1411229 T2943 oasc.CoreContainer.registerCore registering core: customcollreplicadeletion_b_replica1
   [junit4]   2> 1411229 T2943 oasc.ZkController.register Register replica - core:customcollreplicadeletion_b_replica1 address:http://127.0.0.1:57720/kvo/nd collection:customcollreplicadeletion shard:b
   [junit4]   2> 1411230 T2943 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion/leader_elect/b/election
   [junit4]   2> 1411233 T2943 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard b
   [junit4]   2> 1411235 T2943 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1411235 T2918 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1411235 T2943 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C764 name=customcollreplicadeletion_b_replica1 org.apache.solr.core.SolrCore@2b349e url=http://127.0.0.1:57720/kvo/nd/customcollreplicadeletion_b_replica1 node=127.0.0.1:57720_kvo%2Fnd C764_STATE=coll:customcollreplicadeletion core:customcollreplicadeletion_b_replica1 props:{core=customcollreplicadeletion_b_replica1, base_url=http://127.0.0.1:57720/kvo/nd, node_name=127.0.0.1:57720_kvo%2Fnd, state=down}
   [junit4]   2> 1411235 T2943 C764 P57720 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57720/kvo/nd/customcollreplicadeletion_b_replica1/
   [junit4]   2> 1411236 T2943 C764 P57720 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1411236 T2943 C764 P57720 oasc.SyncStrategy.syncToMe http://127.0.0.1:57720/kvo/nd/customcollreplicadeletion_b_replica1/ has no replicas
   [junit4]   2> 1411237 T2943 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57720/kvo/nd/customcollreplicadeletion_b_replica1/ b
   [junit4]   2> 1411237 T2943 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion/leaders/b
   [junit4]   2> 1411238 T2910 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 5 
   [junit4]   2> 1411240 T2910 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 1411240 T2948 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 1411240 T2918 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 1411241 T2948 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 6 
   [junit4]   2> 1411242 T2918 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 6 
   [junit4]   2> 1411245 T2910 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 6 
   [junit4]   2> 1411246 T2918 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1411246 T2910 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 1411247 T2948 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 1411247 T2918 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 1411247 T2948 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 7 
   [junit4]   2> 1411248 T2918 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 7 
   [junit4]   2> 1411291 T2943 oasc.ZkController.register We are http://127.0.0.1:57720/kvo/nd/customcollreplicadeletion_b_replica1/ and leader is http://127.0.0.1:57720/kvo/nd/customcollreplicadeletion_b_replica1/
   [junit4]   2> 1411291 T2943 oasc.ZkController.register No LogReplay needed for core=customcollreplicadeletion_b_replica1 baseURL=http://127.0.0.1:57720/kvo/nd
   [junit4]   2> 1411292 T2943 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1411292 T2943 oasc.ZkController.publish publishing core=customcollreplicadeletion_b_replica1 state=active collection=customcollreplicadeletion
   [junit4]   2> 1411293 T2918 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1411295 T2943 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 7 
   [junit4]   2> 1411296 T2943 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=customcollreplicadeletion_b_replica1&action=CREATE&numShards=2&collection=customcollreplicadeletion&shard=b&wt=javabin&version=2} status=0 QTime=1281 
   [junit4]   2> 1411296 T2952 oasc.OverseerCollectionProcessor.createCollection Finished create command on all shards for collection: customcollreplicadeletion
   [junit4]   2> 1411298 T2910 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 7 
   [junit4]   2> 1411299 T2910 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"customcollreplicadeletion_b_replica1",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57720/kvo/nd",
   [junit4]   2> 	  "node_name":"127.0.0.1:57720_kvo%2Fnd",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"b",
   [junit4]   2> 	  "collection":"customcollreplicadeletion",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1411300 T2910 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json
   [junit4]   2> 1411301 T2948 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 1411302 T2952 oasc.OverseerCollectionProcessor$Runner.run Overseer Collection Processor: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={null={responseHeader={status=0,QTime=296},core=customcollreplicadeletion_a_replica1},null={responseHeader={status=0,QTime=1281},core=customcollreplicadeletion_b_replica1}}}
   [junit4]   2> 1411302 T2948 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 8 
   [junit4]   2> 1411301 T2918 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... 
   [junit4]   2> 1411303 T2948 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work/qnr-0000000000 state: SyncConnected type NodeDataChanged
   [junit4]   2> 1411304 T2960 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1411305 T2940 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/collections params={replicationFactor=1&shards=a,b&maxShardsPerNode=5&router.name=implicit&name=customcollreplicadeletion&action=CREATE&numShards=1&stateFormat=2&wt=javabin&version=2} status=0 QTime=1399 
   [junit4]   2> 1411306 T2887 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: customcollreplicadeletion failOnTimeout:true timeout (sec):330
   [junit4]   2> 1411306 T2918 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 8 
   [junit4]   2> 1411311 T2887 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: customcollreplicadeletion
   [junit4]   2> 1411312 T2887 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1411313 T

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

inux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-7178A0348F4483B2-001/tempDir-001/jetty4/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-7178A0348F4483B2-001/tempDir-001/jetty4/index;done=false>>]
   [junit4]   2> 2229122 T5362 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-7178A0348F4483B2-001/tempDir-001/jetty4/index
   [junit4]   2> 2229122 T5362 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-7178A0348F4483B2-001/tempDir-001/jetty4 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-7178A0348F4483B2-001/tempDir-001/jetty4;done=false>>]
   [junit4]   2> 2229122 T5362 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-7178A0348F4483B2-001/tempDir-001/jetty4
   [junit4]   2> 2229123 T5362 oasc.Overseer.close Overseer (id=92540424763998221-127.0.0.1:51181_-n_0000000004) closing
   [junit4]   2> 2229124 T5509 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:51181_
   [junit4]   2> 2229125 T5503 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 2229149 T5362 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 2234138 T5362 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 2234140 T5362 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:43568 43568
   [junit4]   2> 2234696 T5363 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:43568 43568
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CloudExitableDirectoryReaderTest -Dtests.method=testDistribSearch -Dtests.seed=7178A0348F4483B2 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=zh_CN -Dtests.timezone=Etc/GMT-14 -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 85.4s J1 | CloudExitableDirectoryReaderTest.testDistribSearch <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: no exception matching expected: 400: Request took too long during query expansion. Terminating request.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7178A0348F4483B2:F09E2E2CF81BE38E]:0)
   [junit4]    > 	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.assertFail(CloudExitableDirectoryReaderTest.java:101)
   [junit4]    > 	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.doTimeoutTests(CloudExitableDirectoryReaderTest.java:81)
   [junit4]    > 	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.doTest(CloudExitableDirectoryReaderTest.java:54)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2234706 T5362 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CloudExitableDirectoryReaderTest-7178A0348F4483B2-001
   [junit4]   2> 85404 T5361 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {_version_=FST41, multiDefault=Lucene41(blocksize=128), name=PostingsFormat(name=MockRandom), intDefault=FST41, id=PostingsFormat(name=MockRandom), range_facet_l=FST41, timestamp=FST41}, docValues:{timestamp=DocValuesFormat(name=Memory)}, sim=DefaultSimilarity, locale=zh_CN, timezone=Etc/GMT-14
   [junit4]   2> NOTE: Linux 3.13.0-36-generic i386/Oracle Corporation 1.8.0_40-ea (32-bit)/cpus=8,threads=1,free=241633312,total=503316480
   [junit4]   2> NOTE: All tests run in this JVM: [SampleTest, TestIndexingPerformance, SolrInfoMBeanTest, TestPHPSerializedResponseWriter, URLClassifyProcessorTest, HdfsSyncSliceTest, DistributedTermsComponentTest, RequestHandlersTest, TestCloudInspectUtil, DocValuesTest, LukeRequestHandlerTest, RankQueryTest, TestSchemaSimilarityResource, TestQueryUtils, TestReloadAndDeleteDocs, LegacyHTMLStripCharFilterTest, TestAnalyzeInfixSuggestions, QueryParsingTest, StatsComponentTest, TermVectorComponentDistributedTest, SimplePostToolTest, SearchHandlerTest, SolrRequestParserTest, TestBadConfig, TestCoreContainer, TestZkChroot, AlternateDirectoryTest, ShardSplitTest, TestComplexPhraseQParserPlugin, SoftAutoCommitTest, BadCopyFieldTest, CoreContainerCoreInitFailuresTest, TermVectorComponentTest, TestReversedWildcardFilterFactory, DeleteInactiveReplicaTest, TestCloudPivotFacet, OutOfBoxZkACLAndCredentialsProvidersTest, ModifyConfFileTest, OverseerStatusTest, TestDistributedMissingSort, SuggesterFSTTest, TestManagedResource, TestBlendedInfixSuggestions, HdfsBasicDistributedZk2Test, FileBasedSpellCheckerTest, TestLazyCores, TestShardHandlerFactory, CachingDirectoryFactoryTest, DistributedDebugComponentTest, DistributedFacetPivotSmallTest, HardAutoCommitTest, IndexSchemaRuntimeFieldTest, TestNonDefinedSimilarityFactory, UUIDFieldTest, TestNonNRTOpen, TestSchemaVersionResource, TriLevelCompositeIdRoutingTest, TestSchemaResource, TestQuerySenderNoQuery, HdfsChaosMonkeySafeLeaderTest, OpenCloseCoreStressTest, SliceStateTest, TestFunctionQuery, BasicZkTest, TestDocBasedVersionConstraints, TestInfoStreamLogging, PrimUtilsTest, TestCSVResponseWriter, AnalysisAfterCoreReloadTest, TestIntervalFaceting, BasicDistributedZk2Test, TestDistributedGrouping, SortByFunctionTest, ClusterStateTest, BlockCacheTest, CoreMergeIndexesAdminHandlerTest, TestXIncludeConfig, HdfsBasicDistributedZkTest, DebugComponentTest, ConvertedLegacyTest, TestAtomicUpdateErrorCases, TestCharFilters, ExitableDirectoryReaderTest, CopyFieldTest, BinaryUpdateRequestHandlerTest, TestFiltering, PolyFieldTest, ConnectionManagerTest, CursorMarkTest, TestSolrQueryParserDefaultOperatorResource, TestSolrQueryParser, TestManagedStopFilterFactory, CacheHeaderTest, TestSolrQueryParserResource, PreAnalyzedUpdateProcessorTest, CurrencyFieldXmlFileTest, TestPostingsSolrHighlighter, DistributedQueryComponentCustomSortTest, AutoCommitTest, DeleteLastCustomShardedReplicaTest, TestMergePolicyConfig, TestNRTOpen, TestSweetSpotSimilarityFactory, TestElisionMultitermQuery, UnloadDistributedZkTest, LeaderElectionIntegrationTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, ShardRoutingCustomTest, TestDistributedSearch, TestFaceting, TestRecovery, TestHashPartitioner, ZkControllerTest, TestRealTimeGet, TestStressReorder, TestMultiCoreConfBootstrap, TestRangeQuery, SolrCoreTest, SpellCheckComponentTest, TestGroupingSearch, SolrIndexSplitterTest, TestExtendedDismaxParser, SpellCheckCollatorTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, TestStressLucene, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, DisMaxRequestHandlerTest, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, TestOmitPositions, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, FieldAnalysisRequestHandlerTest, RegexBoostProcessorTest, TestJmxIntegration, UniqFieldsUpdateProcessorFactoryTest, PingRequestHandlerTest, TestBinaryResponseWriter, HighlighterConfigTest, UpdateParamsTest, ResponseLogComponentTest, BadComponentTest, MultiTermTest, TestDocSet, TestBinaryField, TestSearchPerf, NumericFieldsTest, MinimalSchemaTest, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, ResourceLoaderTest, ScriptEngineTest, DateMathParserTest, PreAnalyzedFieldTest, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, TestLRUCache, TestUtils, CircularListTest, TestRTGBase, CursorPagingTest, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, CloudExitableDirectoryReaderTest]
   [junit4] Completed on J1 in 85.93s, 1 test, 1 failure <<< FAILURES!

[...truncated 280 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:524: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:472: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1360: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:962: There were test failures: 431 suites, 1778 tests, 1 error, 1 failure, 45 ignored (23 assumptions)

Total time: 103 minutes 35 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_40-ea-b04 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any