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

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

Error Message:
Error from server at http://127.0.0.1:57208/e_/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 /e_/oneInstanceCollection24/update. Reason: <pre>    
{metadata={error-class=org.apache.solr.common.SolrException,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.common.SolrException: 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:1268)  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:347)
  at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
  at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
  at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
  at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582) 
 at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
  at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)  
at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
  at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
  at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  
at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)  
at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) 
 at org.eclipse.jetty.server.Server.handle(Server.java:534)  at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)  at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)  at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)  at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) 
 at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
  at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
  at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
  at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
  at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) 
 at java.lang.Thread.run(Thread.java:745) 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:963)  at 
org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:829)  at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:913)  at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:849)  at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
  at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
  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:347)
  at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
  at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
  at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
  at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582) 
 at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
  at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)  
at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
  at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
  at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  
at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java: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:310)
  at 
org.apache.solr.core.HdfsDirectoryFactory.getBlockDirectoryCache(HdfsDirectoryFactory.java:286)
  at 
org.apache.solr.core.HdfsDirectoryFactory.create(HdfsDirectoryFactory.java:226) 
 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:727)  at 
org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:910)  ... 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:308)
  ... 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:57208/e_/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 /e_/oneInstanceCollection24/update. Reason:
<pre>    
{metadata={error-class=org.apache.solr.common.SolrException,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.common.SolrException: 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:1268)
        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:347)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
        at org.eclipse.jetty.server.Server.handle(Server.java:534)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
        at java.lang.Thread.run(Thread.java:745)
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:963)
        at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:829)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:913)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:849)
        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
        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:347)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java: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:310)
        at 
org.apache.solr.core.HdfsDirectoryFactory.getBlockDirectoryCache(HdfsDirectoryFactory.java:286)
        at 
org.apache.solr.core.HdfsDirectoryFactory.create(HdfsDirectoryFactory.java:226)
        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:727)
        at org.apache.solr.core.SolrCore.&lt;init&gt;(SolrCore.java:910)
        ... 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:308)
        ... 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([CD1F11ABC5A72504:454B2E716B5B48FC]: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.cloud.hdfs.HdfsRestartWhileUpdatingTest.test

Error Message:
There are still nodes recoverying - waited for 320 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 320 
seconds
        at 
__randomizedtesting.SeedInfo.seed([CD1F11ABC5A72504:454B2E716B5B48FC]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:187)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:871)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForThingsToLevelOut(AbstractFullDistribZkTestBase.java:1427)
        at 
org.apache.solr.cloud.RestartWhileUpdatingTest.test(RestartWhileUpdatingTest.java:144)
        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:  
junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest:     1) 
Thread[id=112034, name=searcherExecutor-13465-thread-1, state=WAITING, 
group=TGRP-HdfsRestartWhileUpdatingTest]         at sun.misc.Unsafe.park(Native 
Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest: 
   1) Thread[id=112034, name=searcherExecutor-13465-thread-1, state=WAITING, 
group=TGRP-HdfsRestartWhileUpdatingTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([CD1F11ABC5A72504]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=112034, name=searcherExecutor-13465-thread-1, state=WAITING, 
group=TGRP-HdfsRestartWhileUpdatingTest]         at sun.misc.Unsafe.park(Native 
Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=112034, name=searcherExecutor-13465-thread-1, state=WAITING, 
group=TGRP-HdfsRestartWhileUpdatingTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([CD1F11ABC5A72504]:0)


FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv

Error Message:
java.lang.RuntimeException: Error from server at 
http://127.0.0.1:49105/solr/test_col: Async exception during distributed 
update: Error from server at 
http://127.0.0.1:37090/solr/test_col_shard1_replica2: Server Error    request: 
http://127.0.0.1:37090/solr/test_col_shard1_replica2/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A49105%2Fsolr%2Ftest_col_shard1_replica1%2F&wt=javabin&version=2
 Remote error message: Failed synchronous update on shard StdNode: 
http://127.0.0.1:49105/solr/test_col_shard1_replica1/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@664942a6

Stack Trace:
java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error from 
server at http://127.0.0.1:49105/solr/test_col: Async exception during 
distributed update: Error from server at 
http://127.0.0.1:37090/solr/test_col_shard1_replica2: Server Error



request: 
http://127.0.0.1:37090/solr/test_col_shard1_replica2/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A49105%2Fsolr%2Ftest_col_shard1_replica1%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: 
http://127.0.0.1:49105/solr/test_col_shard1_replica1/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@664942a6
        at 
__randomizedtesting.SeedInfo.seed([CD1F11ABC5A72504:FB0B73ED4FFA1F15]:0)
        at java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.util.concurrent.FutureTask.get(FutureTask.java:192)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:281)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:193)
        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)
