You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/05/23 03:01:21 UTC

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 356 - Still Unstable

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

2 tests failed.
FAILED:  org.apache.solr.cloud.hdfs.HdfsBasicDistributedZkTest.test

Error Message:
Error from server at http://127.0.0.1:45254/cctvt/tj/oneInstanceCollection24: 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 </title> </head> <body> <h2>HTTP ERROR: 500</h2> <p>Problem accessing /cctvt/tj/oneInstanceCollection24/update. Reason: <pre>    {metadata={error-class=org.apache.solr.core.SolrCoreInitializationException,root-error-class=java.lang.OutOfMemoryError},msg=SolrCore &apos;oneInstanceCollection24&apos; is not available due to init failure: The max direct memory is likely too low.  Either increase it (by adding -XX:MaxDirectMemorySize=&lt;size&gt;g -XX:+UseLargePages to your containers startup args) or disable direct allocation using solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you are putting the block cache on the heap, your java heap size might not be large enough. Failed allocating ~8.388608 MB.,trace=org.apache.solr.core.SolrCoreInitializationException: SolrCore &apos;oneInstanceCollection24&apos; is not available due to init failure: The max direct memory is likely too low.  Either increase it (by adding -XX:MaxDirectMemorySize=&lt;size&gt;g -XX:+UseLargePages to your containers startup args) or disable direct allocation using solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you are putting the block cache on the heap, your java heap size might not be large enough. Failed allocating ~8.388608 MB.  at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:1313)  at org.apache.solr.servlet.HttpSolrCall.init(HttpSolrCall.java:268)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:483)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:363)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:307)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)  at org.eclipse.jetty.server.Server.handle(Server.java:534)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)  at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)  at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)  at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)  at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)  at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)  at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)  at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.solr.common.SolrException: The max direct memory is likely too low.  Either increase it (by adding -XX:MaxDirectMemorySize=&lt;size&gt;g -XX:+UseLargePages to your containers startup args) or disable direct allocation using solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you are putting the block cache on the heap, your java heap size might not be large enough. Failed allocating ~8.388608 MB.  at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:977)  at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:830)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:920)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:855)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:748)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:729)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:510)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:363)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:307)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)  ... 13 more Caused by: java.lang.RuntimeException: The max direct memory is likely too low.  Either increase it (by adding -XX:MaxDirectMemorySize=&lt;size&gt;g -XX:+UseLargePages to your containers startup args) or disable direct allocation using solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you are putting the block cache on the heap, your java heap size might not be large enough. Failed allocating ~8.388608 MB.  at org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:312)  at org.apache.solr.core.HdfsDirectoryFactory.getBlockDirectoryCache(HdfsDirectoryFactory.java:288)  at org.apache.solr.core.HdfsDirectoryFactory.create(HdfsDirectoryFactory.java:228)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:346)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:91)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:728)  at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:923)  ... 37 more Caused by: java.lang.OutOfMemoryError: Direct buffer memory  at java.nio.Bits.reserveMemory(Bits.java:693)  at java.nio.DirectByteBuffer.&lt;init&gt;(DirectByteBuffer.java:123)  at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:311)  at org.apache.solr.store.blockcache.BlockCache.&lt;init&gt;(BlockCache.java:75)  at org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:310)  ... 43 more ,code=500}</pre></p> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:45254/cctvt/tj/oneInstanceCollection24: 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 </title>
</head>
<body>
<h2>HTTP ERROR: 500</h2>
<p>Problem accessing /cctvt/tj/oneInstanceCollection24/update. Reason:
<pre>    {metadata={error-class=org.apache.solr.core.SolrCoreInitializationException,root-error-class=java.lang.OutOfMemoryError},msg=SolrCore &apos;oneInstanceCollection24&apos; is not available due to init failure: The max direct memory is likely too low.  Either increase it (by adding -XX:MaxDirectMemorySize=&lt;size&gt;g -XX:+UseLargePages to your containers startup args) or disable direct allocation using solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you are putting the block cache on the heap, your java heap size might not be large enough. Failed allocating ~8.388608 MB.,trace=org.apache.solr.core.SolrCoreInitializationException: SolrCore &apos;oneInstanceCollection24&apos; is not available due to init failure: The max direct memory is likely too low.  Either increase it (by adding -XX:MaxDirectMemorySize=&lt;size&gt;g -XX:+UseLargePages to your containers startup args) or disable direct allocation using solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you are putting the block cache on the heap, your java heap size might not be large enough. Failed allocating ~8.388608 MB.
	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:1313)
	at org.apache.solr.servlet.HttpSolrCall.init(HttpSolrCall.java:268)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:483)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:363)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:307)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
	at org.eclipse.jetty.server.Server.handle(Server.java:534)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: The max direct memory is likely too low.  Either increase it (by adding -XX:MaxDirectMemorySize=&lt;size&gt;g -XX:+UseLargePages to your containers startup args) or disable direct allocation using solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you are putting the block cache on the heap, your java heap size might not be large enough. Failed allocating ~8.388608 MB.
	at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:977)
	at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:830)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:920)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:855)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:748)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:729)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:510)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:363)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:307)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
	... 13 more
