Hi David, Don't know what it is, but if you wish to get really evil with those tests I once filed this patch:
https://issues.apache.org/jira/browse/LUCENE-7514 which changes random number selection strategy slightly to choose more "evil" floats. This was breaking a number of tests (I assume due to rounding errors). Dawid On Tue, May 30, 2017 at 12:52 AM, David Smiley <[email protected]> wrote: > I'm aware of this and will get to the bottom of it tonight or tomorrow. > > On Mon, May 29, 2017 at 6:02 PM Apache Jenkins Server > <[email protected]> wrote: >> >> Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1315/ >> >> 3 tests failed. >> FAILED: >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest.testIntersects >> { seed=[2C1F84890379F2D:FD6B107A114181]} >> >> Error Message: >> Should have matched I#0:Pt(x=146.0,y=-93.0) Q:Pt(x=146.0,y=-93.0) >> >> Stack Trace: >> java.lang.AssertionError: Should have matched I#0:Pt(x=146.0,y=-93.0) >> Q:Pt(x=146.0,y=-93.0) >> at >> __randomizedtesting.SeedInfo.seed([2C1F84890379F2D:FD6B107A114181]:0) >> at org.junit.Assert.fail(Assert.java:93) >> at >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest.fail(RandomSpatialOpFuzzyPrefixTreeTest.java:399) >> at >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest.doTest(RandomSpatialOpFuzzyPrefixTreeTest.java:386) >> at >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest.testIntersects(RandomSpatialOpFuzzyPrefixTreeTest.java:138) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) >> at java.lang.reflect.Method.invoke(Method.java:498) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957) >> at >> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) >> at >> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) >> at >> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) >> at >> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) >> at >> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) >> at >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) >> at >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) >> at >> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) >> at >> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) >> at >> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) >> at >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) >> 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.RollingRestartTest.test >> >> Error Message: >> Unable to restart (#4): CloudJettyRunner >> [url=http://127.0.0.1:47938/_l/c/collection1] >> >> Stack Trace: >> java.lang.AssertionError: Unable to restart (#4): CloudJettyRunner >> [url=http://127.0.0.1:47938/_l/c/collection1] >> at >> __randomizedtesting.SeedInfo.seed([CDCD92B96DFDDCA0:4599AD63C301B158]:0) >> at org.junit.Assert.fail(Assert.java:93) >> at org.junit.Assert.assertTrue(Assert.java:43) >> at >> org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:103) >> at >> org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:52) >> 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:985) >> at >> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960) >> 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.HdfsChaosMonkeySafeLeaderTest.test >> >> Error Message: >> Error from server at https://127.0.0.1:42299/collection1: 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 /collection1/update. Reason: <pre> >> {metadata={error-class=org.apache.solr.core.SolrCoreInitializationException,root-error-class=java.lang.OutOfMemoryError},msg=SolrCore >> 'collection1' is not available due to init failure: The max direct >> memory is likely too low. Either increase it (by adding >> -XX:MaxDirectMemorySize=<size>g -XX:+UseLargePages to your containers >> startup args) or disable direct allocation using >> solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If >> you are putting the block cache on the heap, your java heap size might not >> be large enough. Failed allocating ~8.388608 >> MB.,trace=org.apache.solr.core.SolrCoreInitializationException: SolrCore >> 'collection1' is not available due to init failure: The max direct >> memory is likely too low. Either increase it (by adding >> -XX:MaxDirectMemorySize=<size>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:1383) at >> org.apache.solr.servlet.HttpSolrCall.init(HttpSolrCall.java:267) at >> org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:482) at >> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:374) >> at >> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:318) >> at >> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699) >> at >> org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139) >> 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.ssl.SslConnection.onFillable(SslConnection.java:202) >> 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=<size>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.<init>(SolrCore.java:1002) at >> org.apache.solr.core.SolrCore.<init>(SolrCore.java:855) at >> org.apache.solr.core.CoreContainer.create(CoreContainer.java:973) at >> org.apache.solr.core.CoreContainer.lambda$load$7(CoreContainer.java:605) at >> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197) >> at java.util.concurrent.FutureTask.run(FutureTask.java:266) at >> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) >> ... 1 more Caused by: java.lang.RuntimeException: The max direct memory is >> likely too low. Either increase it (by adding >> -XX:MaxDirectMemorySize=<size>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:311) >> at >> org.apache.solr.core.HdfsDirectoryFactory.getBlockDirectoryCache(HdfsDirectoryFactory.java:293) >> at >> org.apache.solr.core.HdfsDirectoryFactory.create(HdfsDirectoryFactory.java:227) >> at >> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:346) >> at >> org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:490) >> at org.apache.solr.core.SolrCore.<init>(SolrCore.java:942) ... 9 more >> Caused by: java.lang.OutOfMemoryError: Direct buffer memory at >> java.nio.Bits.reserveMemory(Bits.java:693) at >> java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:123) at >> java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:311) at >> org.apache.solr.store.blockcache.BlockCache.<init>(BlockCache.java:71) >> at >> org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:309) >> ... 14 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 https://127.0.0.1:42299/collection1: 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 /collection1/update. Reason: >> <pre> >> {metadata={error-class=org.apache.solr.core.SolrCoreInitializationException,root-error-class=java.lang.OutOfMemoryError},msg=SolrCore >> 'collection1' is not available due to init failure: The max direct >> memory is likely too low. Either increase it (by adding >> -XX:MaxDirectMemorySize=<size>g -XX:+UseLargePages to your containers >> startup args) or disable direct allocation using >> solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If >> you are putting the block cache on the heap, your java heap size might not >> be large enough. Failed allocating ~8.388608 >> MB.,trace=org.apache.solr.core.SolrCoreInitializationException: SolrCore >> 'collection1' is not available due to init failure: The max direct >> memory is likely too low. Either increase it (by adding >> -XX:MaxDirectMemorySize=<size>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:1383) >> at >> org.apache.solr.servlet.HttpSolrCall.init(HttpSolrCall.java:267) >> at >> org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:482) >> at >> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:374) >> at >> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:318) >> at >> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699) >> at >> org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139) >> 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.ssl.SslConnection.onFillable(SslConnection.java:202) >> 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=<size>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.<init>(SolrCore.java:1002) >> at org.apache.solr.core.SolrCore.<init>(SolrCore.java:855) >> at >> org.apache.solr.core.CoreContainer.create(CoreContainer.java:973) >> at >> org.apache.solr.core.CoreContainer.lambda$load$7(CoreContainer.java:605) >> at >> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197) >> at java.util.concurrent.FutureTask.run(FutureTask.java:266) >> at >> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) >> ... 1 more >> Caused by: java.lang.RuntimeException: The max direct memory is likely too >> low. Either increase it (by adding -XX:MaxDirectMemorySize=<size>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:311) >> at >> org.apache.solr.core.HdfsDirectoryFactory.getBlockDirectoryCache(HdfsDirectoryFactory.java:293) >> at >> org.apache.solr.core.HdfsDirectoryFactory.create(HdfsDirectoryFactory.java:227) >> at >> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:346) >> at >> org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:490) >> at org.apache.solr.core.SolrCore.<init>(SolrCore.java:942) >> ... 9 more >> Caused by: java.lang.OutOfMemoryError: Direct buffer memory >> at java.nio.Bits.reserveMemory(Bits.java:693) >> at >> java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:123) >> at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:311) >> at >> org.apache.solr.store.blockcache.BlockCache.<init>(BlockCache.java:71) >> at >> org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:309) >> ... 14 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([CDCD92B96DFDDCA0:4599AD63C301B158]:0) >> at >> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:578) >> at >> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248) >> at >> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:237) >> at >> org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160) >> at >> org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895) >> at >> org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858) >> at >> org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:873) >> at >> org.apache.solr.cloud.AbstractFullDistribZkTestBase.del(AbstractFullDistribZkTestBase.java:889) >> at >> org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.tryDelete(ChaosMonkeySafeLeaderTest.java:190) >> at >> org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.test(ChaosMonkeySafeLeaderTest.java:92) >> 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:985) >> at >> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960) >> at >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) >> at >> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) >> at >> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) >> at >> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) >> at >> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) >> at >> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) >> at >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) >> at >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) >> at >> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) >> at >> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) >> at >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) >> at >> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) >> at >> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) >> at >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) >> at >> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) >> at >> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) >> at >> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) >> at >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) >> at >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) >> at >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) >> at >> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) >> at >> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) >> at >> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) >> at >> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) >> at >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) >> at >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) >> at java.lang.Thread.run(Thread.java:745) >> >> >> >> >> Build Log: >> [...truncated 9413 lines...] >> [junit4] Suite: >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> [junit4] 2> mag 29, 2017 10:35:44 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(QuadPrefixTree(maxLevels:6,ctx:SpatialContext{geo=false, >> calculator=CartesianDistCalc, >> worldBounds=Rect(minX=0.0,maxX=256.0,minY=-128.0,maxY=128.0)})),pointsOnly,pruneLeafyBranches) >> [junit4] 2> mag 29, 2017 10:35:45 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(QuadPrefixTree(maxLevels:3,ctx:SpatialContext{geo=false, >> calculator=CartesianDistCalc, >> worldBounds=Rect(minX=0.0,maxX=256.0,minY=-128.0,maxY=128.0)}))) >> [junit4] 2> mag 29, 2017 10:35:45 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(QuadPrefixTree(maxLevels:1,ctx:SpatialContext{geo=false, >> calculator=CartesianDistCalc, >> worldBounds=Rect(minX=0.0,maxX=256.0,minY=-128.0,maxY=128.0)})),pruneLeafyBranches) >> [junit4] 2> mag 29, 2017 10:35:45 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(PackedQuadPrefixTree(maxLevels:1,ctx:SpatialContext{geo=false, >> calculator=CartesianDistCalc, >> worldBounds=Rect(minX=0.0,maxX=256.0,minY=-128.0,maxY=128.0)},prune:true))) >> [junit4] 2> mag 29, 2017 10:35:45 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(PackedQuadPrefixTree(maxLevels:6,ctx:SpatialContext{geo=false, >> calculator=CartesianDistCalc, >> worldBounds=Rect(minX=0.0,maxX=256.0,minY=-128.0,maxY=128.0)},prune:false)),pruneLeafyBranches) >> [junit4] 2> mag 29, 2017 10:35:45 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:1,ctx:SpatialContext.GEO))) >> [junit4] 2> mag 29, 2017 10:35:45 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(PackedQuadPrefixTree(maxLevels:5,ctx:SpatialContext{geo=false, >> calculator=CartesianDistCalc, >> worldBounds=Rect(minX=0.0,maxX=256.0,minY=-128.0,maxY=128.0)},prune:true))) >> [junit4] 2> mag 29, 2017 10:35:45 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:1,ctx:SpatialContext.GEO)),pruneLeafyBranches) >> [junit4] 2> mag 29, 2017 10:35:45 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:3,ctx:SpatialContext.GEO)),pointsOnly) >> [junit4] 2> mag 29, 2017 10:35:46 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(QuadPrefixTree(maxLevels:6,ctx:SpatialContext{geo=false, >> calculator=CartesianDistCalc, >> worldBounds=Rect(minX=0.0,maxX=256.0,minY=-128.0,maxY=128.0)})),pointsOnly) >> [junit4] 2> mag 29, 2017 10:35:46 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(QuadPrefixTree(maxLevels:8,ctx:SpatialContext{geo=false, >> calculator=CartesianDistCalc, >> worldBounds=Rect(minX=0.0,maxX=256.0,minY=-128.0,maxY=128.0)})),pruneLeafyBranches) >> [junit4] 2> mag 29, 2017 10:35:46 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:3,ctx:SpatialContext.GEO)),pruneLeafyBranches) >> [junit4] 2> mag 29, 2017 10:35:46 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(PackedQuadPrefixTree(maxLevels:6,ctx:SpatialContext{geo=false, >> calculator=CartesianDistCalc, >> worldBounds=Rect(minX=0.0,maxX=256.0,minY=-128.0,maxY=128.0)},prune:true))) >> [junit4] 2> mag 29, 2017 10:35:46 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(QuadPrefixTree(maxLevels:5,ctx:SpatialContext{geo=false, >> calculator=CartesianDistCalc, >> worldBounds=Rect(minX=0.0,maxX=256.0,minY=-128.0,maxY=128.0)}))) >> [junit4] 2> mag 29, 2017 10:35:47 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:3,ctx:SpatialContext.GEO)),pruneLeafyBranches) >> [junit4] 2> mag 29, 2017 10:35:47 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(PackedQuadPrefixTree(maxLevels:2,ctx:SpatialContext{geo=false, >> calculator=CartesianDistCalc, >> worldBounds=Rect(minX=0.0,maxX=256.0,minY=-128.0,maxY=128.0)},prune:false)),pruneLeafyBranches) >> [junit4] 2> mag 29, 2017 10:35:47 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(PackedQuadPrefixTree(maxLevels:5,ctx:SpatialContext{geo=false, >> calculator=CartesianDistCalc, >> worldBounds=Rect(minX=0.0,maxX=256.0,minY=-128.0,maxY=128.0)},prune:true)),pruneLeafyBranches) >> [junit4] 2> mag 29, 2017 10:35:47 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:3,ctx:SpatialContext.GEO)),pointsOnly,pruneLeafyBranches) >> [junit4] 2> mag 29, 2017 10:35:47 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(PackedQuadPrefixTree(maxLevels:3,ctx:SpatialContext{geo=false, >> calculator=CartesianDistCalc, >> worldBounds=Rect(minX=0.0,maxX=256.0,minY=-128.0,maxY=128.0)},prune:false))) >> [junit4] 2> mag 29, 2017 10:35:47 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:1,ctx:SpatialContext.GEO))) >> [junit4] 2> mag 29, 2017 10:35:47 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(PackedQuadPrefixTree(maxLevels:7,ctx:SpatialContext{geo=false, >> calculator=CartesianDistCalc, >> worldBounds=Rect(minX=0.0,maxX=256.0,minY=-128.0,maxY=128.0)},prune:false))) >> [junit4] 2> mag 29, 2017 10:35:48 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(PackedQuadPrefixTree(maxLevels:7,ctx:SpatialContext{geo=false, >> calculator=CartesianDistCalc, >> worldBounds=Rect(minX=0.0,maxX=256.0,minY=-128.0,maxY=128.0)},prune:true)),pruneLeafyBranches) >> [junit4] 2> mag 29, 2017 10:35:48 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:3,ctx:SpatialContext.GEO))) >> [junit4] 2> mag 29, 2017 10:35:48 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(PackedQuadPrefixTree(maxLevels:4,ctx:SpatialContext{geo=false, >> calculator=CartesianDistCalc, >> worldBounds=Rect(minX=0.0,maxX=256.0,minY=-128.0,maxY=128.0)},prune:false))) >> [junit4] 2> mag 29, 2017 10:35:48 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(QuadPrefixTree(maxLevels:4,ctx:SpatialContext{geo=false, >> calculator=CartesianDistCalc, >> worldBounds=Rect(minX=0.0,maxX=256.0,minY=-128.0,maxY=128.0)})),pointsOnly) >> [junit4] 2> mag 29, 2017 10:35:48 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:2,ctx:SpatialContext.GEO)),pruneLeafyBranches) >> [junit4] 2> mag 29, 2017 10:35:48 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(QuadPrefixTree(maxLevels:6,ctx:SpatialContext{geo=false, >> calculator=CartesianDistCalc, >> worldBounds=Rect(minX=0.0,maxX=256.0,minY=-128.0,maxY=128.0)}))) >> [junit4] 2> mag 29, 2017 10:35:48 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(PackedQuadPrefixTree(maxLevels:7,ctx:SpatialContext{geo=false, >> calculator=CartesianDistCalc, >> worldBounds=Rect(minX=0.0,maxX=256.0,minY=-128.0,maxY=128.0)},prune:false)),pointsOnly,pruneLeafyBranches) >> [junit4] 2> Ig:Rect(minX=144.0,maxX=148.0,minY=-94.0,maxY=-92.0) >> Qg:Rect(minX=144.0,maxX=148.0,minY=-94.0,maxY=-92.0) >> [junit4] 2> NOTE: download the large Jenkins line-docs file by >> running 'ant get-jenkins-line-docs' in the lucene directory. >> [junit4] 2> NOTE: reproduce with: ant test >> -Dtestcase=RandomSpatialOpFuzzyPrefixTreeTest -Dtests.method=testIntersects >> -Dtests.seed=2C1F84890379F2D -Dtests.multiplier=2 -Dtests.nightly=true >> -Dtests.slow=true >> -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt >> -Dtests.locale=it-CH -Dtests.timezone=Europe/Istanbul -Dtests.asserts=true >> -Dtests.file.encoding=UTF-8 >> [junit4] FAILURE 0.05s J2 | >> RandomSpatialOpFuzzyPrefixTreeTest.testIntersects { >> seed=[2C1F84890379F2D:FD6B107A114181]} <<< >> [junit4] > Throwable #1: java.lang.AssertionError: Should have >> matched I#0:Pt(x=146.0,y=-93.0) Q:Pt(x=146.0,y=-93.0) >> [junit4] > at >> __randomizedtesting.SeedInfo.seed([2C1F84890379F2D:FD6B107A114181]:0) >> [junit4] > at >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest.fail(RandomSpatialOpFuzzyPrefixTreeTest.java:399) >> [junit4] > at >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest.doTest(RandomSpatialOpFuzzyPrefixTreeTest.java:386) >> [junit4] > at >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest.testIntersects(RandomSpatialOpFuzzyPrefixTreeTest.java:138) >> [junit4] > at java.lang.Thread.run(Thread.java:745) >> [junit4] 2> mag 29, 2017 10:35:48 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:1,ctx:SpatialContext.GEO)),pruneLeafyBranches) >> [junit4] 2> mag 29, 2017 10:35:48 PM >> org.apache.lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest >> setupGrid >> [junit4] 2> INFO: Strategy: >> RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:3,ctx:SpatialContext.GEO)),pointsOnly,pruneLeafyBranches) >> [junit4] 2> NOTE: leaving temporary files on disk at: >> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/spatial-extras/test/J2/temp/lucene.spatial.prefix.RandomSpatialOpFuzzyPrefixTreeTest_2C1F84890379F2D-001 >> [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): >> {id=PostingsFormat(name=Direct), >> RandomSpatialOpFuzzyPrefixTreeTest=PostingsFormat(name=Asserting)}, >> docValues:{}, maxPointsInLeafNode=1000, maxMBSortInHeap=6.751429366394036, >> sim=RandomSimilarity(queryNorm=true): >> {RandomSpatialOpFuzzyPrefixTreeTest=DFR I(ne)Z(0.3)}, locale=it-CH, >> timezone=Europe/Istanbul >> [junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation >> 1.8.0_121 (64-bit)/cpus=4,threads=1,free=193861952,total=327155712 >> [junit4] 2> NOTE: All tests run in this JVM: [PortedSolr3Test, >> RandomSpatialOpFuzzyPrefixTreeTest] >> [junit4] Completed [11/23 (1!)] on J2 in 4.21s, 34 tests, 1 failure <<< >> FAILURES! >> >> [...truncated 2246 lines...] >> [junit4] Suite: >> org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest >> [junit4] 2> Creating dataDir: >> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_CDCD92B96DFDDCA0-001/init-core-data-001 >> [junit4] 2> 474725 WARN >> (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[CDCD92B96DFDDCA0]-worker) [ ] >> o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=12 numCloses=12 >> [junit4] 2> 474725 INFO >> (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[CDCD92B96DFDDCA0]-worker) [ ] >> o.a.s.SolrTestCaseJ4 Using PointFields >> [junit4] 2> 474727 INFO >> (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[CDCD92B96DFDDCA0]-worker) [ ] >> o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: >> @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, >> clientAuth=NaN) >> [junit4] 2> 474727 INFO >> (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[CDCD92B96DFDDCA0]-worker) [ ] >> o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: / >> [junit4] 1> Formatting using clusterid: testClusterID >> [junit4] 2> 474764 WARN >> (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[CDCD92B96DFDDCA0]-worker) [ ] >> o.a.h.m.i.MetricsConfig Cannot locate configuration: tried >> hadoop-metrics2-namenode.properties,hadoop-metrics2.properties >> [junit4] 2> 474774 WARN >> (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[CDCD92B96DFDDCA0]-worker) [ ] >> o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j >> [junit4] 2> 474776 INFO >> (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[CDCD92B96DFDDCA0]-worker) [ ] >> o.m.log jetty-6.1.26 >> [junit4] 2> 474789 INFO >> (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[CDCD92B96DFDDCA0]-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_40936_hdfs____e68lqi/webapp >> [junit4] 2> 475153 INFO >> (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[CDCD92B96DFDDCA0]-worker) [ ] >> o.m.log Started >> HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:40936 >> [junit4] 2> 475344 WARN >> (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[CDCD92B96DFDDCA0]-worker) [ ] >> o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j >> [junit4] 2> 475345 INFO >> (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[CDCD92B96DFDDCA0]-worker) [ ] >> o.m.log jetty-6.1.26 >> [junit4] 2> 475363 INFO >> (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[CDCD92B96DFDDCA0]-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_50230_datanode____.aq8gw5/webapp >> [junit4] 2> 475750 INFO >> (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[CDCD92B96DFDDCA0]-worker) [ ] >> o.m.log Started >> HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:50230 >> [junit4] 2> 475810 WARN >> (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[CDCD92B96DFDDCA0]-worker) [ ] >> o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j >> [junit4] 2> 475811 INFO >> (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[CDCD92B96DFDDCA0]-worker) [ ] >> o.m.log jetty-6.1.26 >> [junit4] 2> 475825 INFO >> (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[CDCD92B96DFDDCA0]-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_50509_datanode____.pjuhw6/webapp >> [junit4] 2> 475897 INFO (IPC Server handler 3 on 36493) [ ] >> BlockStateChange BLOCK* processReport: from storage >> DS-9728a66f-9595-46da-a999-7e2750ea5478 node >> DatanodeRegistration(127.0.0.1:38347, >> datanodeUuid=c23228db-481c-424e-b2e0-3c7563673498, infoPort=45632, >> infoSecurePort=0, ipcPort=46169, >> storageInfo=lv=-56;cid=testClusterID;nsid=1118839288;c=0), blocks: 0, >> hasStaleStorage: true, processing time: 0 msecs >> [junit4] 2> 475897 INFO (IPC Server handler 3 on 36493) [ ] >> BlockStateChange BLOCK* processReport: from storage >> DS-6bbd1163-3fcb-48cc-9202-fa0c36de2fb5 node >> DatanodeRegistration(127.0.0.1:38347, >> datanodeUuid=c23228db-481c-424e-b2e0-3c7563673498, infoPort=45632, >> infoSecurePort=0, ipcPort=46169, >> storageInfo=lv=-56;cid=testClusterID;nsid=1118839288;c=0), blocks: 0, >> hasStaleStorage: false, processing time: 0 msecs >> [junit4] 2> 476220 INFO >> (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[CDCD92B96DFDDCA0]-worker) [ ] >> o.m.log Started >> HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:50509 >> [junit4] 2> 476327 INFO (IPC Server handler 3 on 36493) [ ] >> BlockStateChange BLOCK* processReport: from storage >> DS-cc501369-a1b3-465d-8ace-ff8090b5e34e node >> DatanodeRegistration(127.0.0.1:33317, >> datanodeUuid=5035143a-242a-45c7-b26a-e4cfa95a2171, infoPort=59060, >> infoSecurePort=0, ipcPort=43332, >> storageInfo=lv=-56;cid=testClusterID;nsid=1118839288;c=0), blocks: 0, >> hasStaleStorage: true, processing time: 0 msecs >> [junit4] 2> 476327 INFO (IPC Server handler 3 on 36493) [ ] >> BlockStateChange BLOCK* processReport: from storage >> DS-ba944a0a-8736-476f-8a48-877d3538a308 node >> DatanodeRegistration(127.0.0.1:33317, >> datanodeUuid=5035143a-242a-45c7-b26a-e4cfa95a2171, infoPort=59060, >> infoSecurePort=0, ipcPort=43332, >> storageInfo=lv=-56;cid=testClusterID;nsid=1118839288;c=0), blocks: 0, >> hasStaleStorage: false, processing time: 0 msecs >> [junit4] 2> 476538 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.ZkTestServer STARTING ZK TEST SERVER >> [junit4] 2> 476538 INFO (Thread-2929) [ ] o.a.s.c.ZkTestServer >> client port:0.0.0.0/0.0.0.0:0 >> [junit4] 2> 476538 INFO (Thread-2929) [ ] o.a.s.c.ZkTestServer >> Starting server >> [junit4] 2> 476540 ERROR (Thread-2929) [ ] o.a.z.s.ZooKeeperServer >> ZKShutdownHandler is not registered, so ZooKeeper server won't take any >> action on ERROR or SHUTDOWN server state changes >> [junit4] 2> 476638 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.ZkTestServer start zk server on port:32851 >> [junit4] 2> 476654 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.AbstractZkTestCase put >> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml >> to /configs/conf1/solrconfig.xml >> [junit4] 2> 476656 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.AbstractZkTestCase put >> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml >> to /configs/conf1/schema.xml >> [junit4] 2> 476658 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.AbstractZkTestCase put >> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml >> to /configs/conf1/solrconfig.snippet.randomindexconfig.xml >> [junit4] 2> 476659 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.AbstractZkTestCase put >> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt >> to /configs/conf1/stopwords.txt >> [junit4] 2> 476660 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.AbstractZkTestCase put >> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt >> to /configs/conf1/protwords.txt >> [junit4] 2> 476662 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.AbstractZkTestCase put >> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml >> to /configs/conf1/currency.xml >> [junit4] 2> 476663 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.AbstractZkTestCase put >> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml >> to /configs/conf1/enumsConfig.xml >> [junit4] 2> 476665 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.AbstractZkTestCase put >> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json >> to /configs/conf1/open-exchange-rates.json >> [junit4] 2> 476666 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.AbstractZkTestCase put >> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt >> to /configs/conf1/mapping-ISOLatin1Accent.txt >> [junit4] 2> 476667 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.AbstractZkTestCase put >> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt >> to /configs/conf1/old_synonyms.txt >> [junit4] 2> 476669 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.AbstractZkTestCase put >> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt >> to /configs/conf1/synonyms.txt >> [junit4] 2> 476679 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless >> explicitly asked otherwise >> [junit4] 2> 476793 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.SolrTestCaseJ4 Writing core.properties file to >> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_CDCD92B96DFDDCA0-001/control-001/cores/collection1 >> [junit4] 2> 476797 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.e.j.s.Server jetty-9.3.14.v20161028 >> [junit4] 2> 476800 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.e.j.s.h.ContextHandler Started >> o.e.j.s.ServletContextHandler@63406aef{/,null,AVAILABLE} >> [junit4] 2> 476801 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.e.j.s.AbstractConnector Started ServerConnector@13acb00e{SSL,[ssl, >> http/1.1]}{127.0.0.1:42299} >> [junit4] 2> 476801 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.e.j.s.Server Started @479776ms >> [junit4] 2> 476801 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.s.e.JettySolrRunner Jetty properties: >> {solr.data.dir=hdfs://localhost:36493/hdfs__localhost_36493__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_CDCD92B96DFDDCA0-001_tempDir-002_control_data, >> hostContext=/, hostPort=42299, >> coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_CDCD92B96DFDDCA0-001/control-001/cores} >> [junit4] 2> 476802 ERROR >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be >> missing or incomplete. >> [junit4] 2> 476802 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version >> 7.0.0 >> [junit4] 2> 476802 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port >> null >> [junit4] 2> 476802 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null >> [junit4] 2> 476802 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: >> 2017-05-29T20:31:29.745Z >> [junit4] 2> 476806 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in >> ZooKeeper) >> [junit4] 2> 476806 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.SolrXmlConfig Loading container configuration from >> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_CDCD92B96DFDDCA0-001/control-001/solr.xml >> [junit4] 2> 476826 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.SolrXmlConfig MBean server found: >> com.sun.jmx.mbeanserver.JmxMBeanServer@3794cf1d, but no JMX reporters were >> configured - adding default JMX reporter. >> [junit4] 2> 476841 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32851/solr >> [junit4] 2> 476866 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) >> [n:127.0.0.1:42299_ ] o.a.s.c.Overseer Overseer (id=null) closing >> [junit4] 2> 476866 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) >> [n:127.0.0.1:42299_ ] o.a.s.c.OverseerElectionContext I am going to be >> the leader 127.0.0.1:42299_ >> [junit4] 2> 476868 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) >> [n:127.0.0.1:42299_ ] o.a.s.c.Overseer Overseer >> (id=98047746997092357-127.0.0.1:42299_-n_0000000000) starting >> [junit4] 2> 476876 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) >> [n:127.0.0.1:42299_ ] o.a.s.c.ZkController Register node as live in >> ZooKeeper:/live_nodes/127.0.0.1:42299_ >> [junit4] 2> 476878 INFO >> (zkCallback-539-thread-1-processing-n:127.0.0.1:42299_) [n:127.0.0.1:42299_ >> ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) >> [junit4] 2> 476938 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) >> [n:127.0.0.1:42299_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for >> 'solr.node' (registry 'solr.node') enabled at server: >> com.sun.jmx.mbeanserver.JmxMBeanServer@3794cf1d >> [junit4] 2> 476943 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) >> [n:127.0.0.1:42299_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for >> 'solr.jvm' (registry 'solr.jvm') enabled at server: >> com.sun.jmx.mbeanserver.JmxMBeanServer@3794cf1d >> [junit4] 2> 476943 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) >> [n:127.0.0.1:42299_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for >> 'solr.jetty' (registry 'solr.jetty') enabled at server: >> com.sun.jmx.mbeanserver.JmxMBeanServer@3794cf1d >> [junit4] 2> 476945 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) >> [n:127.0.0.1:42299_ ] o.a.s.c.CorePropertiesLocator Found 1 core >> definitions underneath >> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_CDCD92B96DFDDCA0-001/control-001/cores >> [junit4] 2> 476945 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) >> [n:127.0.0.1:42299_ ] o.a.s.c.CorePropertiesLocator Cores are: >> [collection1] >> [junit4] 2> 476946 INFO >> (coreLoadExecutor-2113-thread-1-processing-n:127.0.0.1:42299_) >> [n:127.0.0.1:42299_ c:control_collection x:collection1] >> o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 >> transient cores >> [junit4] 2> 476949 INFO >> (OverseerStateUpdate-98047746997092357-127.0.0.1:42299_-n_0000000000) >> [n:127.0.0.1:42299_ ] o.a.s.c.o.ReplicaMutator Assigning new node to >> shard shard=shard1 >> [junit4] 2> 476967 WARN >> (coreLoadExecutor-2113-thread-1-processing-n:127.0.0.1:42299_) >> [n:127.0.0.1:42299_ c:control_collection x:collection1] o.a.s.c.Config >> Beginning with Solr 5.5, <mergePolicy> is deprecated, use >> <mergePolicyFactory> instead. >> [junit4] 2> 476968 INFO >> (coreLoadExecutor-2113-thread-1-processing-n:127.0.0.1:42299_) >> [n:127.0.0.1:42299_ c:control_collection x:collection1] o.a.s.c.SolrConfig >> Using Lucene MatchVersion: 7.0.0 >> [junit4] 2> 476982 INFO >> (coreLoadExecutor-2113-thread-1-processing-n:127.0.0.1:42299_) >> [n:127.0.0.1:42299_ c:control_collection x:collection1] >> o.a.s.s.IndexSchema [collection1] Schema name=test >> [junit4] 2> 477065 INFO >> (coreLoadExecutor-2113-thread-1-processing-n:127.0.0.1:42299_) >> [n:127.0.0.1:42299_ c:control_collection x:collection1] >> o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id >> [junit4] 2> 477086 INFO >> (coreLoadExecutor-2113-thread-1-processing-n:127.0.0.1:42299_) >> [n:127.0.0.1:42299_ c:control_collection x:collection1] >> o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration >> from collection control_collection, trusted=true >> [junit4] 2> 477087 INFO >> (coreLoadExecutor-2113-thread-1-processing-n:127.0.0.1:42299_) >> [n:127.0.0.1:42299_ c:control_collection x:collection1] >> o.a.s.m.r.SolrJmxReporter JMX monitoring for >> 'solr.core.control_collection.shard1.core_node1' (registry >> 'solr.core.control_collection.shard1.core_node1') enabled at server: >> com.sun.jmx.mbeanserver.JmxMBeanServer@3794cf1d >> [junit4] 2> 477087 INFO >> (coreLoadExecutor-2113-thread-1-processing-n:127.0.0.1:42299_) >> [n:127.0.0.1:42299_ c:control_collection x:collection1] >> o.a.s.c.HdfsDirectoryFactory >> solr.hdfs.home=hdfs://localhost:36493/solr_hdfs_home >> [junit4] 2> 477087 INFO >> (coreLoadExecutor-2113-thread-1-processing-n:127.0.0.1:42299_) >> [n:127.0.0.1:42299_ c:control_collection x:collection1] >> o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled >> [junit4] 2> 477087 INFO >> (coreLoadExecutor-2113-thread-1-processing-n:127.0.0.1:42299_) >> [n:127.0.0.1:42299_ c:control_collection x:collection1] o.a.s.c.SolrCore >> solr.RecoveryStrategy.Builder >> [junit4] 2> 477087 INFO >> (coreLoadExecutor-2113-thread-1-processing-n:127.0.0.1:42299_) >> [n:127.0.0.1:42299_ c:control_collection x:collection1] o.a.s.c.SolrCore >> [[collection1] ] Opening new SolrCore at >> [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_CDCD92B96DFDDCA0-001/control-001/cores/collection1], >> dataDir=[hdfs://localhost:36493/solr_hdfs_home/control_collection/core_node1/data/] >> [junit4] 2> 477089 INFO >> (coreLoadExecutor-2113-thread-1-processing-n:127.0.0.1:42299_) >> [n:127.0.0.1:42299_ c:control_collection x:collection1] >> o.a.s.c.HdfsDirectoryFactory creating directory factory for path >> hdfs://localhost:36493/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata >> [junit4] 2> 477097 INFO >> (coreLoadExecutor-2113-thread-1-processing-n:127.0.0.1:42299_) >> [n:127.0.0.1:42299_ 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> 477097 INFO >> (coreLoadExecutor-2113-thread-1-processing-n:127.0.0.1:42299_) >> [n:127.0.0.1:42299_ 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> 477098 INFO >> (coreLoadExecutor-2113-thread-1-processing-n:127.0.0.1:42299_) >> [n:127.0.0.1:42299_ c:control_collection x:collection1] >> o.a.s.c.HdfsDirectoryFactory Creating new global HDFS BlockCache >> [junit4] 2> 478412 INFO >> (coreLoadExecutor-2113-thread-1-processing-n:127.0.0.1:42299_) >> [n:127.0.0.1:42299_ c:control_collection x:collection1] o.a.s.c.SolrCore >> [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@35015892 >> [junit4] 2> 478413 INFO >> (coreLoadExecutor-2113-thread-1-processing-n:127.0.0.1:42299_) >> [n:127.0.0.1:42299_ c:control_collection x:collection1] >> o.a.s.c.HdfsDirectoryFactory creating directory factory for path >> hdfs://localhost:36493/solr_hdfs_home/control_collection/core_node1/data >> [junit4] 2> 478429 INFO >> (coreLoadExecutor-2113-thread-1-processing-n:127.0.0.1:42299_) >> [n:127.0.0.1:42299_ c:control_collection x:collection1] >> o.a.s.m.SolrMetricManager Closing metric reporters for >> registry=solr.core.control_collection.shard1.core_node1, tag=889280658 >> [junit4] 2> 478430 INFO >> (coreLoadExecutor-2113-thread-1-processing-n:127.0.0.1:42299_) >> [n:127.0.0.1:42299_ c:control_collection x:collection1] >> o.a.s.m.SolrMetricManager Closing metric reporters for >> registry=solr.collection.control_collection.shard1.leader, tag=889280658 >> [junit4] 2> 478430 ERROR >> (coreLoadExecutor-2113-thread-1-processing-n:127.0.0.1:42299_) >> [n:127.0.0.1:42299_ c:control_collection x:collection1] o.a.s.c.SolrCore >> Error while closing >> [junit4] 2> java.lang.NullPointerException >> [junit4] 2> 478430 ERROR >> (coreContainerWorkExecutor-2107-thread-1-processing-n:127.0.0.1:42299_) >> [n:127.0.0.1:42299_ ] o.a.s.c.CoreContainer Error waiting for SolrCore to >> be created >> [junit4] 2> java.util.concurrent.ExecutionException: >> org.apache.solr.common.SolrException: Unable to create core [collection1] >> [junit4] 2> at >> java.util.concurrent.FutureTask.report(FutureTask.java:122) >> [junit4] 2> at >> java.util.concurrent.FutureTask.get(FutureTask.java:192) >> [junit4] 2> at >> org.apache.solr.core.CoreContainer.lambda$load$8(CoreContainer.java:633) >> [junit4] 2> at >> com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176) >> [junit4] 2> at >> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) >> [junit4] 2> at >> java.util.concurrent.FutureTask.run(FutureTask.java:266) >> [junit4] 2> at >> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188) >> [junit4] 2> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) >> [junit4] 2> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) >> [junit4] 2> at java.lang.Thread.run(Thread.java:745) >> [junit4] 2> Caused by: org.apache.solr.common.SolrException: Unable >> to create core [collection1] >> [junit4] 2> at >> org.apache.solr.core.CoreContainer.create(CoreContainer.java:988) >> [junit4] 2> at >> org.apache.solr.core.CoreContainer.lambda$load$7(CoreContainer.java:605) >> [junit4] 2> at >> com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197) >> [junit4] 2> ... 5 more >> [junit4] 2> Caused by: org.apache.solr.common.SolrException: The max >> direct memory is likely too low. Either increase it (by adding >> -XX:MaxDirectMemorySize=<size>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. >> [junit4] 2> at >> org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002) >> [junit4] 2> at >> org.apache.solr.core.SolrCore.<init>(SolrCore.java:855) >> [junit4] 2> at >> org.apache.solr.core.CoreContainer.create(CoreContainer.java:973) >> [junit4] 2> ... 7 more >> [junit4] 2> Caused by: java.lang.RuntimeException: The max direct >> memory is likely too low. Either increase it (by adding >> -XX:MaxDirectMemorySize=<size>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. >> [junit4] 2> at >> org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:311) >> [junit4] 2> at >> org.apache.solr.core.HdfsDirectoryFactory.getBlockDirectoryCache(HdfsDirectoryFactory.java:293) >> [junit4] 2> at >> org.apache.solr.core.HdfsDirectoryFactory.create(HdfsDirectoryFactory.java:227) >> [junit4] 2> at >> org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:346) >> [junit4] 2> at >> org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:490) >> [junit4] 2> at >> org.apache.solr.core.SolrCore.<init>(SolrCore.java:942) >> [junit4] 2> ... 9 more >> [junit4] 2> Caused by: java.lang.OutOfMemoryError: Direct buffer >> memory >> [junit4] 2> at java.nio.Bits.reserveMemory(Bits.java:693) >> [junit4] 2> at >> java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:123) >> [junit4] 2> at >> java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:311) >> [junit4] 2> at >> org.apache.solr.store.blockcache.BlockCache.<init>(BlockCache.java:71) >> [junit4] 2> at >> org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:309) >> [junit4] 2> ... 14 more >> [junit4] 2> 478903 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) >> [junit4] 2> 478905 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32851/solr >> ready >> [junit4] 2> 478905 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection >> loss:false >> [junit4] 2> 478905 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with >> stateFormat=2 >> [junit4] 2> 479026 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.SolrTestCaseJ4 Writing core.properties file to >> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_CDCD92B96DFDDCA0-001/shard-1-001/cores/collection1 >> [junit4] 2> 479026 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory >> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_CDCD92B96DFDDCA0-001/shard-1-001 >> of type NRT >> [junit4] 2> 479029 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.e.j.s.Server jetty-9.3.14.v20161028 >> [junit4] 2> 479031 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.e.j.s.h.ContextHandler Started >> o.e.j.s.ServletContextHandler@686b8376{/,null,AVAILABLE} >> [junit4] 2> 479031 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.e.j.s.AbstractConnector Started ServerConnector@2595fa8f{SSL,[ssl, >> http/1.1]}{127.0.0.1:45653} >> [junit4] 2> 479031 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.e.j.s.Server Started @482006ms >> [junit4] 2> 479031 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.s.e.JettySolrRunner Jetty properties: >> {solr.data.dir=hdfs://localhost:36493/hdfs__localhost_36493__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_CDCD92B96DFDDCA0-001_tempDir-002_jetty1, >> solrconfig=solrconfig.xml, hostContext=/, hostPort=45653, >> coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_CDCD92B96DFDDCA0-001/shard-1-001/cores} >> [junit4] 2> 479032 ERROR >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be >> missing or incomplete. >> [junit4] 2> 479032 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version >> 7.0.0 >> [junit4] 2> 479033 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port >> null >> [junit4] 2> 479033 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null >> [junit4] 2> 479033 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: >> 2017-05-29T20:31:31.976Z >> [junit4] 2> 479036 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in >> ZooKeeper) >> [junit4] 2> 479036 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.SolrXmlConfig Loading container configuration from >> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_CDCD92B96DFDDCA0-001/shard-1-001/solr.xml >> [junit4] 2> 479042 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.SolrXmlConfig MBean server found: >> com.sun.jmx.mbeanserver.JmxMBeanServer@3794cf1d, but no JMX reporters were >> configured - adding default JMX reporter. >> [junit4] 2> 479045 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) [ ] >> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32851/solr >> [junit4] 2> 479059 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) >> [n:127.0.0.1:45653_ ] o.a.s.c.c.ZkStateReader Updated live nodes from >> ZooKeeper... (0) -> (1) >> [junit4] 2> 479061 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) >> [n:127.0.0.1:45653_ ] o.a.s.c.Overseer Overseer (id=null) closing >> [junit4] 2> 479064 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) >> [n:127.0.0.1:45653_ ] o.a.s.c.ZkController Register node as live in >> ZooKeeper:/live_nodes/127.0.0.1:45653_ >> [junit4] 2> 479065 INFO >> (zkCallback-539-thread-1-processing-n:127.0.0.1:42299_) [n:127.0.0.1:42299_ >> ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) >> [junit4] 2> 479068 INFO (zkCallback-543-thread-1) [ ] >> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) >> [junit4] 2> 479072 INFO >> (zkCallback-549-thread-1-processing-n:127.0.0.1:45653_) [n:127.0.0.1:45653_ >> ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) >> [junit4] 2> 479172 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) >> [n:127.0.0.1:45653_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for >> 'solr.node' (registry 'solr.node') enabled at server: >> com.sun.jmx.mbeanserver.JmxMBeanServer@3794cf1d >> [junit4] 2> 479178 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) >> [n:127.0.0.1:45653_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for >> 'solr.jvm' (registry 'solr.jvm') enabled at server: >> com.sun.jmx.mbeanserver.JmxMBeanServer@3794cf1d >> [junit4] 2> 479179 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) >> [n:127.0.0.1:45653_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for >> 'solr.jetty' (registry 'solr.jetty') enabled at server: >> com.sun.jmx.mbeanserver.JmxMBeanServer@3794cf1d >> [junit4] 2> 479181 INFO >> (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[CDCD92B96DFDDCA0]) >> [n:127.0.0.1:45653_ ] o.a.s.c.CorePropertiesLocator Found 1 core >> definitions underneath >> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.h > > -- > Lucene/Solr Search Committer, Consultant, Developer, Author, Speaker > LinkedIn: http://linkedin.com/in/davidwsmiley | Book: > http://www.solrenterprisesearchserver.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