Caused by: java.lang.RuntimeException: Error from server at 
http://127.0.0.1:49105/solr/test_col: Async exception during distributed 
update: Error from server at 
http://127.0.0.1:37090/solr/test_col_shard1_replica2: Server Error



request: 
http://127.0.0.1:37090/solr/test_col_shard1_replica2/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A49105%2Fsolr%2Ftest_col_shard1_replica1%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: 
http://127.0.0.1:49105/solr/test_col_shard1_replica1/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@664942a6
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:409)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:49105/solr/test_col: Async exception during 
distributed update: Error from server at 
http://127.0.0.1:37090/solr/test_col_shard1_replica2: Server Error



request: 
http://127.0.0.1:37090/solr/test_col_shard1_replica2/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A49105%2Fsolr%2Ftest_col_shard1_replica1%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: 
http://127.0.0.1:49105/solr/test_col_shard1_replica1/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@664942a6
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:610)
        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.SolrRequest.process(SolrRequest.java:177)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.doRandomAtomicUpdate(TestStressCloudBlindAtomicUpdates.java:368)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:397)
        ... 6 more




Build Log:
[...truncated 11773 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_CD1F11ABC5A72504-001/init-core-data-001
   [junit4]   2> 378835 WARN  
(SUITE-HdfsBasicDistributedZkTest-seed#[CD1F11ABC5A72504]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=15 numCloses=15
   [junit4]   2> 378835 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[CD1F11ABC5A72504]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 378836 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[CD1F11ABC5A72504]-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> 378836 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[CD1F11ABC5A72504]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /e_/
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 378902 WARN  
(SUITE-HdfsBasicDistributedZkTest-seed#[CD1F11ABC5A72504]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 378915 WARN  
(SUITE-HdfsBasicDistributedZkTest-seed#[CD1F11ABC5A72504]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 378916 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[CD1F11ABC5A72504]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 378930 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[CD1F11ABC5A72504]-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_34479_hdfs____2g6jlr/webapp
   [junit4]   2> 379378 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[CD1F11ABC5A72504]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:34479
   [junit4]   2> 379426 WARN  
(SUITE-HdfsBasicDistributedZkTest-seed#[CD1F11ABC5A72504]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 379427 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[CD1F11ABC5A72504]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 379436 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[CD1F11ABC5A72504]-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_52265_datanode____.5xgaxx/webapp
   [junit4]   2> 379804 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[CD1F11ABC5A72504]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:52265
   [junit4]   2> 380025 INFO  (IPC Server handler 5 on 56211) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-03575a94-1b25-4b40-b02a-b06faab99ce9 node 
DatanodeRegistration(127.0.0.1:58388, 
datanodeUuid=1e7113d4-f30a-4ace-8cf4-52f5385cfeec, infoPort=52839, 
infoSecurePort=0, ipcPort=55968, 
storageInfo=lv=-56;cid=testClusterID;nsid=1433756755;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 380025 INFO  (IPC Server handler 5 on 56211) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-d1a0ca87-115b-46d6-ae50-9620914e9b02 node 
DatanodeRegistration(127.0.0.1:58388, 
datanodeUuid=1e7113d4-f30a-4ace-8cf4-52f5385cfeec, infoPort=52839, 
infoSecurePort=0, ipcPort=55968, 
storageInfo=lv=-56;cid=testClusterID;nsid=1433756755;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 380144 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 380144 INFO  (Thread-1193) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 380144 INFO  (Thread-1193) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 380244 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:44352
   [junit4]   2> 380255 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
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> 380257 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
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> 380258 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
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> 380259 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
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> 380261 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
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> 380262 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
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> 380263 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
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> 380263 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
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> 380264 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
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> 380265 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
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> 380266 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
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> 380349 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
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_CD1F11ABC5A72504-001/control-001/cores/collection1
   [junit4]   2> 380351 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 380355 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@367fd346{/e_,null,AVAILABLE}
   [junit4]   2> 380356 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2f38a3b6{HTTP/1.1,[http/1.1]}{127.0.0.1:45612}
   [junit4]   2> 380356 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.e.j.s.Server Started @383880ms
   [junit4]   2> 380356 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:56211/hdfs__localhost_56211__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsBasicDistributedZkTest_CD1F11ABC5A72504-001_tempDir-002_control_data,
 hostContext=/e_, hostPort=45612, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_CD1F11ABC5A72504-001/control-001/cores}
   [junit4]   2> 380356 ERROR 
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 380356 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.5.0
   [junit4]   2> 380356 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 380356 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 380356 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-14T22:27:44.669Z
   [junit4]   2> 380360 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 380360 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
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_CD1F11ABC5A72504-001/control-001/solr.xml
   [junit4]   2> 380365 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 380366 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44352/solr
   [junit4]   2> 380379 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) 
[n:127.0.0.1:45612_e_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 380380 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) 
[n:127.0.0.1:45612_e_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:45612_e_
   [junit4]   2> 380380 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) 
[n:127.0.0.1:45612_e_    ] o.a.s.c.Overseer Overseer 
(id=97617868518785028-127.0.0.1:45612_e_-n_0000000000) starting
   [junit4]   2> 380386 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) 
[n:127.0.0.1:45612_e_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45612_e_
   [junit4]   2> 380391 INFO  
(zkCallback-498-thread-1-processing-n:127.0.0.1:45612_e_) [n:127.0.0.1:45612_e_ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 380428 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) 
[n:127.0.0.1:45612_e_    ] 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/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_CD1F11ABC5A72504-001/control-001/cores
   [junit4]   2> 380428 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) 
[n:127.0.0.1:45612_e_    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 380439 INFO  
(OverseerStateUpdate-97617868518785028-127.0.0.1:45612_e_-n_0000000000) 
[n:127.0.0.1:45612_e_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 380499 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 380522 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 381587 WARN  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 381594 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 381618 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 381619 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:56211/solr_hdfs_home
   [junit4]   2> 381627 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 381627 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 381627 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ 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_CD1F11ABC5A72504-001/control-001/cores/collection1],
 
dataDir=[hdfs://localhost:56211/solr_hdfs_home/control_collection/core_node1/data/]
   [junit4]   2> 381627 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ 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@439c8807
   [junit4]   2> 381628 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:56211/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
   [junit4]   2> 381650 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ 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> 381654 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ 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> 381654 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 381690 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 381729 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:56211/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 381788 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:56211/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 381828 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ 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> 381828 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ 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> 381828 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 381845 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 381846 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6706261042217997]
   [junit4]   2> 381973 INFO  (IPC Server handler 7 on 56211) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:58388 is 
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-03575a94-1b25-4b40-b02a-b06faab99ce9:NORMAL:127.0.0.1:58388|RBW]]}
 size 0
   [junit4]   2> 382023 WARN  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ 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> 382118 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 382118 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 382118 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 382163 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 382163 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 382167 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=25.42578125, 
floorSegmentMB=2.0986328125, forceMergeDeletesPctAllowed=20.417336943849946, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 382277 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@36547f3[collection1] main]
   [junit4]   2> 382278 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 382278 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 382279 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 382283 INFO  
(searcherExecutor-1198-thread-1-processing-n:127.0.0.1:45612_e_ x:collection1 
c:control_collection) [n:127.0.0.1:45612_e_ c:control_collection   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@36547f3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 382308 WARN  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] 
o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for 
hdfs://localhost:37346/solr3 due to exception: java.net.ConnectException: Call 
From lucene1-us-west/10.41.0.5 to localhost:37346 failed on connection 
exception: java.net.ConnectException: Connection refused; For more details see: 
 http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 382310 WARN  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] 
