Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2175/
9 tests failed.
FAILED:
org.apache.lucene.search.similarities.TestBasicModelIn.testRandomScoring
Error Message:
score(1.0,64)=3.71548595E9 < score(1.0,65)=3.71548621E9
Stack Trace:
java.lang.AssertionError: score(1.0,64)=3.71548595E9 <
score(1.0,65)=3.71548621E9
at
__randomizedtesting.SeedInfo.seed([202899A39BA9FDD9:ABB7C01181DE1BD3]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.lucene.search.similarities.BaseSimilarityTestCase.doTestScoring(BaseSimilarityTestCase.java:423)
at
org.apache.lucene.search.similarities.BaseSimilarityTestCase.testRandomScoring(BaseSimilarityTestCase.java:355)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection
Error Message:
*:* found unexpected number of documents expected:<32> but was:<30>
Stack Trace:
java.lang.AssertionError: *:* found unexpected number of documents
expected:<32> but was:<30>
at
__randomizedtesting.SeedInfo.seed([19B341F0295B3818:AD0739F183481BE]: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.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection(SolrCloudExampleTest.java:159)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.TestCloudPivotFacet.test
Error Message:
Could not load collection from ZK: collection1
Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK:
collection1
at
__randomizedtesting.SeedInfo.seed([19B341F0295B3818:91E77E2A87A755E0]:0)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1172)
at
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:692)
at
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:130)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.getTotalReplicas(AbstractFullDistribZkTestBase.java:487)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createJettys(AbstractFullDistribZkTestBase.java:440)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:333)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /collections/collection1/state.json
at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
at
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:332)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:332)
at
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1184)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1170)
... 38 more
FAILED: org.apache.solr.cloud.TestLocalFSCloudBackupRestore.test
Error Message:
Stack Trace:
java.lang.NullPointerException
at
__randomizedtesting.SeedInfo.seed([19B341F0295B3818:91E77E2A87A755E0]:0)
at
org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.getShardToDocCountMap(AbstractCloudBackupRestoreTestCase.java:338)
at
org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:224)
at
org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:140)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration
Error Message:
Path /autoscaling/nodeAdded/127.0.0.1:58297_solr wasn't created
Stack Trace:
java.lang.AssertionError: Path /autoscaling/nodeAdded/127.0.0.1:58297_solr
wasn't created
at
__randomizedtesting.SeedInfo.seed([19B341F0295B3818:109C9FC276EF5F7]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration(TriggerIntegrationTest.java:919)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest.test
Error Message:
Stack Trace:
java.util.concurrent.TimeoutException
at
__randomizedtesting.SeedInfo.seed([19B341F0295B3818:91E77E2A87A755E0]:0)
at
org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1325)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:448)
at org.apache.solr.cloud.RecoveryZkTest.test(RecoveryZkTest.java:122)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.handler.TestSQLHandler.doTest
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([19B341F0295B3818:BEF7F95444E02BA1]: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.handler.TestSQLHandler.assertResponseContains(TestSQLHandler.java:2567)
at
org.apache.solr.handler.TestSQLHandler.testBasicSelect(TestSQLHandler.java:170)
at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:82)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.security.TestPKIAuthenticationPlugin.test
Error Message:
Stack Trace:
java.lang.NullPointerException
at
__randomizedtesting.SeedInfo.seed([19B341F0295B3818:91E77E2A87A755E0]:0)
at
org.apache.solr.security.TestPKIAuthenticationPlugin.test(TestPKIAuthenticationPlugin.java:102)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testReadApi
Error Message:
expected:<1> but was:<0>
Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
at
__randomizedtesting.SeedInfo.seed([19B341F0295B3818:4E9ABA45F2A9DA03]: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.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testReadApi(AutoScalingHandlerTest.java:709)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 1707 lines...]
[junit4] Suite: org.apache.lucene.search.similarities.TestBasicModelIn
[junit4] 1> 3.71548595E9 = score(DFRSimilarity, doc=0, freq=1.0), computed
from:
[junit4] 1> 7.4309722E8 = boost
[junit4] 1> 2.38839373E16 = NormalizationH1, computed from:
[junit4] 1> 1.0 = tf
[junit4] 1> 1.69051738E9 = avgFieldLength
[junit4] 1> 152.0 = len
[junit4] 1> 1.19419684E17 = BasicModelIn, computed from:
[junit4] 1> 47.0 = numberOfDocuments
[junit4] 1> 1.0 = docFreq
[junit4] 1> 4.1869143E-17 = AfterEffectL, computed from:
[junit4] 1> 2.38839373E16 = tfn
[junit4] 1>
[junit4] 1> 3.71548621E9 = score(DFRSimilarity, doc=0, freq=1.0), computed
from:
[junit4] 1> 7.4309722E8 = boost
[junit4] 1> 2.16092775E16 = NormalizationH1, computed from:
[junit4] 1> 1.0 = tf
[junit4] 1> 1.69051738E9 = avgFieldLength
[junit4] 1> 168.0 = len
[junit4] 1> 1.08046388E17 = BasicModelIn, computed from:
[junit4] 1> 47.0 = numberOfDocuments
[junit4] 1> 1.0 = docFreq
[junit4] 1> 4.627642E-17 = AfterEffectL, computed from:
[junit4] 1> 2.16092775E16 = tfn
[junit4] 1>
[junit4] 1> DFR I(n)L1
[junit4] 1>
field="field",maxDoc=103,docCount=47,sumTotalTermFreq=79454319043,sumDocFreq=79454319043
[junit4] 1> term="term",docFreq=1,totalTermFreq=1
[junit4] 1> norm=65 (doc length ~ 168)
[junit4] 1> freq=1.0
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestBasicModelIn
-Dtests.method=testRandomScoring -Dtests.seed=202899A39BA9FDD9
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=fi-FI
-Dtests.timezone=Etc/GMT+9 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] FAILURE 46.2s J0 | TestBasicModelIn.testRandomScoring <<<
[junit4] > Throwable #1: java.lang.AssertionError:
score(1.0,64)=3.71548595E9 < score(1.0,65)=3.71548621E9
[junit4] > at
__randomizedtesting.SeedInfo.seed([202899A39BA9FDD9:ABB7C01181DE1BD3]:0)
[junit4] > at
org.apache.lucene.search.similarities.BaseSimilarityTestCase.doTestScoring(BaseSimilarityTestCase.java:423)
[junit4] > at
org.apache.lucene.search.similarities.BaseSimilarityTestCase.testRandomScoring(BaseSimilarityTestCase.java:355)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@26a8824c),
locale=fi-FI, timezone=Etc/GMT+9
[junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=4,threads=1,free=121054888,total=300417024
[junit4] 2> NOTE: All tests run in this JVM: [TestSpanTermQuery,
TestIntBlockPool, TestTermQuery, TestDocsAndPositions, TestIndexableField,
TestBoolean2, TestSimpleExplanations, TestIndexWriterExceptions,
TestEarlyTermination, TestNot, TestBytesStore, TestSimpleSearchEquivalence,
TestTerms, TestUnicodeUtil, TestBasicModelIne, TestGeoUtils,
TestNGramPhraseQuery, TestStandardAnalyzer, TestIndexWriter,
TestDocValuesIndexing, TestSpanMultiTermQueryWrapper, TestCharFilter,
TestMultiPhraseQuery, TestSearch, TestDoubleRangeFieldQueries,
TestClassicSimilarity, TestAutomatonQuery, TestBasicModelG,
TestSimpleAttributeImpl, TestMultiCollector, TestDocIDMerger,
TestIndexWriterOnVMError, TestLongValuesSource, TestLMDirichletSimilarity,
TestTermVectorsWriter, TestSegmentMerger, TestOrdinalMap, TestStringHelper,
TestTotalHitCountCollector, TestPagedBytes, TestCachingCollector,
TestConstantScoreQuery, TestSimilarity, TestNRTReaderCleanup,
TestSortedSetSelector, TestLucene50CompoundFormat, TestFilterDirectory,
TestIndependenceChiSquared, TestMutablePointsReaderUtils, TestDocCount,
TestFilterCodecReader, TestFuzzyQuery, TestReaderWrapperDVTypeCheck,
TestNeedsScores, TestAutomaton, TestSmallFloat, TestNumericUtils,
TestStressIndexing, TestBinaryDocValuesUpdates, TestLiveFieldValues,
TestTimSorterWorstCase, TestDeterminizeLexicon, TestTopFieldCollector,
TestIndexWriterWithThreads, TestIndexingSequenceNumbers,
TestIntRangeFieldQueries, TestAllFilesCheckIndexHeader, TestDocsWithFieldSet,
TestRadixSelector, TestNewestSegment, TestCharsRefBuilder, TestSpanBoostQuery,
TestDelegatingAnalyzerWrapper, TestBooleanQueryVisitSubscorers, TestTermsEnum,
TestApproximationSearchEquivalence, TestDirectoryReaderReopen,
TestIndexWriterConfig, TestSegmentInfos, TestStressDeletes,
TestSwappedIndexFiles, TestUpgradeIndexMergePolicy, FuzzyTermOnShortTermsTest,
TestBooleanRewrites, TestBoostQuery, TestConjunctionDISI, TestDocValuesQueries,
TestFieldValueQuery, TestIndexSearcher, TestMatchNoDocsQuery, TestMultiset,
TestPointQueries, TestSortedNumericSortField, TestSortedSetSortField,
TestUsageTrackingFilterCachingPolicy, TestAxiomaticF1LOG, TestAxiomaticF2EXP,
TestBasicModelIn]
[junit4] Completed [439/476 (1!)] on J0 in 46.30s, 1 test, 1 failure <<<
FAILURES!
[...truncated 10435 lines...]
[junit4] Suite: org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest
[junit4] 2> 2499932 INFO
(SUITE-HdfsRecoveryZkTest-seed#[19B341F0295B3818]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_19B341F0295B3818-001/init-core-data-001
[junit4] 2> 2499954 WARN
(SUITE-HdfsRecoveryZkTest-seed#[19B341F0295B3818]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
[junit4] 2> 2499954 INFO
(SUITE-HdfsRecoveryZkTest-seed#[19B341F0295B3818]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 2499955 INFO
(SUITE-HdfsRecoveryZkTest-seed#[19B341F0295B3818]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 2499956 INFO
(SUITE-HdfsRecoveryZkTest-seed#[19B341F0295B3818]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_19B341F0295B3818-001/tempDir-001
[junit4] 2> 2499956 INFO
(SUITE-HdfsRecoveryZkTest-seed#[19B341F0295B3818]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2500099 INFO (Thread-812) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2500099 INFO (Thread-812) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2500201 INFO
(SUITE-HdfsRecoveryZkTest-seed#[19B341F0295B3818]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:58064
[junit4] 2> 2500470 ERROR (Thread-812) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 2500747 INFO (jetty-launcher-546-thread-1) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 2500774 INFO (jetty-launcher-546-thread-2) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 2500816 INFO (jetty-launcher-546-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@a8df8a2{/solr,null,AVAILABLE}
[junit4] 2> 2500816 INFO (jetty-launcher-546-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@143482eb{/solr,null,AVAILABLE}
[junit4] 2> 2500914 INFO (jetty-launcher-546-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@ad122bb{SSL,[ssl,
http/1.1]}{127.0.0.1:48067}
[junit4] 2> 2500914 INFO (jetty-launcher-546-thread-1) [ ]
o.e.j.s.Server Started @2516197ms
[junit4] 2> 2500914 INFO (jetty-launcher-546-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=48067}
[junit4] 2> 2500914 ERROR (jetty-launcher-546-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2500914 INFO (jetty-launcher-546-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 2500914 INFO (jetty-launcher-546-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2500914 INFO (jetty-launcher-546-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2500914 INFO (jetty-launcher-546-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-11-15T00:52:37.847Z
[junit4] 2> 2500934 INFO (jetty-launcher-546-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@70541022{SSL,[ssl,
http/1.1]}{127.0.0.1:48583}
[junit4] 2> 2500934 INFO (jetty-launcher-546-thread-2) [ ]
o.e.j.s.Server Started @2516217ms
[junit4] 2> 2500934 INFO (jetty-launcher-546-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=48583}
[junit4] 2> 2500934 ERROR (jetty-launcher-546-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2500934 INFO (jetty-launcher-546-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 2500934 INFO (jetty-launcher-546-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2500934 INFO (jetty-launcher-546-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2500934 INFO (jetty-launcher-546-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-11-15T00:52:37.867Z
[junit4] 2> 2500946 INFO (jetty-launcher-546-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2501045 INFO (jetty-launcher-546-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2501115 INFO (jetty-launcher-546-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58064/solr
[junit4] 2> 2501146 INFO (jetty-launcher-546-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58064/solr
[junit4] 2> 2501683 INFO (jetty-launcher-546-thread-1)
[n:127.0.0.1:48067_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2501684 INFO (jetty-launcher-546-thread-1)
[n:127.0.0.1:48067_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:48067_solr
[junit4] 2> 2501684 INFO (jetty-launcher-546-thread-1)
[n:127.0.0.1:48067_solr ] o.a.s.c.Overseer Overseer
(id=99005704243642374-127.0.0.1:48067_solr-n_0000000000) starting
[junit4] 2> 2501826 INFO (jetty-launcher-546-thread-1)
[n:127.0.0.1:48067_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:48067_solr
[junit4] 2> 2501905 INFO
(zkCallback-558-thread-1-processing-n:127.0.0.1:48067_solr)
[n:127.0.0.1:48067_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2502146 INFO (jetty-launcher-546-thread-2)
[n:127.0.0.1:48583_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2502148 INFO (jetty-launcher-546-thread-2)
[n:127.0.0.1:48583_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2502149 INFO (jetty-launcher-546-thread-2)
[n:127.0.0.1:48583_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:48583_solr
[junit4] 2> 2502150 INFO
(zkCallback-558-thread-1-processing-n:127.0.0.1:48067_solr)
[n:127.0.0.1:48067_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 2502265 INFO
(zkCallback-557-thread-1-processing-n:127.0.0.1:48583_solr)
[n:127.0.0.1:48583_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 2503182 INFO (jetty-launcher-546-thread-1)
[n:127.0.0.1:48067_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_48067.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@494e878c
[junit4] 2> 2503193 INFO (jetty-launcher-546-thread-2)
[n:127.0.0.1:48583_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_48583.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@494e878c
[junit4] 2> 2503280 INFO (jetty-launcher-546-thread-2)
[n:127.0.0.1:48583_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_48583.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@494e878c
[junit4] 2> 2503280 INFO (jetty-launcher-546-thread-2)
[n:127.0.0.1:48583_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_48583.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@494e878c
[junit4] 2> 2503302 INFO (jetty-launcher-546-thread-1)
[n:127.0.0.1:48067_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_48067.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@494e878c
[junit4] 2> 2503302 INFO (jetty-launcher-546-thread-1)
[n:127.0.0.1:48067_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_48067.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@494e878c
[junit4] 2> 2503313 INFO (jetty-launcher-546-thread-1)
[n:127.0.0.1:48067_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_19B341F0295B3818-001/tempDir-001/node1/.
[junit4] 2> 2503333 INFO (jetty-launcher-546-thread-2)
[n:127.0.0.1:48583_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_19B341F0295B3818-001/tempDir-001/node2/.
[junit4] 2> 2503932 INFO
(SUITE-HdfsRecoveryZkTest-seed#[19B341F0295B3818]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2503933 INFO
(SUITE-HdfsRecoveryZkTest-seed#[19B341F0295B3818]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58064/solr ready
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 2504997 WARN
(SUITE-HdfsRecoveryZkTest-seed#[19B341F0295B3818]-worker) [ ]
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 2505234 WARN
(SUITE-HdfsRecoveryZkTest-seed#[19B341F0295B3818]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 2505244 INFO
(SUITE-HdfsRecoveryZkTest-seed#[19B341F0295B3818]-worker) [ ] o.m.log
jetty-6.1.26
[junit4] 2> 2505403 INFO
(SUITE-HdfsRecoveryZkTest-seed#[19B341F0295B3818]-worker) [ ] o.m.log
Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
to ./temp/Jetty_localhost_42160_hdfs____.e6vop/webapp
[junit4] 2> 2507987 INFO
(SUITE-HdfsRecoveryZkTest-seed#[19B341F0295B3818]-worker) [ ] o.m.log
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:42160
[junit4] 2> 2509230 WARN
(SUITE-HdfsRecoveryZkTest-seed#[19B341F0295B3818]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 2509231 INFO
(SUITE-HdfsRecoveryZkTest-seed#[19B341F0295B3818]-worker) [ ] o.m.log
jetty-6.1.26
[junit4] 2> 2509335 INFO
(SUITE-HdfsRecoveryZkTest-seed#[19B341F0295B3818]-worker) [ ] o.m.log
Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_46078_datanode____771nsm/webapp
[junit4] 2> 2510954 INFO
(SUITE-HdfsRecoveryZkTest-seed#[19B341F0295B3818]-worker) [ ] o.m.log
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:46078
[junit4] 2> 2511793 WARN
(SUITE-HdfsRecoveryZkTest-seed#[19B341F0295B3818]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 2511794 INFO
(SUITE-HdfsRecoveryZkTest-seed#[19B341F0295B3818]-worker) [ ] o.m.log
jetty-6.1.26
[junit4] 2> 2511867 INFO
(SUITE-HdfsRecoveryZkTest-seed#[19B341F0295B3818]-worker) [ ] o.m.log
Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_46268_datanode____.5lydt3/webapp
[junit4] 2> 2512783 ERROR (DataNode:
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_19B341F0295B3818-001/tempDir-002/hdfsBaseDir/data/data1/,
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_19B341F0295B3818-001/tempDir-002/hdfsBaseDir/data/data2/]]
heartbeating to localhost/127.0.0.1:54899) [ ]
o.a.h.h.s.d.DirectoryScanner
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1
ms/sec. Assuming default value of 1000
[junit4] 2> 2512937 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x26ef3cddb5543d: from storage
DS-a03a8a59-71f2-4d74-8a3b-7ef354b5b8ee node
DatanodeRegistration(127.0.0.1:44657,
datanodeUuid=291a6415-89bb-446f-829c-6959e759de26, infoPort=40750,
infoSecurePort=0, ipcPort=35537,
storageInfo=lv=-56;cid=testClusterID;nsid=934528364;c=0), blocks: 0,
hasStaleStorage: true, processing time: 18 msecs
[junit4] 2> 2512938 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x26ef3cddb5543d: from storage
DS-aa56a446-a3e0-4f8c-85dc-59ca0f68b875 node
DatanodeRegistration(127.0.0.1:44657,
datanodeUuid=291a6415-89bb-446f-829c-6959e759de26, infoPort=40750,
infoSecurePort=0, ipcPort=35537,
storageInfo=lv=-56;cid=testClusterID;nsid=934528364;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 2515203 INFO
(SUITE-HdfsRecoveryZkTest-seed#[19B341F0295B3818]-worker) [ ] o.m.log
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:46268
[junit4] 2> 2516538 ERROR (DataNode:
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_19B341F0295B3818-001/tempDir-002/hdfsBaseDir/data/data3/,
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_19B341F0295B3818-001/tempDir-002/hdfsBaseDir/data/data4/]]
heartbeating to localhost/127.0.0.1:54899) [ ]
o.a.h.h.s.d.DirectoryScanner
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1
ms/sec. Assuming default value of 1000
[junit4] 2> 2516906 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x26ef3dcba22c05: from storage
DS-727bb8f5-06d7-4490-b5a4-6ff67ed23594 node
DatanodeRegistration(127.0.0.1:55761,
datanodeUuid=6ca88725-ee9e-4892-bee0-5dc41204f04b, infoPort=37532,
infoSecurePort=0, ipcPort=58592,
storageInfo=lv=-56;cid=testClusterID;nsid=934528364;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 2516906 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x26ef3dcba22c05: from storage
DS-367b05e1-6755-438d-9e9b-6d6b7ffadf69 node
DatanodeRegistration(127.0.0.1:55761,
datanodeUuid=6ca88725-ee9e-4892-bee0-5dc41204f04b, infoPort=37532,
infoSecurePort=0, ipcPort=58592,
storageInfo=lv=-56;cid=testClusterID;nsid=934528364;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 2519205 INFO
(TEST-HdfsRecoveryZkTest.test-seed#[19B341F0295B3818]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 2519732 INFO (qtp1637142555-3852) [n:127.0.0.1:48067_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=recoverytest&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2519739 INFO
(OverseerThreadFactory-1602-thread-1-processing-n:127.0.0.1:48067_solr)
[n:127.0.0.1:48067_solr ] o.a.s.c.CreateCollectionCmd Create collection
recoverytest
[junit4] 2> 2519898 INFO
(OverseerStateUpdate-99005704243642374-127.0.0.1:48067_solr-n_0000000000)
[n:127.0.0.1:48067_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"recoverytest",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"recoverytest_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:48067/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2519918 INFO
(OverseerStateUpdate-99005704243642374-127.0.0.1:48067_solr-n_0000000000)
[n:127.0.0.1:48067_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"recoverytest",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"recoverytest_shard1_replica_n3",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:48583/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2520507 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica_n1&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2520507 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2520684 INFO
(zkCallback-558-thread-1-processing-n:127.0.0.1:48067_solr)
[n:127.0.0.1:48067_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2520702 INFO
(zkCallback-558-thread-2-processing-n:127.0.0.1:48067_solr)
[n:127.0.0.1:48067_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2522319 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2522699 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.s.IndexSchema [recoverytest_shard1_replica_n1] Schema name=minimal
[junit4] 2> 2522734 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 2522744 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'recoverytest_shard1_replica_n1' using
configuration from collection recoverytest, trusted=true
[junit4] 2> 2522744 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_48067.solr.core.recoverytest.shard1.replica_n1' (registry
'solr.core.recoverytest.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@494e878c
[junit4] 2> 2522932 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica_n3&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2522932 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 2522994 INFO
(zkCallback-557-thread-1-processing-n:127.0.0.1:48583_solr)
[n:127.0.0.1:48583_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2522994 INFO
(zkCallback-558-thread-3-processing-n:127.0.0.1:48067_solr)
[n:127.0.0.1:48067_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2522995 INFO
(zkCallback-558-thread-2-processing-n:127.0.0.1:48067_solr)
[n:127.0.0.1:48067_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2522995 INFO
(zkCallback-557-thread-2-processing-n:127.0.0.1:48583_solr)
[n:127.0.0.1:48583_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2523270 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:54899/data
[junit4] 2> 2523270 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 2523270 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2523270 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.c.SolrCore [[recoverytest_shard1_replica_n1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_19B341F0295B3818-001/tempDir-001/node1/recoverytest_shard1_replica_n1],
dataDir=[hdfs://localhost:54899/data/recoverytest/core_node2/data/]
[junit4] 2> 2523331 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:54899/data/recoverytest/core_node2/data/snapshot_metadata
[junit4] 2> 2523694 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2523694 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[16777216] will allocate [1] slabs and use ~[16777216] bytes
[junit4] 2> 2523694 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Creating new global HDFS BlockCache
[junit4] 2> 2524253 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2524377 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.s.IndexSchema [recoverytest_shard1_replica_n3] Schema name=minimal
[junit4] 2> 2524427 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 2524427 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.c.CoreContainer Creating SolrCore 'recoverytest_shard1_replica_n3' using
configuration from collection recoverytest, trusted=true
[junit4] 2> 2524427 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_48583.solr.core.recoverytest.shard1.replica_n3' (registry
'solr.core.recoverytest.shard1.replica_n3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@494e878c
[junit4] 2> 2524427 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:54899/data
[junit4] 2> 2524430 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 2524430 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2524430 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.c.SolrCore [[recoverytest_shard1_replica_n3] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_19B341F0295B3818-001/tempDir-001/node2/recoverytest_shard1_replica_n3],
dataDir=[hdfs://localhost:54899/data/recoverytest/core_node4/data/]
[junit4] 2> 2524431 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:54899/data/recoverytest/core_node4/data/snapshot_metadata
[junit4] 2> 2524876 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2524877 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[16777216] will allocate [1] slabs and use ~[16777216] bytes
[junit4] 2> 2531244 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2531245 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2531273 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:54899/data/recoverytest/core_node2/data
[junit4] 2> 2531290 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:54899/data/recoverytest/core_node4/data
[junit4] 2> 2531617 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:54899/data/recoverytest/core_node4/data/index
[junit4] 2> 2531846 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:54899/data/recoverytest/core_node2/data/index
[junit4] 2> 2531850 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2531850 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[16777216] will allocate [1] slabs and use ~[16777216] bytes
[junit4] 2> 2531858 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2531858 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[16777216] will allocate [1] slabs and use ~[16777216] bytes
[junit4] 2> 2531903 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2531922 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2532964 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:44657 is added to
blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-367b05e1-6755-438d-9e9b-6d6b7ffadf69:NORMAL:127.0.0.1:55761|RBW],
ReplicaUC[[DISK]DS-a03a8a59-71f2-4d74-8a3b-7ef354b5b8ee:NORMAL:127.0.0.1:44657|RBW]]}
size 0
[junit4] 2> 2532968 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:55761 is added to
blk_1073741825_1001 size 69
[junit4] 2> 2533111 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:44657 is added to
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-727bb8f5-06d7-4490-b5a4-6ff67ed23594:NORMAL:127.0.0.1:55761|RBW],
ReplicaUC[[DISK]DS-aa56a446-a3e0-4f8c-85dc-59ca0f68b875:NORMAL:127.0.0.1:44657|RBW]]}
size 0
[junit4] 2> 2533111 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:55761 is added to
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-727bb8f5-06d7-4490-b5a4-6ff67ed23594:NORMAL:127.0.0.1:55761|RBW],
ReplicaUC[[DISK]DS-aa56a446-a3e0-4f8c-85dc-59ca0f68b875:NORMAL:127.0.0.1:44657|RBW]]}
size 0
[junit4] 2> 2534537 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 2534537 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2534537 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 2534546 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 2534546 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2534546 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 2534868 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2534868 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2534871 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2534871 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2537276 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7634c46b[recoverytest_shard1_replica_n1] main]
[junit4] 2> 2537278 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 2537279 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 2537286 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2537288 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1584091306887479296
[junit4] 2> 2537290 INFO
(searcherExecutor-1607-thread-1-processing-n:127.0.0.1:48067_solr
x:recoverytest_shard1_replica_n1 s:shard1 c:recoverytest r:core_node2)
[n:127.0.0.1:48067_solr c:recoverytest s:shard1 r:core_node2
x:recoverytest_shard1_replica_n1] o.a.s.c.SolrCore
[recoverytest_shard1_replica_n1] Registered new searcher
Searcher@7634c46b[recoverytest_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2537295 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9999ms
[junit4] 2> 2537299 INFO
(zkCallback-558-thread-2-processing-n:127.0.0.1:48067_solr)
[n:127.0.0.1:48067_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2537299 INFO
(zkCallback-558-thread-3-processing-n:127.0.0.1:48067_solr)
[n:127.0.0.1:48067_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2537366 INFO
(zkCallback-557-thread-2-processing-n:127.0.0.1:48583_solr)
[n:127.0.0.1:48583_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2537366 INFO
(zkCallback-557-thread-1-processing-n:127.0.0.1:48583_solr)
[n:127.0.0.1:48583_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2537368 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@212d3324[recoverytest_shard1_replica_n3] main]
[junit4] 2> 2537374 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 2537377 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 2537378 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2537386 INFO
(searcherExecutor-1608-thread-1-processing-n:127.0.0.1:48583_solr
x:recoverytest_shard1_replica_n3 s:shard1 c:recoverytest r:core_node4)
[n:127.0.0.1:48583_solr c:recoverytest s:shard1 r:core_node4
x:recoverytest_shard1_replica_n3] o.a.s.c.SolrCore
[recoverytest_shard1_replica_n3] Registered new searcher
Searcher@212d3324[recoverytest_shard1_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2537386 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1584091306990239744
[junit4] 2> 2537845 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2537846 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2537846 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:48067/solr/recoverytest_shard1_replica_n1/
[junit4] 2> 2537846 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=recoverytest_shard1_replica_n1
url=https://127.0.0.1:48067/solr START
replicas=[https://127.0.0.1:48583/solr/recoverytest_shard1_replica_n3/]
nUpdates=100
[junit4] 2> 2538625 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=recoverytest_shard1_replica_n1
url=https://127.0.0.1:48067/solr DONE. We have no versions. sync failed.
[junit4] 2> 2539002 INFO (qtp260365154-3840) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.c.S.Request [recoverytest_shard1_replica_n3] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 2539011 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 2539011 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 2539011 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 2539035 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:48067/solr/recoverytest_shard1_replica_n1/ shard1
[junit4] 2> 2539349 INFO
(zkCallback-558-thread-2-processing-n:127.0.0.1:48067_solr)
[n:127.0.0.1:48067_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2539349 INFO
(zkCallback-558-thread-3-processing-n:127.0.0.1:48067_solr)
[n:127.0.0.1:48067_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2539354 INFO
(zkCallback-557-thread-2-processing-n:127.0.0.1:48583_solr)
[n:127.0.0.1:48583_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2539354 INFO
(zkCallback-557-thread-1-processing-n:127.0.0.1:48583_solr)
[n:127.0.0.1:48583_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2539381 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 2539383 INFO (qtp1637142555-3849) [n:127.0.0.1:48067_solr
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica_n1&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=18876
[junit4] 2> 2539525 INFO
(zkCallback-557-thread-2-processing-n:127.0.0.1:48583_solr)
[n:127.0.0.1:48583_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2539525 INFO
(zkCallback-557-thread-1-processing-n:127.0.0.1:48583_solr)
[n:127.0.0.1:48583_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2539627 INFO (qtp260365154-3841) [n:127.0.0.1:48583_solr
c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n3]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica_n3&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=16695
[junit4] 2> 2539747 INFO
(zkCallback-558-thread-2-processing-n:127.0.0.1:48067_solr)
[n:127.0.0.1:48067_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2539747 INFO
(zkCallback-558-thread-3-processing-n:127.0.0.1:48067_solr)
[n:127.0.0.1:48067_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/recoverytest/state.json] for collection [recoverytest] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 2539751 INFO (qtp1637142555-3852) [n:127.0.0.1:48067_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for a
[...truncated too long message...]
eper.KeeperException.create(KeeperException.java:127)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:357)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:357)
[junit4] 2> at
org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:879)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:749)
[junit4] 2> at
java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:748)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.access$1000(ZkStateReader.java:72)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1154)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1149)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$0(SolrZkClient.java:262)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 9519415 INFO (jetty-closer-2929-thread-7) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@2e2f1939{/solr,null,UNAVAILABLE}
[junit4] 2> 9519453 ERROR
(SUITE-TriggerIntegrationTest-seed#[19B341F0295B3818]-worker) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 9519454 INFO
(SUITE-TriggerIntegrationTest-seed#[19B341F0295B3818]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:45052 45052
[junit4] 2> 9519773 INFO (Thread-5050) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:45052 45052
[junit4] 2> 9519774 WARN (Thread-5050) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 42 /solr/aliases.json
[junit4] 2> 17 /solr/security.json
[junit4] 2> 2 /solr/configs/conf
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 42 /solr/clusterprops.json
[junit4] 2> 42 /solr/clusterstate.json
[junit4] 2> 16 /solr/collections/collection1/state.json
[junit4] 2> 5 /solr/autoscaling.json
[junit4] 2> 3
/solr/overseer_elect/election/99006153322528817-127.0.0.1:58275_solr-n_0000000010
[junit4] 2> 3
/solr/overseer_elect/election/99006153322528772-127.0.0.1:49525_solr-n_0000000001
[junit4] 2> 2
/solr/overseer_elect/election/99006153322528831-127.0.0.1:47789_solr-n_0000000013
[junit4] 2> 2
/solr/overseer_elect/election/99006153322528824-127.0.0.1:36375_solr-n_0000000012
[junit4] 2> 2
/solr/overseer_elect/election/99006153322528806-127.0.0.1:37629_solr-n_0000000007
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 42 /solr/collections
[junit4] 2> 41 /solr/live_nodes
[junit4] 2> 5 /solr/autoscaling/events/.auto_add_replicas
[junit4] 2> 5 /solr/overseer/queue
[junit4] 2> 5 /solr/overseer/collection-queue-work
[junit4] 2> 5 /solr/overseer/queue-work
[junit4] 2> 3 /solr/autoscaling/events/node_added_trigger
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_19B341F0295B3818-001
[junit4] 2> Nov 15, 2017 2:49:36 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1892, maxMBSortInHeap=6.280136101553952,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@643e1a0c),
locale=fi, timezone=America/Creston
[junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=4,threads=1,free=139470776,total=510656512
[junit4] 2> NOTE: All tests run in this JVM: [SolrCLIZkUtilsTest,
DeleteNodeTest, ConnectionReuseTest, PeerSyncWithIndexFingerprintCachingTest,
AnalysisErrorHandlingTest, TestReload, BufferStoreTest,
UnloadDistributedZkTest, TestUnifiedSolrHighlighter, EchoParamsTest,
TestJsonFacets, HdfsThreadLeakTest, DefaultValueUpdateProcessorTest,
RequestLoggingTest, UniqFieldsUpdateProcessorFactoryTest,
TestExclusionRuleCollectionAccess, HLLSerializationTest,
TestSolrDeletionPolicy2, TestFuzzyAnalyzedSuggestions, TestSQLHandlerNonCloud,
RegexBytesRefFilterTest, TestOverriddenPrefixQueryForCustomFieldType,
CustomCollectionTest, MergeStrategyTest, TestLegacyFieldReuse,
TestValueSourceCache, TestFieldTypeCollectionResource, CopyFieldTest,
TestAuthenticationFramework, BadComponentTest,
TestMultiValuedNumericRangeQuery, CollectionReloadTest, TestConfigReload,
TestSolr4Spatial2, OverseerRolesTest, TestStressInPlaceUpdates,
LegacyCloudClusterPropTest, DeleteStatusTest, TestShardHandlerFactory,
TestHighFrequencyDictionaryFactory, RequiredFieldsTest, TestIndexSearcher,
TestPrepRecovery, XmlUpdateRequestHandlerTest, HdfsRecoveryZkTest,
TestLFUCache, TestFieldCacheWithThreads, TestQuerySenderListener,
XsltUpdateRequestHandlerTest, TestPartialUpdateDeduplication,
DocValuesNotIndexedTest, TestInitParams, TestDistributedMissingSort,
CloneFieldUpdateProcessorFactoryTest, TestUseDocValuesAsStored,
SystemInfoHandlerTest, MetricsConfigTest, TestExpandComponent,
ClusterStateTest, SuggestComponentContextFilterQueryTest,
BasicDistributedZk2Test, AnalyticsQueryTest, TestCSVResponseWriter,
RuleEngineTest, TestIntervalFaceting,
AddSchemaFieldsUpdateProcessorFactoryTest, SuggesterTest,
SearchRateTriggerTest, AlternateDirectoryTest, TestCloudSchemaless,
CSVRequestHandlerTest, ScriptEngineTest, SortByFunctionTest,
SolrGraphiteReporterTest, TestGeoJSONResponseWriter,
TestPKIAuthenticationPlugin, TestTolerantSearch, ZkNodePropsTest,
TestExtendedDismaxParser, TestBlendedInfixSuggestions,
FileBasedSpellCheckerTest, SolrCoreCheckLockOnStartupTest, TestMissingGroups,
UUIDUpdateProcessorFallbackTest, ClassificationUpdateProcessorFactoryTest,
StatsReloadRaceTest, PluginInfoTest, AliasIntegrationTest, TestManagedResource,
DirectSolrSpellCheckerTest, ReplicaListTransformerTest,
PeerSyncReplicationTest, LeaderElectionTest, TestSortByMinMaxFunction,
TestEmbeddedSolrServerConstructors, TestCloudNestedDocsSort,
DistributedExpandComponentTest, WrapperMergePolicyFactoryTest,
TestLeaderElectionZkExpiry, TestExceedMaxTermLength, BooleanFieldTest,
SimpleMLTQParserTest, TestNumericTokenStream, DateRangeFieldTest,
AutoscalingHistoryHandlerTest, AsyncCallRequestStatusResponseTest,
DistribJoinFromCollectionTest, HdfsDirectoryFactoryTest, SolrSlf4jReporterTest,
BasicAuthStandaloneTest, ReplaceNodeTest, TestBulkSchemaAPI,
TestSolrCoreProperties, AutoAddReplicasIntegrationTest, TestZkChroot,
TestNonDefinedSimilarityFactory, TestComplexPhraseQParserPlugin,
SuggesterWFSTTest, TestRealTimeGet, SpatialRPTFieldTypeTest, TestFunctionQuery,
SolrTestCaseJ4Test, RecoveryZkTest, TestRandomFaceting, ZkCLITest,
ShardRoutingCustomTest, TestDistributedSearch, TestStressReorder,
DistributedTermsComponentTest, TestCoreContainer, SolrCoreTest,
TestGroupingSearch, QueryElevationComponentTest, PeerSyncTest, HighlighterTest,
ShowFileRequestHandlerTest, TestCoreDiscovery, TestStressLucene, TestTrie,
NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, TestAtomicUpdateErrorCases,
DistanceFunctionTest, DebugComponentTest, IndexBasedSpellCheckerTest,
DisMaxRequestHandlerTest, TestWriterPerf, TestIndexingPerformance,
FastVectorHighlighterTest, LoggingHandlerTest, SolrPluginUtilsTest,
TestJmxIntegration, JsonLoaderTest, SearchHandlerTest,
TestElisionMultitermQuery, TestConfig, DirectSolrConnectionTest,
TestLuceneMatchVersion, TestCharFilters, TestXIncludeConfig, TimeZoneUtilsTest,
TestFastOutputStream, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest,
TestEmbeddedSolrServerAdminHandler, TestJettySolrRunner, AddReplicaTest,
CleanupOldIndexTest, CollectionStateFormat2Test,
CollectionsAPIAsyncDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest,
ConfigSetsAPITest, CreateCollectionCleanupTest,
DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DeleteShardTest,
HealthCheckHandlerTest, HttpPartitionTest, MoveReplicaTest,
MultiThreadedOCPTest, SaslZkACLProviderTest, TestCloudDeleteByQuery,
TestCloudPivotFacet, TestCloudPseudoReturnFields, TestCloudRecovery,
TestConfigSetsAPI, TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion,
TestDownShardTolerantSearch, TestLocalFSCloudBackupRestore,
TestRandomFlRTGCloud, TestSSLRandomization, TestSkipOverseerOperations,
TestTolerantUpdateProcessorRandomCloud,
VMParamsZkACLAndCredentialsProvidersTest, AutoAddReplicasPlanActionTest,
ExecutePlanActionTest, SystemLogListenerTest, TriggerIntegrationTest]
[junit4] Completed [576/749 (8!)] on J2 in 167.91s, 12 tests, 1 failure <<<
FAILURES!
[...truncated 47859 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]