Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/257/
7 tests failed.
FAILED:
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testResilienceWithDeleteByQueryOnTarget
Error Message:
Timeout while trying to assert number of documents @ target_collection
Stack Trace:
java.lang.AssertionError: Timeout while trying to assert number of documents @
target_collection
at
__randomizedtesting.SeedInfo.seed([A277B6339AFE57BA:21524A94AA792FF]:0)
at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:271)
at
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testResilienceWithDeleteByQueryOnTarget(CdcrReplicationDistributedZkTest.java:595)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
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:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.AssertionError: expected:<50> but was:<30>
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:262)
... 42 more
FAILED: org.apache.solr.cloud.hdfs.StressHdfsTest.test
Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:52017
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting
response from server at: http://127.0.0.1:52017
at
__randomizedtesting.SeedInfo.seed([A277B6339AFE57BA:2A2389E934023A42]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:621)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:435)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:387)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1344)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1095)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1037)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
at
org.apache.solr.cloud.hdfs.StressHdfsTest.createAndDeleteCollection(StressHdfsTest.java:220)
at
org.apache.solr.cloud.hdfs.StressHdfsTest.test(StressHdfsTest.java:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
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:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:170)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
at
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:515)
... 51 more
FAILED:
org.apache.solr.core.HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig
Error Message:
The max direct memory is likely too low. Either increase it (by adding
-XX:MaxDirectMemorySize=<size>g -XX:+UseLargePages to your containers startup
args) or disable direct allocation using
solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you
are putting the block cache on the heap, your java heap size might not be large
enough. Failed allocating ~134.217728 MB.
Stack Trace:
java.lang.RuntimeException: The max direct memory is likely too low. Either
increase it (by adding -XX:MaxDirectMemorySize=<size>g -XX:+UseLargePages to
your containers startup args) or disable direct allocation using
solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you
are putting the block cache on the heap, your java heap size might not be large
enough. Failed allocating ~134.217728 MB.
at
__randomizedtesting.SeedInfo.seed([A277B6339AFE57BA:55D87F186777BD91]:0)
at
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:307)
at
org.apache.solr.core.HdfsDirectoryFactory.getBlockDirectoryCache(HdfsDirectoryFactory.java:289)
at
org.apache.solr.core.HdfsDirectoryFactory.create(HdfsDirectoryFactory.java:223)
at
org.apache.solr.core.HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig(HdfsDirectoryFactoryTest.java:108)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
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:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.OutOfMemoryError: Direct buffer memory
at java.nio.Bits.reserveMemory(Bits.java:693)
at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:123)
at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:311)
at
org.apache.solr.store.blockcache.BlockCache.<init>(BlockCache.java:68)
at
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:305)
... 42 more
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest
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.HdfsUpdateLog.init(HdfsUpdateLog.java:202) at
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:137) at
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:94) at
org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:102)
at sun.reflect.GeneratedConstructorAccessor138.newInstance(Unknown Source)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at
org.apache.solr.core.SolrCore.createInstance(SolrCore.java:753) at
org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:815) at
org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1065) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:930) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:823) at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:889) at
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:541) at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
at java.util.concurrent.FutureTask.run(FutureTask.java:266) at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
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.HdfsUpdateLog.init(HdfsUpdateLog.java:202)
at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:137)
at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:94)
at
org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:102)
at sun.reflect.GeneratedConstructorAccessor138.newInstance(Unknown
Source)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:753)
at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:815)
at org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1065)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:930)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:823)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:889)
at
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:541)
at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at __randomizedtesting.SeedInfo.seed([A277B6339AFE57BA]: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:269)
at sun.reflect.GeneratedMethodAccessor178.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:367)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest.test
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([A277B6339AFE57BA:2A2389E934023A42]:0)
at org.junit.Assert.fail(Assert.java:92)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertTrue(Assert.java:54)
at
org.apache.solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest.test(HdfsWriteToMultipleCollectionsTest.java:137)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
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:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.testCollectionsAPI
Error Message:
Expected to see collection awhollynewcollection_0 null Last available state:
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/8)={
"replicationFactor":"3", "shards":{ "shard1":{
"range":"80000000-d554ffff", "state":"active", "replicas":{}},
"shard2":{ "range":"d5550000-2aa9ffff", "state":"active",
"replicas":{}}, "shard3":{ "range":"2aaa0000-7fffffff",
"state":"active", "replicas":{}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"3", "autoAddReplicas":"false"}
Stack Trace:
java.lang.AssertionError: Expected to see collection awhollynewcollection_0
null
Last available state:
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/8)={
"replicationFactor":"3",
"shards":{
"shard1":{
"range":"80000000-d554ffff",
"state":"active",
"replicas":{}},
"shard2":{
"range":"d5550000-2aa9ffff",
"state":"active",
"replicas":{}},
"shard3":{
"range":"2aaa0000-7fffffff",
"state":"active",
"replicas":{}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"3",
"autoAddReplicas":"false"}
at
__randomizedtesting.SeedInfo.seed([A277B6339AFE57BA:EA02C2879CCD782F]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:265)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:496)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
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:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.testSpecificConfigsets
Error Message:
KeeperErrorCode = NoNode for /collections/withconfigset2
Stack Trace:
org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode
for /collections/withconfigset2
at
__randomizedtesting.SeedInfo.seed([A277B6339AFE57BA:8F09F9696DDAEDB6]:0)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:356)
at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:353)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testSpecificConfigsets(CollectionsAPIDistributedZkTest.java:425)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
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:367)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 11438 lines...]
[junit4] Suite: org.apache.solr.cloud.hdfs.StressHdfsTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_A277B6339AFE57BA-001/init-core-data-001
[junit4] 2> 57268 INFO
(SUITE-StressHdfsTest-seed#[A277B6339AFE57BA]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 57268 INFO
(SUITE-StressHdfsTest-seed#[A277B6339AFE57BA]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 58384 WARN
(SUITE-StressHdfsTest-seed#[A277B6339AFE57BA]-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> 59397 WARN
(SUITE-StressHdfsTest-seed#[A277B6339AFE57BA]-worker) [ ]
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 59923 INFO
(SUITE-StressHdfsTest-seed#[A277B6339AFE57BA]-worker) [ ] o.m.log Logging to
org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
[junit4] 2> 59944 WARN
(SUITE-StressHdfsTest-seed#[A277B6339AFE57BA]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 60007 INFO
(SUITE-StressHdfsTest-seed#[A277B6339AFE57BA]-worker) [ ] o.m.log
jetty-6.1.26
[junit4] 2> 60043 INFO
(SUITE-StressHdfsTest-seed#[A277B6339AFE57BA]-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_58175_hdfs____.333ci2/webapp
[junit4] 2> 62084 INFO
(SUITE-StressHdfsTest-seed#[A277B6339AFE57BA]-worker) [ ] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:58175
[junit4] 2> 63561 WARN
(SUITE-StressHdfsTest-seed#[A277B6339AFE57BA]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 63565 INFO
(SUITE-StressHdfsTest-seed#[A277B6339AFE57BA]-worker) [ ] o.m.log
jetty-6.1.26
[junit4] 2> 63598 INFO
(SUITE-StressHdfsTest-seed#[A277B6339AFE57BA]-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_56502_datanode____ssaye5/webapp
[junit4] 2> 64378 INFO
(SUITE-StressHdfsTest-seed#[A277B6339AFE57BA]-worker) [ ] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:56502
[junit4] 2> 65469 WARN
(SUITE-StressHdfsTest-seed#[A277B6339AFE57BA]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 65470 INFO
(SUITE-StressHdfsTest-seed#[A277B6339AFE57BA]-worker) [ ] o.m.log
jetty-6.1.26
[junit4] 2> 65491 INFO
(SUITE-StressHdfsTest-seed#[A277B6339AFE57BA]-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_56449_datanode____7h2xcv/webapp
[junit4] 2> 68954 INFO
(SUITE-StressHdfsTest-seed#[A277B6339AFE57BA]-worker) [ ] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:56449
[junit4] 2> 69692 INFO (IPC Server handler 4 on 53325) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-a2f3020e-d62c-40e4-90cd-d209d50a34bc node
DatanodeRegistration(127.0.0.1:49910,
datanodeUuid=08c31af5-c49a-4dae-ad0d-346e7889e95f, infoPort=50205,
infoSecurePort=0, ipcPort=34593,
storageInfo=lv=-56;cid=testClusterID;nsid=59534960;c=0), blocks: 0,
hasStaleStorage: true, processing time: 2 msecs
[junit4] 2> 69692 INFO (IPC Server handler 4 on 53325) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-1ae138a0-73a8-4c88-88b1-3e265b49628c node
DatanodeRegistration(127.0.0.1:49910,
datanodeUuid=08c31af5-c49a-4dae-ad0d-346e7889e95f, infoPort=50205,
infoSecurePort=0, ipcPort=34593,
storageInfo=lv=-56;cid=testClusterID;nsid=59534960;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 69701 INFO (IPC Server handler 6 on 53325) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-2b207c09-efc1-4d32-be88-85bca124952b node
DatanodeRegistration(127.0.0.1:44994,
datanodeUuid=7521f11e-52b0-40b4-a8c9-d42f420bd759, infoPort=46887,
infoSecurePort=0, ipcPort=40275,
storageInfo=lv=-56;cid=testClusterID;nsid=59534960;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 69702 INFO (IPC Server handler 6 on 53325) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-020a8b80-891a-42e6-aed5-89fbb76a1262 node
DatanodeRegistration(127.0.0.1:44994,
datanodeUuid=7521f11e-52b0-40b4-a8c9-d42f420bd759, infoPort=46887,
infoSecurePort=0, ipcPort=40275,
storageInfo=lv=-56;cid=testClusterID;nsid=59534960;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 70058 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 70059 INFO (Thread-222) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 70059 INFO (Thread-222) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 70159 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.ZkTestServer start zk server on port:52370
[junit4] 2> 70222 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 70227 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 70228 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 70234 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 70235 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 70236 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 70237 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 70238 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 70239 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 70240 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 70241 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 70389 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_A277B6339AFE57BA-001/control-001/cores/collection1
[junit4] 2> 70398 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 70404 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@48a64db9{/,null,AVAILABLE}
[junit4] 2> 70405 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.e.j.s.AbstractConnector Started
ServerConnector@30f7290a{HTTP/1.1,[http/1.1]}{127.0.0.1:52017}
[junit4] 2> 70405 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.e.j.s.Server Started @73281ms
[junit4] 2> 70405 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:53325/hdfs__localhost_53325__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.StressHdfsTest_A277B6339AFE57BA-001_tempDir-002_control_data,
hostContext=/, hostPort=52017,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_A277B6339AFE57BA-001/control-001/cores}
[junit4] 2> 70405 ERROR (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging
may be missing or incomplete.
[junit4] 2> 70405 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 6.4.0
[junit4] 2> 70405 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 70405 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 70405 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-01-14T12:58:15.871Z
[junit4] 2> 70417 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 70417 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_A277B6339AFE57BA-001/control-001/solr.xml
[junit4] 2> 70425 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 70426 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52370/solr
[junit4] 2> 70454 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[n:127.0.0.1:52017_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:52017_
[junit4] 2> 70454 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[n:127.0.0.1:52017_ ] o.a.s.c.Overseer Overseer
(id=97281552909926404-127.0.0.1:52017_-n_0000000000) starting
[junit4] 2> 70461 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[n:127.0.0.1:52017_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:52017_
[junit4] 2> 70469 INFO
(zkCallback-64-thread-1-processing-n:127.0.0.1:52017_) [n:127.0.0.1:52017_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 70551 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[n:127.0.0.1:52017_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_A277B6339AFE57BA-001/control-001/cores
[junit4] 2> 70551 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[n:127.0.0.1:52017_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 70567 INFO
(OverseerStateUpdate-97281552909926404-127.0.0.1:52017_-n_0000000000)
[n:127.0.0.1:52017_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 71577 WARN
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 71578 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.4.0
[junit4] 2> 71603 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 71761 WARN
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ 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> 71763 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 71774 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
control_collection
[junit4] 2> 71780 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:53325/solr_hdfs_home
[junit4] 2> 71780 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 71780 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_A277B6339AFE57BA-001/control-001/cores/collection1],
dataDir=[hdfs://localhost:53325/solr_hdfs_home/control_collection/core_node1/data/]
[junit4] 2> 71780 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ 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@6d77a2f1
[junit4] 2> 71781 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:53325/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
[junit4] 2> 71794 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ 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> 71794 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ 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> 71794 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 73244 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 73253 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:53325/solr_hdfs_home/control_collection/core_node1/data
[junit4] 2> 73318 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:53325/solr_hdfs_home/control_collection/core_node1/data/index
[junit4] 2> 73343 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ 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> 73343 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ 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> 73343 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 73357 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 73370 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=26, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=0.8232421875,
floorSegmentMB=0.576171875, forceMergeDeletesPctAllowed=18.176028086091875,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 73599 INFO (IPC Server handler 9 on 53325) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:49910 is
added to blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-a2f3020e-d62c-40e4-90cd-d209d50a34bc:NORMAL:127.0.0.1:49910|RBW],
ReplicaUC[[DISK]DS-2b207c09-efc1-4d32-be88-85bca124952b:NORMAL:127.0.0.1:44994|RBW]]}
size 71
[junit4] 2> 73602 INFO (IPC Server handler 1 on 53325) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:44994 is
added to blk_1073741825_1001 size 71
[junit4] 2> 74035 WARN
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ 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> 74097 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 74097 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 74097 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1] o.a.s.u.HdfsUpdateLog
Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 74126 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 74126 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 74136 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.1171875,
noCFSRatio=0.6530475132225484]
[junit4] 2> 74217 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@38f59ea4[collection1] main]
[junit4] 2> 74218 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 74219 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 74220 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 74222 INFO
(searcherExecutor-174-thread-1-processing-n:127.0.0.1:52017_ x:collection1
c:control_collection) [n:127.0.0.1:52017_ c:control_collection x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@38f59ea4[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 74237 INFO
(coreLoadExecutor-173-thread-1-processing-n:127.0.0.1:52017_)
[n:127.0.0.1:52017_ c:control_collection x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1556504850939772928
[junit4] 2> 74248 INFO
(coreZkRegister-166-thread-1-processing-n:127.0.0.1:52017_ x:collection1
c:control_collection) [n:127.0.0.1:52017_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas
found to continue.
[junit4] 2> 74248 INFO
(coreZkRegister-166-thread-1-processing-n:127.0.0.1:52017_ x:collection1
c:control_collection) [n:127.0.0.1:52017_ 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> 74248 INFO
(coreZkRegister-166-thread-1-processing-n:127.0.0.1:52017_ x:collection1
c:control_collection) [n:127.0.0.1:52017_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:52017/collection1/
[junit4] 2> 74248 INFO
(coreZkRegister-166-thread-1-processing-n:127.0.0.1:52017_ x:collection1
c:control_collection) [n:127.0.0.1:52017_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 74248 INFO
(coreZkRegister-166-thread-1-processing-n:127.0.0.1:52017_ x:collection1
c:control_collection) [n:127.0.0.1:52017_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:52017/collection1/ has no replicas
[junit4] 2> 74253 INFO
(coreZkRegister-166-thread-1-processing-n:127.0.0.1:52017_ x:collection1
c:control_collection) [n:127.0.0.1:52017_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new
leader: http://127.0.0.1:52017/collection1/ shard1
[junit4] 2> 74403 INFO
(coreZkRegister-166-thread-1-processing-n:127.0.0.1:52017_ x:collection1
c:control_collection) [n:127.0.0.1:52017_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 74582 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 74583 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52370/solr
ready
[junit4] 2> 74583 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause
connection loss:false
[junit4] 2> 74583 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with
stateFormat=2
[junit4] 2> 74680 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_A277B6339AFE57BA-001/shard-1-001/cores/collection1
[junit4] 2> 74681 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_A277B6339AFE57BA-001/shard-1-001
[junit4] 2> 74681 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 74686 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@51fbcc06{/,null,AVAILABLE}
[junit4] 2> 74686 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.e.j.s.AbstractConnector Started
ServerConnector@a180603{HTTP/1.1,[http/1.1]}{127.0.0.1:44069}
[junit4] 2> 74687 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.e.j.s.Server Started @77562ms
[junit4] 2> 74687 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:53325/hdfs__localhost_53325__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.StressHdfsTest_A277B6339AFE57BA-001_tempDir-002_jetty1,
solrconfig=solrconfig.xml, hostContext=/, hostPort=44069,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_A277B6339AFE57BA-001/shard-1-001/cores}
[junit4] 2> 74687 ERROR (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging
may be missing or incomplete.
[junit4] 2> 74688 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 6.4.0
[junit4] 2> 74689 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 74689 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 74689 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-01-14T12:58:20.155Z
[junit4] 2> 74694 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 74694 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_A277B6339AFE57BA-001/shard-1-001/solr.xml
[junit4] 2> 74700 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 74700 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52370/solr
[junit4] 2> 74722 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[n:127.0.0.1:44069_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 74730 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[n:127.0.0.1:44069_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44069_
[junit4] 2> 74732 INFO
(zkCallback-64-thread-6-processing-n:127.0.0.1:52017_) [n:127.0.0.1:52017_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 74733 INFO (zkCallback-68-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 74763 INFO
(zkCallback-74-thread-1-processing-n:127.0.0.1:44069_) [n:127.0.0.1:44069_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 74912 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[n:127.0.0.1:44069_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_A277B6339AFE57BA-001/shard-1-001/cores
[junit4] 2> 74912 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[n:127.0.0.1:44069_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 74920 INFO
(OverseerStateUpdate-97281552909926404-127.0.0.1:52017_-n_0000000000)
[n:127.0.0.1:52017_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 75023 INFO
(zkCallback-74-thread-2-processing-n:127.0.0.1:44069_) [n:127.0.0.1:44069_ ]
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> 75969 WARN
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 75970 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.4.0
[junit4] 2> 75998 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 76077 WARN
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ 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> 76095 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.0 with uniqueid field id
[junit4] 2> 76121 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 76122 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:53325/solr_hdfs_home
[junit4] 2> 76122 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.c.HdfsDirectoryFactory
Solr Kerberos Authentication disabled
[junit4] 2> 76122 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_A277B6339AFE57BA-001/shard-1-001/cores/collection1],
dataDir=[hdfs://localhost:53325/solr_hdfs_home/collection1/core_node1/data/]
[junit4] 2> 76123 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6d77a2f1
[junit4] 2> 76123 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.c.HdfsDirectoryFactory
creating directory factory for path
hdfs://localhost:53325/solr_hdfs_home/collection1/core_node1/data/snapshot_metadata
[junit4] 2> 76151 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ 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> 76151 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ 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> 76151 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.c.HdfsDirectoryFactory
Creating new single instance HDFS BlockCache
[junit4] 2> 76166 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.s.b.BlockDirectory
Block cache on write is disabled
[junit4] 2> 76170 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.c.HdfsDirectoryFactory
creating directory factory for path
hdfs://localhost:53325/solr_hdfs_home/collection1/core_node1/data
[junit4] 2> 76220 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.c.HdfsDirectoryFactory
creating directory factory for path
hdfs://localhost:53325/solr_hdfs_home/collection1/core_node1/data/index
[junit4] 2> 76233 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ 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> 76233 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ 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> 76233 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.c.HdfsDirectoryFactory
Creating new single instance HDFS BlockCache
[junit4] 2> 76242 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.s.b.BlockDirectory
Block cache on write is disabled
[junit4] 2> 76243 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=18,
maxMergedSegmentMB=0.8232421875, floorSegmentMB=0.576171875,
forceMergeDeletesPctAllowed=18.176028086091875, segmentsPerTier=32.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 76289 INFO (IPC Server handler 8 on 53325) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:44994 is
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-1ae138a0-73a8-4c88-88b1-3e265b49628c:NORMAL:127.0.0.1:49910|RBW],
ReplicaUC[[DISK]DS-020a8b80-891a-42e6-aed5-89fbb76a1262:NORMAL:127.0.0.1:44994|FINALIZED]]}
size 0
[junit4] 2> 76291 INFO (IPC Server handler 5 on 53325) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:49910 is
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-020a8b80-891a-42e6-aed5-89fbb76a1262:NORMAL:127.0.0.1:44994|FINALIZED],
ReplicaUC[[DISK]DS-a2f3020e-d62c-40e4-90cd-d209d50a34bc:NORMAL:127.0.0.1:49910|FINALIZED]]}
size 0
[junit4] 2> 76308 WARN
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ 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> 76350 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 76350 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 76350 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.u.HdfsUpdateLog
Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 76370 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 76370 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 76373 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=36,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.1171875,
noCFSRatio=0.6530475132225484]
[junit4] 2> 76389 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@6761c29b[collection1] main]
[junit4] 2> 76391 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 76391 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 76391 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 76392 INFO
(searcherExecutor-185-thread-1-processing-n:127.0.0.1:44069_ x:collection1
c:collection1) [n:127.0.0.1:44069_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@6761c29b[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 76399 INFO
(coreLoadExecutor-184-thread-1-processing-n:127.0.0.1:44069_)
[n:127.0.0.1:44069_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1556504853206794240
[junit4] 2> 76407 INFO
(coreZkRegister-179-thread-1-processing-n:127.0.0.1:44069_ x:collection1
c:collection1) [n:127.0.0.1:44069_ c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 76407 INFO
(coreZkRegister-179-thread-1-processing-n:127.0.0.1:44069_ x:collection1
c:collection1) [n:127.0.0.1:44069_ c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try
and sync
[junit4] 2> 76407 INFO
(coreZkRegister-179-thread-1-processing-n:127.0.0.1:44069_ x:collection1
c:collection1) [n:127.0.0.1:44069_ c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:44069/collection1/
[junit4] 2> 76407 INFO
(coreZkRegister-179-thread-1-processing-n:127.0.0.1:44069_ x:collection1
c:collection1) [n:127.0.0.1:44069_ c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 76407 INFO
(coreZkRegister-179-thread-1-processing-n:127.0.0.1:44069_ x:collection1
c:collection1) [n:127.0.0.1:44069_ c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:44069/collection1/ has no
replicas
[junit4] 2> 76415 INFO
(coreZkRegister-179-thread-1-processing-n:127.0.0.1:44069_ x:collection1
c:collection1) [n:127.0.0.1:44069_ c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:44069/collection1/ shard1
[junit4] 2> 76518 INFO
(zkCallback-74-thread-2-processing-n:127.0.0.1:44069_) [n:127.0.0.1:44069_ ]
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> 76535 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_A277B6339AFE57BA-001/shard-2-001/cores/collection1
[junit4] 2> 76535 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_A277B6339AFE57BA-001/shard-2-001
[junit4] 2> 76536 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 76537 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@60a027cf{/,null,AVAILABLE}
[junit4] 2> 76538 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.e.j.s.AbstractConnector Started
ServerConnector@57a8c6ae{HTTP/1.1,[http/1.1]}{127.0.0.1:53205}
[junit4] 2> 76538 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.e.j.s.Server Started @79414ms
[junit4] 2> 76538 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:53325/hdfs__localhost_53325__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.StressHdfsTest_A277B6339AFE57BA-001_tempDir-002_jetty2,
solrconfig=solrconfig.xml, hostContext=/, hostPort=53205,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_A277B6339AFE57BA-001/shard-2-001/cores}
[junit4] 2> 76539 ERROR (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging
may be missing or incomplete.
[junit4] 2> 76539 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 6.4.0
[junit4] 2> 76539 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 76539 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 76540 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-01-14T12:58:22.006Z
[junit4] 2> 76544 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 76544 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_A277B6339AFE57BA-001/shard-2-001/solr.xml
[junit4] 2> 76550 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 76550 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52370/solr
[junit4] 2> 76565 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[n:127.0.0.1:53205_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 76569 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[n:127.0.0.1:53205_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:53205_
[junit4] 2> 76570 INFO
(coreZkRegister-179-thread-1-processing-n:127.0.0.1:44069_ x:collection1
c:collection1) [n:127.0.0.1:44069_ c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 76571 INFO (zkCallback-68-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 76571 INFO
(zkCallback-74-thread-2-processing-n:127.0.0.1:44069_) [n:127.0.0.1:44069_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 76571 INFO
(zkCallback-64-thread-5-processing-n:127.0.0.1:52017_) [n:127.0.0.1:52017_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 76585 INFO
(zkCallback-80-thread-1-processing-n:127.0.0.1:53205_) [n:127.0.0.1:53205_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 76617 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[n:127.0.0.1:53205_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_A277B6339AFE57BA-001/shard-2-001/cores
[junit4] 2> 76617 INFO (TEST-StressHdfsTest.test-seed#[A277B6339AFE57BA])
[n:127.0.0.1:53205_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 76627 INFO
(OverseerStateUpdate-97281552909926404-127.0.0.1:52017_-n_0000000000)
[n:127.0.0.1:52017_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 76731 INFO
(zkCallback-80-thread-2-processing-n:127.0.0.1:53205_) [n:127.0.0.1:53205_ ]
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> 76731 INFO
(zkCallback-74-thread-2-processing-n:127.0.0.1:44069_) [n:127.0.0.1:44069_ ]
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> 77652 WARN (coreLoadExecutor-195-thread-1-proces
[...truncated too long message...]
doop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1726)
[junit4] 2> at
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1705)
[junit4] 2> at
org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:198)
[junit4] 2> at
org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest.teardownClass(HdfsRecoveryZkTest.java:51)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> Caused by: java.lang.NullPointerException
[junit4] 2> at
org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:203)
[junit4] 2> at
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370)
[junit4] 2> at
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729)
[junit4] 2> ... 54 more
[junit4] 2> 5223444 INFO
(SUITE-HdfsRecoveryZkTest-seed#[A277B6339AFE57BA]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:58885 58885
[junit4] 2> 5223444 INFO
(SUITE-HdfsRecoveryZkTest-seed#[A277B6339AFE57BA]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{rnd_b=PostingsFormat(name=LuceneVarGapFixedInterval),
_version_=Lucene50(blocksize=128), a_t=Lucene50(blocksize=128),
a_i=PostingsFormat(name=LuceneVarGapFixedInterval),
id=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{},
maxPointsInLeafNode=1289, maxMBSortInHeap=6.631651348939871,
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=zh-TW,
timezone=US/Alaska
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_102 (64-bit)/cpus=4,threads=2,free=25032384,total=527433728
[junit4] 2> NOTE: All tests run in this JVM: [TestSearcherReuse,
ZkNodePropsTest, CursorPagingTest, TriLevelCompositeIdRoutingTest,
BigEndianAscendingWordDeserializerTest, TestCryptoKeys, TestJmxIntegration,
TestDFISimilarityFactory, TestSolrCLIRunExample, TestFunctionQuery,
MBeansHandlerTest, TestSortByMinMaxFunction, TestSolrConfigHandler,
TestEmbeddedSolrServerConstructors, TestAddFieldRealTimeGet,
TestFieldSortValues, MigrateRouteKeyTest, TestNumericTerms64,
SolrRequestParserTest, AlternateDirectoryTest,
DocumentAnalysisRequestHandlerTest, DeleteLastCustomShardedReplicaTest,
TestLazyCores, TestConfigSetImmutable, ResourceLoaderTest, TestRestManager,
TestSolrCloudWithSecureImpersonation, StandardRequestHandlerTest,
TestScoreJoinQPNoScore, HdfsCollectionsAPIDistributedZkTest,
CdcrReplicationDistributedZkTest, ActionThrottleTest,
XsltUpdateRequestHandlerTest, DeleteShardTest, ReturnFieldsTest,
JSONWriterTest, ConcurrentDeleteAndCreateCollectionTest,
TestReplicationHandler, TestBinaryResponseWriter, TestReRankQParserPlugin,
TestPHPSerializedResponseWriter, DistribDocExpirationUpdateProcessorTest,
DateRangeFieldTest, CloudMLTQParserTest, TestBlobHandler, TestValueSourceCache,
OverseerRolesTest, TestCloudRecovery, HttpPartitionTest, TestStandardQParsers,
ExplicitHLLTest, HdfsBasicDistributedZkTest, TestDynamicFieldResource,
OverriddenZkACLAndCredentialsProvidersTest, AnalysisAfterCoreReloadTest,
JavabinLoaderTest, CloudExitableDirectoryReaderTest, TestStressLucene,
QueryEqualityTest, TestFieldCacheWithThreads,
UniqFieldsUpdateProcessorFactoryTest, LeaderElectionIntegrationTest,
TestRemoteStreaming, ZkStateReaderTest, TestRangeQuery, TestFieldCache,
CurrencyFieldOpenExchangeTest, TestBulkSchemaConcurrent, TestConfigSetsAPI,
PreAnalyzedUpdateProcessorTest, BasicDistributedZkTest,
HdfsWriteToMultipleCollectionsTest, DistributedSpellCheckComponentTest,
TestSha256AuthenticationProvider, QueryElevationComponentTest,
TestFoldingMultitermQuery, TestHashQParserPlugin, TestRandomFaceting,
TestCloudSchemaless, TestNamedUpdateProcessors, CollectionTooManyReplicasTest,
TestRawResponseWriter, TestPerFieldSimilarityWithDefaultOverride, HLLUtilTest,
DistributedQueryComponentOptimizationTest, BlockCacheTest,
TestLocalFSCloudBackupRestore, RollingRestartTest, TestCloudInspectUtil,
TestManagedSchemaAPI, PeerSyncWithIndexFingerprintCachingTest,
ScriptEngineTest, TestDocSet, TestNRTOpen, TestCodecSupport,
TestGraphMLResponseWriter, ShardSplitTest, FastVectorHighlighterTest,
DistributedVersionInfoTest, TestFileDictionaryLookup, DisMaxRequestHandlerTest,
TestFastWriter, AddSchemaFieldsUpdateProcessorFactoryTest,
TestQuerySenderNoQuery, NotRequiredUniqueKeyTest, TestPseudoReturnFields,
SolrGangliaReporterTest, HdfsRecoveryZkTest]
[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=HdfsRecoveryZkTest
-Dtests.seed=A277B6339AFE57BA -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt
-Dtests.locale=zh-TW -Dtests.timezone=US/Alaska -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.00s J0 | HdfsRecoveryZkTest (suite) <<<
[junit4] > Throwable #1: java.lang.AssertionError: ObjectTracker found 1
object(s) that were not released!!! [HdfsTransactionLog]
[junit4] >
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
[junit4] > at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
[junit4] > at
org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
[junit4] > at
org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:202)
[junit4] > at
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:137)
[junit4] > at
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:94)
[junit4] > at
org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:102)
[junit4] > at
java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[junit4] > at
org.apache.solr.core.SolrCore.createInstance(SolrCore.java:753)
[junit4] > at
org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:815)
[junit4] > at
org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1065)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:930)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:823)
[junit4] > at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:889)
[junit4] > at
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:541)
[junit4] > at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] > at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[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([A277B6339AFE57BA]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:269)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] Completed [680/680 (6!)] on J0 in 49.00s, 1 test, 1 failure <<<
FAILURES!
[...truncated 62473 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]