Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1226/
4 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest
Error Message:
ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
at
org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:74)
at org.apache.solr.update.HdfsUpdateLog.ensureLog(HdfsUpdateLog.java:313) at
org.apache.solr.update.UpdateLog.add(UpdateLog.java:528) at
org.apache.solr.update.UpdateLog.add(UpdateLog.java:513) at
org.apache.solr.update.DirectUpdateHandler2.doNormalUpdate(DirectUpdateHandler2.java:299)
at
org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:213)
at
org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:168)
at
org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:67)
at
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:48)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:971)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1184)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:749)
at
org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:103)
at
org.apache.solr.handler.loader.JavabinLoader$1.update(JavabinLoader.java:97)
at
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readOuterMostDocIterator(JavaBinUpdateRequestCodec.java:179)
at
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readIterator(JavaBinUpdateRequestCodec.java:135)
at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:306)
at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:251) at
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readNamedList(JavaBinUpdateRequestCodec.java:121)
at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:271)
at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:251) at
org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:173) at
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.unmarshal(JavaBinUpdateRequestCodec.java:186)
at
org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:107)
at org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:54)
at
org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:166)
at org.apache.solr.core.SolrCore.execute(SolrCore.java:2402) at
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:658) at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:464) at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:296)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
at org.eclipse.jetty.server.Server.handle(Server.java:534) at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320) at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251) at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95) at
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202) at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95) at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
at java.lang.Thread.run(Thread.java:745)
Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not
released!!! [HdfsTransactionLog]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
at
org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
at
org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:74)
at
org.apache.solr.update.HdfsUpdateLog.ensureLog(HdfsUpdateLog.java:313)
at org.apache.solr.update.UpdateLog.add(UpdateLog.java:528)
at org.apache.solr.update.UpdateLog.add(UpdateLog.java:513)
at
org.apache.solr.update.DirectUpdateHandler2.doNormalUpdate(DirectUpdateHandler2.java:299)
at
org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:213)
at
org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:168)
at
org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:67)
at
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:48)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:971)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1184)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:749)
at
org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:103)
at
org.apache.solr.handler.loader.JavabinLoader$1.update(JavabinLoader.java:97)
at
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readOuterMostDocIterator(JavaBinUpdateRequestCodec.java:179)
at
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readIterator(JavaBinUpdateRequestCodec.java:135)
at
org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:306)
at
org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:251)
at
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readNamedList(JavaBinUpdateRequestCodec.java:121)
at
org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:271)
at
org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:251)
at
org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:173)
at
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.unmarshal(JavaBinUpdateRequestCodec.java:186)
at
org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:107)
at
org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:54)
at
org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:166)
at org.apache.solr.core.SolrCore.execute(SolrCore.java:2402)
at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:658)
at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:464)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:296)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
at org.eclipse.jetty.server.Server.handle(Server.java:534)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
at
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
at java.lang.Thread.run(Thread.java:745)
at __randomizedtesting.SeedInfo.seed([4D5A883BCBDDC3D6]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNull(Assert.java:551)
at
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:289)
at sun.reflect.GeneratedMethodAccessor20.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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest.test
Error Message:
There are still nodes recoverying - waited for 320 seconds
Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 320
seconds
at
__randomizedtesting.SeedInfo.seed([4D5A883BCBDDC3D6:C50EB7E16521AE2E]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:187)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:862)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForThingsToLevelOut(AbstractFullDistribZkTestBase.java:1418)
at
org.apache.solr.cloud.RestartWhileUpdatingTest.test(RestartWhileUpdatingTest.java:144)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest
Error Message:
2 threads leaked from SUITE scope at
org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest: 1) Thread[id=2271,
name=searcherExecutor-769-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745) 2) Thread[id=2235,
name=searcherExecutor-758-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE
scope at org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest:
1) Thread[id=2271, name=searcherExecutor-769-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
2) Thread[id=2235, name=searcherExecutor-758-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at __randomizedtesting.SeedInfo.seed([4D5A883BCBDDC3D6]:0)
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=2271, name=searcherExecutor-769-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745) 2) Thread[id=2235,
name=searcherExecutor-758-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=2271, name=searcherExecutor-769-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
2) Thread[id=2235, name=searcherExecutor-758-thread-1, state=WAITING,
group=TGRP-HdfsRestartWhileUpdatingTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at __randomizedtesting.SeedInfo.seed([4D5A883BCBDDC3D6]:0)
Build Log:
[...truncated 11477 lines...]
[junit4] Suite: org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_4D5A883BCBDDC3D6-001/init-core-data-001
[junit4] 2> 294599 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[4D5A883BCBDDC3D6]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 294601 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[4D5A883BCBDDC3D6]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 294601 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[4D5A883BCBDDC3D6]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /m_l/
[junit4] 2> 295403 WARN
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[4D5A883BCBDDC3D6]-worker) [ ]
o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your
platform... using builtin-java classes where applicable
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 296547 WARN
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[4D5A883BCBDDC3D6]-worker) [ ]
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 296782 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[4D5A883BCBDDC3D6]-worker) [ ]
o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via
org.mortbay.log.Slf4jLog
[junit4] 2> 296810 WARN
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[4D5A883BCBDDC3D6]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 296886 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[4D5A883BCBDDC3D6]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 296939 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[4D5A883BCBDDC3D6]-worker) [ ]
o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs
to ./temp/Jetty_localhost_39928_hdfs____.iamm2l/webapp
[junit4] 2> 298208 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[4D5A883BCBDDC3D6]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:39928
[junit4] 2> 299348 WARN
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[4D5A883BCBDDC3D6]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 299353 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[4D5A883BCBDDC3D6]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 299372 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[4D5A883BCBDDC3D6]-worker) [ ]
o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_43521_datanode____jv5a64/webapp
[junit4] 2> 299875 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[4D5A883BCBDDC3D6]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:43521
[junit4] 2> 300899 WARN
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[4D5A883BCBDDC3D6]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 300901 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[4D5A883BCBDDC3D6]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 300914 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[4D5A883BCBDDC3D6]-worker) [ ]
o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_40688_datanode____.e06uzj/webapp
[junit4] 2> 301460 INFO
(SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[4D5A883BCBDDC3D6]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:40688
[junit4] 2> 302850 INFO (IPC Server handler 6 on 45057) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-1c04c037-2964-4c61-b20f-47b20655eaaf node
DatanodeRegistration(127.0.0.1:42550,
datanodeUuid=a860bc07-6357-44ca-b920-4ae4d020b990, infoPort=48228,
infoSecurePort=0, ipcPort=44413,
storageInfo=lv=-56;cid=testClusterID;nsid=1545857375;c=0), blocks: 0,
hasStaleStorage: true, processing time: 3 msecs
[junit4] 2> 302850 INFO (IPC Server handler 6 on 45057) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-2d702f2d-8d5f-4326-a24b-857ad9f13563 node
DatanodeRegistration(127.0.0.1:42550,
datanodeUuid=a860bc07-6357-44ca-b920-4ae4d020b990, infoPort=48228,
infoSecurePort=0, ipcPort=44413,
storageInfo=lv=-56;cid=testClusterID;nsid=1545857375;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 302865 INFO (IPC Server handler 5 on 45057) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-b3958add-3d73-4f54-b225-87d01eaa47ca node
DatanodeRegistration(127.0.0.1:50521,
datanodeUuid=c679bb11-56c6-4e0b-89ec-5507e2cfcbff, infoPort=55980,
infoSecurePort=0, ipcPort=41417,
storageInfo=lv=-56;cid=testClusterID;nsid=1545857375;c=0), blocks: 0,
hasStaleStorage: true, processing time: 1 msecs
[junit4] 2> 302865 INFO (IPC Server handler 5 on 45057) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-5566d71b-fef2-4a7d-9855-6fee11da32e3 node
DatanodeRegistration(127.0.0.1:50521,
datanodeUuid=c679bb11-56c6-4e0b-89ec-5507e2cfcbff, infoPort=55980,
infoSecurePort=0, ipcPort=41417,
storageInfo=lv=-56;cid=testClusterID;nsid=1545857375;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 303193 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 303193 INFO (Thread-876) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 303193 INFO (Thread-876) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 303293 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.ZkTestServer start zk server on port:32810
[junit4] 2> 303329 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 303331 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 303333 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 303334 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 303336 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 303337 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 303338 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 303340 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 303341 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 303343 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 303344 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 303453 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_4D5A883BCBDDC3D6-001/control-001/cores/collection1
[junit4] 2> 303456 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 303458 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@393a025a{/m_l,null,AVAILABLE}
[junit4] 2> 303460 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@1130c3cc{SSL,[ssl,
http/1.1]}{127.0.0.1:37671}
[junit4] 2> 303460 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.e.j.s.Server Started @307349ms
[junit4] 2> 303460 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:45057/hdfs__localhost_45057__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_4D5A883BCBDDC3D6-001_tempDir-002_control_data,
hostContext=/m_l, hostPort=37671,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_4D5A883BCBDDC3D6-001/control-001/cores}
[junit4] 2> 303460 ERROR
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 303461 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 303461 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 303461 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 303461 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-01-30T18:20:25.876Z
[junit4] 2> 303465 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 303465 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_4D5A883BCBDDC3D6-001/control-001/solr.xml
[junit4] 2> 303474 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32810/solr
[junit4] 2> 303500 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6])
[n:127.0.0.1:37671_m_l ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:37671_m_l
[junit4] 2> 303501 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6])
[n:127.0.0.1:37671_m_l ] o.a.s.c.Overseer Overseer
(id=97373416692711429-127.0.0.1:37671_m_l-n_0000000000) starting
[junit4] 2> 303511 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6])
[n:127.0.0.1:37671_m_l ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37671_m_l
[junit4] 2> 303513 INFO
(zkCallback-354-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 303558 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6])
[n:127.0.0.1:37671_m_l ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_4D5A883BCBDDC3D6-001/control-001/cores
[junit4] 2> 303558 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6])
[n:127.0.0.1:37671_m_l ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 303565 INFO
(OverseerStateUpdate-97373416692711429-127.0.0.1:37671_m_l-n_0000000000)
[n:127.0.0.1:37671_m_l ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 303621 WARN
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 303622 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 303663 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 303759 WARN
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.s.IndexSchema [collection1] default search field in schema is text.
WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 303761 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 303788 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection
[junit4] 2> 303798 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:45057/solr_hdfs_home
[junit4] 2> 303798 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 303799 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_4D5A883BCBDDC3D6-001/control-001/cores/collection1],
dataDir=[hdfs://localhost:45057/solr_hdfs_home/control_collection/core_node1/data/]
[junit4] 2> 303799 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c6fdc79
[junit4] 2> 303799 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:45057/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
[junit4] 2> 303823 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 303823 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 303823 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 305769 WARN
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds
and try again.
[junit4] 2> 310969 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 310976 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:45057/solr_hdfs_home/control_collection/core_node1/data
[junit4] 2> 311028 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:45057/solr_hdfs_home/control_collection/core_node1/data/index
[junit4] 2> 311037 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 311037 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 311037 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 311053 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 311054 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=21, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=47.658203125,
floorSegmentMB=2.154296875, forceMergeDeletesPctAllowed=27.011684414772198,
segmentsPerTier=7.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 311355 INFO (IPC Server handler 8 on 45057) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42550 is
added to blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-1c04c037-2964-4c61-b20f-47b20655eaaf:NORMAL:127.0.0.1:42550|RBW],
ReplicaUC[[DISK]DS-5566d71b-fef2-4a7d-9855-6fee11da32e3:NORMAL:127.0.0.1:50521|RBW]]}
size 71
[junit4] 2> 311357 INFO (IPC Server handler 6 on 45057) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:50521 is
added to blk_1073741825_1001 size 71
[junit4] 2> 311777 WARN
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 311800 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 311800 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 311800 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 311828 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms;
[junit4] 2> 311828 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 311832 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 311914 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@65db015e[collection1] main]
[junit4] 2> 311916 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 311916 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 311919 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 311920 INFO
(searcherExecutor-1048-thread-1-processing-n:127.0.0.1:37671_m_l x:collection1
c:control_collection) [n:127.0.0.1:37671_m_l c:control_collection
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@65db015e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 311932 INFO
(coreLoadExecutor-1047-thread-1-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l c:control_collection x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1557974676245839872
[junit4] 2> 311951 INFO
(coreZkRegister-1040-thread-1-processing-n:127.0.0.1:37671_m_l x:collection1
c:control_collection) [n:127.0.0.1:37671_m_l c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas
found to continue.
[junit4] 2> 311951 INFO
(coreZkRegister-1040-thread-1-processing-n:127.0.0.1:37671_m_l x:collection1
c:control_collection) [n:127.0.0.1:37671_m_l c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new
leader - try and sync
[junit4] 2> 311951 INFO
(coreZkRegister-1040-thread-1-processing-n:127.0.0.1:37671_m_l x:collection1
c:control_collection) [n:127.0.0.1:37671_m_l c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:37671/m_l/collection1/
[junit4] 2> 311951 INFO
(coreZkRegister-1040-thread-1-processing-n:127.0.0.1:37671_m_l x:collection1
c:control_collection) [n:127.0.0.1:37671_m_l c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 311951 INFO
(coreZkRegister-1040-thread-1-processing-n:127.0.0.1:37671_m_l x:collection1
c:control_collection) [n:127.0.0.1:37671_m_l c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy
https://127.0.0.1:37671/m_l/collection1/ has no replicas
[junit4] 2> 311960 INFO
(coreZkRegister-1040-thread-1-processing-n:127.0.0.1:37671_m_l x:collection1
c:control_collection) [n:127.0.0.1:37671_m_l c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new
leader: https://127.0.0.1:37671/m_l/collection1/ shard1
[junit4] 2> 312111 INFO
(coreZkRegister-1040-thread-1-processing-n:127.0.0.1:37671_m_l x:collection1
c:control_collection) [n:127.0.0.1:37671_m_l c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 312201 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 312202 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32810/solr ready
[junit4] 2> 312202 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 312202 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
[junit4] 2> 312312 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_4D5A883BCBDDC3D6-001/shard-1-001/cores/collection1
[junit4] 2> 312313 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_4D5A883BCBDDC3D6-001/shard-1-001
[junit4] 2> 312315 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 312317 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@752da231{/m_l,null,AVAILABLE}
[junit4] 2> 312319 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@7ab5f628{SSL,[ssl,
http/1.1]}{127.0.0.1:37197}
[junit4] 2> 312319 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.e.j.s.Server Started @316208ms
[junit4] 2> 312319 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:45057/hdfs__localhost_45057__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_4D5A883BCBDDC3D6-001_tempDir-002_jetty1,
solrconfig=solrconfig.xml, hostContext=/m_l, hostPort=37197,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_4D5A883BCBDDC3D6-001/shard-1-001/cores}
[junit4] 2> 312319 ERROR
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 312319 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 312319 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 312319 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 312319 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-01-30T18:20:34.734Z
[junit4] 2> 312323 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 312323 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_4D5A883BCBDDC3D6-001/shard-1-001/solr.xml
[junit4] 2> 312332 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32810/solr
[junit4] 2> 312345 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6])
[n:127.0.0.1:37197_m_l ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 312350 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6])
[n:127.0.0.1:37197_m_l ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37197_m_l
[junit4] 2> 312352 INFO (zkCallback-358-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 312352 INFO
(zkCallback-354-thread-2-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 312355 INFO
(zkCallback-364-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 312464 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6])
[n:127.0.0.1:37197_m_l ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_4D5A883BCBDDC3D6-001/shard-1-001/cores
[junit4] 2> 312465 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6])
[n:127.0.0.1:37197_m_l ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 312467 INFO
(OverseerStateUpdate-97373416692711429-127.0.0.1:37671_m_l-n_0000000000)
[n:127.0.0.1:37671_m_l ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard2
[junit4] 2> 312570 INFO
(zkCallback-364-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 313478 WARN
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 313479 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 313499 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 313587 WARN
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 313589 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 313609 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 313609 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:45057/solr_hdfs_home
[junit4] 2> 313609 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 313609 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_4D5A883BCBDDC3D6-001/shard-1-001/cores/collection1],
dataDir=[hdfs://localhost:45057/solr_hdfs_home/collection1/core_node1/data/]
[junit4] 2> 313609 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap
JMX monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6c6fdc79
[junit4] 2> 313610 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:45057/solr_hdfs_home/collection1/core_node1/data/snapshot_metadata
[junit4] 2> 313619 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 313619 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 313619 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 313634 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1] o.a.s.s.b.BlockDirectory
Block cache on write is disabled
[junit4] 2> 313635 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:45057/solr_hdfs_home/collection1/core_node1/data
[junit4] 2> 313657 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:45057/solr_hdfs_home/collection1/core_node1/data/index
[junit4] 2> 313664 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 313664 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 313664 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 313683 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1] o.a.s.s.b.BlockDirectory
Block cache on write is disabled
[junit4] 2> 313684 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=19,
maxMergedSegmentMB=47.658203125, floorSegmentMB=2.154296875,
forceMergeDeletesPctAllowed=27.011684414772198, segmentsPerTier=7.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 313725 INFO (IPC Server handler 0 on 45057) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42550 is
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-b3958add-3d73-4f54-b225-87d01eaa47ca:NORMAL:127.0.0.1:50521|RBW],
ReplicaUC[[DISK]DS-2d702f2d-8d5f-4326-a24b-857ad9f13563:NORMAL:127.0.0.1:42550|FINALIZED]]}
size 0
[junit4] 2> 313726 INFO (IPC Server handler 9 on 45057) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:50521 is
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-b3958add-3d73-4f54-b225-87d01eaa47ca:NORMAL:127.0.0.1:50521|RBW],
ReplicaUC[[DISK]DS-2d702f2d-8d5f-4326-a24b-857ad9f13563:NORMAL:127.0.0.1:42550|FINALIZED]]}
size 0
[junit4] 2> 313752 WARN
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,attributes = {initParams=a, name=/dump,
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
[junit4] 2> 313774 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 313774 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 313774 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1] o.a.s.u.HdfsUpdateLog
Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 313786 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1] o.a.s.u.CommitTracker
Hard AutoCommit: if uncommited for 15000ms;
[junit4] 2> 313786 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 313790 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 313808 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@24b00356[collection1] main]
[junit4] 2> 313809 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 313810 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 313810 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 313811 INFO
(searcherExecutor-1059-thread-1-processing-n:127.0.0.1:37197_m_l x:collection1
c:collection1) [n:127.0.0.1:37197_m_l c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@24b00356[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 313818 INFO
(coreLoadExecutor-1058-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l c:collection1 x:collection1] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1557974678223454208
[junit4] 2> 313830 INFO
(coreZkRegister-1053-thread-1-processing-n:127.0.0.1:37197_m_l x:collection1
c:collection1) [n:127.0.0.1:37197_m_l c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 313830 INFO
(coreZkRegister-1053-thread-1-processing-n:127.0.0.1:37197_m_l x:collection1
c:collection1) [n:127.0.0.1:37197_m_l c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try
and sync
[junit4] 2> 313830 INFO
(coreZkRegister-1053-thread-1-processing-n:127.0.0.1:37197_m_l x:collection1
c:collection1) [n:127.0.0.1:37197_m_l c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:37197/m_l/collection1/
[junit4] 2> 313830 INFO
(coreZkRegister-1053-thread-1-processing-n:127.0.0.1:37197_m_l x:collection1
c:collection1) [n:127.0.0.1:37197_m_l c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 313830 INFO
(coreZkRegister-1053-thread-1-processing-n:127.0.0.1:37197_m_l x:collection1
c:collection1) [n:127.0.0.1:37197_m_l c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:37197/m_l/collection1/
has no replicas
[junit4] 2> 313835 INFO
(coreZkRegister-1053-thread-1-processing-n:127.0.0.1:37197_m_l x:collection1
c:collection1) [n:127.0.0.1:37197_m_l c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:37197/m_l/collection1/ shard2
[junit4] 2> 313938 INFO
(zkCallback-364-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 313986 INFO
(coreZkRegister-1053-thread-1-processing-n:127.0.0.1:37197_m_l x:collection1
c:collection1) [n:127.0.0.1:37197_m_l c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 314090 INFO
(zkCallback-364-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 314153 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_4D5A883BCBDDC3D6-001/shard-2-001/cores/collection1
[junit4] 2> 314153 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_4D5A883BCBDDC3D6-001/shard-2-001
[junit4] 2> 314156 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 314157 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@191b63d2{/m_l,null,AVAILABLE}
[junit4] 2> 314159 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@24cd18fc{SSL,[ssl,
http/1.1]}{127.0.0.1:43804}
[junit4] 2> 314159 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.e.j.s.Server Started @318048ms
[junit4] 2> 314159 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:45057/hdfs__localhost_45057__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_4D5A883BCBDDC3D6-001_tempDir-002_jetty2,
solrconfig=solrconfig.xml, hostContext=/m_l, hostPort=43804,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_4D5A883BCBDDC3D6-001/shard-2-001/cores}
[junit4] 2> 314159 ERROR
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 314159 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 314159 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 314160 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 314160 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-01-30T18:20:36.575Z
[junit4] 2> 314163 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 314163 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_4D5A883BCBDDC3D6-001/shard-2-001/solr.xml
[junit4] 2> 314177 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32810/solr
[junit4] 2> 314187 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6])
[n:127.0.0.1:43804_m_l ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 314191 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6])
[n:127.0.0.1:43804_m_l ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43804_m_l
[junit4] 2> 314193 INFO
(zkCallback-364-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 314193 INFO (zkCallback-358-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 314193 INFO
(zkCallback-354-thread-2-processing-n:127.0.0.1:37671_m_l)
[n:127.0.0.1:37671_m_l ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 314205 INFO
(zkCallback-370-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 314250 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6])
[n:127.0.0.1:43804_m_l ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_4D5A883BCBDDC3D6-001/shard-2-001/cores
[junit4] 2> 314250 INFO
(TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[4D5A883BCBDDC3D6])
[n:127.0.0.1:43804_m_l ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 314265 INFO
(OverseerStateUpdate-97373416692711429-127.0.0.1:37671_m_l-n_0000000000)
[n:127.0.0.1:37671_m_l ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard3
[junit4] 2> 314368 INFO
(zkCallback-364-thread-1-processing-n:127.0.0.1:37197_m_l)
[n:127.0.0.1:37197_m_l ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 314368 INFO
(zkCallback-370-thread-2-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 315278 WARN
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 315278 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 315311 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 315376 WARN
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 315378 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 315396 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 315397 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:45057/solr_hdfs_home
[junit4] 2> 315397 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 315397 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_4D5A883BCBDDC3D6-001/shard-2-001/cores/collection1],
dataDir=[hdfs://localhost:45057/solr_hdfs_home/collection1/core_node2/data/]
[junit4] 2> 315397 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap
JMX monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6c6fdc79
[junit4] 2> 315398 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:45057/solr_hdfs_home/collection1/core_node2/data/snapshot_metadata
[junit4] 2> 315408 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 315408 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 315408 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 315419 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1] o.a.s.s.b.BlockDirectory
Block cache on write is disabled
[junit4] 2> 315420 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:45057/solr_hdfs_home/collection1/core_node2/data
[junit4] 2> 315440 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:45057/solr_hdfs_home/collection1/core_node2/data/index
[junit4] 2> 315447 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 315447 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 315447 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 315459 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1] o.a.s.s.b.BlockDirectory
Block cache on write is disabled
[junit4] 2> 315460 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=19,
maxMergedSegmentMB=47.658203125, floorSegmentMB=2.154296875,
forceMergeDeletesPctAllowed=27.011684414772198, segmentsPerTier=7.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 315487 INFO (IPC Server handler 1 on 45057) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42550 is
added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-5566d71b-fef2-4a7d-9855-6fee11da32e3:NORMAL:127.0.0.1:50521|RBW],
ReplicaUC[[DISK]DS-1c04c037-2964-4c61-b20f-47b20655eaaf:NORMAL:127.0.0.1:42550|FINALIZED]]}
size 0
[junit4] 2> 315489 INFO (IPC Server handler 0 on 45057) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:50521 is
added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-5566d71b-fef2-4a7d-9855-6fee11da32e3:NORMAL:127.0.0.1:50521|RBW],
ReplicaUC[[DISK]DS-1c04c037-2964-4c61-b20f-47b20655eaaf:NORMAL:127.0.0.1:42550|FINALIZED]]}
size 0
[junit4] 2> 315503 WARN
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,attributes = {initParams=a, name=/dump,
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
[junit4] 2> 315529 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 315529 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 315529 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1] o.a.s.u.HdfsUpdateLog
Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 315540 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1] o.a.s.u.CommitTracker
Hard AutoCommit: if uncommited for 15000ms;
[junit4] 2> 315540 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 315543 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 315554 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@353f2f72[collection1] main]
[junit4] 2> 315555 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 315556 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 315556 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 315558 INFO
(searcherExecutor-1070-thread-1-processing-n:127.0.0.1:43804_m_l x:collection1
c:collection1) [n:127.0.0.1:43804_m_l c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@353f2f72[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 315562 INFO
(coreLoadExecutor-1069-thread-1-processing-n:127.0.0.1:43804_m_l)
[n:127.0.0.1:43804_m_l c:collection1 x:collection1] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1557974680052170752
[junit4] 2> 315569 INFO
(coreZkRegister-1064-thread-1-processing-n:127.0.0.1:43804_m_l x:collection1
c:collection1) [n:127.0.0.1:43804_m_l c:collection1 s:shard3 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replica
[...truncated too long message...]
)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 2) Thread[id=2235, name=searcherExecutor-758-thread-1,
state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> Jan 30, 2017 6:27:37 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=2271, name=searcherExecutor-769-thread-1,
state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
[junit4] 2> 2) Thread[id=2235, name=searcherExecutor-758-thread-1,
state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
[junit4] 2> Jan 30, 2017 6:27:40 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=2271, name=searcherExecutor-769-thread-1,
state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 2) Thread[id=2235, name=searcherExecutor-758-thread-1,
state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{rnd_b=FSTOrd50, a_t=PostingsFormat(name=Memory), a_i=FSTOrd50, id=FSTOrd50},
docValues:{_version_=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=141,
maxMBSortInHeap=5.527258908840423, sim=RandomSimilarity(queryNorm=true): {},
locale=nl-BE, timezone=Europe/Warsaw
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_102 (64-bit)/cpus=4,threads=4,free=176470344,total=473432064
[junit4] 2> NOTE: All tests run in this JVM: [PingRequestHandlerTest,
CacheHeaderTest, EnumFieldTest, TestShortCircuitedRequests,
DistributedSuggestComponentTest, TestSolr4Spatial2,
TestSolrQueryParserResource, CollectionTooManyReplicasTest,
TestReloadAndDeleteDocs, QueryElevationComponentTest, TestStressInPlaceUpdates,
TestPivotHelperCode, FastVectorHighlighterTest, TestHdfsCloudBackupRestore,
TestJmxIntegration, ExplicitHLLTest, RequiredFieldsTest, DateMathParserTest,
HdfsRestartWhileUpdatingTest]
[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=HdfsRestartWhileUpdatingTest -Dtests.seed=4D5A883BCBDDC3D6
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
-Dtests.locale=nl-BE -Dtests.timezone=Europe/Warsaw -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J0 | HdfsRestartWhileUpdatingTest (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE
scope at org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest:
[junit4] > 1) Thread[id=2271, name=searcherExecutor-769-thread-1,
state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] > at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > 2) Thread[id=2235, name=searcherExecutor-758-thread-1,
state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] > at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > at
__randomizedtesting.SeedInfo.seed([4D5A883BCBDDC3D6]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=2271, name=searcherExecutor-769-thread-1,
state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] > at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > 2) Thread[id=2235, name=searcherExecutor-758-thread-1,
state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] > at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > at
__randomizedtesting.SeedInfo.seed([4D5A883BCBDDC3D6]:0)
[junit4] Completed [107/684 (2!)] on J0 in 400.33s, 1 test, 1 failure, 2
errors <<< FAILURES!
[...truncated 64160 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]