Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/361/
4 tests failed.
FAILED:
org.apache.lucene.facet.taxonomy.TestSearcherTaxonomyManager.testDirectory
Error Message:
Test abandoned because suite timeout was reached.
Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
at __randomizedtesting.SeedInfo.seed([3A0149CA71637E4B]:0)
FAILED:
junit.framework.TestSuite.org.apache.lucene.facet.taxonomy.TestSearcherTaxonomyManager
Error Message:
Suite timeout exceeded (>= 7200000 msec).
Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
at __randomizedtesting.SeedInfo.seed([3A0149CA71637E4B]:0)
FAILED: org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest.test
Error Message:
Error from server at https://127.0.0.1:35214/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:1323) at
org.apache.solr.servlet.HttpSolrCall.init(HttpSolrCall.java:268) at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:483) at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:363)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:307)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
at org.eclipse.jetty.server.Server.handle(Server.java:534) at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320) at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251) at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95) at
org.eclipse.jetty.io.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:977) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:830) at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:930) at
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:565) 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:229)
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:312)
at
org.apache.solr.core.HdfsDirectoryFactory.getBlockDirectoryCache(HdfsDirectoryFactory.java:288)
at
org.apache.solr.core.HdfsDirectoryFactory.create(HdfsDirectoryFactory.java:228)
at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:346)
at
org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:482)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:917) ... 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:75)
at
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:310)
... 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:35214/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:1323)
at org.apache.solr.servlet.HttpSolrCall.init(HttpSolrCall.java:268)
at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:483)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:363)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:307)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
at org.eclipse.jetty.server.Server.handle(Server.java:534)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
at
org.eclipse.jetty.io.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:977)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:930)
at
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:565)
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:229)
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:312)
at
org.apache.solr.core.HdfsDirectoryFactory.getBlockDirectoryCache(HdfsDirectoryFactory.java:288)
at
org.apache.solr.core.HdfsDirectoryFactory.create(HdfsDirectoryFactory.java:228)
at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:346)
at
org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:482)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:917)
... 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:75)
at
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:310)
... 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([2DBAFA55B53CAE93:A5EEC58F1BC0C36B]: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.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:835)
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:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload
Error Message:
expected:<[{indexVersion=1496023944561,generation=2,filelist=[_vpv.fdt,
_vpv.fdx, _vpv.fnm, _vpv.nvd, _vpv.nvm, _vpv.si,
_vpv_LuceneVarGapDocFreqInterval_0.doc, _vpv_LuceneVarGapDocFreqInterval_0.tib,
_vpv_LuceneVarGapDocFreqInterval_0.tiv, _vv1.cfe, _vv1.cfs, _vv1.si, _vv2.cfe,
_vv2.cfs, _vv2.si, _vv3.cfe, _vv3.cfs, _vv3.si, _vv4.cfe, _vv4.cfs, _vv4.si,
_vv5.cfe, _vv5.cfs, _vv5.si, _vv6.cfe, _vv6.cfs, _vv6.si, _vv7.cfe, _vv7.cfs,
_vv7.si, _vv8.cfe, _vv8.cfs, _vv8.si, _vv9.cfe, _vv9.cfs, _vv9.si, _vva.cfe,
_vva.cfs, _vva.si, _vvb.cfe, _vvb.cfs, _vvb.si, _vvc.cfe, _vvc.cfs, _vvc.si,
_vvd.cfe, _vvd.cfs, _vvd.si, _vve.cfe, _vve.cfs, _vve.si, _vvf.cfe, _vvf.cfs,
_vvf.si, _vvg.cfe, _vvg.cfs, _vvg.si, _vvh.cfe, _vvh.cfs, _vvh.si, _vvi.cfe,
_vvi.cfs, _vvi.si, _vvj.cfe, _vvj.cfs, _vvj.si, _vvk.cfe, _vvk.cfs, _vvk.si,
_vvl.cfe, _vvl.cfs, _vvl.si, _vvm.cfe, _vvm.cfs, _vvm.si, _vvn.cfe, _vvn.cfs,
_vvn.si, _vvo.cfe, _vvo.cfs, _vvo.si, _vvp.cfe, _vvp.cfs, _vvp.si, _vvq.cfe,
_vvq.cfs, _vvq.si, _vvr.cfe, _vvr.cfs, _vvr.si, _vvs.cfe, _vvs.cfs, _vvs.si,
_vvt.cfe, _vvt.cfs, _vvt.si, _vvu.cfe, _vvu.cfs, _vvu.si, _vvv.cfe, _vvv.cfs,
_vvv.si, _vvx.cfe, _vvx.cfs, _vvx.si, _vvy.cfe, _vvy.cfs, _vvy.si, _vvz.cfe,
_vvz.cfs, _vvz.si, _vw0.cfe, _vw0.cfs, _vw0.si, _vw1.cfe, _vw1.cfs, _vw1.si,
_vw2.cfe, _vw2.cfs, _vw2.si, _vw3.cfe, _vw3.cfs, _vw3.si, _vw4.cfe, _vw4.cfs,
_vw4.si, segments_2]}]> but
was:<[{indexVersion=1496023944561,generation=2,filelist=[_vpv.fdt, _vpv.fdx,
_vpv.fnm, _vpv.nvd, _vpv.nvm, _vpv.si, _vpv_LuceneVarGapDocFreqInterval_0.doc,
_vpv_LuceneVarGapDocFreqInterval_0.tib, _vpv_LuceneVarGapDocFreqInterval_0.tiv,
_vv1.cfe, _vv1.cfs, _vv1.si, _vv2.cfe, _vv2.cfs, _vv2.si, _vv3.cfe, _vv3.cfs,
_vv3.si, _vv4.cfe, _vv4.cfs, _vv4.si, _vv5.cfe, _vv5.cfs, _vv5.si, _vv6.cfe,
_vv6.cfs, _vv6.si, _vv7.cfe, _vv7.cfs, _vv7.si, _vv8.cfe, _vv8.cfs, _vv8.si,
_vv9.cfe, _vv9.cfs, _vv9.si, _vva.cfe, _vva.cfs, _vva.si, _vvb.cfe, _vvb.cfs,
_vvb.si, _vvc.cfe, _vvc.cfs, _vvc.si, _vvd.cfe, _vvd.cfs, _vvd.si, _vve.cfe,
_vve.cfs, _vve.si, _vvf.cfe, _vvf.cfs, _vvf.si, _vvg.cfe, _vvg.cfs, _vvg.si,
_vvh.cfe, _vvh.cfs, _vvh.si, _vvi.cfe, _vvi.cfs, _vvi.si, _vvj.cfe, _vvj.cfs,
_vvj.si, _vvk.cfe, _vvk.cfs, _vvk.si, _vvl.cfe, _vvl.cfs, _vvl.si, _vvm.cfe,
_vvm.cfs, _vvm.si, _vvn.cfe, _vvn.cfs, _vvn.si, _vvo.cfe, _vvo.cfs, _vvo.si,
_vvp.cfe, _vvp.cfs, _vvp.si, _vvq.cfe, _vvq.cfs, _vvq.si, _vvr.cfe, _vvr.cfs,
_vvr.si, _vvs.cfe, _vvs.cfs, _vvs.si, _vvt.cfe, _vvt.cfs, _vvt.si, _vvu.cfe,
_vvu.cfs, _vvu.si, _vvv.cfe, _vvv.cfs, _vvv.si, _vvx.cfe, _vvx.cfs, _vvx.si,
_vvy.cfe, _vvy.cfs, _vvy.si, _vvz.cfe, _vvz.cfs, _vvz.si, _vw0.cfe, _vw0.cfs,
_vw0.si, _vw1.cfe, _vw1.cfs, _vw1.si, _vw2.cfe, _vw2.cfs, _vw2.si, _vw3.cfe,
_vw3.cfs, _vw3.si, _vw4.cfe, _vw4.cfs, _vw4.si, segments_2]},
{indexVersion=1496023944561,generation=3,filelist=[_vvv.cfe, _vvv.cfs, _vvv.si,
_vvw.fdt, _vvw.fdx, _vvw.fnm, _vvw.nvd, _vvw.nvm, _vvw.si,
_vvw_LuceneVarGapDocFreqInterval_0.doc, _vvw_LuceneVarGapDocFreqInterval_0.tib,
_vvw_LuceneVarGapDocFreqInterval_0.tiv, _vvx.cfe, _vvx.cfs, _vvx.si, _vvy.cfe,
_vvy.cfs, _vvy.si, _vvz.cfe, _vvz.cfs, _vvz.si, _vw0.cfe, _vw0.cfs, _vw0.si,
_vw1.cfe, _vw1.cfs, _vw1.si, _vw2.cfe, _vw2.cfs, _vw2.si, _vw3.cfe, _vw3.cfs,
_vw3.si, _vw4.cfe, _vw4.cfs, _vw4.si, segments_3]}]>
Stack Trace:
java.lang.AssertionError:
expected:<[{indexVersion=1496023944561,generation=2,filelist=[_vpv.fdt,
_vpv.fdx, _vpv.fnm, _vpv.nvd, _vpv.nvm, _vpv.si,
_vpv_LuceneVarGapDocFreqInterval_0.doc, _vpv_LuceneVarGapDocFreqInterval_0.tib,
_vpv_LuceneVarGapDocFreqInterval_0.tiv, _vv1.cfe, _vv1.cfs, _vv1.si, _vv2.cfe,
_vv2.cfs, _vv2.si, _vv3.cfe, _vv3.cfs, _vv3.si, _vv4.cfe, _vv4.cfs, _vv4.si,
_vv5.cfe, _vv5.cfs, _vv5.si, _vv6.cfe, _vv6.cfs, _vv6.si, _vv7.cfe, _vv7.cfs,
_vv7.si, _vv8.cfe, _vv8.cfs, _vv8.si, _vv9.cfe, _vv9.cfs, _vv9.si, _vva.cfe,
_vva.cfs, _vva.si, _vvb.cfe, _vvb.cfs, _vvb.si, _vvc.cfe, _vvc.cfs, _vvc.si,
_vvd.cfe, _vvd.cfs, _vvd.si, _vve.cfe, _vve.cfs, _vve.si, _vvf.cfe, _vvf.cfs,
_vvf.si, _vvg.cfe, _vvg.cfs, _vvg.si, _vvh.cfe, _vvh.cfs, _vvh.si, _vvi.cfe,
_vvi.cfs, _vvi.si, _vvj.cfe, _vvj.cfs, _vvj.si, _vvk.cfe, _vvk.cfs, _vvk.si,
_vvl.cfe, _vvl.cfs, _vvl.si, _vvm.cfe, _vvm.cfs, _vvm.si, _vvn.cfe, _vvn.cfs,
_vvn.si, _vvo.cfe, _vvo.cfs, _vvo.si, _vvp.cfe, _vvp.cfs, _vvp.si, _vvq.cfe,
_vvq.cfs, _vvq.si, _vvr.cfe, _vvr.cfs, _vvr.si, _vvs.cfe, _vvs.cfs, _vvs.si,
_vvt.cfe, _vvt.cfs, _vvt.si, _vvu.cfe, _vvu.cfs, _vvu.si, _vvv.cfe, _vvv.cfs,
_vvv.si, _vvx.cfe, _vvx.cfs, _vvx.si, _vvy.cfe, _vvy.cfs, _vvy.si, _vvz.cfe,
_vvz.cfs, _vvz.si, _vw0.cfe, _vw0.cfs, _vw0.si, _vw1.cfe, _vw1.cfs, _vw1.si,
_vw2.cfe, _vw2.cfs, _vw2.si, _vw3.cfe, _vw3.cfs, _vw3.si, _vw4.cfe, _vw4.cfs,
_vw4.si, segments_2]}]> but
was:<[{indexVersion=1496023944561,generation=2,filelist=[_vpv.fdt, _vpv.fdx,
_vpv.fnm, _vpv.nvd, _vpv.nvm, _vpv.si, _vpv_LuceneVarGapDocFreqInterval_0.doc,
_vpv_LuceneVarGapDocFreqInterval_0.tib, _vpv_LuceneVarGapDocFreqInterval_0.tiv,
_vv1.cfe, _vv1.cfs, _vv1.si, _vv2.cfe, _vv2.cfs, _vv2.si, _vv3.cfe, _vv3.cfs,
_vv3.si, _vv4.cfe, _vv4.cfs, _vv4.si, _vv5.cfe, _vv5.cfs, _vv5.si, _vv6.cfe,
_vv6.cfs, _vv6.si, _vv7.cfe, _vv7.cfs, _vv7.si, _vv8.cfe, _vv8.cfs, _vv8.si,
_vv9.cfe, _vv9.cfs, _vv9.si, _vva.cfe, _vva.cfs, _vva.si, _vvb.cfe, _vvb.cfs,
_vvb.si, _vvc.cfe, _vvc.cfs, _vvc.si, _vvd.cfe, _vvd.cfs, _vvd.si, _vve.cfe,
_vve.cfs, _vve.si, _vvf.cfe, _vvf.cfs, _vvf.si, _vvg.cfe, _vvg.cfs, _vvg.si,
_vvh.cfe, _vvh.cfs, _vvh.si, _vvi.cfe, _vvi.cfs, _vvi.si, _vvj.cfe, _vvj.cfs,
_vvj.si, _vvk.cfe, _vvk.cfs, _vvk.si, _vvl.cfe, _vvl.cfs, _vvl.si, _vvm.cfe,
_vvm.cfs, _vvm.si, _vvn.cfe, _vvn.cfs, _vvn.si, _vvo.cfe, _vvo.cfs, _vvo.si,
_vvp.cfe, _vvp.cfs, _vvp.si, _vvq.cfe, _vvq.cfs, _vvq.si, _vvr.cfe, _vvr.cfs,
_vvr.si, _vvs.cfe, _vvs.cfs, _vvs.si, _vvt.cfe, _vvt.cfs, _vvt.si, _vvu.cfe,
_vvu.cfs, _vvu.si, _vvv.cfe, _vvv.cfs, _vvv.si, _vvx.cfe, _vvx.cfs, _vvx.si,
_vvy.cfe, _vvy.cfs, _vvy.si, _vvz.cfe, _vvz.cfs, _vvz.si, _vw0.cfe, _vw0.cfs,
_vw0.si, _vw1.cfe, _vw1.cfs, _vw1.si, _vw2.cfe, _vw2.cfs, _vw2.si, _vw3.cfe,
_vw3.cfs, _vw3.si, _vw4.cfe, _vw4.cfs, _vw4.si, segments_2]},
{indexVersion=1496023944561,generation=3,filelist=[_vvv.cfe, _vvv.cfs, _vvv.si,
_vvw.fdt, _vvw.fdx, _vvw.fnm, _vvw.nvd, _vvw.nvm, _vvw.si,
_vvw_LuceneVarGapDocFreqInterval_0.doc, _vvw_LuceneVarGapDocFreqInterval_0.tib,
_vvw_LuceneVarGapDocFreqInterval_0.tiv, _vvx.cfe, _vvx.cfs, _vvx.si, _vvy.cfe,
_vvy.cfs, _vvy.si, _vvz.cfe, _vvz.cfs, _vvz.si, _vw0.cfe, _vw0.cfs, _vw0.si,
_vw1.cfe, _vw1.cfs, _vw1.si, _vw2.cfe, _vw2.cfs, _vw2.si, _vw3.cfe, _vw3.cfs,
_vw3.si, _vw4.cfe, _vw4.cfs, _vw4.si, segments_3]}]>
at
__randomizedtesting.SeedInfo.seed([2DBAFA55B53CAE93:86DE165C574A090]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:147)
at
org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload(TestReplicationHandler.java:1281)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 7463 lines...]
[junit4] Suite: org.apache.lucene.facet.taxonomy.TestSearcherTaxonomyManager
[junit4] 2> Mai 29, 2017 4:00:45 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
[junit4] 2> WARNING: Suite execution timed out:
org.apache.lucene.facet.taxonomy.TestSearcherTaxonomyManager
[junit4] 2> 1) Thread[id=9, name=JUnit4-serializer-daemon,
state=TIMED_WAITING, group=main]
[junit4] 2> at java.lang.Thread.sleep(Native Method)
[junit4] 2> at
com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
[junit4] 2> 2) Thread[id=11,
name=SUITE-TestSearcherTaxonomyManager-seed#[3A0149CA71637E4B], state=RUNNABLE,
group=TGRP-TestSearcherTaxonomyManager]
[junit4] 2> at java.lang.Thread.getStackTrace(Thread.java:1556)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
[junit4] 2> at java.security.AccessController.doPrivileged(Native
Method)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:678)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:140)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:598)
[junit4] 2> 3) Thread[id=12,
name=TEST-TestSearcherTaxonomyManager.testDirectory-seed#[3A0149CA71637E4B],
state=RUNNABLE, group=TGRP-TestSearcherTaxonomyManager]
[junit4] 2> at
org.apache.lucene.util.BitSetIterator.advance(BitSetIterator.java:90)
[junit4] 2> at
org.apache.lucene.util.BitSetIterator.nextDoc(BitSetIterator.java:82)
[junit4] 2> at
org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts.count(FastTaxonomyFacetCounts.java:61)
[junit4] 2> at
org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts.<init>(FastTaxonomyFacetCounts.java:48)
[junit4] 2> at
org.apache.lucene.facet.FacetTestCase.getTaxonomyFacetCounts(FacetTestCase.java:47)
[junit4] 2> at
org.apache.lucene.facet.FacetTestCase.getTaxonomyFacetCounts(FacetTestCase.java:41)
[junit4] 2> at
org.apache.lucene.facet.taxonomy.TestSearcherTaxonomyManager.testDirectory(TestSearcherTaxonomyManager.java:235)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 4) Thread[id=13, name=Thread-1, state=RUNNABLE,
group=TGRP-TestSearcherTaxonomyManager]
[junit4] 2> at
org.apache.lucene.util.fst.FST.readFirstRealTargetArc(FST.java:992)
[junit4] 2> at
org.apache.lucene.util.fst.FST.readFirstTargetArc(FST.java:962)
[junit4] 2> at
org.apache.lucene.util.fst.FSTEnum.pushFirst(FSTEnum.java:498)
[junit4] 2> at
org.apache.lucene.util.fst.FSTEnum.doNext(FSTEnum.java:111)
[junit4] 2> at
org.apache.lucene.util.fst.BytesRefFSTEnum.next(BytesRefFSTEnum.java:57)
[junit4] 2> at
org.apache.lucene.codecs.memory.FSTTermsReader$TermsReader$SegmentTermsEnum.next(FSTTermsReader.java:370)
[junit4] 2> at
org.apache.lucene.index.MultiTermsEnum.pushTop(MultiTermsEnum.java:275)
[junit4] 2> at
org.apache.lucene.index.MultiTermsEnum.next(MultiTermsEnum.java:301)
[junit4] 2> at
org.apache.lucene.index.FilterLeafReader$FilterTermsEnum.next(FilterLeafReader.java:196)
[junit4] 2> at
org.apache.lucene.codecs.memory.FSTTermsWriter.write(FSTTermsWriter.java:177)
[junit4] 2> at
org.apache.lucene.codecs.FieldsConsumer.merge(FieldsConsumer.java:105)
[junit4] 2> at
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter.merge(PerFieldPostingsFormat.java:164)
[junit4] 2> at
org.apache.lucene.index.SegmentMerger.mergeTerms(SegmentMerger.java:216)
[junit4] 2> at
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:101)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4356)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
[junit4] 2> at
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2083)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:5005)
[junit4] 2> at
org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5043)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5034)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1574)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1316)
[junit4] 2> at
org.apache.lucene.facet.taxonomy.TestSearcherTaxonomyManager$IndexerThread.run(TestSearcherTaxonomyManager.java:94)
[junit4] 2> 5) Thread[id=1, name=main, state=WAITING, group=main]
[junit4] 2> at java.lang.Object.wait(Native Method)
[junit4] 2> at java.lang.Thread.join(Thread.java:1249)
[junit4] 2> at java.lang.Thread.join(Thread.java:1323)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:608)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:457)
[junit4] 2> at
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:244)
[junit4] 2> at
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:355)
[junit4] 2> at
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
[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=TestSearcherTaxonomyManager -Dtests.method=testDirectory
-Dtests.seed=3A0149CA71637E4B -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt
-Dtests.locale=de-GR -Dtests.timezone=Europe/Astrakhan -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 7200s J1 | TestSearcherTaxonomyManager.testDirectory <<<
[junit4] > Throwable #1: java.lang.Exception: Test abandoned because
suite timeout was reached.
[junit4] > at
__randomizedtesting.SeedInfo.seed([3A0149CA71637E4B]:0)
[junit4] 2> Mai 29, 2017 4:00:45 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 2 leaked
thread(s).
[junit4] 2> Mai 29, 2017 4:01:05 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 2 threads leaked from SUITE scope at
org.apache.lucene.facet.taxonomy.TestSearcherTaxonomyManager:
[junit4] 2> 1) Thread[id=12,
name=TEST-TestSearcherTaxonomyManager.testDirectory-seed#[3A0149CA71637E4B],
state=RUNNABLE, group=TGRP-TestSearcherTaxonomyManager]
[junit4] 2> at
org.apache.lucene.store.RAMInputStream.readBytes(RAMInputStream.java:86)
[junit4] 2> at
org.apache.lucene.store.MockIndexInputWrapper.readBytes(MockIndexInputWrapper.java:146)
[junit4] 2> at
org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer$6.get(Lucene54DocValuesProducer.java:736)
[junit4] 2> at
org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer$LongBinaryDocValues.get(Lucene54DocValuesProducer.java:1197)
[junit4] 2> at
org.apache.lucene.facet.taxonomy.DocValuesOrdinalsReader$1.get(DocValuesOrdinalsReader.java:55)
[junit4] 2> at
org.apache.lucene.facet.taxonomy.TaxonomyFacetCounts.count(TaxonomyFacetCounts.java:55)
[junit4] 2> at
org.apache.lucene.facet.taxonomy.TaxonomyFacetCounts.<init>(TaxonomyFacetCounts.java:44)
[junit4] 2> at
org.apache.lucene.facet.FacetTestCase.getTaxonomyFacetCounts(FacetTestCase.java:53)
[junit4] 2> at
org.apache.lucene.facet.FacetTestCase.getTaxonomyFacetCounts(FacetTestCase.java:41)
[junit4] 2> at
org.apache.lucene.facet.taxonomy.TestSearcherTaxonomyManager.testDirectory(TestSearcherTaxonomyManager.java:235)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 2) Thread[id=13, name=Thread-1, state=RUNNABLE,
group=TGRP-TestSearcherTaxonomyManager]
[junit4] 2> at
org.apache.lucene.util.packed.Packed64.set(Packed64.java:223)
[junit4] 2> at
org.apache.lucene.util.packed.PackedInts.copy(PackedInts.java:1134)
[junit4] 2> at
org.apache.lucene.util.packed.PackedInts.copy(PackedInts.java:1120)
[junit4] 2> at
org.apache.lucene.util.packed.GrowableWriter.ensureCapacity(GrowableWriter.java:81)
[junit4] 2> at
org.apache.lucene.util.packed.GrowableWriter.set(GrowableWriter.java:88)
[junit4] 2> at
org.apache.lucene.util.packed.AbstractPagedMutable.set(AbstractPagedMutable.java:98)
[junit4] 2> at
org.apache.lucene.util.fst.NodeHash.addNew(NodeHash.java:152)
[junit4] 2> at
org.apache.lucene.util.fst.NodeHash.rehash(NodeHash.java:169)
[junit4] 2> at
org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:133)
[junit4] 2> at
org.apache.lucene.util.fst.Builder.compileNode(Builder.java:214)
[junit4] 2> at
org.apache.lucene.util.fst.Builder.freezeTail(Builder.java:310)
[junit4] 2> at
org.apache.lucene.util.fst.Builder.add(Builder.java:414)
[junit4] 2> at
org.apache.lucene.codecs.memory.FSTTermsWriter$TermsWriter.finishTerm(FSTTermsWriter.java:280)
[junit4] 2> at
org.apache.lucene.codecs.memory.FSTTermsWriter.write(FSTTermsWriter.java:184)
[junit4] 2> at
org.apache.lucene.codecs.FieldsConsumer.merge(FieldsConsumer.java:105)
[junit4] 2> at
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter.merge(PerFieldPostingsFormat.java:164)
[junit4] 2> at
org.apache.lucene.index.SegmentMerger.mergeTerms(SegmentMerger.java:216)
[junit4] 2> at
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:101)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4356)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
[junit4] 2> at
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2083)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:5005)
[junit4] 2> at
org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5043)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5034)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1574)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1316)
[junit4] 2> at
org.apache.lucene.facet.taxonomy.TestSearcherTaxonomyManager$IndexerThread.run(TestSearcherTaxonomyManager.java:94)
[junit4] 2> Mai 29, 2017 4:01:05 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=12,
name=TEST-TestSearcherTaxonomyManager.testDirectory-seed#[3A0149CA71637E4B],
state=RUNNABLE, group=TGRP-TestSearcherTaxonomyManager]
[junit4] 2> 2) Thread[id=13, name=Thread-1, state=RUNNABLE,
group=TGRP-TestSearcherTaxonomyManager]
[junit4] 2> Mai 29, 2017 4:01:08 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=12,
name=TEST-TestSearcherTaxonomyManager.testDirectory-seed#[3A0149CA71637E4B],
state=RUNNABLE, group=TGRP-TestSearcherTaxonomyManager]
[junit4] 2> at
org.apache.lucene.util.packed.DirectMonotonicReader$2.get(DirectMonotonicReader.java:116)
[junit4] 2> at
org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer$6.get(Lucene54DocValuesProducer.java:731)
[junit4] 2> at
org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer$LongBinaryDocValues.get(Lucene54DocValuesProducer.java:1197)
[junit4] 2> at
org.apache.lucene.facet.taxonomy.DocValuesOrdinalsReader$1.get(DocValuesOrdinalsReader.java:55)
[junit4] 2> at
org.apache.lucene.facet.taxonomy.TaxonomyFacetCounts.count(TaxonomyFacetCounts.java:55)
[junit4] 2> at
org.apache.lucene.facet.taxonomy.TaxonomyFacetCounts.<init>(TaxonomyFacetCounts.java:44)
[junit4] 2> at
org.apache.lucene.facet.FacetTestCase.getTaxonomyFacetCounts(FacetTestCase.java:53)
[junit4] 2> at
org.apache.lucene.facet.FacetTestCase.getTaxonomyFacetCounts(FacetTestCase.java:41)
[junit4] 2> at
org.apache.lucene.facet.taxonomy.TestSearcherTaxonomyManager.testDirectory(TestSearcherTaxonomyManager.java:235)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 2) Thread[id=13, name=Thread-1, state=RUNNABLE,
group=TGRP-TestSearcherTaxonomyManager]
[junit4] 2> at
org.apache.lucene.store.DataInput.readVLong(DataInput.java:184)
[junit4] 2> at
org.apache.lucene.store.DataInput.readVLong(DataInput.java:169)
[junit4] 2> at
org.apache.lucene.util.fst.FST.readUnpackedNodeTarget(FST.java:931)
[junit4] 2> at
org.apache.lucene.util.fst.FST.readNextRealArc(FST.java:1143)
[junit4] 2> at
org.apache.lucene.util.fst.FST.readFirstRealTargetArc(FST.java:992)
[junit4] 2> at
org.apache.lucene.util.fst.NodeHash.nodesEqual(NodeHash.java:43)
[junit4] 2> at
org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:136)
[junit4] 2> at
org.apache.lucene.util.fst.Builder.compileNode(Builder.java:214)
[junit4] 2> at
org.apache.lucene.util.fst.Builder.freezeTail(Builder.java:310)
[junit4] 2> at
org.apache.lucene.util.fst.Builder.add(Builder.java:414)
[junit4] 2> at
org.apache.lucene.codecs.memory.FSTTermsWriter$TermsWriter.finishTerm(FSTTermsWriter.java:280)
[junit4] 2> at
org.apache.lucene.codecs.memory.FSTTermsWriter.write(FSTTermsWriter.java:184)
[junit4] 2> at
org.apache.lucene.codecs.FieldsConsumer.merge(FieldsConsumer.java:105)
[junit4] 2> at
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter.merge(PerFieldPostingsFormat.java:164)
[junit4] 2> at
org.apache.lucene.index.SegmentMerger.mergeTerms(SegmentMerger.java:216)
[junit4] 2> at
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:101)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4356)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
[junit4] 2> at
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2083)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:5005)
[junit4] 2> at
org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5043)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5034)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1574)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1316)
[junit4] 2> at
org.apache.lucene.facet.taxonomy.TestSearcherTaxonomyManager$IndexerThread.run(TestSearcherTaxonomyManager.java:94)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{$full_path$=PostingsFormat(name=LuceneFixedGap), $facets=FST50,
$payloads$=PostingsFormat(name=Asserting)},
docValues:{$facets=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=1196,
maxMBSortInHeap=5.5268278339270696,
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=de-GR,
timezone=Europe/Astrakhan
[junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation
1.8.0_121 (64-bit)/cpus=4,threads=3,free=294205456,total=501743616
[junit4] 2> NOTE: All tests run in this JVM: [TestSearcherTaxonomyManager]
[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=TestSearcherTaxonomyManager -Dtests.seed=3A0149CA71637E4B
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt
-Dtests.locale=de-GR -Dtests.timezone=Europe/Astrakhan -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.00s J1 | TestSearcherTaxonomyManager (suite) <<<
[junit4] > Throwable #1: java.lang.Exception: Suite timeout exceeded (>=
7200000 msec).
[junit4] > at
__randomizedtesting.SeedInfo.seed([3A0149CA71637E4B]:0)
[junit4] Completed [22/25 (1!)] on J1 in 7223.56s, 1 test, 2 errors <<<
FAILURES!
[...truncated 4691 lines...]
[junit4] Suite: org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_2DBAFA55B53CAE93-001/init-core-data-001
[junit4] 2> 917485 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[2DBAFA55B53CAE93]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 917486 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[2DBAFA55B53CAE93]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 917487 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[2DBAFA55B53CAE93]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 917529 WARN
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[2DBAFA55B53CAE93]-worker) [ ]
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 917536 WARN
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[2DBAFA55B53CAE93]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 917541 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[2DBAFA55B53CAE93]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 917556 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[2DBAFA55B53CAE93]-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_59029_hdfs____.3ipybn/webapp
[junit4] 2> 917869 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[2DBAFA55B53CAE93]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:59029
[junit4] 2> 917971 WARN
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[2DBAFA55B53CAE93]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 917972 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[2DBAFA55B53CAE93]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 917988 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[2DBAFA55B53CAE93]-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_40669_datanode____.24vr4s/webapp
[junit4] 2> 918457 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[2DBAFA55B53CAE93]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:40669
[junit4] 2> 918509 WARN
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[2DBAFA55B53CAE93]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 918510 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[2DBAFA55B53CAE93]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 918523 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[2DBAFA55B53CAE93]-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_54227_datanode____x8vdr/webapp
[junit4] 2> 918586 INFO (IPC Server handler 3 on 50300) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-708a51bf-6a1e-41ff-8e3c-fb54b2923fd3 node
DatanodeRegistration(127.0.0.1:52054,
datanodeUuid=e64ab4cd-59a3-4cab-a2cb-7275ae6ed1a5, infoPort=48597,
infoSecurePort=0, ipcPort=39010,
storageInfo=lv=-56;cid=testClusterID;nsid=1086592603;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 918586 INFO (IPC Server handler 3 on 50300) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-09df8cae-23bb-4c3a-b335-bf1040f8a3b5 node
DatanodeRegistration(127.0.0.1:52054,
datanodeUuid=e64ab4cd-59a3-4cab-a2cb-7275ae6ed1a5, infoPort=48597,
infoSecurePort=0, ipcPort=39010,
storageInfo=lv=-56;cid=testClusterID;nsid=1086592603;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 918972 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[2DBAFA55B53CAE93]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:54227
[junit4] 2> 919071 INFO (IPC Server handler 4 on 50300) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-b4e47a08-d7c4-4470-97e6-c9b44d2fb02d node
DatanodeRegistration(127.0.0.1:45028,
datanodeUuid=e40fe9ec-6bce-4941-8067-7f3851c2efcf, infoPort=53630,
infoSecurePort=0, ipcPort=59437,
storageInfo=lv=-56;cid=testClusterID;nsid=1086592603;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 919071 INFO (IPC Server handler 4 on 50300) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-2288d67d-b9df-40ae-a48d-529ea09b67dc node
DatanodeRegistration(127.0.0.1:45028,
datanodeUuid=e40fe9ec-6bce-4941-8067-7f3851c2efcf, infoPort=53630,
infoSecurePort=0, ipcPort=59437,
storageInfo=lv=-56;cid=testClusterID;nsid=1086592603;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 919155 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 919155 INFO (Thread-5207) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 919155 INFO (Thread-5207) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 919164 ERROR (Thread-5207) [ ] 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> 919255 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.a.s.c.ZkTestServer start zk server on port:54354
[junit4] 2> 919267 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
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> 919269 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
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/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 919270 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
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> 919272 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
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> 919273 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
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> 919274 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
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> 919276 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
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> 919277 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
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> 919279 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
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> 919280 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
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> 919281 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
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> 919392 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
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/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_2DBAFA55B53CAE93-001/control-001/cores/collection1
[junit4] 2> 919394 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 919396 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@259c22c6{/,null,AVAILABLE}
[junit4] 2> 919397 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@28602f34{SSL,[ssl,
http/1.1]}{127.0.0.1:35214}
[junit4] 2> 919398 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.e.j.s.Server Started @922578ms
[junit4] 2> 919398 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:50300/hdfs__localhost_50300__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_2DBAFA55B53CAE93-001_tempDir-002_control_data,
hostContext=/, hostPort=35214,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_2DBAFA55B53CAE93-001/control-001/cores}
[junit4] 2> 919398 ERROR
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 919398 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.7.0
[junit4] 2> 919398 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 919398 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 919398 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-05-29T01:49:34.617Z
[junit4] 2> 919401 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 919401 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
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/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_2DBAFA55B53CAE93-001/control-001/solr.xml
[junit4] 2> 919408 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 919409 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54354/solr
[junit4] 2> 919431 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93])
[n:127.0.0.1:35214_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 919432 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93])
[n:127.0.0.1:35214_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:35214_
[junit4] 2> 919433 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93])
[n:127.0.0.1:35214_ ] o.a.s.c.Overseer Overseer
(id=98043335434371077-127.0.0.1:35214_-n_0000000000) starting
[junit4] 2> 919441 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93])
[n:127.0.0.1:35214_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35214_
[junit4] 2> 919444 INFO
(zkCallback-26463-thread-1-processing-n:127.0.0.1:35214_) [n:127.0.0.1:35214_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 919505 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93])
[n:127.0.0.1:35214_ ] 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/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_2DBAFA55B53CAE93-001/control-001/cores
[junit4] 2> 919505 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93])
[n:127.0.0.1:35214_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 919507 INFO
(coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:35214_)
[n:127.0.0.1:35214_ c:control_collection x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 919512 INFO
(OverseerStateUpdate-98043335434371077-127.0.0.1:35214_-n_0000000000)
[n:127.0.0.1:35214_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 920524 INFO
(coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:35214_)
[n:127.0.0.1:35214_ c:control_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.7.0
[junit4] 2> 920539 INFO
(coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:35214_)
[n:127.0.0.1:35214_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 920635 INFO
(coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:35214_)
[n:127.0.0.1:35214_ c:control_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 920654 INFO
(coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:35214_)
[n:127.0.0.1:35214_ c:control_collection x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
control_collection, trusted=true
[junit4] 2> 920655 INFO
(coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:35214_)
[n:127.0.0.1:35214_ c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:50300/solr_hdfs_home
[junit4] 2> 920655 INFO
(coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:35214_)
[n:127.0.0.1:35214_ c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 920655 INFO
(coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:35214_)
[n:127.0.0.1:35214_ c:control_collection x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 920655 INFO
(coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:35214_)
[n:127.0.0.1:35214_ 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/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_2DBAFA55B53CAE93-001/control-001/cores/collection1],
dataDir=[hdfs://localhost:50300/solr_hdfs_home/control_collection/core_node1/data/]
[junit4] 2> 920655 INFO
(coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:35214_)
[n:127.0.0.1:35214_ 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@8036b4c
[junit4] 2> 920656 INFO
(coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:35214_)
[n:127.0.0.1:35214_ c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:50300/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
[junit4] 2> 920663 INFO
(coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:35214_)
[n:127.0.0.1:35214_ 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> 920663 INFO
(coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:35214_)
[n:127.0.0.1:35214_ 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> 920663 INFO
(coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:35214_)
[n:127.0.0.1:35214_ c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 921929 INFO
(coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:35214_)
[n:127.0.0.1:35214_ c:control_collection x:collection1] o.a.s.c.SolrCore
[collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@223cad04
[junit4] 2> 921929 INFO
(coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:35214_)
[n:127.0.0.1:35214_ c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:50300/solr_hdfs_home/control_collection/core_node1/data
[junit4] 2> 921977 INFO
(coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:35214_)
[n:127.0.0.1:35214_ c:control_collection x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 921977 ERROR
(coreLoadExecutor-6867-thread-1-processing-n:127.0.0.1:35214_)
[n:127.0.0.1:35214_ c:control_collection x:collection1] o.a.s.c.SolrCore
Error while closing
[junit4] 2> java.lang.NullPointerException
[junit4] 2> at
org.apache.solr.core.SolrCore.close(SolrCore.java:1600)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:969)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:930)
[junit4] 2> at
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:565)
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
[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:229)
[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> 921981 ERROR
(coreContainerWorkExecutor-6861-thread-1-processing-n:127.0.0.1:35214_)
[n:127.0.0.1:35214_ ] 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$6(CoreContainer.java:593)
[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:229)
[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:945)
[junit4] 2> at
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:565)
[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:977)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:930)
[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:312)
[junit4] 2> at
org.apache.solr.core.HdfsDirectoryFactory.getBlockDirectoryCache(HdfsDirectoryFactory.java:288)
[junit4] 2> at
org.apache.solr.core.HdfsDirectoryFactory.create(HdfsDirectoryFactory.java:228)
[junit4] 2> at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:346)
[junit4] 2> at
org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:482)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:917)
[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:75)
[junit4] 2> at
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:310)
[junit4] 2> ... 14 more
[junit4] 2> 922420 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 922421 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54354/solr ready
[junit4] 2> 922421 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 922530 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
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/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_2DBAFA55B53CAE93-001/shard-1-001/cores/collection1
[junit4] 2> 922531 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
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/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_2DBAFA55B53CAE93-001/shard-1-001
[junit4] 2> 922533 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 922534 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@58ad0389{/,null,AVAILABLE}
[junit4] 2> 922535 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@603f32ba{SSL,[ssl,
http/1.1]}{127.0.0.1:46085}
[junit4] 2> 922536 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.e.j.s.Server Started @925715ms
[junit4] 2> 922536 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:50300/hdfs__localhost_50300__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_2DBAFA55B53CAE93-001_tempDir-002_jetty1,
solrconfig=solrconfig.xml, hostContext=/, hostPort=46085,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_2DBAFA55B53CAE93-001/shard-1-001/cores}
[junit4] 2> 922536 ERROR
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 922537 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.7.0
[junit4] 2> 922537 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 922537 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 922537 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-05-29T01:49:37.756Z
[junit4] 2> 922539 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 922539 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[2DBAFA55B53CAE93]) [
[...truncated too long message...]
edSegmentMB=26.7548828125, floorSegmentMB=1.44921875,
forceMergeDeletesPctAllowed=7.802239431649537, segmentsPerTier=31.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 2323232 INFO (Thread-8986) [ x:collection1]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 2323233 INFO (Thread-8986) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1550a2d0[collection1] main]
[junit4] 2> 2323233 INFO (Thread-8986) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@e2a9e31
[junit4] 2> 2323233 INFO
(searcherExecutor-9866-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1550a2d0[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.7.0):c1)))}
[junit4] 2> 2323234 INFO (Thread-8986) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 2323249 INFO (qtp1145688097-110427) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/select
params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=1 status=0 QTime=0
[junit4] 2> 2323250 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[2DBAFA55B53CAE93])
[ ] o.a.s.h.TestReplicationHandler Waited for 600ms and found 1 docs
[junit4] 2> 2323251 INFO (qtp105057604-110411) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 2323253 INFO (qtp105057604-110409) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 2323258 INFO (qtp105057604-110408) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={slave=false&qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 2323259 INFO (qtp1145688097-110427) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=3
[junit4] 2> 2323260 INFO (qtp105057604-110410) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={_trace=assertVersions&qt=/replication&wt=javabin&version=2&command=indexversion}
status=0 QTime=0
[junit4] 2> 2323262 INFO (qtp1145688097-110430) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=/solr path=/replication
params={_trace=assertVersions&qt=/replication&wt=javabin&version=2&command=indexversion}
status=0 QTime=0
[junit4] 2> 2323262 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[2DBAFA55B53CAE93])
[ ] o.a.s.SolrTestCaseJ4 ###Ending doTestIndexAndConfigReplication
[junit4] 2> 2323264 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[2DBAFA55B53CAE93])
[ ] o.e.j.s.AbstractConnector Stopped
ServerConnector@5d3b6ee6{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 2323264 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[2DBAFA55B53CAE93])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2001664150
[junit4] 2> 2323267 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[2DBAFA55B53CAE93])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 2323267 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[2DBAFA55B53CAE93])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
[junit4] 2> 2323267 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[2DBAFA55B53CAE93])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
[junit4] 2> 2323268 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[2DBAFA55B53CAE93])
[ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2323268 INFO (coreCloseExecutor-9871-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@3d1ca0b5
[junit4] 2> 2323268 INFO (coreCloseExecutor-9871-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1
[junit4] 2> 2323269 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[2DBAFA55B53CAE93])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4caefb90{/solr,null,UNAVAILABLE}
[junit4] 2> 2323272 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[2DBAFA55B53CAE93])
[ ] o.e.j.s.AbstractConnector Stopped
ServerConnector@4c75309e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 2323272 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[2DBAFA55B53CAE93])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1668510642
[junit4] 2> 2323272 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[2DBAFA55B53CAE93])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 2323272 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[2DBAFA55B53CAE93])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
[junit4] 2> 2323272 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[2DBAFA55B53CAE93])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
[junit4] 2> 2323277 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[2DBAFA55B53CAE93])
[ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2323283 INFO (coreCloseExecutor-9873-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@5e4ca263
[junit4] 2> 2323284 INFO (coreCloseExecutor-9873-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1
[junit4] 2> 2323284 INFO
(TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[2DBAFA55B53CAE93])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4941ce30{/solr,null,UNAVAILABLE}
[junit4] 2> 2323286 INFO
(SUITE-TestReplicationHandler-seed#[2DBAFA55B53CAE93]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_2DBAFA55B53CAE93-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{name=PostingsFormat(name=LuceneVarGapDocFreqInterval),
id=PostingsFormat(name=LuceneVarGapDocFreqInterval),
newname=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{},
maxPointsInLeafNode=1698, maxMBSortInHeap=7.204611077173485,
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=es-PY,
timezone=Europe/Oslo
[junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation
1.8.0_121 (64-bit)/cpus=4,threads=1,free=319047544,total=478674944
[junit4] 2> NOTE: All tests run in this JVM: [TestBadConfig,
FileBasedSpellCheckerTest, SolrGangliaReporterTest,
TestLeaderElectionWithEmptyReplica, HighlighterConfigTest, TestSchemaResource,
CoreAdminCreateDiscoverTest, CacheHeaderTest, HdfsSyncSliceTest,
MBeansHandlerTest, OverseerStatusTest, TestReloadAndDeleteDocs,
DistributedQueryElevationComponentTest, FastVectorHighlighterTest,
ShufflingReplicaListTransformerTest, SuggestComponentTest, TestRangeQuery,
TestFaceting, AliasIntegrationTest, DocValuesNotIndexedTest,
SynonymTokenizerTest, LeaderElectionIntegrationTest, TestFieldSortValues,
BasicDistributedZkTest, DeleteNodeTest, TestCrossCoreJoin,
XsltUpdateRequestHandlerTest, RecoveryAfterSoftCommitTest, TestSearcherReuse,
DistributedFacetPivotSmallAdvancedTest, TestBlobHandler,
BasicAuthIntegrationTest, TestStandardQParsers, TestDocumentBuilder,
TestScoreJoinQPScore, ConfigSetsAPITest, SecurityConfHandlerTest,
NotRequiredUniqueKeyTest, ChangedSchemaMergeTest,
DistribJoinFromCollectionTest, CollectionsAPIAsyncDistributedZkTest,
DistributedFacetExistsSmallTest, TestClassNameShortening,
TestInPlaceUpdatesDistrib, TestReRankQParserPlugin, TestStressLiveNodes,
TestFieldCacheSanityChecker, HdfsUnloadDistributedZkTest, TestMacros,
SortSpecParsingTest, TestReplicationHandlerBackup,
DistributedQueryComponentCustomSortTest, TestBlendedInfixSuggestions,
TestBackupRepositoryFactory, HdfsChaosMonkeySafeLeaderTest, TestXmlQParser,
FacetPivotSmallTest, SpatialRPTFieldTypeTest, TestComponentsName,
JavabinLoaderTest, TestHighlightDedupGrouping, RegexBoostProcessorTest,
TestManagedResourceStorage, SolrCoreTest, TestNumericTerms32,
TestGeoJSONResponseWriter, PathHierarchyTokenizerFactoryTest,
TestClusterStateMutator, OutputWriterTest, TestPushWriter,
TestLocalFSCloudBackupRestore, TestPerFieldSimilarity,
QueryElevationComponentTest, SolrRequestParserTest, HdfsRecoverLeaseTest,
SolrMetricManagerTest, TestRandomFaceting, AddBlockUpdateTest, TestFastWriter,
TestRemoteStreaming, DocumentAnalysisRequestHandlerTest, TestCodecSupport,
TestLazyCores, CdcrReplicationHandlerTest, TestExactSharedStatsCache,
TestHashQParserPlugin, TestHttpShardHandlerFactory, TestSolrConfigHandler,
TestDocSet, TestJsonFacets, ConfigureRecoveryStrategyTest, BitVectorTest,
TestConfigSetProperties, DefaultValueUpdateProcessorTest, TestCloudRecovery,
TestAuthorizationFramework, SignatureUpdateProcessorFactoryTest,
TestSolr4Spatial, TestReplicationHandler]
[junit4] Completed [322/714 (2!)] on J0 in 940.81s, 16 tests, 1 failure, 1
skipped <<< FAILURES!
[...truncated 44710 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]