Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/276/
7 tests failed.
FAILED: org.apache.lucene.index.TestIndexSorting.testRandom3
Error Message:
Java heap space
Stack Trace:
java.lang.OutOfMemoryError: Java heap space
at
__randomizedtesting.SeedInfo.seed([B92E69CC2FAD4D04:1BF627164B5F6402]:0)
at
org.apache.lucene.util.packed.Packed8ThreeBlocks.<init>(Packed8ThreeBlocks.java:41)
at
org.apache.lucene.util.packed.PackedInts.getMutable(PackedInts.java:963)
at
org.apache.lucene.util.packed.PackedInts.getMutable(PackedInts.java:939)
at
org.apache.lucene.util.packed.GrowableWriter.ensureCapacity(GrowableWriter.java:80)
at
org.apache.lucene.util.packed.GrowableWriter.set(GrowableWriter.java:88)
at
org.apache.lucene.util.packed.AbstractPagedMutable.set(AbstractPagedMutable.java:98)
at org.apache.lucene.util.fst.NodeHash.addNew(NodeHash.java:152)
at org.apache.lucene.util.fst.NodeHash.rehash(NodeHash.java:169)
at org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:133)
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.MemoryDocValuesConsumer.writeFST(MemoryDocValuesConsumer.java:367)
at
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.addSortedField(MemoryDocValuesConsumer.java:404)
at
org.apache.lucene.codecs.DocValuesConsumer.mergeSortedField(DocValuesConsumer.java:653)
at
org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:204)
at
org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.merge(PerFieldDocValuesFormat.java:153)
at
org.apache.lucene.index.SegmentMerger.mergeDocValues(SegmentMerger.java:167)
at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:111)
at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4363)
at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3940)
at
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2091)
at
org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:5004)
at
org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5042)
at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5033)
at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1582)
at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1324)
at
org.apache.lucene.index.TestIndexSorting.testRandom3(TestIndexSorting.java:2229)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
FAILED: org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testOps
Error Message:
Timeout waiting for CDCR replication to complete @source_collection:shard1
Stack Trace:
java.lang.RuntimeException: Timeout waiting for CDCR replication to complete
@source_collection:shard1
at
__randomizedtesting.SeedInfo.seed([C7ADB5AA436D7EF4:DBD529490C5E7529]:0)
at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForReplicationToComplete(BaseCdcrDistributedZkTest.java:795)
at
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testOps(CdcrReplicationDistributedZkTest.java:463)
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:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test
Error Message:
Timeout waiting for all live and active
Stack Trace:
java.lang.AssertionError: Timeout waiting for all live and active
at
__randomizedtesting.SeedInfo.seed([C7ADB5AA436D7EF4:4FF98A70ED91130C]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.testBasics(SharedFSAutoReplicaFailoverTest.java:309)
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:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.addReplicaTest
Error Message:
Could not find collection : addReplicaColl
Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : addReplicaColl
at
__randomizedtesting.SeedInfo.seed([C7ADB5AA436D7EF4:540DE28CCD653525]:0)
at
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
at
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:245)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.addReplicaTest(CollectionsAPIDistributedZkTest.java:666)
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:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
FAILED:
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/10)={
"replicationFactor":"3", "shards":{ "shard1":{
"range":"80000000-d554ffff", "state":"active", "replicas":{
"core_node4":{ "core":"awhollynewcollection_0_shard1_replica3",
"dataDir":"hdfs://localhost:56123/data/awhollynewcollection_0/core_node4/data/",
"base_url":"http://127.0.0.1:33892/solr",
"node_name":"127.0.0.1:33892_solr", "state":"active",
"ulogDir":"hdfs://localhost:56123/data/awhollynewcollection_0/core_node4/data/tlog"},
"core_node5":{
"core":"awhollynewcollection_0_shard1_replica2",
"dataDir":"hdfs://localhost:56123/data/awhollynewcollection_0/core_node5/data/",
"base_url":"http://127.0.0.1:39131/solr",
"node_name":"127.0.0.1:39131_solr", "state":"active",
"ulogDir":"hdfs://localhost:56123/data/awhollynewcollection_0/core_node5/data/tlog",
"leader":"true"}}}, "shard2":{
"range":"d5550000-2aa9ffff", "state":"active", "replicas":{
"core_node3":{ "core":"awhollynewcollection_0_shard2_replica3",
"dataDir":"hdfs://localhost:56123/data/awhollynewcollection_0/core_node3/data/",
"base_url":"http://127.0.0.1:39131/solr",
"node_name":"127.0.0.1:39131_solr", "state":"active",
"ulogDir":"hdfs://localhost:56123/data/awhollynewcollection_0/core_node3/data/tlog"},
"core_node8":{
"core":"awhollynewcollection_0_shard2_replica2",
"dataDir":"hdfs://localhost:56123/data/awhollynewcollection_0/core_node8/data/",
"base_url":"http://127.0.0.1:51948/solr",
"node_name":"127.0.0.1:51948_solr", "state":"active",
"ulogDir":"hdfs://localhost:56123/data/awhollynewcollection_0/core_node8/data/tlog",
"leader":"true"}}}, "shard3":{
"range":"2aaa0000-7fffffff", "state":"active", "replicas":{}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"3",
"autoAddReplicas":"false"}
Stack Trace:
java.lang.AssertionError: Expected to see collection awhollynewcollection_0
null
Last available state:
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/10)={
"replicationFactor":"3",
"shards":{
"shard1":{
"range":"80000000-d554ffff",
"state":"active",
"replicas":{
"core_node4":{
"core":"awhollynewcollection_0_shard1_replica3",
"dataDir":"hdfs://localhost:56123/data/awhollynewcollection_0/core_node4/data/",
"base_url":"http://127.0.0.1:33892/solr",
"node_name":"127.0.0.1:33892_solr",
"state":"active",
"ulogDir":"hdfs://localhost:56123/data/awhollynewcollection_0/core_node4/data/tlog"},
"core_node5":{
"core":"awhollynewcollection_0_shard1_replica2",
"dataDir":"hdfs://localhost:56123/data/awhollynewcollection_0/core_node5/data/",
"base_url":"http://127.0.0.1:39131/solr",
"node_name":"127.0.0.1:39131_solr",
"state":"active",
"ulogDir":"hdfs://localhost:56123/data/awhollynewcollection_0/core_node5/data/tlog",
"leader":"true"}}},
"shard2":{
"range":"d5550000-2aa9ffff",
"state":"active",
"replicas":{
"core_node3":{
"core":"awhollynewcollection_0_shard2_replica3",
"dataDir":"hdfs://localhost:56123/data/awhollynewcollection_0/core_node3/data/",
"base_url":"http://127.0.0.1:39131/solr",
"node_name":"127.0.0.1:39131_solr",
"state":"active",
"ulogDir":"hdfs://localhost:56123/data/awhollynewcollection_0/core_node3/data/tlog"},
"core_node8":{
"core":"awhollynewcollection_0_shard2_replica2",
"dataDir":"hdfs://localhost:56123/data/awhollynewcollection_0/core_node8/data/",
"base_url":"http://127.0.0.1:51948/solr",
"node_name":"127.0.0.1:51948_solr",
"state":"active",
"ulogDir":"hdfs://localhost:56123/data/awhollynewcollection_0/core_node8/data/tlog",
"leader":"true"}}},
"shard3":{
"range":"2aaa0000-7fffffff",
"state":"active",
"replicas":{}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"3",
"autoAddReplicas":"false"}
at
__randomizedtesting.SeedInfo.seed([C7ADB5AA436D7EF4:8FD8C11E455E5161]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:265)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:496)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest
Error Message:
ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
at
org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:202) at
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:137) at
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:94) at
org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:102)
at sun.reflect.GeneratedConstructorAccessor174.newInstance(Unknown Source)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at
org.apache.solr.core.SolrCore.createInstance(SolrCore.java:737) at
org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:799) at
org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1049) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:914) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:807) at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:904) at
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:555) at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
at java.util.concurrent.FutureTask.run(FutureTask.java:266) at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not
released!!! [HdfsTransactionLog]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
at
org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:202)
at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:137)
at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:94)
at
org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:102)
at sun.reflect.GeneratedConstructorAccessor174.newInstance(Unknown
Source)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:737)
at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:799)
at org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1049)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:914)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:807)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:904)
at
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:555)
at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at __randomizedtesting.SeedInfo.seed([C7ADB5AA436D7EF4]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNull(Assert.java:551)
at
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:269)
at sun.reflect.GeneratedMethodAccessor86.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest.test
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([C7ADB5AA436D7EF4:4FF98A70ED91130C]:0)
at org.junit.Assert.fail(Assert.java:92)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertTrue(Assert.java:54)
at
org.apache.solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest.test(HdfsWriteToMultipleCollectionsTest.java:137)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 1477 lines...]
[junit4] Suite: org.apache.lucene.index.TestIndexSorting
[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=TestIndexSorting
-Dtests.method=testRandom3 -Dtests.seed=B92E69CC2FAD4D04 -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=es-CU -Dtests.timezone=Jamaica -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 76.1s J0 | TestIndexSorting.testRandom3 <<<
[junit4] > Throwable #1: java.lang.OutOfMemoryError: Java heap space
[junit4] > at
__randomizedtesting.SeedInfo.seed([B92E69CC2FAD4D04:1BF627164B5F6402]:0)
[junit4] > at
org.apache.lucene.util.packed.Packed8ThreeBlocks.<init>(Packed8ThreeBlocks.java:41)
[junit4] > at
org.apache.lucene.util.packed.PackedInts.getMutable(PackedInts.java:963)
[junit4] > at
org.apache.lucene.util.packed.PackedInts.getMutable(PackedInts.java:939)
[junit4] > at
org.apache.lucene.util.packed.GrowableWriter.ensureCapacity(GrowableWriter.java:80)
[junit4] > at
org.apache.lucene.util.packed.GrowableWriter.set(GrowableWriter.java:88)
[junit4] > at
org.apache.lucene.util.packed.AbstractPagedMutable.set(AbstractPagedMutable.java:98)
[junit4] > at
org.apache.lucene.util.fst.NodeHash.addNew(NodeHash.java:152)
[junit4] > at
org.apache.lucene.util.fst.NodeHash.rehash(NodeHash.java:169)
[junit4] > at
org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:133)
[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.MemoryDocValuesConsumer.writeFST(MemoryDocValuesConsumer.java:367)
[junit4] > at
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.addSortedField(MemoryDocValuesConsumer.java:404)
[junit4] > at
org.apache.lucene.codecs.DocValuesConsumer.mergeSortedField(DocValuesConsumer.java:653)
[junit4] > at
org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:204)
[junit4] > at
org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.merge(PerFieldDocValuesFormat.java:153)
[junit4] > at
org.apache.lucene.index.SegmentMerger.mergeDocValues(SegmentMerger.java:167)
[junit4] > at
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:111)
[junit4] > at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4363)
[junit4] > at
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3940)
[junit4] > at
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
[junit4] > at
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2091)
[junit4] > at
org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:5004)
[junit4] > at
org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
[junit4] > at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5042)
[junit4] > at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5033)
[junit4] > at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1582)
[junit4] > at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1324)
[junit4] > at
org.apache.lucene.index.TestIndexSorting.testRandom3(TestIndexSorting.java:2229)
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J0/temp/lucene.index.TestIndexSorting_B92E69CC2FAD4D04-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{docs=BlockTreeOrds(blocksize=128), norms=BlockTreeOrds(blocksize=128),
positions=FSTOrd50, id=BlockTreeOrds(blocksize=128),
term_vectors=BlockTreeOrds(blocksize=128)},
docValues:{multi_valued_long=DocValuesFormat(name=Asserting),
double=DocValuesFormat(name=Memory), foo=DocValuesFormat(name=Asserting),
numeric=DocValuesFormat(name=Memory),
positions=DocValuesFormat(name=Asserting),
float=DocValuesFormat(name=Lucene54),
multi_valued_numeric=DocValuesFormat(name=Memory),
int=DocValuesFormat(name=Memory), long=DocValuesFormat(name=Lucene54),
points=DocValuesFormat(name=Direct), bar=DocValuesFormat(name=Memory),
sorted=DocValuesFormat(name=Memory),
multi_valued_double=DocValuesFormat(name=Memory),
docs=DocValuesFormat(name=Memory),
multi_valued_string=DocValuesFormat(name=Memory),
norms=DocValuesFormat(name=Memory), bytes=DocValuesFormat(name=Memory),
binary=DocValuesFormat(name=Memory), id=DocValuesFormat(name=Memory),
multi_valued_int=DocValuesFormat(name=Direct),
multi_valued_bytes=DocValuesFormat(name=Memory),
multi_valued_float=DocValuesFormat(name=Asserting),
term_vectors=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1888,
maxMBSortInHeap=5.37999386554413,
sim=RandomSimilarity(queryNorm=false,coord=crazy): {positions=DFR GL1, id=DFR
I(ne)1, term_vectors=DFR GBZ(0.3)}, locale=es-CU, timezone=Jamaica
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_102 (64-bit)/cpus=4,threads=1,free=355526808,total=383254528
[junit4] 2> NOTE: All tests run in this JVM: [TestSpanFirstQuery,
TestAllFilesDetectTruncation, TestIndexingSequenceNumbers, TestRegexpRandom2,
TestCharArrayMap, TestNRTReaderCleanup, TestTimeLimitingCollector,
TestCustomNorms, TestNearSpansOrdered, TestCustomSearcherSort,
TestPersistentSnapshotDeletionPolicy, TestCharsRef, TestBagOfPositions,
TestSynonymQuery, TestSparseFixedBitDocIdSet, TestLazyProxSkipping,
TestSpanCollection, TestSortedNumericSortField, TestDocValues,
TestOfflineSorter, TestPrefixCodedTerms, TestStandardAnalyzer,
TestDelegatingAnalyzerWrapper, TestSort, TestDirectPacked,
TestPerSegmentDeletes, TestDemoParallelLeafReader, TestRoaringDocIdSet,
TestFrequencyTrackingRingBuffer, TestIndexInput, TestBlockPostingsFormat2,
TestIndexWriterUnicode, TestTrackingDirectoryWrapper, TestStringMSBRadixSorter,
TestNativeFSLockFactory, TestDeletionPolicy, TestIntroSelector,
TestNumericRangeQuery64, TestDoubleValuesSource, TestTransactions, TestBasics,
TestPrefixQuery, TestAxiomaticSimilarity, TestIntsRef, TestDirectory,
TestField, TestFastCompressionMode, TestCharTermAttributeImpl,
TestDocIdSetBuilder, TestPhrasePrefixQuery, TestDocumentWriter,
TestSegmentMerger, TestElevationComparator, TestSwappedIndexFiles, Test2BDocs,
TestMultiValuedNumericRangeQuery, TestMaxTermFrequency,
TestCrashCausesCorruptIndex, TestControlledRealTimeReopenThread,
TestIndexReaderClose, TestIndexFileDeleter, TestIndexWriterExceptions2,
TestTragicIndexWriterDeadlock, TestLongPostings, TestCodecHoldsOpenFiles,
FiniteStringsIteratorTest, TestSegmentInfos, TestFieldMaskingSpanQuery,
TestLucene50TermVectorsFormat, TestLucene54DocValuesFormat,
Test2BSortedDocValuesFixedSorted, TestThreadedForceMerge, TestBlendedTermQuery,
TestNRTCachingDirectory, TestSimpleFSLockFactory, TestPointValues, TestNorms,
TestIndexWriterCommit, TestSearchWithThreads, TestConcurrentMergeScheduler,
TestHighCompressionMode, TestDocumentsWriterStallControl, Test2BPoints,
TestAllFilesHaveChecksumFooter, TestDocIDMerger, TestExceedMaxTermLength,
TestExitableDirectoryReader, TestIndexSorting]
[junit4] Completed [383/451 (1!)] on J0 in 122.16s, 48 tests, 1 error <<<
FAILURES!
[...truncated 229 lines...]
[junit4] JVM J0: stdout was not empty, see:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/temp/junit4-J0-20170208_004149_5774942643123258049452.sysout
[junit4] >>> JVM J0 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_pid28001.hprof
...
[junit4] Heap dump file created [439536777 bytes in 1.869 secs]
[junit4] <<< JVM J0: EOF ----
[...truncated 10147 lines...]
[junit4] Suite: org.apache.solr.cloud.CdcrReplicationDistributedZkTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_C7ADB5AA436D7EF4-001/init-core-data-001
[junit4] 2> 224532 INFO
(SUITE-CdcrReplicationDistributedZkTest-seed#[C7ADB5AA436D7EF4]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 224532 INFO
(SUITE-CdcrReplicationDistributedZkTest-seed#[C7ADB5AA436D7EF4]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 224547 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 224561 INFO (Thread-352) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 224561 INFO (Thread-352) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 224648 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.c.ZkTestServer start zk server on port:60543
[junit4] 2> 224700 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] 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-cdcr.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 224703 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] 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> 224704 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] 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> 224706 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] 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> 224707 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] 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> 224709 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] 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> 224710 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] 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> 224711 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] 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> 224713 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] 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> 224714 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] 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> 224716 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] 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> 224719 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testReplicationStartStop
[junit4] 2> 224851 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] 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.CdcrReplicationDistributedZkTest_C7ADB5AA436D7EF4-001/jetty-001/cores/collection1
[junit4] 2> 224853 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 224867 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@13eff365{/,null,AVAILABLE}
[junit4] 2> 224867 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.e.j.s.AbstractConnector Started
ServerConnector@51ebee52{HTTP/1.1,[http/1.1]}{127.0.0.1:43525}
[junit4] 2> 224867 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.e.j.s.Server Started @229145ms
[junit4] 2> 224867 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard1,
hostContext=/, hostPort=43525,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_C7ADB5AA436D7EF4-001/jetty-001/cores}
[junit4] 2> 224868 ERROR
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging
may be missing or incomplete.
[junit4] 2> 224868 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 6.5.0
[junit4] 2> 224868 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 224868 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 224868 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-08T04:05:08.730Z
[junit4] 2> 224875 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 224875 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] 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.CdcrReplicationDistributedZkTest_C7ADB5AA436D7EF4-001/jetty-001/solr.xml
[junit4] 2> 224899 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 224900 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60543/solr
[junit4] 2> 224943 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[n:127.0.0.1:43525_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:43525_
[junit4] 2> 224944 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[n:127.0.0.1:43525_ ] o.a.s.c.Overseer Overseer
(id=97421014364323844-127.0.0.1:43525_-n_0000000000) starting
[junit4] 2> 224988 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[n:127.0.0.1:43525_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43525_
[junit4] 2> 224990 INFO
(zkCallback-281-thread-1-processing-n:127.0.0.1:43525_) [n:127.0.0.1:43525_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 225074 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[n:127.0.0.1:43525_ ] 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.CdcrReplicationDistributedZkTest_C7ADB5AA436D7EF4-001/jetty-001/cores
[junit4] 2> 225074 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[n:127.0.0.1:43525_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 225077 INFO
(OverseerStateUpdate-97421014364323844-127.0.0.1:43525_-n_0000000000)
[n:127.0.0.1:43525_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard2
[junit4] 2> 225084 INFO
(coreLoadExecutor-816-thread-1-processing-n:127.0.0.1:43525_)
[n:127.0.0.1:43525_ c:tmp_collection x:collection1]
o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
[junit4] 2> 225101 WARN
(coreLoadExecutor-816-thread-1-processing-n:127.0.0.1:43525_)
[n:127.0.0.1:43525_ c:tmp_collection x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 225102 INFO
(coreLoadExecutor-816-thread-1-processing-n:127.0.0.1:43525_)
[n:127.0.0.1:43525_ c:tmp_collection x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.5.0
[junit4] 2> 225115 INFO
(coreLoadExecutor-816-thread-1-processing-n:127.0.0.1:43525_)
[n:127.0.0.1:43525_ c:tmp_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 225197 WARN
(coreLoadExecutor-816-thread-1-processing-n:127.0.0.1:43525_)
[n:127.0.0.1:43525_ c:tmp_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> 225198 INFO
(coreLoadExecutor-816-thread-1-processing-n:127.0.0.1:43525_)
[n:127.0.0.1:43525_ c:tmp_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 225217 INFO
(coreLoadExecutor-816-thread-1-processing-n:127.0.0.1:43525_)
[n:127.0.0.1:43525_ c:tmp_collection x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
tmp_collection
[junit4] 2> 225218 INFO
(coreLoadExecutor-816-thread-1-processing-n:127.0.0.1:43525_)
[n:127.0.0.1:43525_ c:tmp_collection x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_C7ADB5AA436D7EF4-001/jetty-001/cores/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_C7ADB5AA436D7EF4-001/jetty-001/cores/collection1/data/]
[junit4] 2> 225218 INFO
(coreLoadExecutor-816-thread-1-processing-n:127.0.0.1:43525_)
[n:127.0.0.1:43525_ c:tmp_collection x:collection1] o.a.s.c.JmxMonitoredMap
JMX monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9b0b3ad
[junit4] 2> 225219 INFO
(coreLoadExecutor-816-thread-1-processing-n:127.0.0.1:43525_)
[n:127.0.0.1:43525_ c:tmp_collection x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 225300 INFO
(coreLoadExecutor-816-thread-1-processing-n:127.0.0.1:43525_)
[n:127.0.0.1:43525_ c:tmp_collection x:collection1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 225300 INFO
(coreLoadExecutor-816-thread-1-processing-n:127.0.0.1:43525_)
[n:127.0.0.1:43525_ c:tmp_collection x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 225301 INFO
(coreLoadExecutor-816-thread-1-processing-n:127.0.0.1:43525_)
[n:127.0.0.1:43525_ c:tmp_collection x:collection1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 225301 INFO
(coreLoadExecutor-816-thread-1-processing-n:127.0.0.1:43525_)
[n:127.0.0.1:43525_ c:tmp_collection x:collection1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 225301 INFO
(coreLoadExecutor-816-thread-1-processing-n:127.0.0.1:43525_)
[n:127.0.0.1:43525_ c:tmp_collection x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=43,
maxMergedSegmentMB=19.212890625, floorSegmentMB=0.2890625,
forceMergeDeletesPctAllowed=11.853442286861272, segmentsPerTier=18.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 225302 INFO
(coreLoadExecutor-816-thread-1-processing-n:127.0.0.1:43525_)
[n:127.0.0.1:43525_ c:tmp_collection x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@1c0d728e[collection1] main]
[junit4] 2> 225303 INFO
(coreLoadExecutor-816-thread-1-processing-n:127.0.0.1:43525_)
[n:127.0.0.1:43525_ c:tmp_collection x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 225303 INFO
(coreLoadExecutor-816-thread-1-processing-n:127.0.0.1:43525_)
[n:127.0.0.1:43525_ c:tmp_collection x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 225304 INFO
(coreLoadExecutor-816-thread-1-processing-n:127.0.0.1:43525_)
[n:127.0.0.1:43525_ c:tmp_collection x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 225310 INFO
(coreLoadExecutor-816-thread-1-processing-n:127.0.0.1:43525_)
[n:127.0.0.1:43525_ c:tmp_collection x:collection1]
o.a.s.h.CdcrBufferStateManager Created znode
/collections/tmp_collection/cdcr/state/buffer
[junit4] 2> 225314 INFO
(coreLoadExecutor-816-thread-1-processing-n:127.0.0.1:43525_)
[n:127.0.0.1:43525_ c:tmp_collection x:collection1]
o.a.s.h.CdcrProcessStateManager Created znode
/collections/tmp_collection/cdcr/state/process
[junit4] 2> 225334 INFO
(searcherExecutor-817-thread-1-processing-n:127.0.0.1:43525_ x:collection1
c:tmp_collection) [n:127.0.0.1:43525_ c:tmp_collection x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1c0d728e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 225334 INFO
(coreLoadExecutor-816-thread-1-processing-n:127.0.0.1:43525_)
[n:127.0.0.1:43525_ c:tmp_collection x:collection1] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1558736230621904896
[junit4] 2> 225342 INFO
(coreZkRegister-809-thread-1-processing-n:127.0.0.1:43525_ x:collection1
c:tmp_collection) [n:127.0.0.1:43525_ c:tmp_collection s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 225342 INFO
(coreZkRegister-809-thread-1-processing-n:127.0.0.1:43525_ x:collection1
c:tmp_collection) [n:127.0.0.1:43525_ c:tmp_collection s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try
and sync
[junit4] 2> 225342 INFO
(coreZkRegister-809-thread-1-processing-n:127.0.0.1:43525_ x:collection1
c:tmp_collection) [n:127.0.0.1:43525_ c:tmp_collection s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:43525/collection1/
[junit4] 2> 225342 INFO
(coreZkRegister-809-thread-1-processing-n:127.0.0.1:43525_ x:collection1
c:tmp_collection) [n:127.0.0.1:43525_ c:tmp_collection s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 225342 INFO
(coreZkRegister-809-thread-1-processing-n:127.0.0.1:43525_ x:collection1
c:tmp_collection) [n:127.0.0.1:43525_ c:tmp_collection s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:43525/collection1/ has no
replicas
[junit4] 2> 225347 INFO
(zkCallback-281-thread-1-processing-n:127.0.0.1:43525_) [n:127.0.0.1:43525_
] o.a.s.h.CdcrLeaderStateManager Received new leader state @
tmp_collection:shard2
[junit4] 2> 225359 INFO
(coreZkRegister-809-thread-1-processing-n:127.0.0.1:43525_ x:collection1
c:tmp_collection) [n:127.0.0.1:43525_ c:tmp_collection s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:43525/collection1/ shard2
[junit4] 2> 225511 INFO
(coreZkRegister-809-thread-1-processing-n:127.0.0.1:43525_ x:collection1
c:tmp_collection) [n:127.0.0.1:43525_ c:tmp_collection s:shard2 r:core_node1
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 225787 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] 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.CdcrReplicationDistributedZkTest_C7ADB5AA436D7EF4-001/jetty-002/cores/collection1
[junit4] 2> 225788 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 225790 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2ccf3c56{/,null,AVAILABLE}
[junit4] 2> 225790 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.e.j.s.AbstractConnector Started
ServerConnector@23e7ae05{HTTP/1.1,[http/1.1]}{127.0.0.1:53463}
[junit4] 2> 225790 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.e.j.s.Server Started @230068ms
[junit4] 2> 225790 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard2,
hostContext=/, hostPort=53463,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_C7ADB5AA436D7EF4-001/jetty-002/cores}
[junit4] 2> 225790 ERROR
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging
may be missing or incomplete.
[junit4] 2> 225791 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 6.5.0
[junit4] 2> 225791 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 225791 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 225791 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-08T04:05:09.653Z
[junit4] 2> 225800 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 225800 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] 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.CdcrReplicationDistributedZkTest_C7ADB5AA436D7EF4-001/jetty-002/solr.xml
[junit4] 2> 225807 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 225807 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60543/solr
[junit4] 2> 225819 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[n:127.0.0.1:53463_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 225824 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[n:127.0.0.1:53463_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:53463_
[junit4] 2> 225827 INFO
(zkCallback-281-thread-3-processing-n:127.0.0.1:43525_) [n:127.0.0.1:43525_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 225828 INFO
(zkCallback-287-thread-1-processing-n:127.0.0.1:53463_) [n:127.0.0.1:53463_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 225884 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[n:127.0.0.1:53463_ ] 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.CdcrReplicationDistributedZkTest_C7ADB5AA436D7EF4-001/jetty-002/cores
[junit4] 2> 225884 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[n:127.0.0.1:53463_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 225887 INFO
(OverseerStateUpdate-97421014364323844-127.0.0.1:43525_-n_0000000000)
[n:127.0.0.1:43525_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 226903 WARN
(coreLoadExecutor-828-thread-1-processing-n:127.0.0.1:53463_)
[n:127.0.0.1:53463_ c:tmp_collection x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 226903 INFO
(coreLoadExecutor-828-thread-1-processing-n:127.0.0.1:53463_)
[n:127.0.0.1:53463_ c:tmp_collection x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.5.0
[junit4] 2> 226915 INFO
(coreLoadExecutor-828-thread-1-processing-n:127.0.0.1:53463_)
[n:127.0.0.1:53463_ c:tmp_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 226996 WARN
(coreLoadExecutor-828-thread-1-processing-n:127.0.0.1:53463_)
[n:127.0.0.1:53463_ c:tmp_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> 226998 INFO
(coreLoadExecutor-828-thread-1-processing-n:127.0.0.1:53463_)
[n:127.0.0.1:53463_ c:tmp_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 227017 INFO
(coreLoadExecutor-828-thread-1-processing-n:127.0.0.1:53463_)
[n:127.0.0.1:53463_ c:tmp_collection x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
tmp_collection
[junit4] 2> 227018 INFO
(coreLoadExecutor-828-thread-1-processing-n:127.0.0.1:53463_)
[n:127.0.0.1:53463_ c:tmp_collection x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_C7ADB5AA436D7EF4-001/jetty-002/cores/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_C7ADB5AA436D7EF4-001/jetty-002/cores/collection1/data/]
[junit4] 2> 227018 INFO
(coreLoadExecutor-828-thread-1-processing-n:127.0.0.1:53463_)
[n:127.0.0.1:53463_ c:tmp_collection x:collection1] o.a.s.c.JmxMonitoredMap
JMX monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9b0b3ad
[junit4] 2> 227019 INFO
(coreLoadExecutor-828-thread-1-processing-n:127.0.0.1:53463_)
[n:127.0.0.1:53463_ c:tmp_collection x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 227070 INFO
(coreLoadExecutor-828-thread-1-processing-n:127.0.0.1:53463_)
[n:127.0.0.1:53463_ c:tmp_collection x:collection1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 227070 INFO
(coreLoadExecutor-828-thread-1-processing-n:127.0.0.1:53463_)
[n:127.0.0.1:53463_ c:tmp_collection x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 227071 INFO
(coreLoadExecutor-828-thread-1-processing-n:127.0.0.1:53463_)
[n:127.0.0.1:53463_ c:tmp_collection x:collection1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 227071 INFO
(coreLoadExecutor-828-thread-1-processing-n:127.0.0.1:53463_)
[n:127.0.0.1:53463_ c:tmp_collection x:collection1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 227072 INFO
(coreLoadExecutor-828-thread-1-processing-n:127.0.0.1:53463_)
[n:127.0.0.1:53463_ c:tmp_collection x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=43,
maxMergedSegmentMB=19.212890625, floorSegmentMB=0.2890625,
forceMergeDeletesPctAllowed=11.853442286861272, segmentsPerTier=18.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 227073 INFO
(coreLoadExecutor-828-thread-1-processing-n:127.0.0.1:53463_)
[n:127.0.0.1:53463_ c:tmp_collection x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@58582f93[collection1] main]
[junit4] 2> 227074 INFO
(coreLoadExecutor-828-thread-1-processing-n:127.0.0.1:53463_)
[n:127.0.0.1:53463_ c:tmp_collection x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 227074 INFO
(coreLoadExecutor-828-thread-1-processing-n:127.0.0.1:53463_)
[n:127.0.0.1:53463_ c:tmp_collection x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 227074 INFO
(coreLoadExecutor-828-thread-1-processing-n:127.0.0.1:53463_)
[n:127.0.0.1:53463_ c:tmp_collection x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 227077 INFO
(searcherExecutor-829-thread-1-processing-n:127.0.0.1:53463_ x:collection1
c:tmp_collection) [n:127.0.0.1:53463_ c:tmp_collection x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@58582f93[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 227077 INFO
(coreLoadExecutor-828-thread-1-processing-n:127.0.0.1:53463_)
[n:127.0.0.1:53463_ c:tmp_collection x:collection1] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1558736232449572864
[junit4] 2> 227084 INFO
(coreZkRegister-823-thread-1-processing-n:127.0.0.1:53463_ x:collection1
c:tmp_collection) [n:127.0.0.1:53463_ c:tmp_collection s:shard1 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 227084 INFO
(coreZkRegister-823-thread-1-processing-n:127.0.0.1:53463_ x:collection1
c:tmp_collection) [n:127.0.0.1:53463_ c:tmp_collection s:shard1 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try
and sync
[junit4] 2> 227085 INFO
(coreZkRegister-823-thread-1-processing-n:127.0.0.1:53463_ x:collection1
c:tmp_collection) [n:127.0.0.1:53463_ c:tmp_collection s:shard1 r:core_node2
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:53463/collection1/
[junit4] 2> 227085 INFO
(coreZkRegister-823-thread-1-processing-n:127.0.0.1:53463_ x:collection1
c:tmp_collection) [n:127.0.0.1:53463_ c:tmp_collection s:shard1 r:core_node2
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 227085 INFO
(coreZkRegister-823-thread-1-processing-n:127.0.0.1:53463_ x:collection1
c:tmp_collection) [n:127.0.0.1:53463_ c:tmp_collection s:shard1 r:core_node2
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:53463/collection1/ has no
replicas
[junit4] 2> 227088 INFO
(zkCallback-287-thread-1-processing-n:127.0.0.1:53463_) [n:127.0.0.1:53463_
] o.a.s.h.CdcrLeaderStateManager Received new leader state @
tmp_collection:shard1
[junit4] 2> 227091 INFO
(coreZkRegister-823-thread-1-processing-n:127.0.0.1:53463_ x:collection1
c:tmp_collection) [n:127.0.0.1:53463_ c:tmp_collection s:shard1 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:53463/collection1/ shard1
[junit4] 2> 227243 INFO
(coreZkRegister-823-thread-1-processing-n:127.0.0.1:53463_ x:collection1
c:tmp_collection) [n:127.0.0.1:53463_ c:tmp_collection s:shard1 r:core_node2
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 227594 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] 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.CdcrReplicationDistributedZkTest_C7ADB5AA436D7EF4-001/jetty-003/cores/collection1
[junit4] 2> 227596 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 227597 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3224fffd{/,null,AVAILABLE}
[junit4] 2> 227598 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.e.j.s.AbstractConnector Started
ServerConnector@41b1272e{HTTP/1.1,[http/1.1]}{127.0.0.1:48903}
[junit4] 2> 227598 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.e.j.s.Server Started @231876ms
[junit4] 2> 227598 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard3,
hostContext=/, hostPort=48903,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_C7ADB5AA436D7EF4-001/jetty-003/cores}
[junit4] 2> 227599 ERROR
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging
may be missing or incomplete.
[junit4] 2> 227599 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 6.5.0
[junit4] 2> 227599 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 227599 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 227599 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-08T04:05:11.461Z
[junit4] 2> 227602 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 227602 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] 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.CdcrReplicationDistributedZkTest_C7ADB5AA436D7EF4-001/jetty-003/solr.xml
[junit4] 2> 227610 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 227611 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60543/solr
[junit4] 2> 227626 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[n:127.0.0.1:48903_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 227631 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[n:127.0.0.1:48903_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:48903_
[junit4] 2> 227633 INFO
(zkCallback-281-thread-2-processing-n:127.0.0.1:43525_) [n:127.0.0.1:43525_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 227634 INFO
(zkCallback-287-thread-1-processing-n:127.0.0.1:53463_) [n:127.0.0.1:53463_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 227645 INFO
(zkCallback-293-thread-1-processing-n:127.0.0.1:48903_) [n:127.0.0.1:48903_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 227707 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[n:127.0.0.1:48903_ ] 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.CdcrReplicationDistributedZkTest_C7ADB5AA436D7EF4-001/jetty-003/cores
[junit4] 2> 227707 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationStartStop-seed#[C7ADB5AA436D7EF4])
[n:127.0.0.1:48903_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 227709 INFO
(OverseerStateUpdate-97421014364323844-127.0.0.1:43525_-n_0000000000)
[n:127.0.0.1:43525_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard2
[junit4] 2> 228770 WARN
(coreLoadExecutor-840-thread-1-processing-n:127.0.0.1:48903_)
[n:127.0.0.1:48903_ c:tmp_collection x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 228771 INFO
(coreLoadExecutor-840-thread-1-processing-n:127.0.0.1:48903_)
[n:127.0.0.1:48903_ c:tmp_collection x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.5.0
[junit4] 2> 228783 INFO
(coreLoadExecutor-840-thread-1-processing-n:127.0.0.1:48903_)
[n:127.0.0.1:48903_ c:tmp_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 228859 WARN
(coreLoadExecutor-840-thread-1-processing-n:127.0.0.1:48903_)
[n:127.0.0.1:48903_ c:tmp_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> 228860 INFO
(coreLoadExecutor-840-thread-1-processing-n:127.0.0.1:48903_)
[n:127.0.0.1:48903_ c:tmp_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 228883 INFO
(coreLoadExecutor-840-thread-1-processing-n:127.0.0.1:48903_)
[n:127.0.0.1:48903_ c:tmp_collection x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
tmp_collection
[junit4] 2> 228884 INFO
(coreLoadExecutor-840-thread-1-processing-n:127.0.0.1:48903_)
[n:127.0.0.1:48903_ c:tmp_collection x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_C7ADB5AA436D7EF4-001/jetty-003/cores/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_C7ADB5AA436D7EF4-001/jetty-003/cores/collection1/data/]
[junit4] 2> 228884 INFO
(coreLoadExecutor-840-thread-1-processing-n:127.0.0.1:48903_)
[n:127.0.0.1:48903_ c:tmp_collection x:collection1] o.a.s.c.JmxMonitoredMap
JMX monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9b0b3ad
[junit4] 2> 228886 INFO
(coreLoadExecutor-840-thread-1-processing-n:127.0.0.1:48903_)
[n:127.0.0.1:48903_ c:tmp_collection x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 228966 INFO
(coreLoadExecutor-840-thread-1-processing-n:127.0.0.1:48903_)
[n:127.0.0.1:48903_ c:tmp_collection x:collection1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 228966 INFO
(coreLoadExecutor-840-thread-1-processing-n:127.0.0.1:48903_)
[n:127.0.0.1:48903_ c:tmp_collection x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 228999 INFO
(coreLoadExecutor-840-thread-1-processing-n:127.0.0.1:48903_)
[n:127.0.0.1:48903_ c:tmp_collection x:collection1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 228999 INFO
(coreLoadExecutor-840-thread-1-processing-n:127.0.0.1:48903_)
[n:127.0.0.1:48903_ c:tmp_collection x:collection1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 229001 INFO
(coreLoadExecutor-840-thread-1-processing-n:127.0.0.1:48903_)
[n:127.0.0.1:48903_ c:tmp_collection x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=43,
maxMergedSegmentMB=19.212890625, floorSegmentMB=0.2890625,
forceMergeDeletesPctAllowed=11.853442286861272, segmentsPerTier=18.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 229001 INFO
(coreLoadExecutor-840-thread-1-processing-n:127.0.0.1:48903_)
[n:127.0.0.1:48903_ c:tmp_collection x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@12cdc912[collection1] main]
[junit4] 2> 229008 INFO
(coreLoadExecutor-840-thread-1-processing-n:127.0.0.1:48903_)
[n:127.0.0.1:48903_ c:tmp_collection x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 229008 INFO
(coreLoadExecutor-840-thread-1-processing-n:127.0.0.1:48903_)
[n:127.0.0.1:48903_ c:tmp_collection x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 229008 INFO
(coreLoadExecutor-840-thread-1-processing-n:127.0.0.1:48903_)
[n:127.0.0.1:48903_ c:tmp_collection x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 229013 INFO
(coreLoadExecutor-840-thread-1-processing-n:127.0.0.1:48903_)
[n:127.0.0.1:48903_ c:tmp_collection x:collection1] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1558736234479616000
[junit4] 2> 229014 INFO
(searcherExecutor-841-thread-1-processing-n:127.0.0.1:48903_ x:collection1
c:tmp_collection) [n:127.0.0.1:48903_ c:tmp_collection x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@12cdc912[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 229028 INFO
(coreZkRegister-835-thread-1-processing-n:127.0.0.1:48903_ x:collection1
c:tmp_collection) [n:127.0.0.1:48903_ c:tmp_collection s:shard2 r:core_node3
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
[junit4] 2> 229030 INFO
(updateExecutor-290-thread-1-processing-n:127.0.0.1:48903_ x:collection1
s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:48903_ c:tmp_collection
s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running
recovery
[junit4] 2> 229043 INFO
(recoveryExecutor-291-thread-1-processing-n:127.0.0.1:48903_ x:collection1
s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:48903_ c:tmp_collection
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 229044 INFO
(recoveryExecutor-291-thread-1-processing-n:127.0.0.1:48903_ x:collection1
s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:48903_ c:tmp_collection
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ######
startupVersions=[[]]
[junit4] 2> 229044 INFO
(recoveryExecutor-291-thread-1-processing-n:127.0.0.1:48903_ x:collection1
s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:48903_ c:tmp_collection
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[collection1]
[junit4] 2> 229044 INFO
(recoveryExecutor-291-thread-1-processing-n:127.0.0.1:48903_ x:collection1
s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:48903_ c:tmp_collection
s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer
updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 229044 INFO
(recoveryExecutor-291-thread-1-processing-n:127.0.0.1:48903_ x:collection1
s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:48903_ c:tmp_collection
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state
of core [collection1] as recovering, leader is
[http://127.0.0.1:43525/collection1/] and I am
[http://127.0.0.1:48903/collection1/]
[junit4] 2> 229047 INFO
(recoveryExecutor-291-thread-1-processing-n:127.0.0.1:48903_ x:collection1
s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:48903_ c:tmp_collection
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep
recovery command to [http://127.0.0.1:43525]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:48903_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 229055 INFO (qtp714401321-1443) [n:127.0.0.1:43525_ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state:
recovering, checkLive: tru
[...truncated too long message...]
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:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> Caused by: java.lang.NullPointerException
[junit4] 2> at
org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:203)
[junit4] 2> at
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370)
[junit4] 2> at
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729)
[junit4] 2> ... 53 more
[junit4] 2> 4876304 INFO
(SUITE-HdfsRecoveryZkTest-seed#[C7ADB5AA436D7EF4]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:53618 53618
[junit4] 2> 4876304 INFO
(SUITE-HdfsRecoveryZkTest-seed#[C7ADB5AA436D7EF4]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{rnd_b=PostingsFormat(name=LuceneFixedGap), _version_=Lucene50(blocksize=128),
a_t=Lucene50(blocksize=128), a_i=PostingsFormat(name=LuceneFixedGap),
id=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, maxPointsInLeafNode=25,
maxMBSortInHeap=5.471213637757435,
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=bg-BG,
timezone=Africa/Blantyre
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_102 (64-bit)/cpus=4,threads=2,free=211290336,total=525860864
[junit4] 2> NOTE: All tests run in this JVM: [StressHdfsTest,
TestAddFieldRealTimeGet, TestCodecSupport, TestChildDocTransformer,
HdfsTlogReplayBufferedWhileIndexingTest, TestConfigsApi,
AnalysisErrorHandlingTest, HdfsChaosMonkeyNothingIsSafeTest, SolrCoreTest,
CdcrBootstrapTest, BadCopyFieldTest, VMParamsZkACLAndCredentialsProvidersTest,
TestReqParamsAPI, TestSha256AuthenticationProvider, CollectionStateFormat2Test,
TestInfoStreamLogging, TestFieldSortValues, TestSerializedLuceneMatchVersion,
ClusterStateTest, QueryElevationComponentTest, SolrSlf4jReporterTest,
TestBulkSchemaConcurrent, TestMissingGroups, NumericFieldsTest,
TestBackupRepositoryFactory, CoreAdminRequestStatusTest, BitVectorTest,
TestRandomDVFaceting, RulesTest, TestRangeQuery,
DistributedExpandComponentTest, AddSchemaFieldsUpdateProcessorFactoryTest,
TestRequestForwarding, TestAtomicUpdateErrorCases,
LeaderFailoverAfterPartitionTest, OverseerCollectionConfigSetProcessorTest,
DocExpirationUpdateProcessorFactoryTest, TestComponentsName,
TestReplicationHandler, TestUniqueKeyFieldResource, TestCrossCoreJoin,
RecoveryAfterSoftCommitTest, TestJsonFacets, TestDynamicFieldResource,
HdfsRestartWhileUpdatingTest, TestManagedSchemaAPI, TestExceedMaxTermLength,
TestSolr4Spatial2, TestRTimerTree, TestAuthenticationFramework,
ReturnFieldsTest, RequiredFieldsTest, TestRandomFaceting,
TestMiniSolrCloudClusterSSL, JSONWriterTest, TestJmxIntegration,
TestIBSimilarityFactory, TestFoldingMultitermQuery, TestDistribIDF,
ConnectionManagerTest, LeaderElectionIntegrationTest, TestBadConfig,
JavabinLoaderTest, CurrencyFieldOpenExchangeTest,
DefaultValueUpdateProcessorTest, TestSegmentSorting, TestRawResponseWriter,
TestQuerySenderNoQuery, DistributedFacetPivotWhiteBoxTest, TestFieldCacheSort,
AlternateDirectoryTest, ManagedSchemaRoundRobinCloudTest, ZkStateWriterTest,
TestPHPSerializedResponseWriter, DateFieldTest,
TestPerFieldSimilarityWithDefaultOverride, CacheHeaderTest, UtilsToolTest,
TestPathTrie, TestSQLHandlerNonCloud, TestConfigReload, TestSearcherReuse,
TestDFISimilarityFactory, CleanupOldIndexTest, TestFileDictionaryLookup,
ReplicationFactorTest, TestScoreJoinQPNoScore, ForceLeaderTest,
DistributedQueryElevationComponentTest, TestSolrCloudWithDelegationTokens,
DistributedSpellCheckComponentTest, FastVectorHighlighterTest, TestJoin,
TestExpandComponent, DocumentAnalysisRequestHandlerTest, DistanceUnitsTest,
DeleteReplicaTest, ReplicaListTransformerTest, DeleteInactiveReplicaTest,
CursorPagingTest, TestQueryWrapperFilter, TestRandomRequestDistribution,
SynonymTokenizerTest, TestConfigSetsAPIExclusivity, NotRequiredUniqueKeyTest,
TestFaceting, BlockCacheTest, DistributedFacetPivotLongTailTest,
ConjunctionSolrSpellCheckerTest, TestSchemaResource, MultiThreadedOCPTest,
UniqFieldsUpdateProcessorFactoryTest, TestLockTree,
TestTolerantUpdateProcessorRandomCloud, ExitableDirectoryReaderTest,
LeaderElectionTest, TestZkChroot, ZkCLITest, TestDistributedSearch,
CdcrVersionReplicationTest, CollectionsAPISolrJTest,
CreateCollectionCleanupTest, DistribCursorPagingTest, SolrCLIZkUtilsTest,
TestCloudDeleteByQuery, TestCloudInspectUtil, TestCloudPivotFacet,
TestCloudPseudoReturnFields, TestCloudRecovery, TestDownShardTolerantSearch,
TestLeaderElectionZkExpiry, TestRandomFlRTGCloud, HdfsBasicDistributedZk2Test,
HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, HdfsRecoverLeaseTest,
HdfsRecoveryZkTest]
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=HdfsRecoveryZkTest
-Dtests.seed=C7ADB5AA436D7EF4 -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=bg-BG -Dtests.timezone=Africa/Blantyre -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J0 | HdfsRecoveryZkTest (suite) <<<
[junit4] > Throwable #1: java.lang.AssertionError: ObjectTracker found 1
object(s) that were not released!!! [HdfsTransactionLog]
[junit4] >
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
[junit4] > at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
[junit4] > at
org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
[junit4] > at
org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:202)
[junit4] > at
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:137)
[junit4] > at
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:94)
[junit4] > at
org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:102)
[junit4] > at
java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[junit4] > at
org.apache.solr.core.SolrCore.createInstance(SolrCore.java:737)
[junit4] > at
org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:799)
[junit4] > at
org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1049)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:914)
[junit4] > at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:807)
[junit4] > at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:904)
[junit4] > at
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:555)
[junit4] > at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] > at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > at
__randomizedtesting.SeedInfo.seed([C7ADB5AA436D7EF4]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:269)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] Completed [537/690 (5!)] on J0 in 59.29s, 1 test, 1 failure <<<
FAILURES!
[...truncated 12161 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:783:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:727:
Some of the tests produced a heap dump, but did not fail. Maybe a suppressed
OutOfMemoryError? Dumps created:
* java_pid28001.hprof
Total time: 307 minutes 24 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]