o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for 
hdfs://localhost:37346/solr3 due to exception: java.net.ConnectException: Call 
From lucene1-us-west/10.41.0.5 to localhost:37346 failed on connection 
exception: java.net.ConnectException: Connection refused; For more details see: 
 http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 382310 INFO  
(coreLoadExecutor-1197-thread-1-processing-n:127.0.0.1:45612_e_) 
[n:127.0.0.1:45612_e_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1561885898569678848
   [junit4]   2> 382344 INFO  
(coreZkRegister-1190-thread-1-processing-n:127.0.0.1:45612_e_ x:collection1 
c:control_collection) [n:127.0.0.1:45612_e_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 382344 INFO  
(coreZkRegister-1190-thread-1-processing-n:127.0.0.1:45612_e_ x:collection1 
c:control_collection) [n:127.0.0.1:45612_e_ 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> 382344 INFO  
(coreZkRegister-1190-thread-1-processing-n:127.0.0.1:45612_e_ x:collection1 
c:control_collection) [n:127.0.0.1:45612_e_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:45612/e_/collection1/
   [junit4]   2> 382344 INFO  
(coreZkRegister-1190-thread-1-processing-n:127.0.0.1:45612_e_ x:collection1 
c:control_collection) [n:127.0.0.1:45612_e_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 382344 INFO  
(coreZkRegister-1190-thread-1-processing-n:127.0.0.1:45612_e_ x:collection1 
c:control_collection) [n:127.0.0.1:45612_e_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:45612/e_/collection1/ has no replicas
   [junit4]   2> 382344 INFO  
(coreZkRegister-1190-thread-1-processing-n:127.0.0.1:45612_e_ x:collection1 
c:control_collection) [n:127.0.0.1:45612_e_ 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> 382359 INFO  
(coreZkRegister-1190-thread-1-processing-n:127.0.0.1:45612_e_ x:collection1 
c:control_collection) [n:127.0.0.1:45612_e_ 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:45612/e_/collection1/ shard1
   [junit4]   2> 382510 INFO  
(coreZkRegister-1190-thread-1-processing-n:127.0.0.1:45612_e_ x:collection1 
c:control_collection) [n:127.0.0.1:45612_e_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 382523 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 382523 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44352/solr ready
   [junit4]   2> 382523 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 382523 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 382668 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
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_CD1F11ABC5A72504-001/shard-1-001/cores/collection1
   [junit4]   2> 382685 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
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_CD1F11ABC5A72504-001/shard-1-001
   [junit4]   2> 382686 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 382688 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@36a72282{/e_,null,AVAILABLE}
   [junit4]   2> 382689 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4a07c870{HTTP/1.1,[http/1.1]}{127.0.0.1:57208}
   [junit4]   2> 382689 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.e.j.s.Server Started @386213ms
   [junit4]   2> 382689 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:56211/hdfs__localhost_56211__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsBasicDistributedZkTest_CD1F11ABC5A72504-001_tempDir-002_jetty1,
 solrconfig=solrconfig.xml, hostContext=/e_, hostPort=57208, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_CD1F11ABC5A72504-001/shard-1-001/cores}
   [junit4]   2> 382689 ERROR 
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 382691 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.5.0
   [junit4]   2> 382691 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 382691 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 382691 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-14T22:27:47.004Z
   [junit4]   2> 382708 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 382708 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
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_CD1F11ABC5A72504-001/shard-1-001/solr.xml
   [junit4]   2> 382714 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 382714 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44352/solr
   [junit4]   2> 382724 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) 
[n:127.0.0.1:57208_e_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 382725 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) 
[n:127.0.0.1:57208_e_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 382727 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) 
[n:127.0.0.1:57208_e_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57208_e_
   [junit4]   2> 382727 INFO  (zkCallback-502-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 382728 INFO  
(zkCallback-498-thread-3-processing-n:127.0.0.1:45612_e_) [n:127.0.0.1:45612_e_ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 382733 INFO  
(zkCallback-508-thread-2-processing-n:127.0.0.1:57208_e_) [n:127.0.0.1:57208_e_ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 382831 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) 
[n:127.0.0.1:57208_e_    ] 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_CD1F11ABC5A72504-001/shard-1-001/cores
   [junit4]   2> 382831 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) 
[n:127.0.0.1:57208_e_    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 382834 INFO  
(OverseerStateUpdate-97617868518785028-127.0.0.1:45612_e_-n_0000000000) 
[n:127.0.0.1:45612_e_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 382943 INFO  
(zkCallback-508-thread-2-processing-n:127.0.0.1:57208_e_) [n:127.0.0.1:57208_e_ 
   ] 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> 383859 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 383885 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 383971 WARN  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 383973 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 383981 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 383981 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:56211/solr_hdfs_home
   [junit4]   2> 383981 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 383981 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 383982 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ 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_CD1F11ABC5A72504-001/shard-1-001/cores/collection1],
 dataDir=[hdfs://localhost:56211/solr_hdfs_home/collection1/core_node1/data/]
   [junit4]   2> 383982 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap 
JMX monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@439c8807
   [junit4]   2> 383982 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:56211/solr_hdfs_home/collection1/core_node1/data/snapshot_metadata
   [junit4]   2> 383989 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ 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> 383989 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ 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> 383989 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 383997 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] o.a.s.s.b.BlockDirectory 
Block cache on write is disabled
   [junit4]   2> 383998 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:56211/solr_hdfs_home/collection1/core_node1/data
   [junit4]   2> 384013 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:56211/solr_hdfs_home/collection1/core_node1/data/index
   [junit4]   2> 384018 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ 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> 384018 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ 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> 384018 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 384025 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] o.a.s.s.b.BlockDirectory 
Block cache on write is disabled
   [junit4]   2> 384025 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6706261042217997]
   [junit4]   2> 384050 INFO  (IPC Server handler 5 on 56211) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:58388 is 
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-d1a0ca87-115b-46d6-ae50-9620914e9b02:NORMAL:127.0.0.1:58388|FINALIZED]]}
 size 0
   [junit4]   2> 384062 WARN  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ 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> 384130 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 384131 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 384131 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] o.a.s.u.HdfsUpdateLog 
Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 384141 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 384141 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 384145 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=13, 
maxMergedSegmentMB=25.42578125, floorSegmentMB=2.0986328125, 
forceMergeDeletesPctAllowed=20.417336943849946, segmentsPerTier=11.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 384155 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@371cd9bd[collection1] main]
   [junit4]   2> 384155 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 384156 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 384156 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 384157 INFO  
(searcherExecutor-1209-thread-1-processing-n:127.0.0.1:57208_e_ x:collection1 
c:collection1) [n:127.0.0.1:57208_e_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@371cd9bd[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 384167 WARN  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] 
o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for 
hdfs://localhost:37346/solr3 due to exception: java.net.ConnectException: Call 
From lucene1-us-west/10.41.0.5 to localhost:37346 failed on connection 
exception: java.net.ConnectException: Connection refused; For more details see: 
 http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 384168 WARN  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] 
o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for 
hdfs://localhost:37346/solr3 due to exception: java.net.ConnectException: Call 
From lucene1-us-west/10.41.0.5 to localhost:37346 failed on connection 
exception: java.net.ConnectException: Connection refused; For more details see: 
 http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 384168 WARN  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] 
o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for 
hdfs://localhost:37346/solr3 due to exception: java.net.ConnectException: Call 
From lucene1-us-west/10.41.0.5 to localhost:37346 failed on connection 
exception: java.net.ConnectException: Connection refused; For more details see: 
 http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 384168 INFO  
(coreLoadExecutor-1208-thread-1-processing-n:127.0.0.1:57208_e_) 
[n:127.0.0.1:57208_e_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1561885900517933056
   [junit4]   2> 384179 INFO  
(coreZkRegister-1203-thread-1-processing-n:127.0.0.1:57208_e_ x:collection1 
c:collection1) [n:127.0.0.1:57208_e_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 384180 INFO  
(coreZkRegister-1203-thread-1-processing-n:127.0.0.1:57208_e_ x:collection1 
c:collection1) [n:127.0.0.1:57208_e_ 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> 384180 INFO  
(coreZkRegister-1203-thread-1-processing-n:127.0.0.1:57208_e_ x:collection1 
c:collection1) [n:127.0.0.1:57208_e_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:57208/e_/collection1/
   [junit4]   2> 384180 INFO  
(coreZkRegister-1203-thread-1-processing-n:127.0.0.1:57208_e_ x:collection1 
c:collection1) [n:127.0.0.1:57208_e_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 384180 INFO  
(coreZkRegister-1203-thread-1-processing-n:127.0.0.1:57208_e_ x:collection1 
c:collection1) [n:127.0.0.1:57208_e_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:57208/e_/collection1/ has 
no replicas
   [junit4]   2> 384180 INFO  
(coreZkRegister-1203-thread-1-processing-n:127.0.0.1:57208_e_ x:collection1 
c:collection1) [n:127.0.0.1:57208_e_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 384184 INFO  
(coreZkRegister-1203-thread-1-processing-n:127.0.0.1:57208_e_ x:collection1 
c:collection1) [n:127.0.0.1:57208_e_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:57208/e_/collection1/ shard2
   [junit4]   2> 384284 INFO  
(zkCallback-508-thread-2-processing-n:127.0.0.1:57208_e_) [n:127.0.0.1:57208_e_ 
   ] 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> 384285 INFO  
(coreZkRegister-1203-thread-1-processing-n:127.0.0.1:57208_e_ x:collection1 
c:collection1) [n:127.0.0.1:57208_e_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 384388 INFO  
(zkCallback-508-thread-2-processing-n:127.0.0.1:57208_e_) [n:127.0.0.1:57208_e_ 
   ] 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> 384503 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
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_CD1F11ABC5A72504-001/shard-2-001/cores/collection1
   [junit4]   2> 384504 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
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_CD1F11ABC5A72504-001/shard-2-001
   [junit4]   2> 384504 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 384505 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@61b84521{/e_,null,AVAILABLE}
   [junit4]   2> 384506 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6e911102{HTTP/1.1,[http/1.1]}{127.0.0.1:34025}
   [junit4]   2> 384506 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.e.j.s.Server Started @388030ms
   [junit4]   2> 384506 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:56211/hdfs__localhost_56211__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsBasicDistributedZkTest_CD1F11ABC5A72504-001_tempDir-002_jetty2,
 solrconfig=solrconfig.xml, hostContext=/e_, hostPort=34025, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_CD1F11ABC5A72504-001/shard-2-001/cores}
   [junit4]   2> 384506 ERROR 
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 384507 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.5.0
   [junit4]   2> 384507 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 384507 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 384507 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-14T22:27:48.820Z
   [junit4]   2> 384519 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 384519 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
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_CD1F11ABC5A72504-001/shard-2-001/solr.xml
   [junit4]   2> 384524 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 384525 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44352/solr
   [junit4]   2> 384531 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) 
[n:127.0.0.1:34025_e_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 384533 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) 
[n:127.0.0.1:34025_e_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 384536 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[CD1F11ABC5A72504]) 
[n:127.0.0.1:34025_e_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34025_e_
   [junit4]   2> 384538 INFO  (zkCallback-502-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 384538 INFO  
(zkCallback-498-thread-2-processing-n:127.0.0.1:45612_e_) [n:127.0.0.1:45612_e_ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 384538 INFO  (zkCallback-508-thread-2-process

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

ad-5) [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2143cacd{/solr,null,UNAVAILABLE}
   [junit4]   2> 3585383 WARN  
(zkCallback-3475-thread-11-processing-n:127.0.0.1:43212_solr) 
[n:127.0.0.1:43212_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3585383 INFO  (jetty-closer-3457-thread-6) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 3585384 INFO  (jetty-closer-3457-thread-6) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2b41a64c{/solr,null,UNAVAILABLE}
   [junit4]   2> 3585397 WARN  
(zkCallback-3504-thread-3-processing-n:127.0.0.1:58004_solr) 
[n:127.0.0.1:58004_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3585397 WARN  
(zkCallback-3501-thread-3-processing-n:127.0.0.1:51878_solr) 
[n:127.0.0.1:51878_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3585397 INFO  (jetty-closer-3457-thread-4) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 3585397 INFO  (jetty-closer-3457-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 3585397 INFO  (jetty-closer-3457-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5177d28f{/solr,null,UNAVAILABLE}
   [junit4]   2> 3585397 WARN  
(zkCallback-3497-thread-3-processing-n:127.0.0.1:37090_solr) 
[n:127.0.0.1:37090_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3585397 INFO  (jetty-closer-3457-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7f5c6b2c{/solr,null,UNAVAILABLE}
   [junit4]   2> 3585398 INFO  (jetty-closer-3457-thread-9) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 3585398 INFO  (jetty-closer-3457-thread-9) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@45f4a14b{/solr,null,UNAVAILABLE}
   [junit4]   2> 3585404 WARN  
(zkCallback-3488-thread-4-processing-n:127.0.0.1:40252_solr) 
[n:127.0.0.1:40252_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3585405 INFO  (jetty-closer-3457-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 3585405 INFO  (jetty-closer-3457-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@29a0384d{/solr,null,UNAVAILABLE}
   [junit4]   2> 3585406 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[CD1F11ABC5A72504]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:36509 36509
   [junit4]   2> 3585574 INFO  (Thread-22640) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:36509 36509
   [junit4]   2> 3585575 WARN  (Thread-22640) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/aliases.json
   [junit4]   2>        11      /solr/clusterprops.json
   [junit4]   2>        10      
/solr/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2>        10      /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/clusterstate.json
   [junit4]   2>        10      /solr/collections/test_col/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/97618033331273744-127.0.0.1:42784_solr-n_0000000004
   [junit4]   2>        2       
/solr/overseer_elect/election/97618033331273755-127.0.0.1:58004_solr-n_0000000002
   [junit4]   2>        2       
/solr/overseer_elect/election/97618033331273749-127.0.0.1:37090_solr-n_0000000006
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        683     /solr/overseer/collection-queue-work
   [junit4]   2>        81      /solr/overseer/queue
   [junit4]   2>        11      /solr/live_nodes
   [junit4]   2>        11      /solr/collections
   [junit4]   2>        8       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 3585575 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[CD1F11ABC5A72504]-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/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_CD1F11ABC5A72504-001
   [junit4]   2> Mar 14, 2017 11:21:09 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{long_stored_idx=PostingsFormat(name=Memory doPackFST= false), 
long_dv_idx=PostingsFormat(name=LuceneFixedGap), 
id=PostingsFormat(name=LuceneFixedGap), 
long_dv_stored_idx=PostingsFormat(name=LuceneFixedGap)}, 
docValues:{long_stored_idx=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Lucene54), 
long_dv_idx=DocValuesFormat(name=Memory), 
long_dv_stored=DocValuesFormat(name=Lucene54), id=DocValuesFormat(name=Memory), 
long_dv=DocValuesFormat(name=Lucene54), 
long_dv_stored_idx=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=185, 
maxMBSortInHeap=5.343137840275039, 
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=it-CH, 
timezone=Asia/Bishkek
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=152346904,total=530579456
   [junit4]   2> NOTE: All tests run in this JVM: [DateMathParserTest, 
SuggestComponentTest, TestFiltering, TestUniqueKeyFieldResource, 
TestQueryUtils, SolrIndexConfigTest, TestSerializedLuceneMatchVersion, 
SpellingQueryConverterTest, TestDFISimilarityFactory, HighlighterMaxOffsetTest, 
TestStandardQParsers, TestCSVResponseWriter, ZkSolrClientTest, 
TestReRankQParserPlugin, TestSubQueryTransformerDistrib, 
TestScoreJoinQPNoScore, SoftAutoCommitTest, TestFieldCacheVsDocValues, 
CdcrRequestHandlerTest, TestImpersonationWithHadoopAuth, TestConfigOverlay, 
DeleteReplicaTest, TestFastOutputStream, SolrIndexSplitterTest, 
TestRestoreCore, CoreMergeIndexesAdminHandlerTest, BlockJoinFacetRandomTest, 
DirectSolrConnectionTest, TestDeleteCollectionOnDownNodes, 
TestRandomRequestDistribution, HdfsThreadLeakTest, HdfsDirectoryFactoryTest, 
CloneFieldUpdateProcessorFactoryTest, TestDocTermOrds, 
LeaderInitiatedRecoveryOnShardRestartTest, MoreLikeThisHandlerTest, 
TestShardHandlerFactory, TestSuggestSpellingConverter, SampleTest, 
TestDistribIDF, TestQueryTypes, DocumentBuilderTest, AddBlockUpdateTest, 
HdfsBasicDistributedZkTest, ClassificationUpdateProcessorFactoryTest, 
DocValuesTest, TestInitParams, TestCloudPivotFacet, 
UpdateRequestProcessorFactoryTest, TestLockTree, DateRangeFieldTest, 
TestSchemaResource, JsonLoaderTest, FullHLLTest, TestCloudSchemaless, 
TestElisionMultitermQuery, TestLuceneMatchVersion, TestBlendedInfixSuggestions, 
CollectionsAPISolrJTest, RecoveryAfterSoftCommitTest, 
TestGraphMLResponseWriter, BigEndianAscendingWordSerializerTest, 
CoreSorterTest, DistributedQueryComponentCustomSortTest, 
ClusterStateUpdateTest, RequestLoggingTest, TestObjectReleaseTracker, 
CSVRequestHandlerTest, DistributedQueueTest, CollectionStateFormat2Test, 
TestStressVersions, CollectionsAPIDistributedZkTest, ReplicationFactorTest, 
SharedFSAutoReplicaFailoverTest, TestConfigSetsAPIExclusivity, 
TestRawResponseWriter, TestQueryWrapperFilter, TestUseDocValuesAsStored2, 
TestPartialUpdateDeduplication, SolrInfoMBeanTest, 
DistributedTermsComponentTest, OverseerStatusTest, 
WordBreakSolrSpellCheckerTest, SortSpecParsingTest, TestLRUCache, 
TestDynamicLoading, TestLRUStatsCache, TestSolr4Spatial2, EchoParamsTest, 
DistribCursorPagingTest, HdfsCollectionsAPIDistributedZkTest, 
TestSolrIndexConfig, TestSimpleTrackingShardHandler, CursorMarkTest, 
DistanceFunctionTest, TestMiniSolrCloudClusterSSL, TestSurroundQueryParser, 
TestQuerySenderListener, SparseHLLTest, SliceStateTest, 
TestEmbeddedSolrServerConstructors, IndexSchemaRuntimeFieldTest, 
TestCoreContainer, IndexSchemaTest, TestIntervalFaceting, ConvertedLegacyTest, 
RuleEngineTest, FileUtilsTest, TemplateUpdateProcessorTest, 
TestAuthenticationFramework, TestComplexPhraseLeadingWildcard, TestRestManager, 
HdfsWriteToMultipleCollectionsTest, SolrMetricReporterTest, 
UUIDUpdateProcessorFallbackTest, BasicDistributedZkTest, 
ChaosMonkeySafeLeaderTest, SyncSliceTest, ShardRoutingTest, BasicZkTest, 
TestReplicationHandler, SolrTestCaseJ4Test, TestCrossCoreJoin, 
TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestTolerantSearch, 
TestPathTrie, ConnectionReuseTest, ActionThrottleTest, 
BaseCdcrDistributedZkTest, CdcrBootstrapTest, ConnectionManagerTest, 
CustomCollectionTest, DeleteShardTest, ForceLeaderTest, 
MissingSegmentRecoveryTest, MultiThreadedOCPTest, SSLMigrationTest, 
SimpleCollectionCreateDeleteTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, 
SolrXmlInZkTest, TestCloudPseudoReturnFields, TestClusterProperties, 
TestCollectionAPI, TestConfigSetsAPI, TestConfigSetsAPIZkFailure, 
TestCryptoKeys, TestExclusionRuleCollectionAccess, TestLeaderElectionZkExpiry, 
TestLeaderInitiatedRecoveryThread, TestLocalFSCloudBackupRestore, 
TestMiniSolrCloudCluster, TestOnReconnectListenerSupport, 
TestReplicaProperties, TestRequestForwarding, TestSSLRandomization, 
TestSegmentSorting, TestShortCircuitedRequests, TestSizeLimitedDistributedMap, 
TestSolrCloudWithDelegationTokens, TestSolrCloudWithKerberosAlt, 
TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates]
   [junit4] Completed [540/698 (3!)] on J1 in 690.85s, 5 tests, 1 error <<< 
FAILURES!

[...truncated 63146 lines...]


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

Reply via email to