Caused by: java.lang.RuntimeException: The max direct memory is likely too low.  Either increase it (by adding -XX:MaxDirectMemorySize=&lt;size&gt;g -XX:+UseLargePages to your containers startup args) or disable direct allocation using solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you are putting the block cache on the heap, your java heap size might not be large enough. Failed allocating ~8.388608 MB.
	at org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:312)
	at org.apache.solr.core.HdfsDirectoryFactory.getBlockDirectoryCache(HdfsDirectoryFactory.java:288)
	at org.apache.solr.core.HdfsDirectoryFactory.create(HdfsDirectoryFactory.java:228)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:346)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:91)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:728)
	at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:923)
	... 37 more
Caused by: java.lang.OutOfMemoryError: Direct buffer memory
	at java.nio.Bits.reserveMemory(Bits.java:693)
	at java.nio.DirectByteBuffer.&lt;init&gt;(DirectByteBuffer.java:123)
	at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:311)
	at org.apache.solr.store.blockcache.BlockCache.&lt;init&gt;(BlockCache.java:75)
	at org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:310)
	... 43 more
,code=500}</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/>
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([AC165B69A048A223:244264B30EB4CFDB]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:578)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:152)
	at org.apache.solr.cloud.BasicDistributedZkTest.testANewCollectionInOneInstanceWithManualShardAssignement(BasicDistributedZkTest.java:801)
	at org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:361)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
expected:<[{indexVersion=1495505456910,generation=2,filelist=[_3.fdt, _3.fdx, _3.fnm, _3.nvd, _3.nvm, _3.si, _3_Lucene50_0.doc, _3_Lucene50_0.tim, _3_Lucene50_0.tip, _4.fdt, _4.fdx, _4.fnm, _4.nvd, _4.nvm, _4.si, _4_Lucene50_0.doc, _4_Lucene50_0.tim, _4_Lucene50_0.tip, _5.fdt, _5.fdx, _5.fnm, _5.nvd, _5.nvm, _5.si, _5_Lucene50_0.doc, _5_Lucene50_0.tim, _5_Lucene50_0.tip, _6.fdt, _6.fdx, _6.fnm, _6.nvd, _6.nvm, _6.si, _6_Lucene50_0.doc, _6_Lucene50_0.tim, _6_Lucene50_0.tip, segments_2]}]> but was:<[{indexVersion=1495505456910,generation=2,filelist=[_3.fdt, _3.fdx, _3.fnm, _3.nvd, _3.nvm, _3.si, _3_Lucene50_0.doc, _3_Lucene50_0.tim, _3_Lucene50_0.tip, _4.fdt, _4.fdx, _4.fnm, _4.nvd, _4.nvm, _4.si, _4_Lucene50_0.doc, _4_Lucene50_0.tim, _4_Lucene50_0.tip, _5.fdt, _5.fdx, _5.fnm, _5.nvd, _5.nvm, _5.si, _5_Lucene50_0.doc, _5_Lucene50_0.tim, _5_Lucene50_0.tip, _6.fdt, _6.fdx, _6.fnm, _6.nvd, _6.nvm, _6.si, _6_Lucene50_0.doc, _6_Lucene50_0.tim, _6_Lucene50_0.tip, segments_2]}, {indexVersion=1495505456910,generation=3,filelist=[_4.fdt, _4.fdx, _4.fnm, _4.nvd, _4.nvm, _4.si, _4_Lucene50_0.doc, _4_Lucene50_0.tim, _4_Lucene50_0.tip, _7.fdt, _7.fdx, _7.fnm, _7.nvd, _7.nvm, _7.si, _7_Lucene50_0.doc, _7_Lucene50_0.tim, _7_Lucene50_0.tip, segments_3]}]>

