Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/223/
4 tests failed.
FAILED: org.apache.lucene.index.TestDuelingCodecsAtNight.testBigEquals
Error Message:
this IndexWriter is closed
Stack Trace:
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:753)
at org.apache.lucene.index.IndexWriter.getConfig(IndexWriter.java:1093)
at
org.apache.lucene.index.RandomIndexWriter.maybeFlushOrCommit(RandomIndexWriter.java:180)
at
org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:174)
at
org.apache.lucene.index.TestDuelingCodecs.createRandomIndex(TestDuelingCodecs.java:139)
at
org.apache.lucene.index.TestDuelingCodecsAtNight.testBigEquals(TestDuelingCodecsAtNight.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.OutOfMemoryError: Java heap space
at org.apache.lucene.util.fst.BytesStore.skipBytes(BytesStore.java:307)
at org.apache.lucene.util.fst.FST.addNode(FST.java:792)
at org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:126)
at org.apache.lucene.util.fst.Builder.compileNode(Builder.java:214)
at org.apache.lucene.util.fst.Builder.freezeTail(Builder.java:310)
at org.apache.lucene.util.fst.Builder.add(Builder.java:414)
at
org.apache.lucene.codecs.memory.MemoryPostingsFormat$TermsWriter.finishTerm(MemoryPostingsFormat.java:254)
at
org.apache.lucene.codecs.memory.MemoryPostingsFormat$TermsWriter.access$500(MemoryPostingsFormat.java:109)
at
org.apache.lucene.codecs.memory.MemoryPostingsFormat$MemoryFieldsConsumer.write(MemoryPostingsFormat.java:396)
at
org.apache.lucene.codecs.FieldsConsumer.merge(FieldsConsumer.java:105)
at
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter.merge(PerFieldPostingsFormat.java:164)
at
org.apache.lucene.index.SegmentMerger.mergeTerms(SegmentMerger.java:216)
at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:101)
at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4325)
at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3902)
at
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
FAILED: org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test
Error Message:
Could not find collection:solrj_collection4
Stack Trace:
java.lang.AssertionError: Could not find collection:solrj_collection4
at
__randomizedtesting.SeedInfo.seed([27DA42AFB1658D2A:AF8E7D751F99E0D2]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNotNull(Assert.java:526)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:156)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:141)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:136)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:856)
at
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.testBasics(SharedFSAutoReplicaFailoverTest.java:201)
at
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test(SharedFSAutoReplicaFailoverTest.java:127)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.testSpecificConfigsets
Error Message:
KeeperErrorCode = NoNode for /collections/withconfigset2
Stack Trace:
org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode
for /collections/withconfigset2
at
__randomizedtesting.SeedInfo.seed([27DA42AFB1658D2A:AA40DF546413726]:0)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:356)
at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:353)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testSpecificConfigsets(CollectionsAPIDistributedZkTest.java:425)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.testCollectionsAPI
Error Message:
Expected to see collection awhollynewcollection_0 null Last available state:
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/11)={
"replicationFactor":"3", "shards":{ "shard1":{
"range":"80000000-b332ffff", "state":"active", "replicas":{}},
"shard2":{ "range":"b3330000-e665ffff", "state":"active",
"replicas":{}}, "shard3":{ "range":"e6660000-1998ffff",
"state":"active", "replicas":{}}, "shard4":{
"range":"19990000-4ccbffff", "state":"active", "replicas":{}},
"shard5":{ "range":"4ccc0000-7fffffff", "state":"active",
"replicas":{}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"4",
"autoAddReplicas":"false"}
Stack Trace:
java.lang.AssertionError: Expected to see collection awhollynewcollection_0
null
Last available state:
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/11)={
"replicationFactor":"3",
"shards":{
"shard1":{
"range":"80000000-b332ffff",
"state":"active",
"replicas":{}},
"shard2":{
"range":"b3330000-e665ffff",
"state":"active",
"replicas":{}},
"shard3":{
"range":"e6660000-1998ffff",
"state":"active",
"replicas":{}},
"shard4":{
"range":"19990000-4ccbffff",
"state":"active",
"replicas":{}},
"shard5":{
"range":"4ccc0000-7fffffff",
"state":"active",
"replicas":{}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"4",
"autoAddReplicas":"false"}
at
__randomizedtesting.SeedInfo.seed([27DA42AFB1658D2A:6FAF361BB756A2BF]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:237)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:496)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 1361 lines...]
[junit4] Suite: org.apache.lucene.index.TestDuelingCodecsAtNight
[junit4] 2> ????? ????? 09, 2016 11:09:17 ?
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread: Thread[Lucene Merge
Thread #19,5,TGRP-TestDuelingCodecsAtNight]
[junit4] 2> org.apache.lucene.index.MergePolicy$MergeException:
java.lang.OutOfMemoryError: Java heap space
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([79F9002CAE9D9C13]:0)
[junit4] 2> at
org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:668)
[junit4] 2> at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:648)
[junit4] 2> Caused by: java.lang.OutOfMemoryError: Java heap space
[junit4] 2> at
org.apache.lucene.util.fst.BytesStore.skipBytes(BytesStore.java:307)
[junit4] 2> at org.apache.lucene.util.fst.FST.addNode(FST.java:792)
[junit4] 2> at
org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:126)
[junit4] 2> at
org.apache.lucene.util.fst.Builder.compileNode(Builder.java:214)
[junit4] 2> at
org.apache.lucene.util.fst.Builder.freezeTail(Builder.java:310)
[junit4] 2> at
org.apache.lucene.util.fst.Builder.add(Builder.java:414)
[junit4] 2> at
org.apache.lucene.codecs.memory.MemoryPostingsFormat$TermsWriter.finishTerm(MemoryPostingsFormat.java:254)
[junit4] 2> at
org.apache.lucene.codecs.memory.MemoryPostingsFormat$TermsWriter.access$500(MemoryPostingsFormat.java:109)
[junit4] 2> at
org.apache.lucene.codecs.memory.MemoryPostingsFormat$MemoryFieldsConsumer.write(MemoryPostingsFormat.java:396)
[junit4] 2> at
org.apache.lucene.codecs.FieldsConsumer.merge(FieldsConsumer.java:105)
[junit4] 2> at
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter.merge(PerFieldPostingsFormat.java:164)
[junit4] 2> at
org.apache.lucene.index.SegmentMerger.mergeTerms(SegmentMerger.java:216)
[junit4] 2> at
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:101)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4325)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3902)
[junit4] 2> at
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
[junit4] 2> at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
[junit4] 2>
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestDuelingCodecsAtNight -Dtests.method=testBigEquals
-Dtests.seed=79F9002CAE9D9C13 -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt
-Dtests.locale=ar-LB -Dtests.timezone=Canada/Central -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 1460s J1 | TestDuelingCodecsAtNight.testBigEquals <<<
[junit4] > Throwable #1: org.apache.lucene.store.AlreadyClosedException:
this IndexWriter is closed
[junit4] > at
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:753)
[junit4] > at
org.apache.lucene.index.IndexWriter.getConfig(IndexWriter.java:1093)
[junit4] > at
org.apache.lucene.index.RandomIndexWriter.maybeFlushOrCommit(RandomIndexWriter.java:180)
[junit4] > at
org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:174)
[junit4] > at
org.apache.lucene.index.TestDuelingCodecs.createRandomIndex(TestDuelingCodecs.java:139)
[junit4] > at
org.apache.lucene.index.TestDuelingCodecsAtNight.testBigEquals(TestDuelingCodecsAtNight.java:34)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: java.lang.OutOfMemoryError: Java heap space
[junit4] > at
org.apache.lucene.util.fst.BytesStore.skipBytes(BytesStore.java:307)
[junit4] > at org.apache.lucene.util.fst.FST.addNode(FST.java:792)
[junit4] > at
org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:126)
[junit4] > at
org.apache.lucene.util.fst.Builder.compileNode(Builder.java:214)
[junit4] > at
org.apache.lucene.util.fst.Builder.freezeTail(Builder.java:310)
[junit4] > at
org.apache.lucene.util.fst.Builder.add(Builder.java:414)
[junit4] > at
org.apache.lucene.codecs.memory.MemoryPostingsFormat$TermsWriter.finishTerm(MemoryPostingsFormat.java:254)
[junit4] > at
org.apache.lucene.codecs.memory.MemoryPostingsFormat$TermsWriter.access$500(MemoryPostingsFormat.java:109)
[junit4] > at
org.apache.lucene.codecs.memory.MemoryPostingsFormat$MemoryFieldsConsumer.write(MemoryPostingsFormat.java:396)
[junit4] > at
org.apache.lucene.codecs.FieldsConsumer.merge(FieldsConsumer.java:105)
[junit4] > at
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter.merge(PerFieldPostingsFormat.java:164)
[junit4] > at
org.apache.lucene.index.SegmentMerger.mergeTerms(SegmentMerger.java:216)
[junit4] > at
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:101)
[junit4] > at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4325)
[junit4] > at
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3902)
[junit4] > at
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
[junit4] > at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)Throwable
#2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=4237, name=Lucene Merge Thread #19,
state=RUNNABLE, group=TGRP-TestDuelingCodecsAtNight]
[junit4] > Caused by: org.apache.lucene.index.MergePolicy$MergeException:
java.lang.OutOfMemoryError: Java heap space
[junit4] > at
__randomizedtesting.SeedInfo.seed([79F9002CAE9D9C13]:0)
[junit4] > at
org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:668)
[junit4] > at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:648)
[junit4] > Caused by: java.lang.OutOfMemoryError: Java heap space
[junit4] > at
org.apache.lucene.util.fst.BytesStore.skipBytes(BytesStore.java:307)
[junit4] > at org.apache.lucene.util.fst.FST.addNode(FST.java:792)
[junit4] > at
org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:126)
[junit4] > at
org.apache.lucene.util.fst.Builder.compileNode(Builder.java:214)
[junit4] > at
org.apache.lucene.util.fst.Builder.freezeTail(Builder.java:310)
[junit4] > at
org.apache.lucene.util.fst.Builder.add(Builder.java:414)
[junit4] > at
org.apache.lucene.codecs.memory.MemoryPostingsFormat$TermsWriter.finishTerm(MemoryPostingsFormat.java:254)
[junit4] > at
org.apache.lucene.codecs.memory.MemoryPostingsFormat$TermsWriter.access$500(MemoryPostingsFormat.java:109)
[junit4] > at
org.apache.lucene.codecs.memory.MemoryPostingsFormat$MemoryFieldsConsumer.write(MemoryPostingsFormat.java:396)
[junit4] > at
org.apache.lucene.codecs.FieldsConsumer.merge(FieldsConsumer.java:105)
[junit4] > at
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter.merge(PerFieldPostingsFormat.java:164)
[junit4] > at
org.apache.lucene.index.SegmentMerger.mergeTerms(SegmentMerger.java:216)
[junit4] > at
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:101)
[junit4] > at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4325)
[junit4] > at
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3902)
[junit4] > at
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
[junit4] > at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J1/temp/lucene.index.TestDuelingCodecsAtNight_79F9002CAE9D9C13-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62),
sim=RandomSimilarity(queryNorm=true,coord=yes): {titleTokenized=DFR
I(F)L3(800.0), body=DFR I(F)Z(0.3)}, locale=ar-LB, timezone=Canada/Central
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_102 (64-bit)/cpus=4,threads=1,free=335238144,total=488636416
[junit4] 2> NOTE: All tests run in this JVM: [TestSpanBoostQuery,
TestFlex, TestSimpleSearchEquivalence, TestInfoStream, TestMultiset,
TestDirectPacked, TestSimpleExplanationsOfNonMatches, TestSearch,
TestFixedLengthBytesRefArray, TestRegexpRandom2, TestIntArrayDocIdSet,
TestMixedDocValuesUpdates, TestIndexWriterOnDiskFull, TestPagedBytes,
TestIndexWriterOutOfFileDescriptors, TestDuelingCodecs, TestNewestSegment,
TestApproximationSearchEquivalence, TestSearchWithThreads, TestSloppyMath,
TestCheckIndex, TestMinShouldMatch2, TestLSBRadixSorter,
TestNumericTokenStream, TestSpanNearQuery, TestLiveFieldValues,
TestSearchForDuplicates, TestParallelLeafReader, TestNoMergeScheduler,
TestLucene60PointsFormat, TestPrefixQuery, Test2BSortedDocValuesOrds,
TestStringHelper, MultiCollectorTest, TestBooleanQuery, TestByteArrayDataInput,
TestLockFactory, TestAllFilesHaveChecksumFooter, TestDocsAndPositions,
TestSubScorerFreqs, TestSnapshotDeletionPolicy, TestBlockPostingsFormat3,
TestDocumentsWriterDeleteQueue, TestMaxPosition, TestConjunctions,
TestControlledRealTimeReopenThread, TestSimilarityBase, TestIndexWriterCommit,
TestLucene50StoredFieldsFormat, TestStressAdvance, TestSortRescorer,
TestFixedBitSet, TestFlushByRamOrCountsPolicy, TestNumericUtils,
TestUsageTrackingFilterCachingPolicy, TestIndexWriterExceptions,
TestSortedSetDocValues, TestIsCurrent, TestReusableStringReader,
TestPhrasePrefixQuery, TestFuzzyQuery, TestSleepingLockWrapper, TestPayloads,
TestPrefixRandom, TestCachingCollector, TestDuelingCodecsAtNight]
[junit4] Completed [339/442 (1!)] on J1 in 1482.95s, 3 tests, 1 error <<<
FAILURES!
[...truncated 360 lines...]
[junit4] JVM J1: stdout was not empty, see:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/temp/junit4-J1-20161209_164118_650.sysout
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: Java heap space
[junit4] Dumping heap to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/heapdumps/java_pid8533.hprof
...
[junit4] Heap dump file created [421694330 bytes in 0.680 secs]
[junit4] <<< JVM J1: EOF ----
[...truncated 10719 lines...]
[junit4] Suite: org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27DA42AFB1658D2A-001/init-core-data-001
[junit4] 2> 2375729 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27DA42AFB1658D2A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
[junit4] 2> 2375729 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27DA42AFB1658D2A]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 2375793 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27DA42AFB1658D2A]-worker) [ ]
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 2375804 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27DA42AFB1658D2A]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 2375805 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27DA42AFB1658D2A]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 2375814 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27DA42AFB1658D2A]-worker) [ ]
o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs
to ./temp/Jetty_localhost_60684_hdfs____.4wjvdq/webapp
[junit4] 2> 2376322 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27DA42AFB1658D2A]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:60684
[junit4] 2> 2376391 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27DA42AFB1658D2A]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 2376392 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27DA42AFB1658D2A]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 2376402 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27DA42AFB1658D2A]-worker) [ ]
o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_55586_datanode____lynxyy/webapp
[junit4] 2> 2377583 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27DA42AFB1658D2A]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:55586
[junit4] 2> 2377632 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27DA42AFB1658D2A]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 2377632 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27DA42AFB1658D2A]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 2377641 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27DA42AFB1658D2A]-worker) [ ]
o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_49556_datanode____.93wmnc/webapp
[junit4] 2> 2377761 INFO (IPC Server handler 3 on 32945) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-dc5ad1d6-4b79-481f-a118-859c82c88f1b node
DatanodeRegistration(127.0.0.1:49723,
datanodeUuid=ec28715d-1166-4926-abfb-c278a936fc8f, infoPort=34052,
infoSecurePort=0, ipcPort=41500,
storageInfo=lv=-56;cid=testClusterID;nsid=1308191071;c=0), blocks: 0,
hasStaleStorage: true, processing time: 1 msecs
[junit4] 2> 2377761 INFO (IPC Server handler 3 on 32945) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-8345df0b-b2d7-42dd-8e0a-9575b8a39622 node
DatanodeRegistration(127.0.0.1:49723,
datanodeUuid=ec28715d-1166-4926-abfb-c278a936fc8f, infoPort=34052,
infoSecurePort=0, ipcPort=41500,
storageInfo=lv=-56;cid=testClusterID;nsid=1308191071;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 2378179 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[27DA42AFB1658D2A]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:49556
[junit4] 2> 2378262 INFO (IPC Server handler 8 on 32945) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-fc9a5de5-0389-45ac-8180-5a50ab2a761a node
DatanodeRegistration(127.0.0.1:56259,
datanodeUuid=6382c944-1c16-4167-aadb-d2ffe19112b4, infoPort=38866,
infoSecurePort=0, ipcPort=43805,
storageInfo=lv=-56;cid=testClusterID;nsid=1308191071;c=0), blocks: 0,
hasStaleStorage: true, processing time: 1 msecs
[junit4] 2> 2378262 INFO (IPC Server handler 8 on 32945) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-31938bd5-ae34-403f-99a4-019bb6afa5dc node
DatanodeRegistration(127.0.0.1:56259,
datanodeUuid=6382c944-1c16-4167-aadb-d2ffe19112b4, infoPort=38866,
infoSecurePort=0, ipcPort=43805,
storageInfo=lv=-56;cid=testClusterID;nsid=1308191071;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 2378468 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2378469 INFO (Thread-7876) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2378469 INFO (Thread-7876) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2378569 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.ZkTestServer start zk server on port:60434
[junit4] 2> 2378594 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x158e5235e670000, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 2378599 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 2378599 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 2378600 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 2378601 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 2378602 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 2378602 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 2378603 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 2378603 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 2378604 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 2378604 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 2378612 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 2378725 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27DA42AFB1658D2A-001/control-001/cores/collection1
[junit4] 2> 2378726 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2378727 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@43d3b965{/,null,AVAILABLE}
[junit4] 2> 2378728 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@6f5b7215{HTTP/1.1,[http/1.1]}{127.0.0.1:36160}
[junit4] 2> 2378728 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.e.j.s.Server Started @2382365ms
[junit4] 2> 2378728 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=36160,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27DA42AFB1658D2A-001/control-001/cores}
[junit4] 2> 2378728 ERROR
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2378728 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.4.0
[junit4] 2> 2378728 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2378728 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2378728 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-09T19:50:50.474Z
[junit4] 2> 2378730 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2378730 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27DA42AFB1658D2A-001/control-001/solr.xml
[junit4] 2> 2378735 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2378735 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60434/solr
[junit4] 2> 2378747 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A])
[n:127.0.0.1:36160_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:36160_
[junit4] 2> 2378748 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A])
[n:127.0.0.1:36160_ ] o.a.s.c.Overseer Overseer
(id=97079332058890244-127.0.0.1:36160_-n_0000000000) starting
[junit4] 2> 2378752 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A])
[n:127.0.0.1:36160_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36160_
[junit4] 2> 2378752 INFO
(zkCallback-32625-thread-1-processing-n:127.0.0.1:36160_) [n:127.0.0.1:36160_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2378775 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A])
[n:127.0.0.1:36160_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27DA42AFB1658D2A-001/control-001/cores
[junit4] 2> 2378775 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A])
[n:127.0.0.1:36160_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 2378778 INFO
(OverseerStateUpdate-97079332058890244-127.0.0.1:36160_-n_0000000000)
[n:127.0.0.1:36160_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 2379786 WARN
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection x:collection1] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 2379786 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.4.0
[junit4] 2> 2379797 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 2379874 WARN
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 2379876 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 2379889 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
control_collection
[junit4] 2> 2379889 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:32945/solr_hdfs_home
[junit4] 2> 2379889 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 2379889 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27DA42AFB1658D2A-001/control-001/cores/collection1],
dataDir=[hdfs://localhost:32945/solr_hdfs_home/control_collection/core_node1/data/]
[junit4] 2> 2379889 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6cf7970b
[junit4] 2> 2379889 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:32945/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
[junit4] 2> 2379895 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2379895 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 2379895 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 2379908 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2379910 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:32945/solr_hdfs_home/control_collection/core_node1/data
[junit4] 2> 2379922 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:32945/solr_hdfs_home/control_collection/core_node1/data/index
[junit4] 2> 2379926 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2379926 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 2379927 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 2379934 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2379935 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=9, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.30623211771477277]
[junit4] 2> 2379949 INFO (IPC Server handler 3 on 32945) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:49723 is
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-31938bd5-ae34-403f-99a4-019bb6afa5dc:NORMAL:127.0.0.1:56259|RBW],
ReplicaUC[[DISK]DS-8345df0b-b2d7-42dd-8e0a-9575b8a39622:NORMAL:127.0.0.1:49723|RBW]]}
size 0
[junit4] 2> 2379949 INFO (IPC Server handler 4 on 32945) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:56259 is
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-31938bd5-ae34-403f-99a4-019bb6afa5dc:NORMAL:127.0.0.1:56259|RBW],
ReplicaUC[[DISK]DS-8345df0b-b2d7-42dd-8e0a-9575b8a39622:NORMAL:127.0.0.1:49723|RBW]]}
size 0
[junit4] 2> 2379954 WARN
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 2379960 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 2379960 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2379960 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 2379973 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2379973 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2379974 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=21, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=34.3701171875,
floorSegmentMB=0.31640625, forceMergeDeletesPctAllowed=26.37770822040503,
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2379980 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1c6f91ca[collection1] main]
[junit4] 2> 2379980 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2379981 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2379981 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2379981 INFO
(searcherExecutor-14129-thread-1-processing-n:127.0.0.1:36160_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36160_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore
[collection1] Registered new searcher Searcher@1c6f91ca[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2379983 WARN
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for
hdfs://localhost:59529/solr3 due to exception: java.net.ConnectException: Call
From lucene1-us-west/10.41.0.5 to localhost:59529 failed on connection
exception: java.net.ConnectException: Connection refused; For more details see:
http://wiki.apache.org/hadoop/ConnectionRefused
[junit4] 2> 2379983 INFO
(coreLoadExecutor-14128-thread-1-processing-n:127.0.0.1:36160_)
[n:127.0.0.1:36160_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1553269314529787904
[junit4] 2> 2379987 INFO
(coreZkRegister-14121-thread-1-processing-n:127.0.0.1:36160_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36160_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2379987 INFO
(coreZkRegister-14121-thread-1-processing-n:127.0.0.1:36160_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36160_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2379988 INFO
(coreZkRegister-14121-thread-1-processing-n:127.0.0.1:36160_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36160_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:36160/collection1/
[junit4] 2> 2379988 INFO
(coreZkRegister-14121-thread-1-processing-n:127.0.0.1:36160_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36160_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 2379988 INFO
(coreZkRegister-14121-thread-1-processing-n:127.0.0.1:36160_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36160_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:36160/collection1/ has no replicas
[junit4] 2> 2379990 INFO
(coreZkRegister-14121-thread-1-processing-n:127.0.0.1:36160_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36160_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:36160/collection1/ shard1
[junit4] 2> 2380141 INFO
(coreZkRegister-14121-thread-1-processing-n:127.0.0.1:36160_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36160_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 2380280 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2380281 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60434/solr ready
[junit4] 2> 2380281 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 2380349 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27DA42AFB1658D2A-001/shard-1-001/cores/collection1
[junit4] 2> 2380350 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27DA42AFB1658D2A-001/shard-1-001
[junit4] 2> 2380350 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2380352 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3605fd90{/,null,AVAILABLE}
[junit4] 2> 2380352 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@41cb2e71{HTTP/1.1,[http/1.1]}{127.0.0.1:38359}
[junit4] 2> 2380354 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.e.j.s.Server Started @2383992ms
[junit4] 2> 2380354 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {solrconfig=solrconfig.xml,
hostContext=/, hostPort=38359,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27DA42AFB1658D2A-001/shard-1-001/cores}
[junit4] 2> 2380355 ERROR
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2380355 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.4.0
[junit4] 2> 2380355 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2380355 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2380355 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-09T19:50:52.101Z
[junit4] 2> 2380358 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2380358 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27DA42AFB1658D2A-001/shard-1-001/solr.xml
[junit4] 2> 2380364 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2380364 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60434/solr
[junit4] 2> 2380372 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A])
[n:127.0.0.1:38359_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2380375 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A])
[n:127.0.0.1:38359_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38359_
[junit4] 2> 2380376 INFO (zkCallback-32629-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2380376 INFO
(zkCallback-32634-thread-1-processing-n:127.0.0.1:38359_) [n:127.0.0.1:38359_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2380376 INFO
(zkCallback-32625-thread-2-processing-n:127.0.0.1:36160_) [n:127.0.0.1:36160_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2380415 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A])
[n:127.0.0.1:38359_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27DA42AFB1658D2A-001/shard-1-001/cores
[junit4] 2> 2380415 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A])
[n:127.0.0.1:38359_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 2380416 INFO
(OverseerStateUpdate-97079332058890244-127.0.0.1:36160_-n_0000000000)
[n:127.0.0.1:36160_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard2
[junit4] 2> 2381426 WARN
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 2381427 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.4.0
[junit4] 2> 2381439 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 2381514 WARN
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 2381516 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.6 with uniqueid field id
[junit4] 2> 2381531 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 2381531 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:32945/solr_hdfs_home
[junit4] 2> 2381531 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 2381531 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27DA42AFB1658D2A-001/shard-1-001/cores/collection1],
dataDir=[hdfs://localhost:32945/solr_hdfs_home/collection1/core_node1/data/]
[junit4] 2> 2381531 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6cf7970b
[junit4] 2> 2381531 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:32945/solr_hdfs_home/collection1/core_node1/data/snapshot_metadata
[junit4] 2> 2381538 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2381538 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 2381538 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 2381546 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2381547 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:32945/solr_hdfs_home/collection1/core_node1/data
[junit4] 2> 2381561 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:32945/solr_hdfs_home/collection1/core_node1/data/index
[junit4] 2> 2381566 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2381566 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 2381566 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 2381571 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2381572 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=9, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.30623211771477277]
[junit4] 2> 2381580 INFO (IPC Server handler 7 on 32945) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:49723 is
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-fc9a5de5-0389-45ac-8180-5a50ab2a761a:NORMAL:127.0.0.1:56259|RBW],
ReplicaUC[[DISK]DS-dc5ad1d6-4b79-481f-a118-859c82c88f1b:NORMAL:127.0.0.1:49723|FINALIZED]]}
size 0
[junit4] 2> 2381581 INFO (IPC Server handler 8 on 32945) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:56259 is
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-fc9a5de5-0389-45ac-8180-5a50ab2a761a:NORMAL:127.0.0.1:56259|RBW],
ReplicaUC[[DISK]DS-dc5ad1d6-4b79-481f-a118-859c82c88f1b:NORMAL:127.0.0.1:49723|FINALIZED]]}
size 0
[junit4] 2> 2381585 WARN
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 2381601 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 2381602 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2381602 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 2381609 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2381609 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2381610 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=21, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=34.3701171875,
floorSegmentMB=0.31640625, forceMergeDeletesPctAllowed=26.37770822040503,
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 2381621 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5ad5f381[collection1] main]
[junit4] 2> 2381621 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2381622 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2381622 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2381623 INFO
(searcherExecutor-14140-thread-1-processing-n:127.0.0.1:38359_ x:collection1
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:38359_ c:collection1 s:shard2
r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new
searcher Searcher@5ad5f381[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2381623 WARN
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for
hdfs://localhost:59529/solr3 due to exception: java.net.ConnectException: Call
From lucene1-us-west/10.41.0.5 to localhost:59529 failed on connection
exception: java.net.ConnectException: Connection refused; For more details see:
http://wiki.apache.org/hadoop/ConnectionRefused
[junit4] 2> 2381623 WARN
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for
hdfs://localhost:59529/solr3 due to exception: java.net.ConnectException: Call
From lucene1-us-west/10.41.0.5 to localhost:59529 failed on connection
exception: java.net.ConnectException: Connection refused; For more details see:
http://wiki.apache.org/hadoop/ConnectionRefused
[junit4] 2> 2381623 INFO
(coreLoadExecutor-14139-thread-1-processing-n:127.0.0.1:38359_)
[n:127.0.0.1:38359_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1553269316249452544
[junit4] 2> 2381629 INFO
(coreZkRegister-14134-thread-1-processing-n:127.0.0.1:38359_ x:collection1
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:38359_ c:collection1 s:shard2
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas
found to continue.
[junit4] 2> 2381629 INFO
(coreZkRegister-14134-thread-1-processing-n:127.0.0.1:38359_ x:collection1
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:38359_ c:collection1 s:shard2
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new
leader - try and sync
[junit4] 2> 2381629 INFO
(coreZkRegister-14134-thread-1-processing-n:127.0.0.1:38359_ x:collection1
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:38359_ c:collection1 s:shard2
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:38359/collection1/
[junit4] 2> 2381629 INFO
(coreZkRegister-14134-thread-1-processing-n:127.0.0.1:38359_ x:collection1
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:38359_ c:collection1 s:shard2
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 2381629 INFO
(coreZkRegister-14134-thread-1-processing-n:127.0.0.1:38359_ x:collection1
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:38359_ c:collection1 s:shard2
r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:38359/collection1/ has no replicas
[junit4] 2> 2381631 INFO
(coreZkRegister-14134-thread-1-processing-n:127.0.0.1:38359_ x:collection1
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:38359_ c:collection1 s:shard2
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new
leader: http://127.0.0.1:38359/collection1/ shard2
[junit4] 2> 2381782 INFO
(coreZkRegister-14134-thread-1-processing-n:127.0.0.1:38359_ x:collection1
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:38359_ c:collection1 s:shard2
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 2381986 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27DA42AFB1658D2A-001/shard-2-001/cores/collection1
[junit4] 2> 2381986 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27DA42AFB1658D2A-001/shard-2-001
[junit4] 2> 2381987 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2381988 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1d351d1d{/,null,AVAILABLE}
[junit4] 2> 2381988 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@35ca8871{HTTP/1.1,[http/1.1]}{127.0.0.1:42401}
[junit4] 2> 2381989 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.e.j.s.Server Started @2385626ms
[junit4] 2> 2381989 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {solrconfig=solrconfig.xml,
hostContext=/, hostPort=42401,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27DA42AFB1658D2A-001/shard-2-001/cores}
[junit4] 2> 2381989 ERROR
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2381989 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.4.0
[junit4] 2> 2381989 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2381989 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2381989 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-09T19:50:53.735Z
[junit4] 2> 2381991 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2381991 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27DA42AFB1658D2A-001/shard-2-001/solr.xml
[junit4] 2> 2381995 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2381996 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60434/solr
[junit4] 2> 2382000 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A])
[n:127.0.0.1:42401_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 2382013 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A])
[n:127.0.0.1:42401_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42401_
[junit4] 2> 2382014 INFO (zkCallback-32629-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2382014 INFO
(zkCallback-32634-thread-1-processing-n:127.0.0.1:38359_) [n:127.0.0.1:38359_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2382014 INFO
(zkCallback-32625-thread-2-processing-n:127.0.0.1:36160_) [n:127.0.0.1:36160_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2382014 INFO
(zkCallback-32640-thread-1-processing-n:127.0.0.1:42401_) [n:127.0.0.1:42401_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2382059 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A])
[n:127.0.0.1:42401_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27DA42AFB1658D2A-001/shard-2-001/cores
[junit4] 2> 2382059 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[27DA42AFB1658D2A])
[n:127.0.0.1:42401_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 2382060 INFO
(OverseerStateUpdate-97079332058890244-127.0.0.1:36160_-n_0000000000)
[n:127.0.0.1:36160_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 2383072 WARN
(coreLoadExecutor-14150-thread-1-processing-n:127.0.0.1:42401_)
[n:127.0.0.1:42401_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 2383072 INFO
(coreLoadExecutor-14150-thread-1-processing-n:127.0.0.1:42401_)
[n:127.0.0.1:42401_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.4.0
[junit4] 2> 2383083 INFO
(coreLoadExecutor-14150-thread-1-processing-n:127.0.0.1:42401_)
[n:127.0.0.1:42401_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 2383143 WARN
(coreLoadExecutor-14150-thread-1-processing-n:127.0.0.1:42401_)
[n:127.0.0.1:42401_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 2383145 INFO
(coreLoadExecutor-14150-thread-1-processing-n:127.0.0.1:42401_)
[n:127.0.0.1:42401_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.6 with uniqueid field id
[junit4] 2> 2383155 INFO
(coreLoadExecutor-14150-thread-1-processing-n:127.0.0.1:42401_)
[n:127.0.0.1:42401_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 2383155 INFO
(coreLoadExecutor-14150-thread-1-processing-n:127.0.0.1:42401_)
[n:127.0.0.1:42401_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:32945/solr_hdfs_home
[junit4] 2> 2383155 INFO
(coreLoadExecutor-14150-thread-1-processing-n:127.0.0.1:42401_)
[n:127.0.0.1:42401_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 2383155 INFO
(coreLoadExecutor-14150-thread-1-processing-n:127.0.0.1:42401_)
[n:127.0.0.1:42401_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_27DA42AFB1658D2A-001/shard-2-001/cores/collection1],
dataDir=[hdfs://localhost:32945/solr_hdfs_home/collection1/core_node2/data/]
[junit4] 2> 2383155 INFO
(coreLoadExecutor-14150-thread-1-processing-n:127.0.0.1:42401_)
[n:127.0.0.1:42401_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6cf7970b
[junit4] 2> 2383155 INFO
(coreLoadExecutor-14150-thread-1-processing-n:127.0.0.1:42401_)
[n:127.0.0.1:42401_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:32945/solr_hdfs_home/collection1/core_node2/data/snapshot_metadata
[junit4] 2> 2383161 INFO
(coreLoadExecutor-14150-thread-1-processing-n:127.0.0.1:42401_)
[n:127.0.0.1:42401_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2383161 INFO
(coreLoadExecutor-14150-thread-1-processing-n:127.0.0.1:42401_)
[n:127.0.0.1:42401_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocat
[...truncated too long message...]
46)
[junit4] 2> at
org.apache.hadoop.metrics2.util.MBeans.unregister(MBeans.java:81)
[junit4] 2> at
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stopMBeans(MetricsSourceAdapter.java:226)
[junit4] 2> at
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stop(MetricsSourceAdapter.java:211)
[junit4] 2> at
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stopSources(MetricsSystemImpl.java:463)
[junit4] 2> at
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stop(MetricsSystemImpl.java:213)
[junit4] 2> at
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.shutdown(MetricsSystemImpl.java:594)
[junit4] 2> at
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdownInstance(DefaultMetricsSystem.java:72)
[junit4] 2> at
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdown(DefaultMetricsSystem.java:68)
[junit4] 2> at
org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics.shutdown(NameNodeMetrics.java:171)
[junit4] 2> at
org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:872)
[junit4] 2> at
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1726)
[junit4] 2> at
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1705)
[junit4] 2> at
org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:198)
[junit4] 2> at
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.teardownClass(HdfsCollectionsAPIDistributedZkTest.java:52)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> Caused by: java.lang.NullPointerException
[junit4] 2> at
org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:203)
[junit4] 2> at
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370)
[junit4] 2> at
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729)
[junit4] 2> ... 54 more
[junit4] 2> 3776538 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[27DA42AFB1658D2A]-worker) [
] o.a.s.c.ZkTestServer connecting to 127.0.0.1:54038 54038
[junit4] 2> 3776539 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[27DA42AFB1658D2A]-worker) [
] o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_27DA42AFB1658D2A-001
[junit4] 2> Dec 09, 2016 8:14:07 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 34 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=mt-MT,
timezone=America/Indiana/Vincennes
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_102 (64-bit)/cpus=4,threads=2,free=267040832,total=521666560
[junit4] 2> NOTE: All tests run in this JVM: [PreAnalyzedFieldTest,
TestUtils, CdcrBootstrapTest, OpenExchangeRatesOrgProviderTest,
TestFieldTypeResource, TestMergePolicyConfig, UpdateParamsTest,
TestPhraseSuggestions, HdfsRecoveryZkTest, BufferStoreTest, TestLFUCache,
TestDefaultSearchFieldResource, PreAnalyzedUpdateProcessorTest,
TestOnReconnectListenerSupport, TestExceedMaxTermLength,
TestComplexPhraseQParserPlugin, TestTolerantSearch,
TermVectorComponentDistributedTest, TestPostingsSolrHighlighter,
TestDFRSimilarityFactory, TestIndexSearcher, TestSolrConfigHandlerConcurrent,
TestFieldCacheSanityChecker, BooleanFieldTest, ConnectionReuseTest,
SuggesterTest, TestObjectReleaseTracker, TestSizeLimitedDistributedMap,
DeleteReplicaTest, DebugComponentTest,
AddSchemaFieldsUpdateProcessorFactoryTest, TestCollectionAPI,
TestSchemaSimilarityResource, TestManagedResource, SmileWriterTest,
SegmentsInfoRequestHandlerTest, TestLMJelinekMercerSimilarityFactory,
DistributedFacetPivotLongTailTest, TestReplicationHandlerBackup,
ForceLeaderTest, DataDrivenBlockJoinTest, QueryResultKeyTest, TestReload,
TestReversedWildcardFilterFactory, ResponseLogComponentTest,
TolerantUpdateProcessorTest, TestNumericTerms32,
TestRuleBasedAuthorizationPlugin, TestPerFieldSimilarityClassic,
TestJavabinTupleStreamParser, TestConfigSetImmutable, HardAutoCommitTest,
TestManagedStopFilterFactory, XmlUpdateRequestHandlerTest, ZkStateReaderTest,
CoreMergeIndexesAdminHandlerTest, SaslZkACLProviderTest,
StatelessScriptUpdateProcessorFactoryTest, DocValuesMissingTest,
ShowFileRequestHandlerTest, TestSchemaManager, TestTrieFacet, TestBinaryField,
TestImplicitCoreProperties, TestCloudPseudoReturnFields, TestBulkSchemaAPI,
TestSQLHandler, RuleEngineTest, TestTolerantUpdateProcessorCloud,
CurrencyFieldXmlFileTest, TestInitQParser, GraphQueryTest,
DistributedQueueTest, TestStressReorder, TestSort,
ShufflingReplicaListTransformerTest, TestZkChroot, TestSolrJ,
TestMiniSolrCloudCluster, SpellPossibilityIteratorTest, HdfsThreadLeakTest,
TestGroupingSearch, TestAnalyzedSuggestions, QueryParsingTest, DOMUtilTest,
OverseerTaskQueueTest, SolrPluginUtilsTest,
ClassificationUpdateProcessorIntegrationTest,
TestLeaderInitiatedRecoveryThread, OutOfBoxZkACLAndCredentialsProvidersTest,
FullHLLTest, TestRequestStatusCollectionAPI, TestPivotHelperCode,
TestCorePropertiesReload, CircularListTest, DirectoryFactoryTest,
AddBlockUpdateTest, TestExactStatsCache, DirectUpdateHandlerOptimizeTest,
DocValuesMultiTest, RecoveryZkTest, BigEndianAscendingWordSerializerTest,
BadComponentTest, TestJsonFacetRefinement, BasicDistributedZkTest,
ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest,
SyncSliceTest, LeaderElectionIntegrationTest, ClusterStateUpdateTest,
LeaderElectionTest, TestRandomDVFaceting, TestRecovery, TestHashPartitioner,
TestRealTimeGet, DistributedTermsComponentTest, TestRangeQuery, PluginInfoTest,
DateMathParserTest, PrimUtilsTest, DateFieldTest, SpellingQueryConverterTest,
TestDocumentBuilder, SliceStateTest, SystemInfoHandlerTest, FileUtilsTest,
TestRTGBase, DistributedIntervalFacetingTest, AssignTest,
BaseCdcrDistributedZkTest, CdcrReplicationHandlerTest, ConfigSetsAPITest,
ConnectionManagerTest, CreateCollectionCleanupTest, DeleteInactiveReplicaTest,
DeleteLastCustomShardedReplicaTest, DistribCursorPagingTest,
DocValuesNotIndexedTest, LeaderFailureAfterFreshStartTest,
LeaderInitiatedRecoveryOnShardRestartTest,
OverriddenZkACLAndCredentialsProvidersTest,
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest,
OverseerStatusTest, PeerSyncReplicationTest, RollingRestartTest,
TriLevelCompositeIdRoutingTest, HdfsBasicDistributedZkTest,
HdfsCollectionsAPIDistributedZkTest]
[junit4] Completed [488/660 (2!)] on J2 in 170.95s, 20 tests, 1 failure, 1
error <<< FAILURES!
[...truncated 12235 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:773:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:717:
Some of the tests produced a heap dump, but did not fail. Maybe a suppressed
OutOfMemoryError? Dumps created:
* java_pid8533.hprof
Total time: 245 minutes 0 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]