Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.3/66/
3 tests failed.
FAILED: org.apache.solr.cloud.MoveReplicaHDFSTest.test
Error Message:
expected not same
Stack Trace:
java.lang.AssertionError: expected not same
at
__randomizedtesting.SeedInfo.seed([7CA40E24E8ED5D69:F4F031FE46113091]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failSame(Assert.java:819)
at org.junit.Assert.assertNotSame(Assert.java:798)
at org.junit.Assert.assertNotSame(Assert.java:811)
at org.apache.solr.cloud.MoveReplicaTest.test(MoveReplicaTest.java:147)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
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:748)
FAILED:
junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler
Error Message:
ObjectTracker found 5 object(s) that were not released!!!
[MockDirectoryWrapper, RawDirectoryWrapper, InternalHttpClient,
MockDirectoryWrapper, SolrCore]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.lucene.store.MockDirectoryWrapper at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:368) at
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:745) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:969) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:881) at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1251)
at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:765)
at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
at java.util.concurrent.FutureTask.run(FutureTask.java:266) at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.lucene.store.RawDirectoryWrapper at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
at
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
at
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
at
org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1192)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.http.impl.client.InternalHttpClient at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
at
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
at
org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272) at
org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1223)
at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:696)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1003) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:881) at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1251)
at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:765)
at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
at java.util.concurrent.FutureTask.run(FutureTask.java:266) at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.lucene.store.MockDirectoryWrapper at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98) at
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:777) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:969) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:881) at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1251)
at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:765)
at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
at java.util.concurrent.FutureTask.run(FutureTask.java:266) at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.solr.core.SolrCore at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1058) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:881) at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1251)
at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:765)
at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
at java.util.concurrent.FutureTask.run(FutureTask.java:266) at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748) expected null, but
was:<ObjectTracker found 5 object(s) that were not released!!!
[MockDirectoryWrapper, RawDirectoryWrapper, InternalHttpClient,
MockDirectoryWrapper, SolrCore]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.lucene.store.MockDirectoryWrapper at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:368) at
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:745) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:969) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:881) at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1251)
at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:765)
at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
at java.util.concurrent.FutureTask.run(FutureTask.java:266) at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.lucene.store.RawDirectoryWrapper at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
at
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
at
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
at
org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1192)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.http.impl.client.InternalHttpClient at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
at
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
at
org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272) at
org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1223)
at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:696)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1003) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:881) at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1251)
at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:765)
at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
at java.util.concurrent.FutureTask.run(FutureTask.java:266) at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.lucene.store.MockDirectoryWrapper at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98) at
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:777) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:969) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:881) at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1251)
at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:765)
at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
at java.util.concurrent.FutureTask.run(FutureTask.java:266) at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.solr.core.SolrCore at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1058) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:881) at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1251)
at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:765)
at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
at java.util.concurrent.FutureTask.run(FutureTask.java:266) at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748) >
Stack Trace:
java.lang.AssertionError: ObjectTracker found 5 object(s) that were not
released!!! [MockDirectoryWrapper, RawDirectoryWrapper, InternalHttpClient,
MockDirectoryWrapper, SolrCore]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.lucene.store.MockDirectoryWrapper
at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:368)
at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:745)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:969)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:881)
at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1251)
at
org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:765)
at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.lucene.store.RawDirectoryWrapper
at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
at
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
at
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
at
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
at
org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1192)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.http.impl.client.InternalHttpClient
at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
at
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
at
org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
at
org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1223)
at
org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:696)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1003)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:881)
at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1251)
at
org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:765)
at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.lucene.store.MockDirectoryWrapper
at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:777)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:969)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:881)
at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1251)
at
org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:765)
at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.solr.core.SolrCore
at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1058)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:881)
at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1251)
at
org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:765)
at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
expected null, but was:<ObjectTracker found 5 object(s) that were not
released!!! [MockDirectoryWrapper, RawDirectoryWrapper, InternalHttpClient,
MockDirectoryWrapper, SolrCore]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.lucene.store.MockDirectoryWrapper
at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:368)
at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:745)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:969)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:881)
at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1251)
at
org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:765)
at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.lucene.store.RawDirectoryWrapper
at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
at
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
at
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
at
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
at
org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1192)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.http.impl.client.InternalHttpClient
at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
at
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
at
org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
at
org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1223)
at
org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:696)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1003)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:881)
at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1251)
at
org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:765)
at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.lucene.store.MockDirectoryWrapper
at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:777)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:969)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:881)
at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1251)
at
org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:765)
at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.solr.core.SolrCore
at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1058)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:881)
at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1251)
at
org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:765)
at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
>
at __randomizedtesting.SeedInfo.seed([7CA40E24E8ED5D69]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotNull(Assert.java:755)
at org.junit.Assert.assertNull(Assert.java:737)
at
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:342)
at sun.reflect.GeneratedMethodAccessor160.invoke(Unknown Source)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:901)
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:748)
FAILED: org.apache.lucene.document.TestXYPolygonShapeQueries.testRandomBig
Error Message:
Java heap space
Stack Trace:
java.lang.OutOfMemoryError: Java heap space
at
__randomizedtesting.SeedInfo.seed([C966C34369070F3E:4E31BECCF85E73BE]:0)
at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
at
org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
at
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
at
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
at
org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:67)
at
org.apache.lucene.util.bkd.BKDRadixSelector.offlinePartition(BKDRadixSelector.java:285)
at
org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:258)
at
org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1594)
at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1611)
at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:785)
at
org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
at
org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
at
org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
at
org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
at
org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
at
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1991)
at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1940)
at
org.apache.lucene.document.BaseShapeTestCase.indexRandomShapes(BaseShapeTestCase.java:242)
at
org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:211)
at
org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:137)
at
org.apache.lucene.document.TestXYPolygonShapeQueries.testRandomBig(TestXYPolygonShapeQueries.java:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Build Log:
[...truncated 10986 lines...]
[junit4] Suite: org.apache.lucene.document.TestXYPolygonShapeQueries
[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=TestXYPolygonShapeQueries -Dtests.method=testRandomBig
-Dtests.seed=C966C34369070F3E -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/test-data/enwiki.random.lines.txt
-Dtests.locale=sr-RS -Dtests.timezone=Etc/UCT -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 182s J0 | TestXYPolygonShapeQueries.testRandomBig <<<
[junit4] > Throwable #1: java.lang.OutOfMemoryError: Java heap space
[junit4] > at
__randomizedtesting.SeedInfo.seed([C966C34369070F3E:4E31BECCF85E73BE]:0)
[junit4] > at
org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
[junit4] > at
org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
[junit4] > at
org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
[junit4] > at
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
[junit4] > at
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
[junit4] > at
org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:67)
[junit4] > at
org.apache.lucene.util.bkd.BKDRadixSelector.offlinePartition(BKDRadixSelector.java:285)
[junit4] > at
org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:258)
[junit4] > at
org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
[junit4] > at
org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1594)
[junit4] > at
org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1611)
[junit4] > at
org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:785)
[junit4] > at
org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
[junit4] > at
org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
[junit4] > at
org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
[junit4] > at
org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
[junit4] > at
org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
[junit4] > at
org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
[junit4] > at
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
[junit4] > at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
[junit4] > at
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
[junit4] > at
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
[junit4] > at
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
[junit4] > at
org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1991)
[junit4] > at
org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1940)
[junit4] > at
org.apache.lucene.document.BaseShapeTestCase.indexRandomShapes(BaseShapeTestCase.java:242)
[junit4] > at
org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:211)
[junit4] > at
org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:137)
[junit4] > at
org.apache.lucene.document.TestXYPolygonShapeQueries.testRandomBig(TestXYPolygonShapeQueries.java:123)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/lucene/build/sandbox/test/J0/temp/lucene.document.TestXYPolygonShapeQueries_C966C34369070F3E-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80):
{id=BlockTreeOrds(blocksize=128)},
docValues:{shape=DocValuesFormat(name=Lucene80),
id=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=732,
maxMBSortInHeap=6.255206997719534,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@20d8cda6),
locale=sr-RS, timezone=Etc/UCT
[junit4] 2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=1,free=243671456,total=517472256
[junit4] 2> NOTE: All tests run in this JVM:
[TestLargeNumHitsTopDocsCollector, TestXYPolygonShapeQueries]
[junit4] Completed [11/38 (1!)] on J0 in 276.89s, 5 tests, 1 error <<<
FAILURES!
[...truncated 80 lines...]
[junit4] JVM J0: stdout was not empty, see:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/lucene/build/sandbox/test/temp/junit4-J0-20191128_131228_8533874394453233625846.sysout
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: Java heap space
[junit4] Dumping heap to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/heapdumps/java_pid16813.hprof
...
[junit4] Heap dump file created [428265514 bytes in 0.601 secs]
[junit4] <<< JVM J0: EOF ----
[...truncated 3990 lines...]
[junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
[junit4] 2> 3203852 INFO
(SUITE-MoveReplicaHDFSTest-seed#[7CA40E24E8ED5D69]-worker) [ ]
o.a.s.SolrTestCaseJ4 Created dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_7CA40E24E8ED5D69-001/data-dir-193-001
[junit4] 2> 3203852 WARN
(SUITE-MoveReplicaHDFSTest-seed#[7CA40E24E8ED5D69]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
[junit4] 2> 3203852 INFO
(SUITE-MoveReplicaHDFSTest-seed#[7CA40E24E8ED5D69]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 3203853 INFO
(SUITE-MoveReplicaHDFSTest-seed#[7CA40E24E8ED5D69]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 3203853 INFO
(SUITE-MoveReplicaHDFSTest-seed#[7CA40E24E8ED5D69]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 3203897 WARN
(SUITE-MoveReplicaHDFSTest-seed#[7CA40E24E8ED5D69]-worker) [ ]
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 3203904 WARN
(SUITE-MoveReplicaHDFSTest-seed#[7CA40E24E8ED5D69]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 3203905 INFO
(SUITE-MoveReplicaHDFSTest-seed#[7CA40E24E8ED5D69]-worker) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
[junit4] 2> 3203906 INFO
(SUITE-MoveReplicaHDFSTest-seed#[7CA40E24E8ED5D69]-worker) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3203906 INFO
(SUITE-MoveReplicaHDFSTest-seed#[7CA40E24E8ED5D69]-worker) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3203906 INFO
(SUITE-MoveReplicaHDFSTest-seed#[7CA40E24E8ED5D69]-worker) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 3203906 INFO
(SUITE-MoveReplicaHDFSTest-seed#[7CA40E24E8ED5D69]-worker) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@33519949{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
[junit4] 2> 3203999 INFO
(SUITE-MoveReplicaHDFSTest-seed#[7CA40E24E8ED5D69]-worker) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.w.WebAppContext@42d9400b{hdfs,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J1/temp/jetty-localhost.localdomain-40209-hdfs-_-any-7339286705528865714.dir/webapp/,AVAILABLE}{/hdfs}
[junit4] 2> 3203999 INFO
(SUITE-MoveReplicaHDFSTest-seed#[7CA40E24E8ED5D69]-worker) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@3ff1c3a0{HTTP/1.1,[http/1.1]}{localhost.localdomain:40209}
[junit4] 2> 3203999 INFO
(SUITE-MoveReplicaHDFSTest-seed#[7CA40E24E8ED5D69]-worker) [ ]
o.e.j.s.Server Started @3204035ms
[junit4] 2> 3204067 WARN
(SUITE-MoveReplicaHDFSTest-seed#[7CA40E24E8ED5D69]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 3204068 INFO
(SUITE-MoveReplicaHDFSTest-seed#[7CA40E24E8ED5D69]-worker) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
[junit4] 2> 3204068 INFO
(SUITE-MoveReplicaHDFSTest-seed#[7CA40E24E8ED5D69]-worker) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3204068 INFO
(SUITE-MoveReplicaHDFSTest-seed#[7CA40E24E8ED5D69]-worker) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3204068 INFO
(SUITE-MoveReplicaHDFSTest-seed#[7CA40E24E8ED5D69]-worker) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 3204069 INFO
(SUITE-MoveReplicaHDFSTest-seed#[7CA40E24E8ED5D69]-worker) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3e2f71fd{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
[junit4] 2> 3204161 INFO
(SUITE-MoveReplicaHDFSTest-seed#[7CA40E24E8ED5D69]-worker) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.w.WebAppContext@599ec6f9{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J1/temp/jetty-localhost-33745-datanode-_-any-5337558027823423333.dir/webapp/,AVAILABLE}{/datanode}
[junit4] 2> 3204161 INFO
(SUITE-MoveReplicaHDFSTest-seed#[7CA40E24E8ED5D69]-worker) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@28ad969f{HTTP/1.1,[http/1.1]}{localhost:33745}
[junit4] 2> 3204161 INFO
(SUITE-MoveReplicaHDFSTest-seed#[7CA40E24E8ED5D69]-worker) [ ]
o.e.j.s.Server Started @3204197ms
[junit4] 2> 3204296 INFO (Block report processor) [ ]
BlockStateChange BLOCK* processReport 0xb3fcd4835dbe0409: Processing first
storage report for DS-c75917d9-4580-471d-a19c-f54945993b4f from datanode
261d00cc-c5d3-4a6c-923c-1e74c3390d41
[junit4] 2> 3204296 INFO (Block report processor) [ ]
BlockStateChange BLOCK* processReport 0xb3fcd4835dbe0409: from storage
DS-c75917d9-4580-471d-a19c-f54945993b4f node
DatanodeRegistration(127.0.0.1:44157,
datanodeUuid=261d00cc-c5d3-4a6c-923c-1e74c3390d41, infoPort=43437,
infoSecurePort=0, ipcPort=38131,
storageInfo=lv=-57;cid=testClusterID;nsid=1215261039;c=1574952383035), blocks:
0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
[junit4] 2> 3204296 INFO (Block report processor) [ ]
BlockStateChange BLOCK* processReport 0xb3fcd4835dbe0409: Processing first
storage report for DS-b705f8c6-50bb-44df-bb25-5b4ac15f025e from datanode
261d00cc-c5d3-4a6c-923c-1e74c3390d41
[junit4] 2> 3204296 INFO (Block report processor) [ ]
BlockStateChange BLOCK* processReport 0xb3fcd4835dbe0409: from storage
DS-b705f8c6-50bb-44df-bb25-5b4ac15f025e node
DatanodeRegistration(127.0.0.1:44157,
datanodeUuid=261d00cc-c5d3-4a6c-923c-1e74c3390d41, infoPort=43437,
infoSecurePort=0, ipcPort=38131,
storageInfo=lv=-57;cid=testClusterID;nsid=1215261039;c=1574952383035), blocks:
0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
[junit4] IGNOR/A 0.00s J1 | MoveReplicaHDFSTest.testNormalFailedMove
[junit4] > Assumption #1: 'badapple' test group is disabled
(@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
[junit4] IGNOR/A 0.00s J1 | MoveReplicaHDFSTest.testFailedMove
[junit4] > Assumption #1: 'awaitsfix' test group is disabled
(@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/SOLR-12080))
[junit4] 2> 3204422 INFO
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[7CA40E24E8ED5D69]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testNormalMove
[junit4] 2> 3204423 INFO
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[7CA40E24E8ED5D69]) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_7CA40E24E8ED5D69-001/tempDir-002
[junit4] 2> 3204423 INFO
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[7CA40E24E8ED5D69]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 3204424 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 3204424 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 3204524 INFO
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[7CA40E24E8ED5D69]) [ ]
o.a.s.c.ZkTestServer start zk server on port:43349
[junit4] 2> 3204524 INFO
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[7CA40E24E8ED5D69]) [ ]
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:43349
[junit4] 2> 3204524 INFO
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[7CA40E24E8ED5D69]) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43349
[junit4] 2> 3204524 INFO
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[7CA40E24E8ED5D69]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 43349
[junit4] 2> 3204525 INFO
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[7CA40E24E8ED5D69]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3204527 INFO (zkConnectionManagerCallback-14754-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3204527 INFO
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[7CA40E24E8ED5D69]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3204530 INFO
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[7CA40E24E8ED5D69]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3204530 INFO (zkConnectionManagerCallback-14756-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3204530 INFO
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[7CA40E24E8ED5D69]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3204531 INFO
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[7CA40E24E8ED5D69]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3204531 INFO (zkConnectionManagerCallback-14758-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3204531 INFO
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[7CA40E24E8ED5D69]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3204633 WARN (jetty-launcher-14759-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 3204633 WARN (jetty-launcher-14759-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 3204633 WARN (jetty-launcher-14759-thread-3) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 3204633 INFO (jetty-launcher-14759-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 3204633 INFO (jetty-launcher-14759-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 3204633 WARN (jetty-launcher-14759-thread-4) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 3204633 INFO (jetty-launcher-14759-thread-1) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
[junit4] 2> 3204633 INFO (jetty-launcher-14759-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 3204633 INFO (jetty-launcher-14759-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 3204633 INFO (jetty-launcher-14759-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 3204633 INFO (jetty-launcher-14759-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 3204633 INFO (jetty-launcher-14759-thread-2) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
[junit4] 2> 3204633 INFO (jetty-launcher-14759-thread-3) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
[junit4] 2> 3204633 INFO (jetty-launcher-14759-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 3204633 INFO (jetty-launcher-14759-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 3204633 INFO (jetty-launcher-14759-thread-4) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
[junit4] 2> 3204635 INFO (jetty-launcher-14759-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3204635 INFO (jetty-launcher-14759-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3204635 INFO (jetty-launcher-14759-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 3204635 INFO (jetty-launcher-14759-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3204635 INFO (jetty-launcher-14759-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3204635 INFO (jetty-launcher-14759-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 3204635 INFO (jetty-launcher-14759-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3204635 INFO (jetty-launcher-14759-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3204635 INFO (jetty-launcher-14759-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 3204635 INFO (jetty-launcher-14759-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@a0d91fc{/solr,null,AVAILABLE}
[junit4] 2> 3204635 INFO (jetty-launcher-14759-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@51741df1{/solr,null,AVAILABLE}
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@65a9a68c{/solr,null,AVAILABLE}
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@47aec781{/solr,null,AVAILABLE}
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6c9be7d2{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:32939}
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-1) [ ]
o.e.j.s.Server Started @3204672ms
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=32939}
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@69fe3c2c{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:40067}
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-2) [ ]
o.e.j.s.Server Started @3204672ms
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40067}
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@5cbae55e{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:43009}
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-3) [ ]
o.e.j.s.Server Started @3204672ms
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43009}
[junit4] 2> 3204636 ERROR (jetty-launcher-14759-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3204636 ERROR (jetty-launcher-14759-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3204636 ERROR (jetty-launcher-14759-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.3.1
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.3.1
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.3.1
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-11-28T14:46:23.808Z
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-11-28T14:46:23.808Z
[junit4] 2> 3204636 INFO (jetty-launcher-14759-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-11-28T14:46:23.808Z
[junit4] 2> 3204637 INFO (jetty-launcher-14759-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@1502d17f{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:45507}
[junit4] 2> 3204637 INFO (jetty-launcher-14759-thread-4) [ ]
o.e.j.s.Server Started @3204672ms
[junit4] 2> 3204637 INFO (jetty-launcher-14759-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45507}
[junit4] 2> 3204637 ERROR (jetty-launcher-14759-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3204637 INFO (jetty-launcher-14759-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3204637 INFO (jetty-launcher-14759-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.3.1
[junit4] 2> 3204637 INFO (jetty-launcher-14759-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3204637 INFO (jetty-launcher-14759-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3204637 INFO (jetty-launcher-14759-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-11-28T14:46:23.809Z
[junit4] 2> 3204637 INFO (jetty-launcher-14759-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3204638 INFO (jetty-launcher-14759-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3204638 INFO (jetty-launcher-14759-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3204638 INFO (jetty-launcher-14759-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3204639 INFO (zkConnectionManagerCallback-14765-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3204639 INFO (jetty-launcher-14759-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3204639 INFO (zkConnectionManagerCallback-14761-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3204639 INFO (jetty-launcher-14759-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3204639 INFO (jetty-launcher-14759-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3204639 INFO (zkConnectionManagerCallback-14763-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3204639 INFO (jetty-launcher-14759-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3204639 INFO (zkConnectionManagerCallback-14767-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3204639 INFO (jetty-launcher-14759-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3204639 INFO (jetty-launcher-14759-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3204639 INFO (jetty-launcher-14759-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3204639 INFO (jetty-launcher-14759-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3204642 INFO (jetty-launcher-14759-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 3204642 INFO (jetty-launcher-14759-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 3204642 INFO (jetty-launcher-14759-thread-4) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 3204642 INFO (jetty-launcher-14759-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 3204642 INFO (jetty-launcher-14759-thread-4) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 3204653 INFO (jetty-launcher-14759-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 3204655 INFO (jetty-launcher-14759-thread-3) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5789c771, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 3204655 INFO (jetty-launcher-14759-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5789c771, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 3204655 INFO (jetty-launcher-14759-thread-4) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5789c771, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 3204655 INFO (jetty-launcher-14759-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 3204655 INFO (jetty-launcher-14759-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 3204656 INFO (jetty-launcher-14759-thread-2) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5789c771, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 3204827 INFO (jetty-launcher-14759-thread-4) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 3204827 WARN (jetty-launcher-14759-thread-4) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@c542ce[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3204827 WARN (jetty-launcher-14759-thread-4) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@c542ce[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3204829 WARN (jetty-launcher-14759-thread-4) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@5e155229[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3204829 WARN (jetty-launcher-14759-thread-4) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@5e155229[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3204830 INFO (jetty-launcher-14759-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43349/solr
[junit4] 2> 3204831 INFO (jetty-launcher-14759-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3204832 INFO (zkConnectionManagerCallback-14775-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3204832 INFO (jetty-launcher-14759-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3204869 INFO (jetty-launcher-14759-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 3204869 WARN (jetty-launcher-14759-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@5a759be6[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3204869 WARN (jetty-launcher-14759-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@5a759be6[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3204871 WARN (jetty-launcher-14759-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@ea806b0[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3204871 WARN (jetty-launcher-14759-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@ea806b0[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3204872 INFO (jetty-launcher-14759-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43349/solr
[junit4] 2> 3204872 INFO (jetty-launcher-14759-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3204879 INFO (zkConnectionManagerCallback-14783-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3204879 INFO (jetty-launcher-14759-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3204889 INFO (jetty-launcher-14759-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 3204890 WARN (jetty-launcher-14759-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@37bff1c[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3204890 WARN (jetty-launcher-14759-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@37bff1c[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3204891 WARN (jetty-launcher-14759-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@79b2b694[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3204891 WARN (jetty-launcher-14759-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@79b2b694[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3204892 INFO (jetty-launcher-14759-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43349/solr
[junit4] 2> 3204893 INFO (jetty-launcher-14759-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3204894 INFO (zkConnectionManagerCallback-14789-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3204894 INFO (jetty-launcher-14759-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3204900 INFO (jetty-launcher-14759-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 3204901 WARN (jetty-launcher-14759-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@7d4dcd55[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3204901 WARN (jetty-launcher-14759-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@7d4dcd55[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3204902 WARN (jetty-launcher-14759-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@ac6ce1e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3204902 WARN (jetty-launcher-14759-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@ac6ce1e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3204903 INFO (jetty-launcher-14759-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43349/solr
[junit4] 2> 3204903 INFO (jetty-launcher-14759-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3204904 INFO (zkConnectionManagerCallback-14795-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3204904 INFO (jetty-launcher-14759-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3204960 INFO (jetty-launcher-14759-thread-4)
[n:127.0.0.1:45507_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3204960 INFO (zkConnectionManagerCallback-14797-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3204960 INFO (jetty-launcher-14759-thread-4)
[n:127.0.0.1:45507_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3205000 INFO (jetty-launcher-14759-thread-4)
[n:127.0.0.1:45507_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:45507_solr
[junit4] 2> 3205000 INFO (jetty-launcher-14759-thread-4)
[n:127.0.0.1:45507_solr ] o.a.s.c.Overseer Overseer
(id=72802998984245259-127.0.0.1:45507_solr-n_0000000000) starting
[junit4] 2> 3205003 INFO
(OverseerStateUpdate-72802998984245259-127.0.0.1:45507_solr-n_0000000000)
[n:127.0.0.1:45507_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:45507_solr
[junit4] 2> 3205007 INFO (jetty-launcher-14759-thread-4)
[n:127.0.0.1:45507_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45507_solr
[junit4] 2> 3205008 INFO (zkCallback-14796-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3205020 INFO (jetty-launcher-14759-thread-4)
[n:127.0.0.1:45507_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3205030 INFO (jetty-launcher-14759-thread-4)
[n:127.0.0.1:45507_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5789c771
[junit4] 2> 3205034 INFO (jetty-launcher-14759-thread-4)
[n:127.0.0.1:45507_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5789c771
[junit4] 2> 3205035 INFO (jetty-launcher-14759-thread-4)
[n:127.0.0.1:45507_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5789c771
[junit4] 2> 3205035 INFO (jetty-launcher-14759-thread-4)
[n:127.0.0.1:45507_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_7CA40E24E8ED5D69-001/tempDir-002/node4/.
[junit4] 2> 3205060 INFO (jetty-launcher-14759-thread-2)
[n:127.0.0.1:40067_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3205061 INFO (zkConnectionManagerCallback-14803-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3205061 INFO (jetty-launcher-14759-thread-2)
[n:127.0.0.1:40067_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3205064 INFO (jetty-launcher-14759-thread-2)
[n:127.0.0.1:40067_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 3205066 INFO (jetty-launcher-14759-thread-2)
[n:127.0.0.1:40067_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:40067_solr as DOWN
[junit4] 2> 3205067 INFO (jetty-launcher-14759-thread-2)
[n:127.0.0.1:40067_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 3205067 INFO (jetty-launcher-14759-thread-2)
[n:127.0.0.1:40067_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40067_solr
[junit4] 2> 3205068 INFO (zkCallback-14796-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3205068 INFO (zkCallback-14802-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3205079 INFO (jetty-launcher-14759-thread-2)
[n:127.0.0.1:40067_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3205090 INFO (jetty-launcher-14759-thread-2)
[n:127.0.0.1:40067_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5789c771
[junit4] 2> 3205097 INFO (jetty-launcher-14759-thread-2)
[n:127.0.0.1:40067_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5789c771
[junit4] 2> 3205097 INFO (jetty-launcher-14759-thread-2)
[n:127.0.0.1:40067_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5789c771
[junit4] 2> 3205097 INFO (jetty-launcher-14759-thread-2)
[n:127.0.0.1:40067_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_7CA40E24E8ED5D69-001/tempDir-002/node2/.
[junit4] 2> 3205161 INFO (jetty-launcher-14759-thread-3)
[n:127.0.0.1:43009_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3205161 INFO (zkConnectionManagerCallback-14809-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3205162 INFO (jetty-launcher-14759-thread-3)
[n:127.0.0.1:43009_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3205165 INFO (jetty-launcher-14759-thread-3)
[n:127.0.0.1:43009_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 3205167 INFO (jetty-launcher-14759-thread-3)
[n:127.0.0.1:43009_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:43009_solr as DOWN
[junit4] 2> 3205168 INFO (jetty-launcher-14759-thread-3)
[n:127.0.0.1:43009_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 3205168 INFO (jetty-launcher-14759-thread-3)
[n:127.0.0.1:43009_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43009_solr
[junit4] 2> 3205169 INFO (zkCallback-14802-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3205169 INFO (zkCallback-14796-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3205173 INFO (zkCallback-14808-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3205193 INFO (jetty-launcher-14759-thread-3)
[n:127.0.0.1:43009_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3205203 INFO (jetty-launcher-14759-thread-3)
[n:127.0.0.1:43009_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5789c771
[junit4] 2> 3205210 INFO (jetty-launcher-14759-thread-3)
[n:127.0.0.1:43009_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5789c771
[junit4] 2> 3205210 INFO (jetty-launcher-14759-thread-3)
[n:127.0.0.1:43009_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5789c771
[junit4] 2> 3205211 INFO (jetty-launcher-14759-thread-3)
[n:127.0.0.1:43009_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_7CA40E24E8ED5D69-001/tempDir-002/node3/.
[junit4] 2> 3205261 INFO (jetty-launcher-14759-thread-1)
[n:127.0.0.1:32939_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3205262 INFO (zkConnectionManagerCallback-14815-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3205262 INFO (jetty-launcher-14759-thread-1)
[n:127.0.0.1:32939_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3205265 INFO (jetty-launcher-14759-thread-1)
[n:127.0.0.1:32939_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 3205267 INFO (jetty-launcher-14759-thread-1)
[n:127.0.0.1:32939_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:32939_solr as DOWN
[junit4] 2> 3205268 INFO (jetty-launcher-14759-thread-1)
[n:127.0.0.1:32939_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 3205268 INFO (jetty-launcher-14759-thread-1)
[n:127.0.0.1:32939_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:32939_solr
[junit4] 2> 3205269 INFO (zkCallback-14802-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 3205269 INFO (zkCallback-14808-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 3205269 INFO (zkCallback-14796-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 3205269 INFO (zkCallback-14814-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 3205280 INFO (jetty-launcher-14759-thread-1)
[n:127.0.0.1:32939_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3205291 INFO (jetty-launcher-14759-thread-1)
[n:127.0.0.1:32939_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5789c771
[junit4] 2> 3205298 INFO (jetty-launcher-14759-thread-1)
[n:127.0.0.1:32939_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5789c771
[junit4] 2> 3205298 INFO (jetty-launcher-14759-thread-1)
[n:127.0.0.1:32939_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5789c771
[junit4] 2> 3205298 INFO (jetty-launcher-14759-thread-1)
[n:127.0.0.1:32939_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_7CA40E24E8ED5D69-001/tempDir-002/node1/.
[junit4] 2> 3205329 INFO
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[7CA40E24E8ED5D69]) [ ]
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
[junit4] 2> 3205330 INFO
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[7CA40E24E8ED5D69]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3205330 INFO (zkConnectionManagerCallback-14824-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3205330 INFO
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[7CA40E24E8ED5D69]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3205331 INFO
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[7CA40E24E8ED5D69]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 3205332 INFO
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[7CA40E24E8ED5D69]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43349/solr ready
[junit4] 2> 3205336 INFO (qtp1383928161-101810) [n:127.0.0.1:43009_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with
params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 3205340 INFO (qtp1383928161-101810) [n:127.0.0.1:43009_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=3
[junit4] 2> 3205340 INFO
(TEST-MoveReplicaHDFSTest.testNormalMove-seed#[7CA40E24E8ED5D69]) [ ]
o.a.s.c.MoveReplicaTest total_jettys: 4
[junit4] 2> 3205341 INFO (qtp1383928161-101811) [n:127.0.0.1:43009_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
pullReplicas=0&collection.configName=conf1&maxShardsPerNode=2&autoAddReplicas=false&name=MoveReplicaHDFSTest_coll_false&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 3205342 INFO
(OverseerThreadFactory-12965-thread-2-processing-n:127.0.0.1:45507_solr)
[n:127.0.0.1:45507_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
MoveReplicaHDFSTest_coll_false
[junit4] 2> 3205342 INFO
(OverseerCollectionConfigSetProcessor-72802998984245259-127.0.0.1:45507_solr-n_0000000000)
[n:127.0.0.1:45507_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 3205446 INFO
(OverseerStateUpdate-72802998984245259-127.0.0.1:45507_solr-n_0000000000)
[n:127.0.0.1:45507_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"MoveReplicaHDFSTest_coll_false",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"MoveReplicaHDFSTest_coll_false_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:45507/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3205448 INFO
(OverseerStateUpdate-72802998984245259-127.0.0.1:45507_solr-n_0000000000)
[n:127.0.0.1:45507_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"MoveReplicaHDFSTest_coll_false",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"MoveReplicaHDFSTest_coll_false_shard1_replica_t2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:40067/solr",
[junit4] 2> "type":"TLOG",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3205449 INFO
(OverseerStateUpdate-72802998984245259-127.0.0.1:45507_solr-n_0000000000)
[n:127.0.0.1:45507_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"MoveReplicaHDFSTest_coll_false",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"MoveReplicaHDFSTest_coll_false_shard2_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:43009/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3205450 INFO
(OverseerStateUpdate-72802998984245259-127.0.0.1:45507_solr-n_0000000000)
[n:127.0.0.1:45507_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"MoveReplicaHDFSTest_coll_false",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"MoveReplicaHDFSTest_coll_false_shard2_replica_t6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:32939/solr",
[junit4] 2> "type":"TLOG",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3205652 INFO (qtp1383928161-101813) [n:127.0.0.1:43009_solr
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4 ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_coll_false_shard2_replica_n4&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_coll_false&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 3205652 INFO (qtp1731841723-101800) [n:127.0.0.1:40067_solr
x:MoveReplicaHDFSTest_coll_false_shard1_replica_t2 ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_coll_false_shard1_replica_t2&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_coll_false&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 3205653 INFO (qtp1650197993-101793) [n:127.0.0.1:32939_solr
x:MoveReplicaHDFSTest_coll_false_shard2_replica_t6 ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_coll_false_shard2_replica_t6&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_coll_false&shard=shard2&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 3205653 INFO (qtp465910903-101791) [n:127.0.0.1:45507_solr
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1 ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_coll_false_shard1_replica_n1&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_coll_false&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 3205653 INFO (qtp465910903-101791) [n:127.0.0.1:45507_solr
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1 ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 3206667 INFO (qtp465910903-101791) [n:127.0.0.1:45507_solr
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3
x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1 ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 8.3.1
[junit4] 2> 3206667 INFO (qtp1383928161-101813) [n:127.0.0.1:43009_solr
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4 ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 8.3.1
[junit4] 2> 3206671 INFO (qtp1650197993-101793) [n:127.0.0.1:32939_solr
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8
x:MoveReplicaHDFSTest_coll_false_shard2_replica_t6 ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 8.3.1
[junit4] 2> 3206671 INFO (qtp1731841723-101800) [n:127.0.0.1:40067_solr
c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5
x:MoveReplicaHDFSTest_coll_false_shard1_replica_t2 ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 8.3.1
[junit4] 2> 3206690 INFO (qtp1383928161-101813) [n:127.0.0.1:43009_solr
c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7
x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4 ] o.a.s.s.IndexSchema
[MoveReplic
[...truncated too long message...]
$0(ExecutorUtil.java:210)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] >
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.solr.core.SolrCore
[junit4] > at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:1058)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:881)
[junit4] > at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1251)
[junit4] > at
org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:765)
[junit4] > at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] > at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > expected null, but was:<ObjectTracker found 5 object(s) that
were not released!!! [MockDirectoryWrapper, RawDirectoryWrapper,
InternalHttpClient, MockDirectoryWrapper, SolrCore]
[junit4] >
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.lucene.store.MockDirectoryWrapper
[junit4] > at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
[junit4] > at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
[junit4] > at
org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:368)
[junit4] > at
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:745)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:969)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:881)
[junit4] > at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1251)
[junit4] > at
org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:765)
[junit4] > at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] > at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] >
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.lucene.store.RawDirectoryWrapper
[junit4] > at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
[junit4] > at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
[junit4] > at
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
[junit4] > at
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
[junit4] > at
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
[junit4] > at
org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1192)
[junit4] > at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[junit4] > at
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
[junit4] > at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
[junit4] > at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] >
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.http.impl.client.InternalHttpClient
[junit4] > at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
[junit4] > at
org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
[junit4] > at
org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
[junit4] > at
org.apache.solr.handler.ReplicationHandler.inform(ReplicationHandler.java:1223)
[junit4] > at
org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:696)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:1003)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:881)
[junit4] > at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1251)
[junit4] > at
org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:765)
[junit4] > at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] > at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] >
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.lucene.store.MockDirectoryWrapper
[junit4] > at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
[junit4] > at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
[junit4] > at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
[junit4] > at
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:777)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:969)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:881)
[junit4] > at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1251)
[junit4] > at
org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:765)
[junit4] > at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] > at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] >
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.solr.core.SolrCore
[junit4] > at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:1058)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:881)
[junit4] > at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1251)
[junit4] > at
org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:765)
[junit4] > at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] > at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > >
[junit4] > at
__randomizedtesting.SeedInfo.seed([7CA40E24E8ED5D69]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:342)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] Completed [779/881 (2!)] on J1 in 608.51s, 20 tests, 1 failure <<<
FAILURES!
[...truncated 9802 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/build.xml:652:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/build.xml:586:
Some of the tests produced a heap dump, but did not fail. Maybe a suppressed
OutOfMemoryError? Dumps created:
* java_pid16813.hprof
Total time: 281 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]