Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/261/
8 tests failed.
FAILED:
org.apache.lucene.search.TestIndexOrDocValuesQuery.testUseIndexForSelectiveQueries
Error Message:
The top-reader used to create Weight
(org.apache.lucene.index.CompositeReaderContext@148a31e6) is not the same as
the current reader's top-reader
(org.apache.lucene.index.CompositeReaderContext@3f764c1d
Stack Trace:
java.lang.AssertionError: The top-reader used to create Weight
(org.apache.lucene.index.CompositeReaderContext@148a31e6) is not the same as
the current reader's top-reader
(org.apache.lucene.index.CompositeReaderContext@3f764c1d
at
__randomizedtesting.SeedInfo.seed([A27C5CDB18096032:54C2E516BF15F5D]:0)
at
org.apache.lucene.search.TermQuery$TermWeight.scorer(TermQuery.java:99)
at org.apache.lucene.search.Weight.scorerSupplier(Weight.java:126)
at
org.apache.lucene.search.AssertingWeight.scorerSupplier(AssertingWeight.java:55)
at
org.apache.lucene.search.BooleanWeight.scorerSupplier(BooleanWeight.java:400)
at
org.apache.lucene.search.AssertingWeight.scorerSupplier(AssertingWeight.java:55)
at
org.apache.lucene.search.AssertingWeight.scorer(AssertingWeight.java:41)
at
org.apache.lucene.search.AssertingWeight.scorer(AssertingWeight.java:37)
at
org.apache.lucene.search.TestIndexOrDocValuesQuery.testUseIndexForSelectiveQueries(TestIndexOrDocValuesQuery.java:81)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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
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: 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.GeneratedConstructorAccessor681.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:737) at
org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:799) at
org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1049) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:914) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:807) at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:903) at
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:554) 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.GeneratedConstructorAccessor681.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:737)
at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:799)
at org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1049)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:914)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:807)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:903)
at
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:554)
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([E7E8AD2C1411FE6B]: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.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$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.StressHdfsTest.test
Error Message:
Timeout occured while waiting response from server at:
http://127.0.0.1:40454/tdbq/te
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting
response from server at: http://127.0.0.1:40454/tdbq/te
at
__randomizedtesting.SeedInfo.seed([E7E8AD2C1411FE6B:6FBC92F6BAED9393]: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.handler.TestReplicationHandler.doTestReplicateAfterCoreReload
Error Message:
expected:<[{indexVersion=1484807217172,generation=2,filelist=[_6ko.fdt,
_6ko.fdx, _6ko.fnm, _6ko.nvd, _6ko.nvm, _6ko.si, _6ko_MockRandom_0.doc,
_6ko_MockRandom_0.sd, _6ko_MockRandom_0.tim, _6ko_MockRandom_0.tip, _a24.fdt,
_a24.fdx, _a24.fnm, _a24.nvd, _a24.nvm, _a24.si, _a24_MockRandom_0.doc,
_a24_MockRandom_0.sd, _a24_MockRandom_0.tib, _a24_MockRandom_0.tii, _gju.cfe,
_gju.cfs, _gju.si, _hzs.fdt, _hzs.fdx, _hzs.fnm, _hzs.nvd, _hzs.nvm, _hzs.si,
_hzs_MockRandom_0.doc, _hzs_MockRandom_0.sd, _hzs_MockRandom_0.tfp, _hzt.cfe,
_hzt.cfs, _hzt.si, _hzu.fdt, _hzu.fdx, _hzu.fnm, _hzu.nvd, _hzu.nvm, _hzu.si,
_hzu_MockRandom_0.doc, _hzu_MockRandom_0.sd, _hzu_MockRandom_0.tim,
_hzu_MockRandom_0.tip, _hzv.fdt, _hzv.fdx, _hzv.fnm, _hzv.nvd, _hzv.nvm,
_hzv.si, _hzv_MockRandom_0.doc, _hzv_MockRandom_0.sd, _hzv_MockRandom_0.tfp,
_hzw.fdt, _hzw.fdx, _hzw.fnm, _hzw.nvd, _hzw.nvm, _hzw.si,
_hzw_MockRandom_0.doc, _hzw_MockRandom_0.sd, _hzw_MockRandom_0.tio,
_hzw_MockRandom_0.tipo, _hzx.fdt, _hzx.fdx, _hzx.fnm, _hzx.nvd, _hzx.nvm,
_hzx.si, _hzx_MockRandom_0.doc, _hzx_MockRandom_0.sd, _hzx_MockRandom_0.tim,
_hzx_MockRandom_0.tip, _hzy.fdt, _hzy.fdx, _hzy.fnm, _hzy.nvd, _hzy.nvm,
_hzy.si, _hzy_MockRandom_0.doc, _hzy_MockRandom_0.sd, _hzy_MockRandom_0.tio,
_hzy_MockRandom_0.tipo, _hzz.fdt, _hzz.fdx, _hzz.fnm, _hzz.nvd, _hzz.nvm,
_hzz.si, _hzz_MockRandom_0.doc, _hzz_MockRandom_0.sd, _hzz_MockRandom_0.tfp,
_i01.fdt, _i01.fdx, _i01.fnm, _i01.nvd, _i01.nvm, _i01.si,
_i01_MockRandom_0.doc, _i01_MockRandom_0.sd, _i01_MockRandom_0.tim,
_i01_MockRandom_0.tip, _i02.fdt, _i02.fdx, _i02.fnm, _i02.nvd, _i02.nvm,
_i02.si, _i02_MockRandom_0.doc, _i02_MockRandom_0.sd, _i02_MockRandom_0.tim,
_i02_MockRandom_0.tip, _i03.fdt, _i03.fdx, _i03.fnm, _i03.nvd, _i03.nvm,
_i03.si, _i03_MockRandom_0.doc, _i03_MockRandom_0.sd, _i03_MockRandom_0.tbk,
_i03_MockRandom_0.tix, segments_2]}]> but
was:<[{indexVersion=1484807217172,generation=2,filelist=[_6ko.fdt, _6ko.fdx,
_6ko.fnm, _6ko.nvd, _6ko.nvm, _6ko.si, _6ko_MockRandom_0.doc,
_6ko_MockRandom_0.sd, _6ko_MockRandom_0.tim, _6ko_MockRandom_0.tip, _a24.fdt,
_a24.fdx, _a24.fnm, _a24.nvd, _a24.nvm, _a24.si, _a24_MockRandom_0.doc,
_a24_MockRandom_0.sd, _a24_MockRandom_0.tib, _a24_MockRandom_0.tii, _gju.cfe,
_gju.cfs, _gju.si, _hzs.fdt, _hzs.fdx, _hzs.fnm, _hzs.nvd, _hzs.nvm, _hzs.si,
_hzs_MockRandom_0.doc, _hzs_MockRandom_0.sd, _hzs_MockRandom_0.tfp, _hzt.cfe,
_hzt.cfs, _hzt.si, _hzu.fdt, _hzu.fdx, _hzu.fnm, _hzu.nvd, _hzu.nvm, _hzu.si,
_hzu_MockRandom_0.doc, _hzu_MockRandom_0.sd, _hzu_MockRandom_0.tim,
_hzu_MockRandom_0.tip, _hzv.fdt, _hzv.fdx, _hzv.fnm, _hzv.nvd, _hzv.nvm,
_hzv.si, _hzv_MockRandom_0.doc, _hzv_MockRandom_0.sd, _hzv_MockRandom_0.tfp,
_hzw.fdt, _hzw.fdx, _hzw.fnm, _hzw.nvd, _hzw.nvm, _hzw.si,
_hzw_MockRandom_0.doc, _hzw_MockRandom_0.sd, _hzw_MockRandom_0.tio,
_hzw_MockRandom_0.tipo, _hzx.fdt, _hzx.fdx, _hzx.fnm, _hzx.nvd, _hzx.nvm,
_hzx.si, _hzx_MockRandom_0.doc, _hzx_MockRandom_0.sd, _hzx_MockRandom_0.tim,
_hzx_MockRandom_0.tip, _hzy.fdt, _hzy.fdx, _hzy.fnm, _hzy.nvd, _hzy.nvm,
_hzy.si, _hzy_MockRandom_0.doc, _hzy_MockRandom_0.sd, _hzy_MockRandom_0.tio,
_hzy_MockRandom_0.tipo, _hzz.fdt, _hzz.fdx, _hzz.fnm, _hzz.nvd, _hzz.nvm,
_hzz.si, _hzz_MockRandom_0.doc, _hzz_MockRandom_0.sd, _hzz_MockRandom_0.tfp,
_i01.fdt, _i01.fdx, _i01.fnm, _i01.nvd, _i01.nvm, _i01.si,
_i01_MockRandom_0.doc, _i01_MockRandom_0.sd, _i01_MockRandom_0.tim,
_i01_MockRandom_0.tip, _i02.fdt, _i02.fdx, _i02.fnm, _i02.nvd, _i02.nvm,
_i02.si, _i02_MockRandom_0.doc, _i02_MockRandom_0.sd, _i02_MockRandom_0.tim,
_i02_MockRandom_0.tip, _i03.fdt, _i03.fdx, _i03.fnm, _i03.nvd, _i03.nvm,
_i03.si, _i03_MockRandom_0.doc, _i03_MockRandom_0.sd, _i03_MockRandom_0.tbk,
_i03_MockRandom_0.tix, segments_2]},
{indexVersion=1484807217172,generation=3,filelist=[_6ko.fdt, _6ko.fdx,
_6ko.fnm, _6ko.nvd, _6ko.nvm, _6ko.si, _6ko_MockRandom_0.doc,
_6ko_MockRandom_0.sd, _6ko_MockRandom_0.tim, _6ko_MockRandom_0.tip, _a24.fdt,
_a24.fdx, _a24.fnm, _a24.nvd, _a24.nvm, _a24.si, _a24_MockRandom_0.doc,
_a24_MockRandom_0.sd, _a24_MockRandom_0.tib, _a24_MockRandom_0.tii, _gju.cfe,
_gju.cfs, _gju.si, _hzz.fdt, _hzz.fdx, _hzz.fnm, _hzz.nvd, _hzz.nvm, _hzz.si,
_hzz_MockRandom_0.doc, _hzz_MockRandom_0.sd, _hzz_MockRandom_0.tfp, _i00.cfe,
_i00.cfs, _i00.si, _i01.fdt, _i01.fdx, _i01.fnm, _i01.nvd, _i01.nvm, _i01.si,
_i01_MockRandom_0.doc, _i01_MockRandom_0.sd, _i01_MockRandom_0.tim,
_i01_MockRandom_0.tip, _i02.fdt, _i02.fdx, _i02.fnm, _i02.nvd, _i02.nvm,
_i02.si, _i02_MockRandom_0.doc, _i02_MockRandom_0.sd, _i02_MockRandom_0.tim,
_i02_MockRandom_0.tip, _i03.fdt, _i03.fdx, _i03.fnm, _i03.nvd, _i03.nvm,
_i03.si, _i03_MockRandom_0.doc, _i03_MockRandom_0.sd, _i03_MockRandom_0.tbk,
_i03_MockRandom_0.tix, segments_3]}]>
Stack Trace:
java.lang.AssertionError:
expected:<[{indexVersion=1484807217172,generation=2,filelist=[_6ko.fdt,
_6ko.fdx, _6ko.fnm, _6ko.nvd, _6ko.nvm, _6ko.si, _6ko_MockRandom_0.doc,
_6ko_MockRandom_0.sd, _6ko_MockRandom_0.tim, _6ko_MockRandom_0.tip, _a24.fdt,
_a24.fdx, _a24.fnm, _a24.nvd, _a24.nvm, _a24.si, _a24_MockRandom_0.doc,
_a24_MockRandom_0.sd, _a24_MockRandom_0.tib, _a24_MockRandom_0.tii, _gju.cfe,
_gju.cfs, _gju.si, _hzs.fdt, _hzs.fdx, _hzs.fnm, _hzs.nvd, _hzs.nvm, _hzs.si,
_hzs_MockRandom_0.doc, _hzs_MockRandom_0.sd, _hzs_MockRandom_0.tfp, _hzt.cfe,
_hzt.cfs, _hzt.si, _hzu.fdt, _hzu.fdx, _hzu.fnm, _hzu.nvd, _hzu.nvm, _hzu.si,
_hzu_MockRandom_0.doc, _hzu_MockRandom_0.sd, _hzu_MockRandom_0.tim,
_hzu_MockRandom_0.tip, _hzv.fdt, _hzv.fdx, _hzv.fnm, _hzv.nvd, _hzv.nvm,
_hzv.si, _hzv_MockRandom_0.doc, _hzv_MockRandom_0.sd, _hzv_MockRandom_0.tfp,
_hzw.fdt, _hzw.fdx, _hzw.fnm, _hzw.nvd, _hzw.nvm, _hzw.si,
_hzw_MockRandom_0.doc, _hzw_MockRandom_0.sd, _hzw_MockRandom_0.tio,
_hzw_MockRandom_0.tipo, _hzx.fdt, _hzx.fdx, _hzx.fnm, _hzx.nvd, _hzx.nvm,
_hzx.si, _hzx_MockRandom_0.doc, _hzx_MockRandom_0.sd, _hzx_MockRandom_0.tim,
_hzx_MockRandom_0.tip, _hzy.fdt, _hzy.fdx, _hzy.fnm, _hzy.nvd, _hzy.nvm,
_hzy.si, _hzy_MockRandom_0.doc, _hzy_MockRandom_0.sd, _hzy_MockRandom_0.tio,
_hzy_MockRandom_0.tipo, _hzz.fdt, _hzz.fdx, _hzz.fnm, _hzz.nvd, _hzz.nvm,
_hzz.si, _hzz_MockRandom_0.doc, _hzz_MockRandom_0.sd, _hzz_MockRandom_0.tfp,
_i01.fdt, _i01.fdx, _i01.fnm, _i01.nvd, _i01.nvm, _i01.si,
_i01_MockRandom_0.doc, _i01_MockRandom_0.sd, _i01_MockRandom_0.tim,
_i01_MockRandom_0.tip, _i02.fdt, _i02.fdx, _i02.fnm, _i02.nvd, _i02.nvm,
_i02.si, _i02_MockRandom_0.doc, _i02_MockRandom_0.sd, _i02_MockRandom_0.tim,
_i02_MockRandom_0.tip, _i03.fdt, _i03.fdx, _i03.fnm, _i03.nvd, _i03.nvm,
_i03.si, _i03_MockRandom_0.doc, _i03_MockRandom_0.sd, _i03_MockRandom_0.tbk,
_i03_MockRandom_0.tix, segments_2]}]> but
was:<[{indexVersion=1484807217172,generation=2,filelist=[_6ko.fdt, _6ko.fdx,
_6ko.fnm, _6ko.nvd, _6ko.nvm, _6ko.si, _6ko_MockRandom_0.doc,
_6ko_MockRandom_0.sd, _6ko_MockRandom_0.tim, _6ko_MockRandom_0.tip, _a24.fdt,
_a24.fdx, _a24.fnm, _a24.nvd, _a24.nvm, _a24.si, _a24_MockRandom_0.doc,
_a24_MockRandom_0.sd, _a24_MockRandom_0.tib, _a24_MockRandom_0.tii, _gju.cfe,
_gju.cfs, _gju.si, _hzs.fdt, _hzs.fdx, _hzs.fnm, _hzs.nvd, _hzs.nvm, _hzs.si,
_hzs_MockRandom_0.doc, _hzs_MockRandom_0.sd, _hzs_MockRandom_0.tfp, _hzt.cfe,
_hzt.cfs, _hzt.si, _hzu.fdt, _hzu.fdx, _hzu.fnm, _hzu.nvd, _hzu.nvm, _hzu.si,
_hzu_MockRandom_0.doc, _hzu_MockRandom_0.sd, _hzu_MockRandom_0.tim,
_hzu_MockRandom_0.tip, _hzv.fdt, _hzv.fdx, _hzv.fnm, _hzv.nvd, _hzv.nvm,
_hzv.si, _hzv_MockRandom_0.doc, _hzv_MockRandom_0.sd, _hzv_MockRandom_0.tfp,
_hzw.fdt, _hzw.fdx, _hzw.fnm, _hzw.nvd, _hzw.nvm, _hzw.si,
_hzw_MockRandom_0.doc, _hzw_MockRandom_0.sd, _hzw_MockRandom_0.tio,
_hzw_MockRandom_0.tipo, _hzx.fdt, _hzx.fdx, _hzx.fnm, _hzx.nvd, _hzx.nvm,
_hzx.si, _hzx_MockRandom_0.doc, _hzx_MockRandom_0.sd, _hzx_MockRandom_0.tim,
_hzx_MockRandom_0.tip, _hzy.fdt, _hzy.fdx, _hzy.fnm, _hzy.nvd, _hzy.nvm,
_hzy.si, _hzy_MockRandom_0.doc, _hzy_MockRandom_0.sd, _hzy_MockRandom_0.tio,
_hzy_MockRandom_0.tipo, _hzz.fdt, _hzz.fdx, _hzz.fnm, _hzz.nvd, _hzz.nvm,
_hzz.si, _hzz_MockRandom_0.doc, _hzz_MockRandom_0.sd, _hzz_MockRandom_0.tfp,
_i01.fdt, _i01.fdx, _i01.fnm, _i01.nvd, _i01.nvm, _i01.si,
_i01_MockRandom_0.doc, _i01_MockRandom_0.sd, _i01_MockRandom_0.tim,
_i01_MockRandom_0.tip, _i02.fdt, _i02.fdx, _i02.fnm, _i02.nvd, _i02.nvm,
_i02.si, _i02_MockRandom_0.doc, _i02_MockRandom_0.sd, _i02_MockRandom_0.tim,
_i02_MockRandom_0.tip, _i03.fdt, _i03.fdx, _i03.fnm, _i03.nvd, _i03.nvm,
_i03.si, _i03_MockRandom_0.doc, _i03_MockRandom_0.sd, _i03_MockRandom_0.tbk,
_i03_MockRandom_0.tix, segments_2]},
{indexVersion=1484807217172,generation=3,filelist=[_6ko.fdt, _6ko.fdx,
_6ko.fnm, _6ko.nvd, _6ko.nvm, _6ko.si, _6ko_MockRandom_0.doc,
_6ko_MockRandom_0.sd, _6ko_MockRandom_0.tim, _6ko_MockRandom_0.tip, _a24.fdt,
_a24.fdx, _a24.fnm, _a24.nvd, _a24.nvm, _a24.si, _a24_MockRandom_0.doc,
_a24_MockRandom_0.sd, _a24_MockRandom_0.tib, _a24_MockRandom_0.tii, _gju.cfe,
_gju.cfs, _gju.si, _hzz.fdt, _hzz.fdx, _hzz.fnm, _hzz.nvd, _hzz.nvm, _hzz.si,
_hzz_MockRandom_0.doc, _hzz_MockRandom_0.sd, _hzz_MockRandom_0.tfp, _i00.cfe,
_i00.cfs, _i00.si, _i01.fdt, _i01.fdx, _i01.fnm, _i01.nvd, _i01.nvm, _i01.si,
_i01_MockRandom_0.doc, _i01_MockRandom_0.sd, _i01_MockRandom_0.tim,
_i01_MockRandom_0.tip, _i02.fdt, _i02.fdx, _i02.fnm, _i02.nvd, _i02.nvm,
_i02.si, _i02_MockRandom_0.doc, _i02_MockRandom_0.sd, _i02_MockRandom_0.tim,
_i02_MockRandom_0.tip, _i03.fdt, _i03.fdx, _i03.fnm, _i03.nvd, _i03.nvm,
_i03.si, _i03_MockRandom_0.doc, _i03_MockRandom_0.sd, _i03_MockRandom_0.tbk,
_i03_MockRandom_0.tix, segments_3]}]>
at
__randomizedtesting.SeedInfo.seed([E7E8AD2C1411FE6B:C23FB61C6459F068]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:147)
at
org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload(TestReplicationHandler.java:1245)
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.handler.TestReplicationHandler.doTestStressReplication
Error Message:
[index.20170119032716276, replication.properties, index.properties,
snapshot_metadata, index.20170119032713286] expected:<1> but was:<2>
Stack Trace:
java.lang.AssertionError: [index.20170119032716276, replication.properties,
index.properties, snapshot_metadata, index.20170119032713286] expected:<1> but
was:<2>
at
__randomizedtesting.SeedInfo.seed([E7E8AD2C1411FE6B:3C43ADEA113997D8]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.handler.TestReplicationHandler.checkForSingleIndex(TestReplicationHandler.java:925)
at
org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:883)
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.HdfsWriteToMultipleCollectionsTest.test
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([E7E8AD2C1411FE6B:6FBC92F6BAED9393]: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.testSpecificConfigsets
Error Message:
KeeperErrorCode = NoNode for /collections/withconfigset2
Stack Trace:
org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode
for /collections/withconfigset2
at
__randomizedtesting.SeedInfo.seed([E7E8AD2C1411FE6B:CA96E276E3354467]: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)
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/2)={
"replicationFactor":"4", "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":"4", "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/2)={
"replicationFactor":"4",
"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":"4",
"autoAddReplicas":"false"}
at
__randomizedtesting.SeedInfo.seed([E7E8AD2C1411FE6B:AF9DD9981222D1FE]: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)
Build Log:
[...truncated 8995 lines...]
[junit4] Suite: org.apache.lucene.search.TestIndexOrDocValuesQuery
[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=TestIndexOrDocValuesQuery
-Dtests.method=testUseIndexForSelectiveQueries -Dtests.seed=A27C5CDB18096032
-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=fr-BE -Dtests.timezone=Etc/GMT-10 -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] FAILURE 1.30s J0 |
TestIndexOrDocValuesQuery.testUseIndexForSelectiveQueries <<<
[junit4] > Throwable #1: java.lang.AssertionError: The top-reader used to
create Weight (org.apache.lucene.index.CompositeReaderContext@148a31e6) is not
the same as the current reader's top-reader
(org.apache.lucene.index.CompositeReaderContext@3f764c1d
[junit4] > at
__randomizedtesting.SeedInfo.seed([A27C5CDB18096032:54C2E516BF15F5D]:0)
[junit4] > at
org.apache.lucene.search.TermQuery$TermWeight.scorer(TermQuery.java:99)
[junit4] > at
org.apache.lucene.search.Weight.scorerSupplier(Weight.java:126)
[junit4] > at
org.apache.lucene.search.AssertingWeight.scorerSupplier(AssertingWeight.java:55)
[junit4] > at
org.apache.lucene.search.BooleanWeight.scorerSupplier(BooleanWeight.java:400)
[junit4] > at
org.apache.lucene.search.AssertingWeight.scorerSupplier(AssertingWeight.java:55)
[junit4] > at
org.apache.lucene.search.AssertingWeight.scorer(AssertingWeight.java:41)
[junit4] > at
org.apache.lucene.search.AssertingWeight.scorer(AssertingWeight.java:37)
[junit4] > at
org.apache.lucene.search.TestIndexOrDocValuesQuery.testUseIndexForSelectiveQueries(TestIndexOrDocValuesQuery.java:81)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62),
sim=RandomSimilarity(queryNorm=true,coord=no): {f1=IB SPL-L3(800.0)},
locale=fr-BE, timezone=Etc/GMT-10
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_102 (64-bit)/cpus=4,threads=1,free=203833016,total=405798912
[junit4] 2> NOTE: All tests run in this JVM: [FuzzyLikeThisQueryTest,
TestIDVersionPostingsFormat, TestLongRangeFieldQueries,
TestIndexOrDocValuesQuery]
[junit4] Completed [9/24 (1!)] on J0 in 1.34s, 1 test, 1 failure <<<
FAILURES!
[...truncated 2388 lines...]
[junit4] Suite: org.apache.solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest
[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.HdfsWriteToMultipleCollectionsTest_E7E8AD2C1411FE6B-001/init-core-data-001
[junit4] 2> 210121 INFO
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[E7E8AD2C1411FE6B]-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> 210122 INFO
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[E7E8AD2C1411FE6B]-worker) [
] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property:
/ahsw/dx
[junit4] 2> 210729 WARN
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[E7E8AD2C1411FE6B]-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> 211313 WARN
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[E7E8AD2C1411FE6B]-worker) [
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 211509 INFO
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[E7E8AD2C1411FE6B]-worker) [
] o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via
org.mortbay.log.Slf4jLog
[junit4] 2> 211555 WARN
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[E7E8AD2C1411FE6B]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 211618 INFO
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[E7E8AD2C1411FE6B]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 211662 INFO
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[E7E8AD2C1411FE6B]-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_33121_hdfs____.aarp8m/webapp
[junit4] 2> 212413 INFO
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[E7E8AD2C1411FE6B]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:33121
[junit4] 2> 213096 WARN
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[E7E8AD2C1411FE6B]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 213104 INFO
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[E7E8AD2C1411FE6B]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 213116 INFO
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[E7E8AD2C1411FE6B]-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_55221_datanode____lle7y0/webapp
[junit4] 2> 213537 INFO
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[E7E8AD2C1411FE6B]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:55221
[junit4] 2> 213901 WARN
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[E7E8AD2C1411FE6B]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 213902 INFO
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[E7E8AD2C1411FE6B]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 213938 INFO
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[E7E8AD2C1411FE6B]-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_38146_datanode____rnbhed/webapp
[junit4] 2> 214412 INFO
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[E7E8AD2C1411FE6B]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:38146
[junit4] 2> 215497 INFO (IPC Server handler 6 on 41272) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-24d69cf7-a06b-4ae1-bd26-030a5a2fbc3e node
DatanodeRegistration(127.0.0.1:46511,
datanodeUuid=7f5c95e1-3fcc-4c6f-9f08-f63830af5d2f, infoPort=35097,
infoSecurePort=0, ipcPort=50663,
storageInfo=lv=-56;cid=testClusterID;nsid=993569009;c=0), blocks: 0,
hasStaleStorage: true, processing time: 2 msecs
[junit4] 2> 215497 INFO (IPC Server handler 6 on 41272) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-59906fe4-b878-4877-888d-8ed2d3f764a4 node
DatanodeRegistration(127.0.0.1:46511,
datanodeUuid=7f5c95e1-3fcc-4c6f-9f08-f63830af5d2f, infoPort=35097,
infoSecurePort=0, ipcPort=50663,
storageInfo=lv=-56;cid=testClusterID;nsid=993569009;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 215498 INFO (IPC Server handler 8 on 41272) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-c97d73da-ff8f-4442-b2af-de55a67d513d node
DatanodeRegistration(127.0.0.1:47469,
datanodeUuid=c28c04ca-498d-4360-9a10-23cf94719bd3, infoPort=42609,
infoSecurePort=0, ipcPort=45405,
storageInfo=lv=-56;cid=testClusterID;nsid=993569009;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 215498 INFO (IPC Server handler 8 on 41272) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-ced87af7-107d-4746-839b-b9e0374dc290 node
DatanodeRegistration(127.0.0.1:47469,
datanodeUuid=c28c04ca-498d-4360-9a10-23cf94719bd3, infoPort=42609,
infoSecurePort=0, ipcPort=45405,
storageInfo=lv=-56;cid=testClusterID;nsid=993569009;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 215999 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 215999 INFO (Thread-781) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 215999 INFO (Thread-781) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 216099 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.c.ZkTestServer start zk server on port:51470
[junit4] 2> 216383 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
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> 216390 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 216396 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
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> 216397 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
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> 216402 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
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> 216406 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
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> 216408 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
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> 216409 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
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> 216410 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
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> 216411 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
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> 216413 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
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> 216543 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
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.HdfsWriteToMultipleCollectionsTest_E7E8AD2C1411FE6B-001/control-001/cores/collection1
[junit4] 2> 216544 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 216553 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2dc9d794{/ahsw/dx,null,AVAILABLE}
[junit4] 2> 216554 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@643314f3{HTTP/1.1,[http/1.1]}{127.0.0.1:50545}
[junit4] 2> 216554 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.e.j.s.Server Started @220362ms
[junit4] 2> 216554 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:41272/hdfs__localhost_41272__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_E7E8AD2C1411FE6B-001_tempDir-002_control_data,
hostContext=/ahsw/dx, hostPort=50545,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_E7E8AD2C1411FE6B-001/control-001/cores}
[junit4] 2> 216554 ERROR
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 216554 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.5.0
[junit4] 2> 216554 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 216554 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 216554 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-01-19T05:58:28.564Z
[junit4] 2> 216566 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 216566 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
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.HdfsWriteToMultipleCollectionsTest_E7E8AD2C1411FE6B-001/control-001/solr.xml
[junit4] 2> 216573 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 216573 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51470/solr
[junit4] 2> 216610 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B])
[n:127.0.0.1:50545_ahsw%2Fdx ] o.a.s.c.OverseerElectionContext I am going to
be the leader 127.0.0.1:50545_ahsw%2Fdx
[junit4] 2> 216611 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B])
[n:127.0.0.1:50545_ahsw%2Fdx ] o.a.s.c.Overseer Overseer
(id=97308213772943364-127.0.0.1:50545_ahsw%2Fdx-n_0000000000) starting
[junit4] 2> 216653 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B])
[n:127.0.0.1:50545_ahsw%2Fdx ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:50545_ahsw%2Fdx
[junit4] 2> 216654 INFO
(zkCallback-153-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 216844 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B])
[n:127.0.0.1:50545_ahsw%2Fdx ] 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/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_E7E8AD2C1411FE6B-001/control-001/cores
[junit4] 2> 216844 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B])
[n:127.0.0.1:50545_ahsw%2Fdx ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 216857 INFO
(OverseerStateUpdate-97308213772943364-127.0.0.1:50545_ahsw%2Fdx-n_0000000000)
[n:127.0.0.1:50545_ahsw%2Fdx ] o.a.s.c.o.ReplicaMutator Assigning new node
to shard shard=shard1
[junit4] 2> 217867 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 217883 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 217994 WARN
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx 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> 217999 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 218011 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection
[junit4] 2> 218020 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:41272/solr_hdfs_home
[junit4] 2> 218020 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 218020 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx 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.HdfsWriteToMultipleCollectionsTest_E7E8AD2C1411FE6B-001/control-001/cores/collection1],
dataDir=[hdfs://localhost:41272/solr_hdfs_home/control_collection/core_node1/data/]
[junit4] 2> 218020 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx 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@fc203c1
[junit4] 2> 218021 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:41272/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
[junit4] 2> 218037 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx 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> 218037 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx 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> 218037 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 219330 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 219335 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:41272/solr_hdfs_home/control_collection/core_node1/data
[junit4] 2> 219396 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:41272/solr_hdfs_home/control_collection/core_node1/data/index
[junit4] 2> 219408 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx 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> 219408 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx 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> 219408 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 219425 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 219425 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=2, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 220069 INFO (IPC Server handler 0 on 41272) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:47469 is
added to blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-c97d73da-ff8f-4442-b2af-de55a67d513d:NORMAL:127.0.0.1:47469|RBW],
ReplicaUC[[DISK]DS-24d69cf7-a06b-4ae1-bd26-030a5a2fbc3e:NORMAL:127.0.0.1:46511|RBW]]}
size 71
[junit4] 2> 220069 INFO (IPC Server handler 1 on 41272) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:46511 is
added to blk_1073741825_1001 size 71
[junit4] 2> 220501 WARN
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx 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> 220515 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 220515 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 220515 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 220544 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 220544 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 220546 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=39, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=24.7119140625,
floorSegmentMB=1.4091796875, forceMergeDeletesPctAllowed=16.318929424914998,
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 220620 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1628d39b[collection1] main]
[junit4] 2> 220621 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 220622 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 220623 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 220624 INFO
(searcherExecutor-506-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx
x:collection1 c:control_collection) [n:127.0.0.1:50545_ahsw%2Fdx
c:control_collection x:collection1] o.a.s.c.SolrCore [collection1] Registered
new searcher Searcher@1628d39b[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 220635 INFO
(coreLoadExecutor-505-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx c:control_collection x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1556931425227243520
[junit4] 2> 220649 INFO
(coreZkRegister-498-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx
x:collection1 c:control_collection) [n:127.0.0.1:50545_ahsw%2Fdx
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 220649 INFO
(coreZkRegister-498-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx
x:collection1 c:control_collection) [n:127.0.0.1:50545_ahsw%2Fdx
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> 220649 INFO
(coreZkRegister-498-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx
x:collection1 c:control_collection) [n:127.0.0.1:50545_ahsw%2Fdx
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:50545/ahsw/dx/collection1/
[junit4] 2> 220649 INFO
(coreZkRegister-498-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx
x:collection1 c:control_collection) [n:127.0.0.1:50545_ahsw%2Fdx
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 220649 INFO
(coreZkRegister-498-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx
x:collection1 c:control_collection) [n:127.0.0.1:50545_ahsw%2Fdx
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:50545/ahsw/dx/collection1/ has no replicas
[junit4] 2> 220655 INFO
(coreZkRegister-498-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx
x:collection1 c:control_collection) [n:127.0.0.1:50545_ahsw%2Fdx
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:50545/ahsw/dx/collection1/ shard1
[junit4] 2> 220806 INFO
(coreZkRegister-498-thread-1-processing-n:127.0.0.1:50545_ahsw%2Fdx
x:collection1 c:control_collection) [n:127.0.0.1:50545_ahsw%2Fdx
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 220938 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 220940 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51470/solr ready
[junit4] 2> 220942 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 220942 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
[junit4] 2> 221060 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
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.HdfsWriteToMultipleCollectionsTest_E7E8AD2C1411FE6B-001/shard-1-001/cores/collection1
[junit4] 2> 221061 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
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.HdfsWriteToMultipleCollectionsTest_E7E8AD2C1411FE6B-001/shard-1-001
[junit4] 2> 221063 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 221064 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@73d9e632{/ahsw/dx,null,AVAILABLE}
[junit4] 2> 221064 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7e33eb2{HTTP/1.1,[http/1.1]}{127.0.0.1:36139}
[junit4] 2> 221064 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.e.j.s.Server Started @224873ms
[junit4] 2> 221064 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:41272/hdfs__localhost_41272__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_E7E8AD2C1411FE6B-001_tempDir-002_jetty1,
solrconfig=solrconfig.xml, hostContext=/ahsw/dx, hostPort=36139,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_E7E8AD2C1411FE6B-001/shard-1-001/cores}
[junit4] 2> 221065 ERROR
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 221065 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.5.0
[junit4] 2> 221066 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 221066 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 221066 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-01-19T05:58:33.076Z
[junit4] 2> 221074 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 221074 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
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.HdfsWriteToMultipleCollectionsTest_E7E8AD2C1411FE6B-001/shard-1-001/solr.xml
[junit4] 2> 221081 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 221082 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51470/solr
[junit4] 2> 221109 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B])
[n:127.0.0.1:36139_ahsw%2Fdx ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 221112 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B])
[n:127.0.0.1:36139_ahsw%2Fdx ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36139_ahsw%2Fdx
[junit4] 2> 221115 INFO (zkCallback-157-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 221115 INFO
(zkCallback-153-thread-2-processing-n:127.0.0.1:50545_ahsw%2Fdx)
[n:127.0.0.1:50545_ahsw%2Fdx ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (1) -> (2)
[junit4] 2> 221120 INFO
(zkCallback-163-thread-1-processing-n:127.0.0.1:36139_ahsw%2Fdx)
[n:127.0.0.1:36139_ahsw%2Fdx ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (1) -> (2)
[junit4] 2> 221167 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B])
[n:127.0.0.1:36139_ahsw%2Fdx ] 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/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_E7E8AD2C1411FE6B-001/shard-1-001/cores
[junit4] 2> 221167 INFO
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[E7E8AD2C1411FE6B])
[n:127.0.0.1:36139_ahsw%2Fdx ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 221172 INFO
(OverseerStateUpdate-97308213772943364-127.0.0.1:50545_ahsw%2Fdx-n_0000000000)
[n:127.0.0.1:50545_ahsw%2Fdx ] o.a.s.c.o.ReplicaMutator Assigning new node
to shard shard=shard1
[junit4] 2> 221277 INFO
(zkCallback-163-thread-2-processing-n:127.0.0.1:36139_ahsw%2Fdx)
[n:127.0.0.1:36139_ahsw%2Fdx ] 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> 222185 INFO
(coreLoadExecutor-516-thread-1-processing-n:127.0.0.1:36139_ahsw%2Fdx)
[n:127.0.0.1:36139_ahsw%2Fdx c:collection1 x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.5.0
[junit4] 2> 222195 INFO
(coreLoadExecutor-516-thread-1-processing-n:127.0.0.1:36139_ahsw%2Fdx)
[n:127.0.0.1:36139_ahsw%2Fdx c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 222257 WARN
(coreLoadExecutor-516-thread-1-processing-n:127.0.0.1:36139_ahsw%2Fdx)
[n:127.0.0.1:36139_ahsw%2Fdx 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> 222258 INFO
(coreLoadExecutor-516-thread-1-processing-n:127.0.0.1:36139_ahsw%2Fdx)
[n:127.0.0.1:36139_ahsw%2Fdx c:collection1 x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 222281 INFO
(coreLoadExecutor-516-thread-1-processing-n:127.0.0.1:36139_ahsw%2Fdx)
[n:127.0.0.1:36139_ahsw%2Fdx c:collection1 x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 222282 INFO
(coreLoadExecutor-516-thread-1-processing-n:127.0.0.1:36139_ahsw%2Fdx) [n:1
[...truncated too long message...]
pertiesRestoreRule.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> ... 53 more
[junit4] 2> 4799451 INFO
(SUITE-HdfsRecoveryZkTest-seed#[E7E8AD2C1411FE6B]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:42969 42969
[junit4] 2> 4799451 INFO
(SUITE-HdfsRecoveryZkTest-seed#[E7E8AD2C1411FE6B]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{rnd_b=PostingsFormat(name=LuceneFixedGap),
_version_=PostingsFormat(name=LuceneVarGapDocFreqInterval),
a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval),
a_i=PostingsFormat(name=LuceneFixedGap),
id=PostingsFormat(name=LuceneFixedGap)}, docValues:{},
maxPointsInLeafNode=1288, maxMBSortInHeap=5.307010612780387,
sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=ar-SD,
timezone=America/Catamarca
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_102 (64-bit)/cpus=4,threads=2,free=167100320,total=525336576
[junit4] 2> NOTE: All tests run in this JVM: [RAMDirectoryFactoryTest,
ConvertedLegacyTest, BadCopyFieldTest, TestExceedMaxTermLength,
SolrMetricManagerTest, SliceStateTest, TestQueryWrapperFilter,
TestScoreJoinQPNoScore, CoreMergeIndexesAdminHandlerTest,
DistributedTermsComponentTest, CollectionReloadTest,
TestLocalFSCloudBackupRestore, TestSSLRandomization, TestNumericTerms64,
TestSystemIdResolver, CopyFieldTest, SystemInfoHandlerTest,
TestSolrIndexConfig, ConfigSetsAPITest,
ClassificationUpdateProcessorIntegrationTest, TestJsonFacets,
TestDownShardTolerantSearch, JavabinLoaderTest, TestGraphMLResponseWriter,
TestImplicitCoreProperties, SoftAutoCommitTest,
HdfsWriteToMultipleCollectionsTest, SpellCheckCollatorTest,
TestHashQParserPlugin, SolrGangliaReporterTest, SpellingQueryConverterTest,
ReplicaListTransformerTest, TestXmlQParser, SolrCmdDistributorTest,
DocExpirationUpdateProcessorFactoryTest, TestComplexPhraseLeadingWildcard,
DocValuesNotIndexedTest, DirectSolrSpellCheckerTest, TestCustomDocTransformer,
TestFiltering, BasicFunctionalityTest, DocumentBuilderTest, TestRestManager,
DistributedDebugComponentTest, ShardSplitTest, TestHashPartitioner,
TestFieldSortValues, TestQueryUtils, TestRandomFlRTGCloud,
SolrSlf4jReporterTest, BlockCacheTest, ZkControllerTest, TestReplicaProperties,
HdfsDirectoryTest, TestSimpleTrackingShardHandler, IndexBasedSpellCheckerTest,
ChaosMonkeySafeLeaderTest, SpatialFilterTest, TestBM25SimilarityFactory,
AnalyticsMergeStrategyTest, TestFieldTypeCollectionResource,
SuggestComponentContextFilterQueryTest, TermVectorComponentTest,
TestLuceneMatchVersion, TestSweetSpotSimilarityFactory,
TestSubQueryTransformerDistrib, LoggingHandlerTest, TestDistribIDF,
SolrIndexSplitterTest, TestLRUCache, TestLMDirichletSimilarityFactory,
SimpleCollectionCreateDeleteTest, ShardRoutingTest, TestFieldCacheSort,
TestJettySolrRunner, HighlighterTest, TestQuerySenderListener,
TestCloudRecovery, OverseerRolesTest, TestNRTOpen, URLClassifyProcessorTest,
MultiTermTest, TestChildDocTransformer, TestQueryTypes,
DistribJoinFromCollectionTest, TestAuthorizationFramework, ExplicitHLLTest,
TestSearcherReuse, TestLRUStatsCache, ZkCLITest, TestBlobHandler,
SuggesterFSTTest, DistributedFacetPivotSmallTest,
TestPartialUpdateDeduplication, JSONWriterTest, TestSearchPerf,
DistributedFacetPivotLargeTest, HdfsBasicDistributedZkTest, ZkSolrClientTest,
DistanceFunctionTest, ManagedSchemaRoundRobinCloudTest,
BlockJoinFacetRandomTest, BigEndianAscendingWordDeserializerTest,
TestNamedUpdateProcessors, TestDynamicFieldResource,
LeaderElectionContextKeyTest, IndexSchemaTest, TestDistributedGrouping,
TestConfigSetsAPI, BasicDistributedZkTest, BasicDistributedZk2Test,
CollectionsAPIDistributedZkTest, OverseerTest, BasicZkTest,
ClusterStateUpdateTest, TestRandomDVFaceting, ShardRoutingCustomTest,
TestDistributedSearch, CleanupOldIndexTest, CollectionStateFormat2Test,
CollectionsAPIAsyncDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest,
CustomCollectionTest, DeleteReplicaTest,
DistribDocExpirationUpdateProcessorTest, DistributedQueueTest,
LeaderInitiatedRecoveryOnCommitTest, LeaderInitiatedRecoveryOnShardRestartTest,
OverriddenZkACLAndCredentialsProvidersTest, PeerSyncReplicationTest,
SSLMigrationTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, SolrXmlInZkTest,
TestCloudInspectUtil, TestCloudPivotFacet, TestCollectionAPI, TestCryptoKeys,
TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica,
TestLeaderElectionZkExpiry, TestLeaderInitiatedRecoveryThread,
TestOnReconnectListenerSupport, TestRandomRequestDistribution,
TestShortCircuitedRequests, TestSizeLimitedDistributedMap,
TestSolrCloudWithDelegationTokens, TestSolrCloudWithSecureImpersonation,
TestStressCloudBlindAtomicUpdates, TestTolerantUpdateProcessorCloud,
TriLevelCompositeIdRoutingTest, HdfsNNFailoverTest, HdfsRecoverLeaseTest,
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=E7E8AD2C1411FE6B -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=ar-SD -Dtests.timezone=America/Catamarca -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.00s J1 | 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:737)
[junit4] > at
org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:799)
[junit4] > at
org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1049)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:914)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:807)
[junit4] > at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:903)
[junit4] > at
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:554)
[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([E7E8AD2C1411FE6B]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:269)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] Completed [529/681 (5!)] on J1 in 50.50s, 1 test, 1 failure <<<
FAILURES!
[...truncated 62978 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]