Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1404/
5 tests failed.
FAILED: org.apache.lucene.search.TestInetAddressRangeQueries.testRandomBig
Error Message:
GC overhead limit exceeded
Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
at
__randomizedtesting.SeedInfo.seed([9317F840A8061A53:144085CF395F66D3]:0)
at
org.apache.lucene.codecs.memory.DirectPostingsFormat$DirectField$IntArrayWriter.get(DirectPostingsFormat.java:295)
at
org.apache.lucene.codecs.memory.DirectPostingsFormat$DirectField.<init>(DirectPostingsFormat.java:413)
at
org.apache.lucene.codecs.memory.DirectPostingsFormat$DirectFields.<init>(DirectPostingsFormat.java:129)
at
org.apache.lucene.codecs.memory.DirectPostingsFormat.fieldsProducer(DirectPostingsFormat.java:113)
at
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:292)
at
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:372)
at
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:112)
at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:78)
at
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:208)
at
org.apache.lucene.index.BufferedUpdatesStream$SegmentState.<init>(BufferedUpdatesStream.java:281)
at
org.apache.lucene.index.BufferedUpdatesStream.openSegmentStates(BufferedUpdatesStream.java:309)
at
org.apache.lucene.index.FrozenBufferedUpdates.apply(FrozenBufferedUpdates.java:297)
at
org.apache.lucene.index.DocumentsWriter$ResolveUpdatesEvent.process(DocumentsWriter.java:723)
at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5055)
at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5043)
at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1718)
at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1460)
at
org.apache.lucene.search.BaseRangeFieldQueryTestCase.verify(BaseRangeFieldQueryTestCase.java:190)
at
org.apache.lucene.search.BaseRangeFieldQueryTestCase.doTestRandom(BaseRangeFieldQueryTestCase.java:160)
at
org.apache.lucene.search.BaseRangeFieldQueryTestCase.testRandomBig(BaseRangeFieldQueryTestCase.java:75)
at
org.apache.lucene.search.TestInetAddressRangeQueries.testRandomBig(TestInetAddressRangeQueries.java:81)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
FAILED:
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration
Error Message:
Path /autoscaling/nodeAdded/127.0.0.1:42044_solr wasn't created
Stack Trace:
java.lang.AssertionError: Path /autoscaling/nodeAdded/127.0.0.1:42044_solr
wasn't created
at
__randomizedtesting.SeedInfo.seed([CB030D4DAD368C76:D3B98541A3034199]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration(TriggerIntegrationTest.java:909)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.hdfs.HdfsSyncSliceTest.test
Error Message:
Error from server at https://127.0.0.1:40898//control_collection: Expected mime
type application/octet-stream but got text/html. <html> <head> <meta
http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error
404 </title> </head> <body> <h2>HTTP ERROR: 404</h2> <p>Problem accessing
/control_collection/update. Reason: <pre> Can not find:
/control_collection/update</pre></p> <hr /><a
href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/>
</body> </html>
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at https://127.0.0.1:40898//control_collection: Expected mime type
application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /control_collection/update. Reason:
<pre> Can not find: /control_collection/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty://
9.3.20.v20170531</a><hr/>
</body>
</html>
at
__randomizedtesting.SeedInfo.seed([CB030D4DAD368C76:4357329703CAE18E]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:590)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
at
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895)
at
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
at
org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:873)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.del(AbstractFullDistribZkTestBase.java:887)
at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:73)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit
Error Message:
expected:<1> but was:<2>
Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
at
__randomizedtesting.SeedInfo.seed([CB030D4DAD368C76:324E9EE29143C1FC]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:279)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test
Error Message:
Expected numSlices=5 numReplicas=1 but found
DocCollection(solrj_collection3//collections/solrj_collection3/state.json/30)={
"pullReplicas":"0", "replicationFactor":"1", "shards":{ "shard1":{
"range":"80000000-b332ffff", "state":"active",
"replicas":{"core_node2":{
"core":"solrj_collection3_shard1_replica_n1",
"base_url":"http://127.0.0.1:43473/qn",
"node_name":"127.0.0.1:43473_qn", "state":"down",
"type":"NRT"}}}, "shard2":{ "range":"b3330000-e665ffff",
"state":"active", "replicas":{"core_node5":{
"dataDir":"hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home/solrj_collection3/core_node5/data/",
"base_url":"http://127.0.0.1:43473/qn",
"node_name":"127.0.0.1:43473_qn", "type":"NRT",
"ulogDir":"hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home/solrj_collection3/core_node5/data/tlog",
"core":"solrj_collection3_shard2_replica_n3",
"state":"active", "leader":"true"}}}, "shard3":{
"range":"e6660000-1998ffff", "state":"active",
"replicas":{"core_node7":{
"dataDir":"hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home/solrj_collection3/core_node7/data/",
"base_url":"http://127.0.0.1:43473/qn",
"node_name":"127.0.0.1:43473_qn", "type":"NRT",
"ulogDir":"hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home/solrj_collection3/core_node7/data/tlog",
"core":"solrj_collection3_shard3_replica_n4",
"state":"active", "leader":"true"}}}, "shard4":{
"range":"19990000-4ccbffff", "state":"active",
"replicas":{"core_node9":{
"dataDir":"hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home/solrj_collection3/core_node9/data/",
"base_url":"http://127.0.0.1:45531/qn",
"node_name":"127.0.0.1:45531_qn", "type":"NRT",
"ulogDir":"hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home/solrj_collection3/core_node9/data/tlog",
"core":"solrj_collection3_shard4_replica_n6",
"state":"active", "leader":"true"}}}, "shard5":{
"range":"4ccc0000-7fffffff", "state":"active",
"replicas":{"core_node10":{
"dataDir":"hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home/solrj_collection3/core_node10/data/",
"base_url":"http://127.0.0.1:43473/qn",
"node_name":"127.0.0.1:43473_qn", "type":"NRT",
"ulogDir":"hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home/solrj_collection3/core_node10/data/tlog",
"core":"solrj_collection3_shard5_replica_n8",
"state":"active", "leader":"true"}}}}, "router":{
"field":"myOwnField", "name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"true", "nrtReplicas":"1", "tlogReplicas":"0"} with
/live_nodes: [127.0.0.1:41284_qn, 127.0.0.1:42278_qn, 127.0.0.1:43473_qn,
127.0.0.1:45531_qn, 127.0.0.1:46600_qn]
Stack Trace:
java.lang.AssertionError: Expected numSlices=5 numReplicas=1 but found
DocCollection(solrj_collection3//collections/solrj_collection3/state.json/30)={
"pullReplicas":"0",
"replicationFactor":"1",
"shards":{
"shard1":{
"range":"80000000-b332ffff",
"state":"active",
"replicas":{"core_node2":{
"core":"solrj_collection3_shard1_replica_n1",
"base_url":"http://127.0.0.1:43473/qn",
"node_name":"127.0.0.1:43473_qn",
"state":"down",
"type":"NRT"}}},
"shard2":{
"range":"b3330000-e665ffff",
"state":"active",
"replicas":{"core_node5":{
"dataDir":"hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home/solrj_collection3/core_node5/data/",
"base_url":"http://127.0.0.1:43473/qn",
"node_name":"127.0.0.1:43473_qn",
"type":"NRT",
"ulogDir":"hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home/solrj_collection3/core_node5/data/tlog",
"core":"solrj_collection3_shard2_replica_n3",
"state":"active",
"leader":"true"}}},
"shard3":{
"range":"e6660000-1998ffff",
"state":"active",
"replicas":{"core_node7":{
"dataDir":"hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home/solrj_collection3/core_node7/data/",
"base_url":"http://127.0.0.1:43473/qn",
"node_name":"127.0.0.1:43473_qn",
"type":"NRT",
"ulogDir":"hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home/solrj_collection3/core_node7/data/tlog",
"core":"solrj_collection3_shard3_replica_n4",
"state":"active",
"leader":"true"}}},
"shard4":{
"range":"19990000-4ccbffff",
"state":"active",
"replicas":{"core_node9":{
"dataDir":"hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home/solrj_collection3/core_node9/data/",
"base_url":"http://127.0.0.1:45531/qn",
"node_name":"127.0.0.1:45531_qn",
"type":"NRT",
"ulogDir":"hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home/solrj_collection3/core_node9/data/tlog",
"core":"solrj_collection3_shard4_replica_n6",
"state":"active",
"leader":"true"}}},
"shard5":{
"range":"4ccc0000-7fffffff",
"state":"active",
"replicas":{"core_node10":{
"dataDir":"hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home/solrj_collection3/core_node10/data/",
"base_url":"http://127.0.0.1:43473/qn",
"node_name":"127.0.0.1:43473_qn",
"type":"NRT",
"ulogDir":"hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home/solrj_collection3/core_node10/data/tlog",
"core":"solrj_collection3_shard5_replica_n8",
"state":"active",
"leader":"true"}}}},
"router":{
"field":"myOwnField",
"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"true",
"nrtReplicas":"1",
"tlogReplicas":"0"} with /live_nodes: [127.0.0.1:41284_qn,
127.0.0.1:42278_qn, 127.0.0.1:43473_qn, 127.0.0.1:45531_qn, 127.0.0.1:46600_qn]
at
__randomizedtesting.SeedInfo.seed([CB030D4DAD368C76:4357329703CAE18E]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.assertSliceAndReplicaCount(SharedFSAutoReplicaFailoverTest.java:413)
at
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.testBasics(SharedFSAutoReplicaFailoverTest.java:255)
at
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test(SharedFSAutoReplicaFailoverTest.java:143)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 8974 lines...]
[junit4] Suite: org.apache.lucene.search.TestInetAddressRangeQueries
[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=TestInetAddressRangeQueries -Dtests.method=testRandomBig
-Dtests.seed=9317F840A8061A53 -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
-Dtests.locale=en-AU -Dtests.timezone=Asia/Macau -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 1674s J2 | TestInetAddressRangeQueries.testRandomBig <<<
[junit4] > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit
exceeded
[junit4] > at
__randomizedtesting.SeedInfo.seed([9317F840A8061A53:144085CF395F66D3]:0)
[junit4] > at
org.apache.lucene.codecs.memory.DirectPostingsFormat$DirectField$IntArrayWriter.get(DirectPostingsFormat.java:295)
[junit4] > at
org.apache.lucene.codecs.memory.DirectPostingsFormat$DirectField.<init>(DirectPostingsFormat.java:413)
[junit4] > at
org.apache.lucene.codecs.memory.DirectPostingsFormat$DirectFields.<init>(DirectPostingsFormat.java:129)
[junit4] > at
org.apache.lucene.codecs.memory.DirectPostingsFormat.fieldsProducer(DirectPostingsFormat.java:113)
[junit4] > at
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:292)
[junit4] > at
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:372)
[junit4] > at
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:112)
[junit4] > at
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:78)
[junit4] > at
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:208)
[junit4] > at
org.apache.lucene.index.BufferedUpdatesStream$SegmentState.<init>(BufferedUpdatesStream.java:281)
[junit4] > at
org.apache.lucene.index.BufferedUpdatesStream.openSegmentStates(BufferedUpdatesStream.java:309)
[junit4] > at
org.apache.lucene.index.FrozenBufferedUpdates.apply(FrozenBufferedUpdates.java:297)
[junit4] > at
org.apache.lucene.index.DocumentsWriter$ResolveUpdatesEvent.process(DocumentsWriter.java:723)
[junit4] > at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5055)
[junit4] > at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5043)
[junit4] > at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1718)
[junit4] > at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1460)
[junit4] > at
org.apache.lucene.search.BaseRangeFieldQueryTestCase.verify(BaseRangeFieldQueryTestCase.java:190)
[junit4] > at
org.apache.lucene.search.BaseRangeFieldQueryTestCase.doTestRandom(BaseRangeFieldQueryTestCase.java:160)
[junit4] > at
org.apache.lucene.search.BaseRangeFieldQueryTestCase.testRandomBig(BaseRangeFieldQueryTestCase.java:75)
[junit4] > at
org.apache.lucene.search.TestInetAddressRangeQueries.testRandomBig(TestInetAddressRangeQueries.java:81)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/misc/test/J2/temp/lucene.search.TestInetAddressRangeQueries_9317F840A8061A53-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{id=PostingsFormat(name=Direct)},
docValues:{ipRangeField=DocValuesFormat(name=Asserting),
id=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1011,
maxMBSortInHeap=7.543160968710648, sim=RandomSimilarity(queryNorm=true): {},
locale=en-AU, timezone=Asia/Macau
[junit4] 2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=4,threads=1,free=59488640,total=477626368
[junit4] 2> NOTE: All tests run in this JVM:
[TestDiversifiedTopDocsCollector, TestMultiPassIndexSplitter,
TestIndexSplitter, TestPKIndexSplitter, TestInetAddressPoint,
TestDocValuesStatsCollector, TestInetAddressRangeQueries]
[junit4] Completed [13/13 (1!)] on J2 in 1772.61s, 4 tests, 1 error <<<
FAILURES!
[...truncated 1 lines...]
[junit4] JVM J2: stdout was not empty, see:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/misc/test/temp/junit4-J2-20171019_210312_948688910555027125359.sysout
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
[junit4] Dumping heap to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/heapdumps/java_pid17465.hprof
...
[junit4] Heap dump file created [595469265 bytes in 11.494 secs]
[junit4] <<< JVM J2: EOF ----
[...truncated 4097 lines...]
[junit4] Suite: org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest
[junit4] 2> 315349 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[CB030D4DAD368C76]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CB030D4DAD368C76-001/init-core-data-001
[junit4] 2> 315350 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[CB030D4DAD368C76]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=26 numCloses=26
[junit4] 2> 315350 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[CB030D4DAD368C76]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 315352 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[CB030D4DAD368C76]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
[junit4] 2> 315352 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[CB030D4DAD368C76]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /qn/
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 321255 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[CB030D4DAD368C76]-worker) [ ]
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 322052 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[CB030D4DAD368C76]-worker) [ ]
o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via
org.mortbay.log.Slf4jLog
[junit4] 2> 322125 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[CB030D4DAD368C76]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 322477 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[CB030D4DAD368C76]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 322977 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[CB030D4DAD368C76]-worker) [ ]
o.m.log Extract
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
to ./temp/Jetty_lucene2.us.west_apache_org_36955_hdfs____q5yt34/webapp
[junit4] 2> 325236 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[CB030D4DAD368C76]-worker) [ ]
o.m.log Started
HttpServer2$selectchannelconnectorwithsafestar...@lucene2-us-west.apache.org:36955
[junit4] 2> 329933 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[CB030D4DAD368C76]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 329937 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[CB030D4DAD368C76]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 330081 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[CB030D4DAD368C76]-worker) [ ]
o.m.log Extract
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_43498_datanode____.qj2dgl/webapp
[junit4] 2> 332038 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[CB030D4DAD368C76]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:43498
[junit4] 2> 335789 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[CB030D4DAD368C76]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 335790 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[CB030D4DAD368C76]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 335994 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[CB030D4DAD368C76]-worker) [ ]
o.m.log Extract
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_37154_datanode____.xlgmzx/webapp
[junit4] 2> 338991 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[CB030D4DAD368C76]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:37154
[junit4] 2> 343979 ERROR (DataNode:
[[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CB030D4DAD368C76-001/tempDir-001/hdfsBaseDir/data/data3/,
[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CB030D4DAD368C76-001/tempDir-001/hdfsBaseDir/data/data4/]]
heartbeating to lucene2-us-west.apache.org/127.0.0.1:43257) [ ]
o.a.h.h.s.d.DirectoryScanner
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1
ms/sec. Assuming default value of 1000
[junit4] 2> 344236 ERROR (DataNode:
[[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CB030D4DAD368C76-001/tempDir-001/hdfsBaseDir/data/data1/,
[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CB030D4DAD368C76-001/tempDir-001/hdfsBaseDir/data/data2/]]
heartbeating to lucene2-us-west.apache.org/127.0.0.1:43257) [ ]
o.a.h.h.s.d.DirectoryScanner
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1
ms/sec. Assuming default value of 1000
[junit4] 2> 346292 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x1e728145f72046: from storage
DS-28837cd2-6ce1-49a1-a162-239e582d448b node
DatanodeRegistration(127.0.0.1:41645,
datanodeUuid=29df2e86-575d-4c35-b894-e9dae72b185f, infoPort=36674,
infoSecurePort=0, ipcPort=40049,
storageInfo=lv=-56;cid=testClusterID;nsid=1307832034;c=0), blocks: 0,
hasStaleStorage: true, processing time: 99 msecs
[junit4] 2> 346293 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x1e72814726b2d5: from storage
DS-beeef937-622b-4a78-b64a-35665c55855e node
DatanodeRegistration(127.0.0.1:45153,
datanodeUuid=0323785e-ac5d-40e3-acc2-3a5c8ede14e3, infoPort=37479,
infoSecurePort=0, ipcPort=38429,
storageInfo=lv=-56;cid=testClusterID;nsid=1307832034;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 346293 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x1e72814726b2d5: from storage
DS-ead23820-f5e4-46f7-881c-faf146cf42e4 node
DatanodeRegistration(127.0.0.1:45153,
datanodeUuid=0323785e-ac5d-40e3-acc2-3a5c8ede14e3, infoPort=37479,
infoSecurePort=0, ipcPort=38429,
storageInfo=lv=-56;cid=testClusterID;nsid=1307832034;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 346309 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x1e728145f72046: from storage
DS-1f6d0eca-5556-4c49-8981-9b1d2abe6077 node
DatanodeRegistration(127.0.0.1:41645,
datanodeUuid=29df2e86-575d-4c35-b894-e9dae72b185f, infoPort=36674,
infoSecurePort=0, ipcPort=40049,
storageInfo=lv=-56;cid=testClusterID;nsid=1307832034;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 348518 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 348583 INFO (Thread-368) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 348583 INFO (Thread-368) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 348677 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.ZkTestServer start zk server on port:36275
[junit4] 2> 348714 ERROR (Thread-368) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 348992 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 348993 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 348994 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 349007 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 349008 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 349009 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 349010 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 349027 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 349028 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 349030 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 349100 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 349101 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 350327 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 350482 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@ca996e1{/qn,null,AVAILABLE}
[junit4] 2> 350483 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@4730e6d4{HTTP/1.1,[http/1.1]}{127.0.0.1:45531}
[junit4] 2> 350483 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.e.j.s.Server Started @365846ms
[junit4] 2> 350483 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {replicaType=NRT,
hostContext=/qn, hostPort=45531,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CB030D4DAD368C76-001/control-001/cores}
[junit4] 2> 350483 ERROR
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 350483 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 350483 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 350483 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 350483 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-20T00:54:04.003Z
[junit4] 2> 350610 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 350610 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CB030D4DAD368C76-001/control-001/solr.xml
[junit4] 2> 350663 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 350663 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 350664 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@76402bfe, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 350735 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36275/solr
[junit4] 2> 351451 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76])
[n:127.0.0.1:45531_qn ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 351452 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76])
[n:127.0.0.1:45531_qn ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:45531_qn
[junit4] 2> 351452 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76])
[n:127.0.0.1:45531_qn ] o.a.s.c.Overseer Overseer
(id=98858489750487044-127.0.0.1:45531_qn-n_0000000000) starting
[junit4] 2> 351524 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76])
[n:127.0.0.1:45531_qn ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45531_qn
[junit4] 2> 351524 DEBUG
(OverseerAutoScalingTriggerThread-98858489750487044-127.0.0.1:45531_qn-n_0000000000)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.OverseerTriggerThread Adding
.autoAddReplicas trigger
[junit4] 2> 351525 INFO
(zkCallback-406-thread-1-processing-n:127.0.0.1:45531_qn) [n:127.0.0.1:45531_qn
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 351560 DEBUG
(OverseerAutoScalingTriggerThread-98858489750487044-127.0.0.1:45531_qn-n_0000000000)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 1
[junit4] 2> 351561 DEBUG
(OverseerAutoScalingTriggerThread-98858489750487044-127.0.0.1:45531_qn-n_0000000000)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Initial livenodes:
[127.0.0.1:45531_qn]
[junit4] 2> 351597 DEBUG
(OverseerAutoScalingTriggerThread-98858489750487044-127.0.0.1:45531_qn-n_0000000000)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion -1
[junit4] 2> 351597 DEBUG
(OverseerAutoScalingTriggerThread-98858489750487044-127.0.0.1:45531_qn-n_0000000000)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 1
[junit4] 2> 351650 DEBUG
(OverseerAutoScalingTriggerThread-98858489750487044-127.0.0.1:45531_qn-n_0000000000)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 351650 DEBUG
(OverseerAutoScalingTriggerThread-98858489750487044-127.0.0.1:45531_qn-n_0000000000)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion 1
[junit4] 2> 351651 DEBUG (ScheduledTrigger-439-thread-1)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:45531_qn]
[junit4] 2> 352388 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76])
[n:127.0.0.1:45531_qn ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@76402bfe
[junit4] 2> 352549 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76])
[n:127.0.0.1:45531_qn ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@76402bfe
[junit4] 2> 352549 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76])
[n:127.0.0.1:45531_qn ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@76402bfe
[junit4] 2> 352551 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76])
[n:127.0.0.1:45531_qn ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CB030D4DAD368C76-001/control-001/cores
[junit4] 2> 352805 DEBUG (ScheduledTrigger-439-thread-1)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:45531_qn]
[junit4] 2> 352916 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 352917 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36275/solr ready
[junit4] 2> 352973 INFO (qtp1303574867-1750) [n:127.0.0.1:45531_qn ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:45531_qn&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 352988 INFO
(OverseerThreadFactory-441-thread-1-processing-n:127.0.0.1:45531_qn)
[n:127.0.0.1:45531_qn ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 353156 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 353156 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 353301 INFO
(zkCallback-406-thread-1-processing-n:127.0.0.1:45531_qn) [n:127.0.0.1:45531_qn
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 353814 DEBUG (ScheduledTrigger-439-thread-2)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:45531_qn]
[junit4] 2> 354528 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 354755 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 354818 DEBUG (ScheduledTrigger-439-thread-1)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:45531_qn]
[junit4] 2> 355500 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 355875 DEBUG (ScheduledTrigger-439-thread-1)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:45531_qn]
[junit4] 2> 355939 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 355939 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@76402bfe
[junit4] 2> 356048 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home
[junit4] 2> 356049 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 356049 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 356049 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CB030D4DAD368C76-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home/control_collection/core_node2/data/]
[junit4] 2> 356050 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
[junit4] 2> 356274 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 356274 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[4194304] will allocate [1] slabs and use ~[4194304] bytes
[junit4] 2> 356274 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Creating new global HDFS BlockCache
[junit4] 2> 356884 DEBUG (ScheduledTrigger-439-thread-1)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:45531_qn]
[junit4] 2> 357893 DEBUG (ScheduledTrigger-439-thread-1)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:45531_qn]
[junit4] 2> 358901 DEBUG (ScheduledTrigger-439-thread-1)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:45531_qn]
[junit4] 2> 359906 DEBUG (ScheduledTrigger-439-thread-1)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:45531_qn]
[junit4] 2> 360630 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 360649 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home/control_collection/core_node2/data
[junit4] 2> 360913 DEBUG (ScheduledTrigger-439-thread-1)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:45531_qn]
[junit4] 2> 360958 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home/control_collection/core_node2/data/index
[junit4] 2> 361031 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 361031 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[4194304] will allocate [1] slabs and use ~[4194304] bytes
[junit4] 2> 361119 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 361119 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7080790159303935]
[junit4] 2> 361922 DEBUG (ScheduledTrigger-439-thread-1)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:45531_qn]
[junit4] 2> 362922 DEBUG (ScheduledTrigger-439-thread-1)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:45531_qn]
[junit4] 2> 363876 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:41645 is added to
blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-beeef937-622b-4a78-b64a-35665c55855e:NORMAL:127.0.0.1:45153|RBW],
ReplicaUC[[DISK]DS-28837cd2-6ce1-49a1-a162-239e582d448b:NORMAL:127.0.0.1:41645|RBW]]}
size 72
[junit4] 2> 363911 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45153 is added to
blk_1073741825_1001 size 72
[junit4] 2> 363931 DEBUG (ScheduledTrigger-439-thread-1)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:45531_qn]
[junit4] 2> 364437 WARN (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 364936 DEBUG (ScheduledTrigger-439-thread-1)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:45531_qn]
[junit4] 2> 365048 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 365048 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 365048 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 365242 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 365242 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 365278 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8399145522025399]
[junit4] 2> 365944 DEBUG (ScheduledTrigger-439-thread-1)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:45531_qn]
[junit4] 2> 366000 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@30b6ae97[control_collection_shard1_replica_n1] main]
[junit4] 2> 366054 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 366070 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 366073 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 366109 INFO
(searcherExecutor-444-thread-1-processing-n:127.0.0.1:45531_qn
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:45531_qn c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@30b6ae97[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 366110 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1581735854347386880
[junit4] 2> 366210 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 366210 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 366210 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:45531/qn/control_collection_shard1_replica_n1/
[junit4] 2> 366210 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 366210 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:45531/qn/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 366210 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 366213 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:45531/qn/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 366226 INFO
(zkCallback-406-thread-2-processing-n:127.0.0.1:45531_qn) [n:127.0.0.1:45531_qn
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 366282 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 366283 INFO (qtp1303574867-1752) [n:127.0.0.1:45531_qn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=13127
[junit4] 2> 366412 INFO
(zkCallback-406-thread-2-processing-n:127.0.0.1:45531_qn) [n:127.0.0.1:45531_qn
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 366417 INFO (qtp1303574867-1750) [n:127.0.0.1:45531_qn ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 366949 DEBUG (ScheduledTrigger-439-thread-1)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:45531_qn]
[junit4] 2> 367222 INFO
(OverseerCollectionConfigSetProcessor-98858489750487044-127.0.0.1:45531_qn-n_0000000000)
[n:127.0.0.1:45531_qn ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 367425 INFO (qtp1303574867-1750) [n:127.0.0.1:45531_qn ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:45531_qn&wt=javabin&version=2}
status=0 QTime=14452
[junit4] 2> 367689 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 367798 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36275/solr ready
[junit4] 2> 367799 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 367800 INFO (qtp1303574867-1751) [n:127.0.0.1:45531_qn ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 367900 INFO
(OverseerThreadFactory-441-thread-2-processing-n:127.0.0.1:45531_qn)
[n:127.0.0.1:45531_qn ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 367953 WARN
(OverseerThreadFactory-441-thread-2-processing-n:127.0.0.1:45531_qn)
[n:127.0.0.1:45531_qn ] o.a.s.c.CreateCollectionCmd It is unusual to create
a collection (collection1) without cores.
[junit4] 2> 367953 DEBUG (ScheduledTrigger-439-thread-1)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:45531_qn]
[junit4] 2> 368392 INFO (qtp1303574867-1751) [n:127.0.0.1:45531_qn ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 368393 INFO (qtp1303574867-1751) [n:127.0.0.1:45531_qn ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
status=0 QTime=592
[junit4] 2> 368993 DEBUG (ScheduledTrigger-439-thread-1)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:45531_qn]
[junit4] 2> 369414 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CB030D4DAD368C76-001/shard-1-001
of type NRT
[junit4] 2> 369414 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 369559 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7fccfc11{/qn,null,AVAILABLE}
[junit4] 2> 369559 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@365ac6be{HTTP/1.1,[http/1.1]}{127.0.0.1:43473}
[junit4] 2> 369559 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.e.j.s.Server Started @384922ms
[junit4] 2> 369559 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {replicaType=NRT,
solrconfig=solrconfig.xml, hostContext=/qn, hostPort=43473,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CB030D4DAD368C76-001/shard-1-001/cores}
[junit4] 2> 369560 ERROR
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 369560 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 369560 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 369560 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 369560 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-20T00:54:23.080Z
[junit4] 2> 369706 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 369706 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CB030D4DAD368C76-001/shard-1-001/solr.xml
[junit4] 2> 369722 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 369722 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 369743 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@76402bfe, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 369779 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36275/solr
[junit4] 2> 369928 INFO
(OverseerCollectionConfigSetProcessor-98858489750487044-127.0.0.1:45531_qn-n_0000000000)
[n:127.0.0.1:45531_qn ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 370000 DEBUG (ScheduledTrigger-439-thread-1)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:45531_qn]
[junit4] 2> 370091 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76])
[n:127.0.0.1:43473_qn ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 370125 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76])
[n:127.0.0.1:43473_qn ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 370126 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76])
[n:127.0.0.1:43473_qn ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43473_qn
[junit4] 2> 370144 INFO (zkCallback-414-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 370234 INFO
(zkCallback-419-thread-1-processing-n:127.0.0.1:43473_qn) [n:127.0.0.1:43473_qn
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 370239 INFO
(zkCallback-406-thread-2-processing-n:127.0.0.1:45531_qn) [n:127.0.0.1:45531_qn
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 371003 DEBUG (ScheduledTrigger-439-thread-1)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:43473_qn,
127.0.0.1:45531_qn]
[junit4] 2> 372268 DEBUG (ScheduledTrigger-439-thread-1)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:43473_qn,
127.0.0.1:45531_qn]
[junit4] 2> 372285 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76])
[n:127.0.0.1:43473_qn ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@76402bfe
[junit4] 2> 372433 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76])
[n:127.0.0.1:43473_qn ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@76402bfe
[junit4] 2> 372433 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76])
[n:127.0.0.1:43473_qn ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@76402bfe
[junit4] 2> 372434 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CB030D4DAD368C76])
[n:127.0.0.1:43473_qn ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CB030D4DAD368C76-001/shard-1-001/cores
[junit4] 2> 372745 INFO (qtp1501626193-1811) [n:127.0.0.1:43473_qn ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:43473_qn&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 372822 INFO
(OverseerThreadFactory-441-thread-3-processing-n:127.0.0.1:45531_qn)
[n:127.0.0.1:45531_qn ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:43473_qn for creating new replica
[junit4] 2> 372856 INFO (qtp1501626193-1809) [n:127.0.0.1:43473_qn ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 372856 INFO (qtp1501626193-1809) [n:127.0.0.1:43473_qn ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 373186 INFO (qtp1501626193-1809) [n:127.0.0.1:43473_qn
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 373277 DEBUG (ScheduledTrigger-439-thread-1)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:43473_qn,
127.0.0.1:45531_qn]
[junit4] 2> 373295 INFO (qtp1501626193-1809) [n:127.0.0.1:43473_qn
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema
[collection1_shard2_replica_n41] Schema name=test
[junit4] 2> 374223 INFO (qtp1501626193-1809) [n:127.0.0.1:43473_qn
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 374293 DEBUG (ScheduledTrigger-439-thread-1)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:43473_qn,
127.0.0.1:45531_qn]
[junit4] 2> 374332 INFO (qtp1501626193-1809) [n:127.0.0.1:43473_qn
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from
collection collection1, trusted=true
[junit4] 2> 374332 INFO (qtp1501626193-1809) [n:127.0.0.1:43473_qn
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_n41' (registry
'solr.core.collection1.shard2.replica_n41') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@76402bfe
[junit4] 2> 374332 INFO (qtp1501626193-1809) [n:127.0.0.1:43473_qn
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home
[junit4] 2> 374383 INFO (qtp1501626193-1809) [n:127.0.0.1:43473_qn
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 374383 INFO (qtp1501626193-1809) [n:127.0.0.1:43473_qn
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 374383 INFO (qtp1501626193-1809) [n:127.0.0.1:43473_qn
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrCore
[[collection1_shard2_replica_n41] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CB030D4DAD368C76-001/shard-1-001/cores/collection1_shard2_replica_n41],
dataDir=[hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home/collection1/core_node42/data/]
[junit4] 2> 374385 INFO (qtp1501626193-1809) [n:127.0.0.1:43473_qn
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home/collection1/core_node42/data/snapshot_metadata
[junit4] 2> 374422 INFO (qtp1501626193-1809) [n:127.0.0.1:43473_qn
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 374422 INFO (qtp1501626193-1809) [n:127.0.0.1:43473_qn
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[4194304] will allocate [1] slabs and use ~[4194304] bytes
[junit4] 2> 374489 INFO (qtp1501626193-1809) [n:127.0.0.1:43473_qn
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 374562 INFO (qtp1501626193-1809) [n:127.0.0.1:43473_qn
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home/collection1/core_node42/data
[junit4] 2> 374883 INFO (qtp1501626193-1809) [n:127.0.0.1:43473_qn
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://lucene2-us-west.apache.org:43257/solr_hdfs_home/collection1/core_node42/data/index
[junit4] 2> 374937 INFO (qtp1501626193-1809) [n:127.0.0.1:43473_qn
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 374937 INFO (qtp1501626193-1809) [n:127.0.0.1:43473_qn
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[4194304] will allocate [1] slabs and use ~[4194304] bytes
[junit4] 2> 374989 INFO (qtp1501626193-1809) [n:127.0.0.1:43473_qn
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 374990 INFO (qtp1501626193-1809) [n:127.0.0.1:43473_qn
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7080790159303935]
[junit4] 2> 375306 DEBUG (ScheduledTrigger-439-thread-1)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:43473_qn,
127.0.0.1:45531_qn]
[junit4] 2> 375577 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:41645 is added to
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-ead23820-f5e4-46f7-881c-faf146cf42e4:NORMAL:127.0.0.1:45153|RBW],
ReplicaUC[[DISK]DS-1f6d0eca-5556-4c49-8981-9b1d2abe6077:NORMAL:127.0.0.1:41645|RBW]]}
size 0
[junit4] 2> 375597 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45153 is added to
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-1f6d0eca-5556-4c49-8981-9b1d2abe6077:NORMAL:127.0.0.1:41645|RBW],
ReplicaUC[[DISK]DS-beeef937-622b-4a78-b64a-35665c55855e:NORMAL:127.0.0.1:45153|FINALIZED]]}
size 0
[junit4] 2> 375842 WARN (qtp1501626193-1809) [n:127.0.0.1:43473_qn
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 376315 INFO (qtp1501626193-1809) [n:127.0.0.1:43473_qn
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 376315 INFO (qtp1501626193-1809) [n:127.0.0.1:43473_qn
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 376315 DEBUG (ScheduledTrigger-439-thread-1)
[n:127.0.0.1:45531_qn ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:43473_qn,
127.0.0.1:45531_qn]
[junit4] 2> 376315 INFO (qtp1501626193-1809) [n:127.0.0.1:43473_qn
c:collection1 s:shard2 x:collection1
[...truncated too long message...]
lr.collection.collection1.shard1.leader, tag=1150258526
[junit4] 2> 7037143 INFO
(recoveryExecutor-5524-thread-1-processing-n:127.0.0.1:41480__fpj
x:shardSplitWithRule_shard1_0_replica0 s:shard1_0 c:shardSplitWithRule
r:core_node10) [n:127.0.0.1:41480__fpj c:shardSplitWithRule s:shard1_0
r:core_node10 x:shardSplitWithRule_shard1_0_replica0] o.a.s.c.RecoveryStrategy
Finished recovery process, successful=[false]
[junit4] 2> 7037145 WARN
(updateExecutor-5523-thread-2-processing-n:127.0.0.1:41480__fpj
x:shardSplitWithRule_shard1_0_replica0 s:shard1_0 c:shardSplitWithRule
r:core_node10) [n:127.0.0.1:41480__fpj c:shardSplitWithRule s:shard1_0
r:core_node10 x:shardSplitWithRule_shard1_0_replica0]
o.a.s.u.DefaultSolrCoreState Skipping recovery because Solr is shutdown
[junit4] 2> 7037159 INFO
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.Overseer Overseer
(id=98858924721897490-127.0.0.1:41480__fpj-n_0000000004) closing
[junit4] 2> 7037160 INFO
(OverseerStateUpdate-98858924721897490-127.0.0.1:41480__fpj-n_0000000004)
[n:127.0.0.1:41480__fpj ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:41480__fpj
[junit4] 2> 7037160 WARN
(OverseerAutoScalingTriggerThread-98858924721897490-127.0.0.1:41480__fpj-n_0000000004)
[n:127.0.0.1:41480__fpj ] o.a.s.c.a.OverseerTriggerThread
OverseerTriggerThread woken up but we are closed, exiting.
[junit4] 2> 7037162 INFO
(zkCallback-5526-thread-1-processing-n:127.0.0.1:41480__fpj)
[n:127.0.0.1:41480__fpj c:shardSplitWithRule s:shard1_0 r:core_node10
x:shardSplitWithRule_shard1_0_replica0] o.a.s.c.SolrCore
[shardSplitWithRule_shard1_0_replica0] CLOSING SolrCore
org.apache.solr.core.SolrCore@15b47362
[junit4] 2> 7037162 INFO
(zkCallback-5526-thread-1-processing-n:127.0.0.1:41480__fpj)
[n:127.0.0.1:41480__fpj c:shardSplitWithRule s:shard1_0 r:core_node10
x:shardSplitWithRule_shard1_0_replica0] o.a.s.m.SolrMetricManager Closing
metric reporters for registry=solr.core.shardSplitWithRule.shard1_0.replica0,
tag=364147554
[junit4] 2> 7037162 INFO
(zkCallback-5526-thread-1-processing-n:127.0.0.1:41480__fpj)
[n:127.0.0.1:41480__fpj c:shardSplitWithRule s:shard1_0 r:core_node10
x:shardSplitWithRule_shard1_0_replica0] o.a.s.m.r.SolrJmxReporter Closing
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@374e09ec: rootName
= null, domain = solr.core.shardSplitWithRule.shard1_0.replica0, service url =
null, agent id = null] for registry
solr.core.shardSplitWithRule.shard1_0.replica0 /
com.codahale.metrics.MetricRegistry@1e864e2c
[junit4] 2> 7037304 INFO
(zkCallback-5526-thread-1-processing-n:127.0.0.1:41480__fpj)
[n:127.0.0.1:41480__fpj c:shardSplitWithRule s:shard1_0 r:core_node10
x:shardSplitWithRule_shard1_0_replica0] o.a.s.m.SolrMetricManager Closing
metric reporters for
registry=solr.collection.shardSplitWithRule.shard1_0.leader, tag=364147554
[junit4] 2> 7037326 WARN
(zkCallback-5526-thread-1-processing-n:127.0.0.1:41480__fpj)
[n:127.0.0.1:41480__fpj c:shardSplitWithRule s:shard1_0 r:core_node10
x:shardSplitWithRule_shard1_0_replica0] o.a.s.c.RecoveryStrategy Stopping
recovery for core=[shardSplitWithRule_shard1_0_replica0]
coreNodeName=[core_node10]
[junit4] 2> 7037527 INFO
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[CB030D4DAD368C76]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@13fbc40c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 7037527 INFO
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[CB030D4DAD368C76]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@7b5aba7e{/_fpj,null,UNAVAILABLE}
[junit4] 2> 7037588 INFO
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.ChaosMonkey monkey: stop jetty! 34642
[junit4] 2> 7037588 ERROR
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[CB030D4DAD368C76]) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 7037591 INFO
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[CB030D4DAD368C76]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:40181 40181
[junit4] 2> 7037747 INFO (Thread-27634) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:40181 40181
[junit4] 2> 7037783 WARN (Thread-27634) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 7 /solr/aliases.json
[junit4] 2> 5 /solr/security.json
[junit4] 2> 5 /solr/configs/conf1
[junit4] 2> 4 /solr/collections/collection1/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 68 /solr/collections/shardSplitWithRule/state.json
[junit4] 2> 7 /solr/clusterprops.json
[junit4] 2> 7 /solr/clusterstate.json
[junit4] 2> 5 /solr/autoscaling.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 7 /solr/live_nodes
[junit4] 2> 7 /solr/collections
[junit4] 2> 5 /solr/overseer/queue
[junit4] 2> 5 /solr/autoscaling/events/.auto_add_replicas
[junit4] 2> 5 /solr/overseer/collection-queue-work
[junit4] 2> 5 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_CB030D4DAD368C76-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{rnd_b=PostingsFormat(name=LuceneFixedGap), shard_s=FST50, n_ti=FST50,
a_t=FST50, a_i=PostingsFormat(name=LuceneFixedGap),
id=PostingsFormat(name=LuceneFixedGap)},
docValues:{rnd_b=DocValuesFormat(name=Lucene70),
shard_s=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Lucene70),
n_ti=DocValuesFormat(name=Direct), a_t=DocValuesFormat(name=Direct),
a_i=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Lucene70)},
maxPointsInLeafNode=1685, maxMBSortInHeap=6.549347873454913,
sim=RandomSimilarity(queryNorm=true): {}, locale=ar-YE, timezone=Africa/Gaborone
[junit4] 2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=4,threads=1,free=71636720,total=526385152
[junit4] 2> NOTE: All tests run in this JVM: [PreAnalyzedFieldTest,
TestConfigSetImmutable, EnumFieldTest, HdfsRestartWhileUpdatingTest,
TestAuthorizationFramework, TestFieldSortValues, TestPayloadScoreQParserPlugin,
SpellingQueryConverterTest, BadIndexSchemaTest, SampleTest,
DataDrivenBlockJoinTest, TestRestManager, DocumentAnalysisRequestHandlerTest,
TestSubQueryTransformerDistrib, TestCloudRecovery, TestFastWriter,
TestPrepRecovery, RollingRestartTest, LeaderFailoverAfterPartitionTest,
TestDFISimilarityFactory, TestSolrFieldCacheBean, TestHdfsBackupRestoreCore,
TestMacroExpander, NumericFieldsTest, TestSchemalessBufferedUpdates,
TestSolrConfigHandlerCloud, TestReplicaProperties, TestAtomicUpdateErrorCases,
TestSolrCloudWithKerberosAlt, SolrIndexSplitterTest,
ClassificationUpdateProcessorTest, SearchRateTriggerTest, QueryEqualityTest,
TriggerIntegrationTest, TestExclusionRuleCollectionAccess, MetricUtilsTest,
PrimUtilsTest, TestSurroundQueryParser, PathHierarchyTokenizerFactoryTest,
LeaderInitiatedRecoveryOnShardRestartTest, TestNumericTerms32,
AnalyticsMergeStrategyTest, LukeRequestHandlerTest,
CreateCollectionCleanupTest, AddReplicaTest, ShowFileRequestHandlerTest,
CachingDirectoryFactoryTest, CdcrRequestHandlerTest, TestSolrCloudSnapshots,
RulesTest, TestSmileRequest, DebugComponentTest, CdcrBootstrapTest,
HLLSerializationTest, SolrCoreMetricManagerTest, AddBlockUpdateTest,
TestJmxIntegration, TestRTGBase, OutputWriterTest, QueryResultKeyTest,
CoreAdminCreateDiscoverTest, TestManagedStopFilterFactory,
ShufflingReplicaListTransformerTest, HighlighterConfigTest,
SuggestComponentTest, CollectionsAPIDistributedZkTest,
TestDocBasedVersionConstraints, SecurityConfHandlerTest, CloudMLTQParserTest,
TestStressRecovery, DistributedVersionInfoTest, TestSimpleTextCodec,
HdfsNNFailoverTest, TestPerFieldSimilarity, DistributedFacetExistsSmallTest,
DistribDocExpirationUpdateProcessorTest, TestXIncludeConfig, ZkStateWriterTest,
TestCloudManagedSchema, TestLuceneMatchVersion, SuggesterFSTTest,
FacetPivotSmallTest, InfoHandlerTest, TestCollectionAPI, TestSolrQueryParser,
TestSha256AuthenticationProvider, TestInPlaceUpdatesDistrib, AssignTest,
TestFastLRUCache, TestSolrCloudWithHadoopAuthPlugin, LargeFieldTest,
TestCollationField, TestExactSharedStatsCache, NotRequiredUniqueKeyTest,
TestCoreAdminApis, TestJettySolrRunner, SolrCLIZkUtilsTest, SearchHandlerTest,
TestReloadDeadlock, HdfsTlogReplayBufferedWhileIndexingTest, TestOmitPositions,
TestSolrCLIRunExample, TestJavabinTupleStreamParser, SynonymTokenizerTest,
CloudExitableDirectoryReaderTest, TestStressInPlaceUpdates,
MoreLikeThisHandlerTest, DistributedTermsComponentTest, SortSpecParsingTest,
ZkSolrClientTest, TestEmbeddedSolrServerAdminHandler,
ChaosMonkeySafeLeaderWithPullReplicasTest, ComputePlanActionTest,
ResponseHeaderTest, TestSchemaVersionResource, StressHdfsTest,
ShardRoutingTest, ShardSplitTest]
[junit4] Completed [375/745 (4!)] on J1 in 715.53s, 5 tests, 1 failure <<<
FAILURES!
[...truncated 9810 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:834:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:778:
Some of the tests produced a heap dump, but did not fail. Maybe a suppressed
OutOfMemoryError? Dumps created:
* java_pid17465.hprof
Total time: 860 minutes 26 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]