Stack Trace:
java.lang.AssertionError: expected:<[{indexVersion=1495505456910,generation=2,filelist=[_3.fdt, _3.fdx, _3.fnm, _3.nvd, _3.nvm, _3.si, _3_Lucene50_0.doc, _3_Lucene50_0.tim, _3_Lucene50_0.tip, _4.fdt, _4.fdx, _4.fnm, _4.nvd, _4.nvm, _4.si, _4_Lucene50_0.doc, _4_Lucene50_0.tim, _4_Lucene50_0.tip, _5.fdt, _5.fdx, _5.fnm, _5.nvd, _5.nvm, _5.si, _5_Lucene50_0.doc, _5_Lucene50_0.tim, _5_Lucene50_0.tip, _6.fdt, _6.fdx, _6.fnm, _6.nvd, _6.nvm, _6.si, _6_Lucene50_0.doc, _6_Lucene50_0.tim, _6_Lucene50_0.tip, segments_2]}]> but was:<[{indexVersion=1495505456910,generation=2,filelist=[_3.fdt, _3.fdx, _3.fnm, _3.nvd, _3.nvm, _3.si, _3_Lucene50_0.doc, _3_Lucene50_0.tim, _3_Lucene50_0.tip, _4.fdt, _4.fdx, _4.fnm, _4.nvd, _4.nvm, _4.si, _4_Lucene50_0.doc, _4_Lucene50_0.tim, _4_Lucene50_0.tip, _5.fdt, _5.fdx, _5.fnm, _5.nvd, _5.nvm, _5.si, _5_Lucene50_0.doc, _5_Lucene50_0.tim, _5_Lucene50_0.tip, _6.fdt, _6.fdx, _6.fnm, _6.nvd, _6.nvm, _6.si, _6_Lucene50_0.doc, _6_Lucene50_0.tim, _6_Lucene50_0.tip, segments_2]}, {indexVersion=1495505456910,generation=3,filelist=[_4.fdt, _4.fdx, _4.fnm, _4.nvd, _4.nvm, _4.si, _4_Lucene50_0.doc, _4_Lucene50_0.tim, _4_Lucene50_0.tip, _7.fdt, _7.fdx, _7.fnm, _7.nvd, _7.nvm, _7.si, _7_Lucene50_0.doc, _7_Lucene50_0.tim, _7_Lucene50_0.tip, segments_3]}]>
	at __randomizedtesting.SeedInfo.seed([AC165B69A048A223:89C14059D000AC20]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload(TestReplicationHandler.java:1281)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12552 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsBasicDistributedZkTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_AC165B69A048A223-001/init-core-data-001
   [junit4]   2> 1630694 WARN  (SUITE-HdfsBasicDistributedZkTest-seed#[AC165B69A048A223]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=13 numCloses=13
   [junit4]   2> 1630694 INFO  (SUITE-HdfsBasicDistributedZkTest-seed#[AC165B69A048A223]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1630696 INFO  (SUITE-HdfsBasicDistributedZkTest-seed#[AC165B69A048A223]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1630696 INFO  (SUITE-HdfsBasicDistributedZkTest-seed#[AC165B69A048A223]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /cctvt/tj
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 1630733 WARN  (SUITE-HdfsBasicDistributedZkTest-seed#[AC165B69A048A223]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 1630741 WARN  (SUITE-HdfsBasicDistributedZkTest-seed#[AC165B69A048A223]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1630743 INFO  (SUITE-HdfsBasicDistributedZkTest-seed#[AC165B69A048A223]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1630761 INFO  (SUITE-HdfsBasicDistributedZkTest-seed#[AC165B69A048A223]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_57672_hdfs____6w7k9l/webapp
   [junit4]   2> 1631262 INFO  (SUITE-HdfsBasicDistributedZkTest-seed#[AC165B69A048A223]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:57672
   [junit4]   2> 1631372 WARN  (SUITE-HdfsBasicDistributedZkTest-seed#[AC165B69A048A223]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1631374 INFO  (SUITE-HdfsBasicDistributedZkTest-seed#[AC165B69A048A223]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1631394 INFO  (SUITE-HdfsBasicDistributedZkTest-seed#[AC165B69A048A223]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_57739_datanode____b5ofhe/webapp
   [junit4]   2> 1631839 INFO  (SUITE-HdfsBasicDistributedZkTest-seed#[AC165B69A048A223]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:57739
   [junit4]   2> 1631976 INFO  (IPC Server handler 2 on 40617) [    ] BlockStateChange BLOCK* processReport: from storage DS-b1b6946e-e64d-47cd-9f8c-6bc2d1957b37 node DatanodeRegistration(127.0.0.1:59579, datanodeUuid=51da5af6-5c31-4c83-a0ee-1188c4c32c2c, infoPort=52006, infoSecurePort=0, ipcPort=59100, storageInfo=lv=-56;cid=testClusterID;nsid=1517013135;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 1631976 INFO  (IPC Server handler 2 on 40617) [    ] BlockStateChange BLOCK* processReport: from storage DS-f0ced11a-7934-4e9c-a6e8-7632969ede88 node DatanodeRegistration(127.0.0.1:59579, datanodeUuid=51da5af6-5c31-4c83-a0ee-1188c4c32c2c, infoPort=52006, infoSecurePort=0, ipcPort=59100, storageInfo=lv=-56;cid=testClusterID;nsid=1517013135;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1632004 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1632006 INFO  (Thread-14762) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1632006 INFO  (Thread-14762) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1632011 ERROR (Thread-14762) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1632105 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.ZkTestServer start zk server on port:53546
   [junit4]   2> 1632157 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1632159 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1632162 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1632164 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1632166 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1632176 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1632179 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1632181 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1632188 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1632190 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1632192 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1632319 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_AC165B69A048A223-001/control-001/cores/collection1
   [junit4]   2> 1632321 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1632323 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9433fec{/cctvt/tj,null,AVAILABLE}
   [junit4]   2> 1632323 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@f8df9dd{HTTP/1.1,[http/1.1]}{127.0.0.1:53847}
   [junit4]   2> 1632323 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.e.j.s.Server Started @1635494ms
   [junit4]   2> 1632323 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:40617/hdfs__localhost_40617__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsBasicDistributedZkTest_AC165B69A048A223-001_tempDir-002_control_data, hostContext=/cctvt/tj, hostPort=53847, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_AC165B69A048A223-001/control-001/cores}
   [junit4]   2> 1632324 ERROR (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1632324 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.7.0
   [junit4]   2> 1632324 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1632324 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1632324 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-23T01:58:07.791Z
   [junit4]   2> 1632329 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1632329 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_AC165B69A048A223-001/control-001/solr.xml
   [junit4]   2> 1632339 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1632340 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53546/solr
   [junit4]   2> 1632372 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [n:127.0.0.1:53847_cctvt%2Ftj    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1632374 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [n:127.0.0.1:53847_cctvt%2Ftj    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53847_cctvt%2Ftj
   [junit4]   2> 1632375 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [n:127.0.0.1:53847_cctvt%2Ftj    ] o.a.s.c.Overseer Overseer (id=98009395198296068-127.0.0.1:53847_cctvt%2Ftj-n_0000000000) starting
   [junit4]   2> 1632385 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [n:127.0.0.1:53847_cctvt%2Ftj    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53847_cctvt%2Ftj
   [junit4]   2> 1632389 INFO  (zkCallback-1445-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1632464 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [n:127.0.0.1:53847_cctvt%2Ftj    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_AC165B69A048A223-001/control-001/cores
   [junit4]   2> 1632464 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [n:127.0.0.1:53847_cctvt%2Ftj    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1632465 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1632472 INFO  (OverseerStateUpdate-98009395198296068-127.0.0.1:53847_cctvt%2Ftj-n_0000000000) [n:127.0.0.1:53847_cctvt%2Ftj    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1632497 WARN  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1632497 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 1632538 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1632672 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1632690 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 1632691 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:40617/solr_hdfs_home
   [junit4]   2> 1632691 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1632691 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1632691 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_AC165B69A048A223-001/control-001/cores/collection1], dataDir=[hdfs://localhost:40617/solr_hdfs_home/control_collection/core_node1/data/]
   [junit4]   2> 1632691 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c70befa
   [junit4]   2> 1632692 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:40617/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
   [junit4]   2> 1632702 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1632702 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 1632702 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 1632710 WARN  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds and try again.
   [junit4]   2> 1637826 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1637827 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:40617/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 1637857 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:40617/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 1637864 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1637864 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 1637864 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 1637876 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1637876 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@75e5d85e
   [junit4]   2> 1637900 INFO  (IPC Server handler 8 on 40617) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:59579 is added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-b1b6946e-e64d-47cd-9f8c-6bc2d1957b37:NORMAL:127.0.0.1:59579|RBW]]} size 0
   [junit4]   2> 1637913 WARN  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1637961 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1637961 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1637961 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 1637975 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1637975 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1637980 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2141676486, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1637993 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1818e25b[collection1] main]
   [junit4]   2> 1637995 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1637996 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1637996 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1637998 INFO  (searcherExecutor-4211-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj x:collection1 c:control_collection) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1818e25b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1638006 WARN  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for hdfs://localhost:35870/solr3 due to exception: java.net.ConnectException: Call From lucene1-us-west/10.41.0.5 to localhost:35870 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 1638006 WARN  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for hdfs://localhost:35870/solr3 due to exception: java.net.ConnectException: Call From lucene1-us-west/10.41.0.5 to localhost:35870 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 1638007 INFO  (coreLoadExecutor-4210-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568150329464193024
   [junit4]   2> 1638014 INFO  (coreZkRegister-4203-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj x:collection1 c:control_collection) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1638015 INFO  (coreZkRegister-4203-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj x:collection1 c:control_collection) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1638015 INFO  (coreZkRegister-4203-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj x:collection1 c:control_collection) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53847/cctvt/tj/collection1/
   [junit4]   2> 1638015 INFO  (coreZkRegister-4203-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj x:collection1 c:control_collection) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1638015 INFO  (coreZkRegister-4203-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj x:collection1 c:control_collection) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:53847/cctvt/tj/collection1/ has no replicas
   [junit4]   2> 1638015 INFO  (coreZkRegister-4203-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj x:collection1 c:control_collection) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1638023 INFO  (coreZkRegister-4203-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj x:collection1 c:control_collection) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53847/cctvt/tj/collection1/ shard1
   [junit4]   2> 1638176 INFO  (coreZkRegister-4203-thread-1-processing-n:127.0.0.1:53847_cctvt%2Ftj x:collection1 c:control_collection) [n:127.0.0.1:53847_cctvt%2Ftj c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1638484 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1638486 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53546/solr ready
   [junit4]   2> 1638486 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1638486 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1638616 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_AC165B69A048A223-001/shard-1-001/cores/collection1
   [junit4]   2> 1638616 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_AC165B69A048A223-001/shard-1-001
   [junit4]   2> 1638617 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1638619 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17672d2e{/cctvt/tj,null,AVAILABLE}
   [junit4]   2> 1638619 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2132d2df{HTTP/1.1,[http/1.1]}{127.0.0.1:45254}
   [junit4]   2> 1638620 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.e.j.s.Server Started @1641791ms
   [junit4]   2> 1638620 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:40617/hdfs__localhost_40617__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsBasicDistributedZkTest_AC165B69A048A223-001_tempDir-002_jetty1, solrconfig=solrconfig.xml, hostContext=/cctvt/tj, hostPort=45254, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_AC165B69A048A223-001/shard-1-001/cores}
   [junit4]   2> 1638620 ERROR (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1638620 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.7.0
   [junit4]   2> 1638620 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1638621 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1638621 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-23T01:58:14.088Z
   [junit4]   2> 1638632 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1638632 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_AC165B69A048A223-001/shard-1-001/solr.xml
   [junit4]   2> 1638640 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1638641 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53546/solr
   [junit4]   2> 1638654 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [n:127.0.0.1:45254_cctvt%2Ftj    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1638657 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [n:127.0.0.1:45254_cctvt%2Ftj    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1638660 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [n:127.0.0.1:45254_cctvt%2Ftj    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45254_cctvt%2Ftj
   [junit4]   2> 1638663 INFO  (zkCallback-1449-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1638664 INFO  (zkCallback-1445-thread-2-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1638669 INFO  (zkCallback-1455-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1638729 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [n:127.0.0.1:45254_cctvt%2Ftj    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_AC165B69A048A223-001/shard-1-001/cores
   [junit4]   2> 1638729 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [n:127.0.0.1:45254_cctvt%2Ftj    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1638734 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1638737 INFO  (OverseerStateUpdate-98009395198296068-127.0.0.1:53847_cctvt%2Ftj-n_0000000000) [n:127.0.0.1:53847_cctvt%2Ftj    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1638840 INFO  (zkCallback-1455-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1639751 WARN  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1639752 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 1639770 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1639911 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1639927 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1639928 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:40617/solr_hdfs_home
   [junit4]   2> 1639928 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1639928 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1639928 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_AC165B69A048A223-001/shard-1-001/cores/collection1], dataDir=[hdfs://localhost:40617/solr_hdfs_home/collection1/core_node1/data/]
   [junit4]   2> 1639928 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c70befa
   [junit4]   2> 1639928 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:40617/solr_hdfs_home/collection1/core_node1/data/snapshot_metadata
   [junit4]   2> 1639937 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1639937 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 1639937 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 1639947 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1639948 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:40617/solr_hdfs_home/collection1/core_node1/data
   [junit4]   2> 1639975 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:40617/solr_hdfs_home/collection1/core_node1/data/index
   [junit4]   2> 1639985 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1639985 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 1639986 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 1639999 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1639999 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@6d3153ba
   [junit4]   2> 1640014 INFO  (IPC Server handler 5 on 40617) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:59579 is added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-f0ced11a-7934-4e9c-a6e8-7632969ede88:NORMAL:127.0.0.1:59579|FINALIZED]]} size 0
   [junit4]   2> 1640024 WARN  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1640092 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1640092 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1640092 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 1640103 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1640103 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1640105 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2141676486, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1640111 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@fa14375[collection1] main]
   [junit4]   2> 1640112 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1640113 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1640113 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1640115 INFO  (searcherExecutor-4222-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj x:collection1 c:collection1) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@fa14375[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1640118 WARN  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for hdfs://localhost:35870/solr3 due to exception: java.net.ConnectException: Call From lucene1-us-west/10.41.0.5 to localhost:35870 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 1640118 WARN  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for hdfs://localhost:35870/solr3 due to exception: java.net.ConnectException: Call From lucene1-us-west/10.41.0.5 to localhost:35870 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 1640119 WARN  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for hdfs://localhost:35870/solr3 due to exception: java.net.ConnectException: Call From lucene1-us-west/10.41.0.5 to localhost:35870 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 1640119 INFO  (coreLoadExecutor-4221-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568150331678785536
   [junit4]   2> 1640130 INFO  (coreZkRegister-4216-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj x:collection1 c:collection1) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1640130 INFO  (coreZkRegister-4216-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj x:collection1 c:collection1) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1640130 INFO  (coreZkRegister-4216-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj x:collection1 c:collection1) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45254/cctvt/tj/collection1/
   [junit4]   2> 1640130 INFO  (coreZkRegister-4216-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj x:collection1 c:collection1) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1640130 INFO  (coreZkRegister-4216-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj x:collection1 c:collection1) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:45254/cctvt/tj/collection1/ has no replicas
   [junit4]   2> 1640131 INFO  (coreZkRegister-4216-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj x:collection1 c:collection1) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1640135 INFO  (coreZkRegister-4216-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj x:collection1 c:collection1) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:45254/cctvt/tj/collection1/ shard2
   [junit4]   2> 1640239 INFO  (zkCallback-1455-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1640287 INFO  (coreZkRegister-4216-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj x:collection1 c:collection1) [n:127.0.0.1:45254_cctvt%2Ftj c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1640372 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_AC165B69A048A223-001/shard-2-001/cores/collection1
   [junit4]   2> 1640373 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_AC165B69A048A223-001/shard-2-001
   [junit4]   2> 1640374 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1640375 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3a59dd42{/cctvt/tj,null,AVAILABLE}
   [junit4]   2> 1640376 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@555fc34b{HTTP/1.1,[http/1.1]}{127.0.0.1:59450}
   [junit4]   2> 1640376 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.e.j.s.Server Started @1643547ms
   [junit4]   2> 1640376 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:40617/hdfs__localhost_40617__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsBasicDistributedZkTest_AC165B69A048A223-001_tempDir-002_jetty2, solrconfig=solrconfig.xml, hostContext=/cctvt/tj, hostPort=59450, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_AC165B69A048A223-001/shard-2-001/cores}
   [junit4]   2> 1640376 ERROR (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1640376 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.7.0
   [junit4]   2> 1640376 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1640376 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1640376 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-23T01:58:15.843Z
   [junit4]   2> 1640384 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1640384 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_AC165B69A048A223-001/shard-2-001/solr.xml
   [junit4]   2> 1640392 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1640392 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53546/solr
   [junit4]   2> 1640393 INFO  (zkCallback-1455-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1640403 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [n:127.0.0.1:59450_cctvt%2Ftj    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1640405 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [n:127.0.0.1:59450_cctvt%2Ftj    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1640409 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [n:127.0.0.1:59450_cctvt%2Ftj    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59450_cctvt%2Ftj
   [junit4]   2> 1640410 INFO  (zkCallback-1455-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1640410 INFO  (zkCallback-1449-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1640412 INFO  (zkCallback-1445-thread-2-processing-n:127.0.0.1:53847_cctvt%2Ftj) [n:127.0.0.1:53847_cctvt%2Ftj    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1640416 INFO  (zkCallback-1461-thread-1-processing-n:127.0.0.1:59450_cctvt%2Ftj) [n:127.0.0.1:59450_cctvt%2Ftj    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1640483 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [n:127.0.0.1:59450_cctvt%2Ftj    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_AC165B69A048A223-001/shard-2-001/cores
   [junit4]   2> 1640483 INFO  (TEST-HdfsBasicDistributedZkTest.test-seed#[AC165B69A048A223]) [n:127.0.0.1:59450_cctvt%2Ftj    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1640484 INFO  (coreLoadExecutor-4232-thread-1-processing-n:127.0.0.1:59450_cctvt%2Ftj) [n:127.0.0.1:59450_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1640486 INFO  (OverseerStateUpdate-98009395198296068-127.0.0.1:53847_cctvt%2Ftj-n_0000000000) [n:127.0.0.1:53847_cctvt%2Ftj    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1640589 INFO  (zkCallback-1455-thread-1-processing-n:127.0.0.1:45254_cctvt%2Ftj) [n:127.0.0.1:45254_cctvt%2Ftj    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1640589 INFO  (zkCallback-1461-thread-1-processing-n:127.0.0.1:59450_cctvt%2Ftj) [n:127.0.0.1:59450_cctvt%2Ftj    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1641500 WARN  (coreLoadExecutor-4232-thread-1-processing-n:127.0.0.1:59450_cctvt%2Ftj) [n:127.0.0.1:59450_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1641501 INFO  (coreLoadExecutor-4232-thread-1-processing-n:127.0.0.1:59450_cctvt%2Ftj) [n:127.0.0.1:59450_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 1641522 INFO  (coreLoadExecutor-4232-thread-1-processing-n:127.0.0.1:59450_cctvt%2Ftj) [n:127.0.0.1:59450_cctvt%2Ftj c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1641662 INFO  (coreLoadExecutor-4232-thread-1-processing-n:127.0.0.1:59450_cctvt%2Ftj) [n:127.0.0.1:59450_cctvt%2Ftj c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1641681 INFO  (coreLoadExecutor-4232-thread-1-processing-n:127.0.0.1:59450_cctvt%2Ftj) [n:127.0.0.1:59450_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1641682 INFO  (coreLoadExecutor-4232-thread-1-processing-n:127.0.0.1:59450_cctvt%2Ftj) [n:127.0.0.1:59450_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:40617/solr_hdfs_home
   [junit4]   2> 1641682 INFO  (coreLoadExecutor-4232-thread-1-processing-n:127.0.0.1:59450_cctvt%2Ftj) [n:127.0.0.1:59450_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1641682 INFO  (coreLoadExecutor-4232-thread-1-processing-n:127.0.0.1:59450_cctvt%2Ftj) [n:127.0.0.1:59450_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1641682 INFO  (coreLoadExecutor-4232-thread-1-processing-n:127.0.0.1:59450_cctvt%2Ftj) [n:127.0.0.1:59450_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_AC165B69A048A223-001/shard-2-001/cores/collection1], dataDir=[hdfs://localhost:40617/solr_hdfs_home/collection1/core_node2/data/]
   [junit4]   2> 1641682 INFO  (coreLoadExecutor-4232-thread-1-processing-n:127.0.0.1:59450_cctvt%2Ftj) [n:127.0.0.1:59450_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c70befa
   [junit4]   2> 1641683 INFO  (coreLoadExecutor-4232-thread-1-processing-n:127.0.0.1:59450_cctvt%2Ftj) [n:127.0.0.1:59450_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:40617/solr_hdfs_home/collection1/core_node2/data/snapshot_metadata
   [junit4]   2> 1641691 INFO  (coreLoadExecutor-4232-thread-1-processing-n:127.0.0.1:59450_cctvt%2Ftj) [n:127.0.0.1:59450_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1641691 INFO  (coreLoadExecutor-4232-thread-1-processing-n:127.0.0.1:59450_cctvt%2Ftj) [n:127.0.0.1:59450_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 1641691 INFO  (coreLoadExecutor-4232-thread-1-processing-n:127.0.0.1:59450_cctvt%2Ftj) [n:127.0.0.1:59450_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 1641701 INFO  (coreLoadExecutor-4232-thread-1-processing-n:127.0.0.1:59450_cctvt%2Ftj) [n:127.0.0.1:59450_cctvt%2Ftj c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1641702 INFO  (coreLoadExecutor-4232-thread-1-processing-n:127.0.0.1:59450_cctvt%2Ftj) [n:127.0.0.1:59450_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:40617/solr_hdfs_home/collection1/core_node2/data
   [junit4]   2> 1641723 INFO  (coreLoadExecutor-4232-thread-1-processing-n:127.0.0.1:59450_cctvt%2Ftj) [n:127.0.0.1:59450_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:40617/solr_hdfs_home/collection1/core_node2/data/index
   [junit4]   2> 1641730 INFO  (coreLoadExecutor-4232-thread-1-processing-n:127.0.0.1:59450_cctvt%2Ftj) [n:127.0.0.1:59450_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1641730 INFO  (coreLoadExecutor-4232-thread-1-processing-n:127.0.0.1:59450_cctvt%2Ftj) [n:127.0.0.1:59450_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 1641730 INFO  (coreLoadExecutor-4232-thread-1-processing-n:127.0.0.1:59450_cctvt%2Ftj) [n:127.0.0.1:59450_cctvt%2Ftj c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 1641740 INF

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

 [junit4]   2> 2457849 INFO  (qtp102616291-65990) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=name:(empty1+empty2+empty3+empty4)&sort=id+desc&wt=javabin&version=2} hits=4 status=0 QTime=0
   [junit4]   2> 2457849 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[AC165B69A048A223]) [    ] o.a.s.h.TestReplicationHandler Waited for 0ms and found 4 docs
   [junit4]   2> 2457851 INFO  (qtp1031796628-66007) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=name:(empty1+empty2+empty3+empty4)&sort=id+desc&wt=javabin&version=2} hits=4 status=0 QTime=0
   [junit4]   2> 2457851 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[AC165B69A048A223]) [    ] o.a.s.h.TestReplicationHandler Waited for 0ms and found 4 docs
   [junit4]   2> 2457853 INFO  (qtp102616291-65986) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2457855 INFO  (qtp102616291-65987) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2457858 INFO  (qtp102616291-65988) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2457858 INFO  (indexFetcher-4908-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 5
   [junit4]   2> 2457858 INFO  (indexFetcher-4908-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Master's version: 1495505513698
   [junit4]   2> 2457858 INFO  (indexFetcher-4908-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 5
   [junit4]   2> 2457858 INFO  (qtp102616291-65984) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={slave=false&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 2457858 INFO  (indexFetcher-4908-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Slave's version: 1495505513698
   [junit4]   2> 2457858 INFO  (indexFetcher-4908-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Slave in sync with master.
   [junit4]   2> 2457858 INFO  (qtp1031796628-66005) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=2
   [junit4]   2> 2457860 INFO  (qtp102616291-65989) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=assertVersions&qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2457862 INFO  (qtp1031796628-66006) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=assertVersions&qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2457862 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[AC165B69A048A223]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testEmptyCommits
   [junit4]   2> 2457863 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[AC165B69A048A223]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@74a6b7f1{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2457863 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[AC165B69A048A223]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2040945870
   [junit4]   2> 2457863 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[AC165B69A048A223]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2457863 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[AC165B69A048A223]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 2457863 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[AC165B69A048A223]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 2457864 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[AC165B69A048A223]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2457864 INFO  (coreCloseExecutor-4913-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@57d46ced
   [junit4]   2> 2457865 INFO  (coreCloseExecutor-4913-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 2457866 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[AC165B69A048A223]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7afba057{/solr,null,UNAVAILABLE}
   [junit4]   2> 2457867 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[AC165B69A048A223]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5462d741{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2457867 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[AC165B69A048A223]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=694638259
   [junit4]   2> 2457867 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[AC165B69A048A223]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2457867 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[AC165B69A048A223]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 2457867 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[AC165B69A048A223]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 2457868 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[AC165B69A048A223]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2457868 INFO  (coreCloseExecutor-4915-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5c945045
   [junit4]   2> 2457869 INFO  (coreCloseExecutor-4915-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 2457869 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[AC165B69A048A223]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@152a3325{/solr,null,UNAVAILABLE}
   [junit4]   2> 2457871 INFO  (SUITE-TestReplicationHandler-seed#[AC165B69A048A223]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_AC165B69A048A223-001
   [junit4]   2> NOTE: test params are: codec=Lucene62, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=es-HN, timezone=America/Indiana/Tell_City
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=1,free=229274048,total=529530880
   [junit4]   2> NOTE: All tests run in this JVM: [TestFunctionQuery, TestFastWriter, TestSubQueryTransformerDistrib, TestQuerySenderNoQuery, TestChildDocTransformer, SolrRequestParserTest, BigEndianAscendingWordSerializerTest, FullHLLTest, TestGraphTermsQParserPlugin, TestValueSourceCache, PKIAuthenticationIntegrationTest, TestPerFieldSimilarityWithDefaultOverride, TestUninvertingReader, OverseerCollectionConfigSetProcessorTest, LeaderElectionIntegrationTest, DateFieldTest, DeleteNodeTest, NumericFieldsTest, TestAuthenticationFramework, DocValuesNotIndexedTest, DistributedFacetExistsSmallTest, DistributedQueryComponentCustomSortTest, TestCryptoKeys, TestBackupRepositoryFactory, AnalysisAfterCoreReloadTest, TestPayloadScoreQParserPlugin, TestSchemaManager, HdfsBasicDistributedZk2Test, BlockDirectoryTest, TestPivotHelperCode, TestSolrFieldCacheMBean, TestConfigSetsAPI, TestClusterStateMutator, SolrMetricReporterTest, TestManagedStopFilterFactory, TestUseDocValuesAsStored2, TestJsonFacetRefinement, TestNoOpRegenerator, TestFieldTypeResource, RequiredFieldsTest, TestCoreAdminApis, BlockJoinFacetDistribTest, TestGraphMLResponseWriter, TestAtomicUpdateErrorCases, UtilsToolTest, QueryElevationComponentTest, LeaderInitiatedRecoveryOnCommitTest, TestOrdValues, PeerSyncTest, TestSolrConfigHandlerConcurrent, ExitableDirectoryReaderTest, ConfigSetsAPITest, TestCSVLoader, ShufflingReplicaListTransformerTest, RankQueryTest, TestBlobHandler, ConfigureRecoveryStrategyTest, TestTrieFacet, TestMaxScoreQueryParser, TestIBSimilarityFactory, DefaultValueUpdateProcessorTest, SynonymTokenizerTest, ClassificationUpdateProcessorIntegrationTest, TestRandomFaceting, TestBadConfig, TestManagedSchemaAPI, CdcrReplicationHandlerTest, TestSchemaSimilarityResource, FileBasedSpellCheckerTest, TestReplicationHandlerBackup, TestJmxIntegration, TestCopyFieldCollectionResource, BlobRepositoryCloudTest, TestReplicaProperties, DistanceUnitsTest, JSONWriterTest, TestCloudRecovery, SolrCLIZkUtilsTest, AlternateDirectoryTest, TestFieldCacheReopen, TestSSLRandomization, ReturnFieldsTest, UniqFieldsUpdateProcessorFactoryTest, TestNamedUpdateProcessors, DistributedSpellCheckComponentTest, SolrCoreTest, TestDistributedSearch, HdfsSyncSliceTest, TestRemoteStreaming, TestRandomFlRTGCloud, HighlighterConfigTest, TestSolrConfigHandler, TestBinaryResponseWriter, AtomicUpdateProcessorFactoryTest, TestFaceting, TestSolrCoreProperties, TestSQLHandler, ResponseHeaderTest, NodeMutatorTest, TestRealTimeGet, UUIDFieldTest, TestFreeTextSuggestions, HdfsLockFactoryTest, InfoHandlerTest, TestSolrQueryParserDefaultOperatorResource, TestComponentsName, DisMaxRequestHandlerTest, TestReplicationHandler]
   [junit4] Completed [458/712 (2!)] on J0 in 609.44s, 16 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 44272 lines...]