Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.5/15/
3 tests failed.
FAILED: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test
Error Message:
Expected 2 of 3 replicas to be active but only found 1;
[core_node2:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:33528/bfbk/b","node_name":"127.0.0.1:33528_bfbk%2Fb","state":"active","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
"replicationFactor":"3", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node1":{ "state":"down",
"base_url":"http://127.0.0.1:33697/bfbk/b",
"core":"c8n_1x3_lf_shard1_replica2",
"node_name":"127.0.0.1:33697_bfbk%2Fb"}, "core_node2":{
"core":"c8n_1x3_lf_shard1_replica3",
"base_url":"http://127.0.0.1:33528/bfbk/b",
"node_name":"127.0.0.1:33528_bfbk%2Fb", "state":"active",
"leader":"true"}, "core_node3":{
"core":"c8n_1x3_lf_shard1_replica1",
"base_url":"http://127.0.0.1:46586/bfbk/b",
"node_name":"127.0.0.1:46586_bfbk%2Fb", "state":"down"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false"}
Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found
1;
[core_node2:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:33528/bfbk/b","node_name":"127.0.0.1:33528_bfbk%2Fb","state":"active","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
"replicationFactor":"3",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"state":"down",
"base_url":"http://127.0.0.1:33697/bfbk/b",
"core":"c8n_1x3_lf_shard1_replica2",
"node_name":"127.0.0.1:33697_bfbk%2Fb"},
"core_node2":{
"core":"c8n_1x3_lf_shard1_replica3",
"base_url":"http://127.0.0.1:33528/bfbk/b",
"node_name":"127.0.0.1:33528_bfbk%2Fb",
"state":"active",
"leader":"true"},
"core_node3":{
"core":"c8n_1x3_lf_shard1_replica1",
"base_url":"http://127.0.0.1:46586/bfbk/b",
"node_name":"127.0.0.1:46586_bfbk%2Fb",
"state":"down"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false"}
at
__randomizedtesting.SeedInfo.seed([A959A618C4603E59:210D99C26A9C53A1]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery
Error Message:
Expected a collection with one shard and two replicas null Last available
state:
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/8)={
"replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node1":{ "core":"MissingSegmentRecoveryTest_shard1_replica1",
"base_url":"https://127.0.0.1:56015/solr",
"node_name":"127.0.0.1:56015_solr", "state":"active",
"leader":"true"}, "core_node2":{
"core":"MissingSegmentRecoveryTest_shard1_replica2",
"base_url":"https://127.0.0.1:41056/solr",
"node_name":"127.0.0.1:41056_solr", "state":"down"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false"}
Stack Trace:
java.lang.AssertionError: Expected a collection with one shard and two replicas
null
Last available state:
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/8)={
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"core":"MissingSegmentRecoveryTest_shard1_replica1",
"base_url":"https://127.0.0.1:56015/solr",
"node_name":"127.0.0.1:56015_solr",
"state":"active",
"leader":"true"},
"core_node2":{
"core":"MissingSegmentRecoveryTest_shard1_replica2",
"base_url":"https://127.0.0.1:41056/solr",
"node_name":"127.0.0.1:41056_solr",
"state":"down"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false"}
at
__randomizedtesting.SeedInfo.seed([A959A618C4603E59:F90C3E1B9D418844]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:265)
at
org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:105)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.cloud.hdfs.StressHdfsTest.test
Error Message:
Could not find collection:delete_data_dir
Stack Trace:
java.lang.AssertionError: Could not find collection:delete_data_dir
at
__randomizedtesting.SeedInfo.seed([A959A618C4603E59:210D99C26A9C53A1]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNotNull(Assert.java:526)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:159)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:144)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:865)
at
org.apache.solr.cloud.hdfs.StressHdfsTest.createAndDeleteCollection(StressHdfsTest.java:159)
at
org.apache.solr.cloud.hdfs.StressHdfsTest.test(StressHdfsTest.java:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 12439 lines...]
[junit4] Suite: org.apache.solr.cloud.hdfs.StressHdfsTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001/init-core-data-001
[junit4] 2> 2659100 WARN
(SUITE-StressHdfsTest-seed#[A959A618C4603E59]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
[junit4] 2> 2659100 INFO
(SUITE-StressHdfsTest-seed#[A959A618C4603E59]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 2659124 INFO
(SUITE-StressHdfsTest-seed#[A959A618C4603E59]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 2659134 INFO
(SUITE-StressHdfsTest-seed#[A959A618C4603E59]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_mnf/h
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 2659359 WARN
(SUITE-StressHdfsTest-seed#[A959A618C4603E59]-worker) [ ]
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 2659768 WARN
(SUITE-StressHdfsTest-seed#[A959A618C4603E59]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 2659774 INFO
(SUITE-StressHdfsTest-seed#[A959A618C4603E59]-worker) [ ] o.m.log
jetty-6.1.26
[junit4] 2> 2659804 INFO
(SUITE-StressHdfsTest-seed#[A959A618C4603E59]-worker) [ ] o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs
to ./temp/Jetty_localhost_45309_hdfs____.itwsmz/webapp
[junit4] 2> 2660839 INFO
(SUITE-StressHdfsTest-seed#[A959A618C4603E59]-worker) [ ] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:45309
[junit4] 2> 2661292 WARN
(SUITE-StressHdfsTest-seed#[A959A618C4603E59]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 2661293 INFO
(SUITE-StressHdfsTest-seed#[A959A618C4603E59]-worker) [ ] o.m.log
jetty-6.1.26
[junit4] 2> 2661305 INFO
(SUITE-StressHdfsTest-seed#[A959A618C4603E59]-worker) [ ] o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_46409_datanode____ijcb1e/webapp
[junit4] 2> 2662259 INFO
(SUITE-StressHdfsTest-seed#[A959A618C4603E59]-worker) [ ] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:46409
[junit4] 2> 2663106 WARN
(SUITE-StressHdfsTest-seed#[A959A618C4603E59]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 2663113 INFO
(SUITE-StressHdfsTest-seed#[A959A618C4603E59]-worker) [ ] o.m.log
jetty-6.1.26
[junit4] 2> 2663144 INFO
(SUITE-StressHdfsTest-seed#[A959A618C4603E59]-worker) [ ] o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_55845_datanode____.707tds/webapp
[junit4] 2> 2663366 INFO (IPC Server handler 1 on 32967) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-adf99887-af20-46ec-a358-816583d1836c node
DatanodeRegistration(127.0.0.1:56452,
datanodeUuid=3d004d05-9466-42dc-99d3-7bab2b42208a, infoPort=33379,
infoSecurePort=0, ipcPort=50500,
storageInfo=lv=-56;cid=testClusterID;nsid=1607031520;c=0), blocks: 0,
hasStaleStorage: true, processing time: 1 msecs
[junit4] 2> 2663366 INFO (IPC Server handler 1 on 32967) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-208e99c8-b896-4271-94ea-a072477fe454 node
DatanodeRegistration(127.0.0.1:56452,
datanodeUuid=3d004d05-9466-42dc-99d3-7bab2b42208a, infoPort=33379,
infoSecurePort=0, ipcPort=50500,
storageInfo=lv=-56;cid=testClusterID;nsid=1607031520;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 2664791 INFO
(SUITE-StressHdfsTest-seed#[A959A618C4603E59]-worker) [ ] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:55845
[junit4] 2> 2665255 INFO (IPC Server handler 3 on 32967) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-4e1d3928-9737-40a0-9c65-b3524809b050 node
DatanodeRegistration(127.0.0.1:33277,
datanodeUuid=8c395d6c-eaee-4cf8-bafb-7d9b4d409e30, infoPort=46779,
infoSecurePort=0, ipcPort=60392,
storageInfo=lv=-56;cid=testClusterID;nsid=1607031520;c=0), blocks: 0,
hasStaleStorage: true, processing time: 3 msecs
[junit4] 2> 2665255 INFO (IPC Server handler 3 on 32967) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-d9a92eaf-def4-4c26-a335-5f14e752519f node
DatanodeRegistration(127.0.0.1:33277,
datanodeUuid=8c395d6c-eaee-4cf8-bafb-7d9b4d409e30, infoPort=46779,
infoSecurePort=0, ipcPort=60392,
storageInfo=lv=-56;cid=testClusterID;nsid=1607031520;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 2665359 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ] o.a.s.c.ZkTestServer
STARTING ZK TEST SERVER
[junit4] 2> 2665364 INFO (Thread-54044) [ ] o.a.s.c.ZkTestServer
client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2665364 INFO (Thread-54044) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2665464 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ] o.a.s.c.ZkTestServer
start zk server on port:51872
[junit4] 2> 2665518 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 2665520 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 2665522 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 2665523 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 2665524 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 2665526 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 2665527 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 2665528 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 2665529 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 2665531 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 2665532 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 2665661 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ] o.a.s.SolrTestCaseJ4
Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001/control-001/cores/collection1
[junit4] 2> 2665666 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ] o.e.j.s.Server
jetty-9.3.14.v20161028
[junit4] 2> 2665668 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5beca7cb{/_mnf/h,null,AVAILABLE}
[junit4] 2> 2665668 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@27dc2233{HTTP/1.1,[http/1.1]}{127.0.0.1:39334}
[junit4] 2> 2665668 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ] o.e.j.s.Server
Started @2672519ms
[junit4] 2> 2665668 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:32967/hdfs__localhost_32967__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.5_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001_tempDir-002_control_data,
hostContext=/_mnf/h, hostPort=39334,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001/control-001/cores}
[junit4] 2> 2665669 ERROR
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2665669 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.5.1
[junit4] 2> 2665669 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2665669 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2665669 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-20T20:01:29.974Z
[junit4] 2> 2665678 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2665678 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ] o.a.s.c.SolrXmlConfig
Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001/control-001/solr.xml
[junit4] 2> 2665685 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2665686 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ] o.a.s.c.ZkContainer
Zookeeper client=127.0.0.1:51872/solr
[junit4] 2> 2665705 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [n:127.0.0.1:39334__mnf%2Fh
] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2665706 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [n:127.0.0.1:39334__mnf%2Fh
] o.a.s.c.OverseerElectionContext I am going to be the leader
127.0.0.1:39334__mnf%2Fh
[junit4] 2> 2665707 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [n:127.0.0.1:39334__mnf%2Fh
] o.a.s.c.Overseer Overseer
(id=97826798939930628-127.0.0.1:39334__mnf%2Fh-n_0000000000) starting
[junit4] 2> 2665723 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [n:127.0.0.1:39334__mnf%2Fh
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39334__mnf%2Fh
[junit4] 2> 2665724 INFO
(zkCallback-2906-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 2665810 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [n:127.0.0.1:39334__mnf%2Fh
] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001/control-001/cores
[junit4] 2> 2665810 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [n:127.0.0.1:39334__mnf%2Fh
] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 2665867 INFO
(OverseerStateUpdate-97826798939930628-127.0.0.1:39334__mnf%2Fh-n_0000000000)
[n:127.0.0.1:39334__mnf%2Fh ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 2666903 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.1
[junit4] 2> 2667134 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 2667380 WARN
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.s.IndexSchema [collection1] default search field in schema is text.
WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 2667383 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2667395 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection
[junit4] 2> 2667395 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:32967/solr_hdfs_home
[junit4] 2> 2667395 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 2667395 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2667396 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001/control-001/cores/collection1],
dataDir=[hdfs://localhost:32967/solr_hdfs_home/control_collection/core_node1/data/]
[junit4] 2> 2667396 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7fbb3db4
[junit4] 2> 2667396 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:32967/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
[junit4] 2> 2667404 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2667404 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 2667404 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 2667423 WARN
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds
and try again.
[junit4] 2> 2672874 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2672875 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:32967/solr_hdfs_home/control_collection/core_node1/data
[junit4] 2> 2672914 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:32967/solr_hdfs_home/control_collection/core_node1/data/index
[junit4] 2> 2672921 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2672921 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 2672921 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 2672928 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2672929 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 2673115 INFO (IPC Server handler 7 on 32967) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33277 is
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-208e99c8-b896-4271-94ea-a072477fe454:NORMAL:127.0.0.1:56452|RBW],
ReplicaUC[[DISK]DS-4e1d3928-9737-40a0-9c65-b3524809b050:NORMAL:127.0.0.1:33277|RBW]]}
size 0
[junit4] 2> 2673117 INFO (IPC Server handler 8 on 32967) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:56452 is
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-4e1d3928-9737-40a0-9c65-b3524809b050:NORMAL:127.0.0.1:33277|RBW],
ReplicaUC[[DISK]DS-adf99887-af20-46ec-a358-816583d1836c:NORMAL:127.0.0.1:56452|FINALIZED]]}
size 0
[junit4] 2> 2673158 WARN
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 2673706 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 2673706 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2673706 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 2673726 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2673726 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2673729 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=6, maxMergeAtOnceExplicit=2, maxMergedSegmentMB=69.4443359375,
floorSegmentMB=1.279296875, forceMergeDeletesPctAllowed=10.936468772595326,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.13891717061105027
[junit4] 2> 2673811 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@25eb34e[collection1] main]
[junit4] 2> 2673813 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2673813 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2673813 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2673817 INFO
(searcherExecutor-4937-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh
x:collection1 c:control_collection) [n:127.0.0.1:39334__mnf%2Fh
c:control_collection x:collection1] o.a.s.c.SolrCore [collection1] Registered
new searcher Searcher@25eb34e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2673831 INFO
(coreLoadExecutor-4936-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh c:control_collection x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1565228791901454336
[junit4] 2> 2673874 INFO
(coreZkRegister-4929-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh
x:collection1 c:control_collection) [n:127.0.0.1:39334__mnf%2Fh
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2673874 INFO
(coreZkRegister-4929-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh
x:collection1 c:control_collection) [n:127.0.0.1:39334__mnf%2Fh
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2673875 INFO
(coreZkRegister-4929-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh
x:collection1 c:control_collection) [n:127.0.0.1:39334__mnf%2Fh
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:39334/_mnf/h/collection1/
[junit4] 2> 2673875 INFO
(coreZkRegister-4929-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh
x:collection1 c:control_collection) [n:127.0.0.1:39334__mnf%2Fh
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 2673875 INFO
(coreZkRegister-4929-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh
x:collection1 c:control_collection) [n:127.0.0.1:39334__mnf%2Fh
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:39334/_mnf/h/collection1/ has no replicas
[junit4] 2> 2673875 INFO
(coreZkRegister-4929-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh
x:collection1 c:control_collection) [n:127.0.0.1:39334__mnf%2Fh
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 2673880 INFO
(coreZkRegister-4929-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh
x:collection1 c:control_collection) [n:127.0.0.1:39334__mnf%2Fh
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:39334/_mnf/h/collection1/ shard1
[junit4] 2> 2674031 INFO
(coreZkRegister-4929-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh
x:collection1 c:control_collection) [n:127.0.0.1:39334__mnf%2Fh
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 2674327 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2674328 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51872/solr ready
[junit4] 2> 2674328 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ] o.a.s.c.ChaosMonkey
monkey: init - expire sessions:false cause connection loss:false
[junit4] 2> 2674570 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ] o.a.s.SolrTestCaseJ4
Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001/shard-1-001/cores/collection1
[junit4] 2> 2674571 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001/shard-1-001
[junit4] 2> 2674572 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ] o.e.j.s.Server
jetty-9.3.14.v20161028
[junit4] 2> 2674573 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5c239f38{/_mnf/h,null,AVAILABLE}
[junit4] 2> 2674574 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@652768d2{HTTP/1.1,[http/1.1]}{127.0.0.1:45573}
[junit4] 2> 2674574 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ] o.e.j.s.Server
Started @2681425ms
[junit4] 2> 2674574 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:32967/hdfs__localhost_32967__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.5_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001_tempDir-002_jetty1,
solrconfig=solrconfig.xml, hostContext=/_mnf/h, hostPort=45573,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001/shard-1-001/cores}
[junit4] 2> 2674574 ERROR
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2674581 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.5.1
[junit4] 2> 2674581 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2674581 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2674581 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-20T20:01:38.886Z
[junit4] 2> 2674585 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2674585 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ] o.a.s.c.SolrXmlConfig
Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001/shard-1-001/solr.xml
[junit4] 2> 2674634 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2674635 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ] o.a.s.c.ZkContainer
Zookeeper client=127.0.0.1:51872/solr
[junit4] 2> 2674779 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [n:127.0.0.1:45573__mnf%2Fh
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2674781 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [n:127.0.0.1:45573__mnf%2Fh
] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2674788 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [n:127.0.0.1:45573__mnf%2Fh
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45573__mnf%2Fh
[junit4] 2> 2674797 INFO (zkCallback-2910-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2674797 INFO
(zkCallback-2906-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (1) -> (2)
[junit4] 2> 2674822 INFO
(zkCallback-2915-thread-2-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (1) -> (2)
[junit4] 2> 2675330 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [n:127.0.0.1:45573__mnf%2Fh
] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001/shard-1-001/cores
[junit4] 2> 2675330 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [n:127.0.0.1:45573__mnf%2Fh
] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 2675344 INFO
(OverseerStateUpdate-97826798939930628-127.0.0.1:39334__mnf%2Fh-n_0000000000)
[n:127.0.0.1:39334__mnf%2Fh ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 2676407 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.5.1
[junit4] 2> 2676433 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 2676689 WARN
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 2676691 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2676720 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 2676723 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:32967/solr_hdfs_home
[junit4] 2> 2676723 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 2676723 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2676723 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001/shard-1-001/cores/collection1],
dataDir=[hdfs://localhost:32967/solr_hdfs_home/collection1/core_node1/data/]
[junit4] 2> 2676724 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7fbb3db4
[junit4] 2> 2676724 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:32967/solr_hdfs_home/collection1/core_node1/data/snapshot_metadata
[junit4] 2> 2676748 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2676749 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 2676749 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 2676774 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2676776 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:32967/solr_hdfs_home/collection1/core_node1/data
[junit4] 2> 2676842 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:32967/solr_hdfs_home/collection1/core_node1/data/index
[junit4] 2> 2676849 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2676849 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 2676849 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 2676871 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2676871 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 2677033 INFO (IPC Server handler 2 on 32967) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33277 is
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-208e99c8-b896-4271-94ea-a072477fe454:NORMAL:127.0.0.1:56452|RBW],
ReplicaUC[[DISK]DS-d9a92eaf-def4-4c26-a335-5f14e752519f:NORMAL:127.0.0.1:33277|RBW]]}
size 0
[junit4] 2> 2677035 INFO (IPC Server handler 0 on 32967) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:56452 is
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-208e99c8-b896-4271-94ea-a072477fe454:NORMAL:127.0.0.1:56452|RBW],
ReplicaUC[[DISK]DS-d9a92eaf-def4-4c26-a335-5f14e752519f:NORMAL:127.0.0.1:33277|RBW]]}
size 0
[junit4] 2> 2677064 WARN
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 2677177 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 2677177 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2677177 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 2677194 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2677194 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2677196 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=6, maxMergeAtOnceExplicit=2, maxMergedSegmentMB=69.4443359375,
floorSegmentMB=1.279296875, forceMergeDeletesPctAllowed=10.936468772595326,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.13891717061105027
[junit4] 2> 2677229 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6294f135[collection1] main]
[junit4] 2> 2677231 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2677231 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2677232 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2677233 INFO
(searcherExecutor-4948-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh
x:collection1 c:collection1) [n:127.0.0.1:45573__mnf%2Fh c:collection1
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@6294f135[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2677237 INFO
(coreLoadExecutor-4947-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh c:collection1 x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1565228795472904192
[junit4] 2> 2677261 INFO
(coreZkRegister-4942-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh
x:collection1 c:collection1) [n:127.0.0.1:45573__mnf%2Fh c:collection1 s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas
found to continue.
[junit4] 2> 2677261 INFO
(coreZkRegister-4942-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh
x:collection1 c:collection1) [n:127.0.0.1:45573__mnf%2Fh c:collection1 s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new
leader - try and sync
[junit4] 2> 2677261 INFO
(coreZkRegister-4942-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh
x:collection1 c:collection1) [n:127.0.0.1:45573__mnf%2Fh c:collection1 s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:45573/_mnf/h/collection1/
[junit4] 2> 2677261 INFO
(coreZkRegister-4942-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh
x:collection1 c:collection1) [n:127.0.0.1:45573__mnf%2Fh c:collection1 s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 2677261 INFO
(coreZkRegister-4942-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh
x:collection1 c:collection1) [n:127.0.0.1:45573__mnf%2Fh c:collection1 s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:45573/_mnf/h/collection1/ has no replicas
[junit4] 2> 2677261 INFO
(coreZkRegister-4942-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh
x:collection1 c:collection1) [n:127.0.0.1:45573__mnf%2Fh c:collection1 s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all
replicas participating in election, clear LIR
[junit4] 2> 2677267 INFO
(coreZkRegister-4942-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh
x:collection1 c:collection1) [n:127.0.0.1:45573__mnf%2Fh c:collection1 s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new
leader: http://127.0.0.1:45573/_mnf/h/collection1/ shard1
[junit4] 2> 2677418 INFO
(coreZkRegister-4942-thread-1-processing-n:127.0.0.1:45573__mnf%2Fh
x:collection1 c:collection1) [n:127.0.0.1:45573__mnf%2Fh c:collection1 s:shard1
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 2677759 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ] o.a.s.SolrTestCaseJ4
Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001/shard-2-001/cores/collection1
[junit4] 2> 2677760 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001/shard-2-001
[junit4] 2> 2677774 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ] o.e.j.s.Server
jetty-9.3.14.v20161028
[junit4] 2> 2677816 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@20191174{/_mnf/h,null,AVAILABLE}
[junit4] 2> 2677817 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@55c54118{HTTP/1.1,[http/1.1]}{127.0.0.1:55794}
[junit4] 2> 2677817 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ] o.e.j.s.Server
Started @2684668ms
[junit4] 2> 2677817 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:32967/hdfs__localhost_32967__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.5_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001_tempDir-002_jetty2,
solrconfig=solrconfig.xml, hostContext=/_mnf/h, hostPort=55794,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001/shard-2-001/cores}
[junit4] 2> 2677827 ERROR
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2677828 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.5.1
[junit4] 2> 2677828 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2677828 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2677828 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-20T20:01:42.133Z
[junit4] 2> 2677842 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2677842 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ] o.a.s.c.SolrXmlConfig
Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001/shard-2-001/solr.xml
[junit4] 2> 2677850 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2677850 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ] o.a.s.c.ZkContainer
Zookeeper client=127.0.0.1:51872/solr
[junit4] 2> 2677859 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [n:127.0.0.1:55794__mnf%2Fh
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2677862 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [n:127.0.0.1:55794__mnf%2Fh
] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2677865 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [n:127.0.0.1:55794__mnf%2Fh
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:55794__mnf%2Fh
[junit4] 2> 2677866 INFO
(zkCallback-2915-thread-2-processing-n:127.0.0.1:45573__mnf%2Fh)
[n:127.0.0.1:45573__mnf%2Fh ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (3)
[junit4] 2> 2677866 INFO (zkCallback-2910-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2677867 INFO
(zkCallback-2906-thread-1-processing-n:127.0.0.1:39334__mnf%2Fh)
[n:127.0.0.1:39334__mnf%2Fh ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (3)
[junit4] 2> 2677868 INFO
(zkCallback-2921-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (3)
[junit4] 2> 2677933 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [n:127.0.0.1:55794__mnf%2Fh
] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001/shard-2-001/cores
[junit4] 2> 2677933 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [n:127.0.0.1:55794__mnf%2Fh
] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 2677935 INFO
(OverseerStateUpdate-97826798939930628-127.0.0.1:39334__mnf%2Fh-n_0000000000)
[n:127.0.0.1:39334__mnf%2Fh ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 2679181 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.5.1
[junit4] 2> 2679230 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 2679416 WARN
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 2679419 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2679441 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 2679441 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:32967/solr_hdfs_home
[junit4] 2> 2679442 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 2679442 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2679442 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001/shard-2-001/cores/collection1],
dataDir=[hdfs://localhost:32967/solr_hdfs_home/collection1/core_node2/data/]
[junit4] 2> 2679450 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7fbb3db4
[junit4] 2> 2679450 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:32967/solr_hdfs_home/collection1/core_node2/data/snapshot_metadata
[junit4] 2> 2679483 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2679483 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 2679483 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 2679509 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2679510 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:32967/solr_hdfs_home/collection1/core_node2/data
[junit4] 2> 2679637 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:32967/solr_hdfs_home/collection1/core_node2/data/index
[junit4] 2> 2679645 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2679645 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 2679645 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 2679669 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2679669 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 2679841 INFO (IPC Server handler 0 on 32967) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:56452 is
added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-d9a92eaf-def4-4c26-a335-5f14e752519f:NORMAL:127.0.0.1:33277|RBW],
ReplicaUC[[DISK]DS-adf99887-af20-46ec-a358-816583d1836c:NORMAL:127.0.0.1:56452|RBW]]}
size 0
[junit4] 2> 2679844 INFO (IPC Server handler 7 on 32967) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33277 is
added to blk_1073741827_1003 size 71
[junit4] 2> 2679877 WARN
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 2680222 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 2680222 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2680222 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 2680311 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2680312 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2680330 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=6, maxMergeAtOnceExplicit=2, maxMergedSegmentMB=69.4443359375,
floorSegmentMB=1.279296875, forceMergeDeletesPctAllowed=10.936468772595326,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.13891717061105027
[junit4] 2> 2680362 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@7d4b7b0f[collection1] main]
[junit4] 2> 2680364 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2680365 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2680365 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2680367 INFO
(searcherExecutor-4959-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh
x:collection1 c:collection1) [n:127.0.0.1:55794__mnf%2Fh c:collection1
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@7d4b7b0f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2680373 INFO
(coreLoadExecutor-4958-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh)
[n:127.0.0.1:55794__mnf%2Fh c:collection1 x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1565228798761238528
[junit4] 2> 2680392 INFO
(coreZkRegister-4953-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh
x:collection1 c:collection1) [n:127.0.0.1:55794__mnf%2Fh c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.ZkController Core needs to
recover:collection1
[junit4] 2> 2680398 INFO
(updateExecutor-2918-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:55794__mnf%2Fh
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DefaultSolrCoreState
Running recovery
[junit4] 2> 2680398 INFO
(recoveryExecutor-2919-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:55794__mnf%2Fh
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy
Starting recovery process. recoveringAfterStartup=true
[junit4] 2> 2680401 INFO
(recoveryExecutor-2919-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:55794__mnf%2Fh
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy
###### startupVersions=[[]]
[junit4] 2> 2680401 INFO
(recoveryExecutor-2919-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:55794__mnf%2Fh
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy
Begin buffering updates. core=[collection1]
[junit4] 2> 2680401 INFO
(recoveryExecutor-2919-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:55794__mnf%2Fh
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Starting
to buffer updates. HDFSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 2680401 INFO
(recoveryExecutor-2919-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:55794__mnf%2Fh
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy
Publishing state of core [collection1] as recovering, leader is
[http://127.0.0.1:45573/_mnf/h/collection1/] and I am
[http://127.0.0.1:55794/_mnf/h/collection1/]
[junit4] 2> 2680408 INFO
(recoveryExecutor-2919-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:55794__mnf%2Fh
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy
Sending prep recovery command to [http://127.0.0.1:45573/_mnf/h];
[WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:55794__mnf%252Fh&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 2680413 INFO (qtp525630410-64105) [n:127.0.0.1:45573__mnf%2Fh
] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node2,
state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 2680413 INFO (qtp525630410-64105) [n:127.0.0.1:45573__mnf%2Fh
] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard1 of collection1) have state: recovering
[junit4] 2> 2680413 INFO (qtp525630410-64105) [n:127.0.0.1:45573__mnf%2Fh
] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=collection1, shard=shard1, thisCore=collection1,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=recovering, localState=active, nodeName=127.0.0.1:55794__mnf%2Fh,
coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps:
core_node2:{"core":"collection1","dataDir":"hdfs://localhost:32967/solr_hdfs_home/collection1/core_node2/data/","base_url":"http://127.0.0.1:55794/_mnf/h","node_name":"127.0.0.1:55794__mnf%2Fh","state":"recovering","ulogDir":"hdfs://localhost:32967/solr_hdfs_home/collection1/core_node2/data/tlog"}
[junit4] 2> 2680414 INFO (qtp525630410-64105) [n:127.0.0.1:45573__mnf%2Fh
] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node2, state:
recovering, checkLive: true, onlyIfLeader: true for: 0 seconds.
[junit4] 2> 2680414 INFO (qtp525630410-64105) [n:127.0.0.1:45573__mnf%2Fh
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:55794__mnf%252Fh&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 2680902 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ] o.a.s.SolrTestCaseJ4
Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001/shard-3-001/cores/collection1
[junit4] 2> 2680903 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001/shard-3-001
[junit4] 2> 2680904 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ] o.e.j.s.Server
jetty-9.3.14.v20161028
[junit4] 2> 2680921 INFO
(recoveryExecutor-2919-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:55794__mnf%2Fh
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy
Attempting to PeerSync from [http://127.0.0.1:45573/_mnf/h/collection1/] -
recoveringAfterStartup=[true]
[junit4] 2> 2680921 INFO
(recoveryExecutor-2919-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:55794__mnf%2Fh
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.PeerSync PeerSync:
core=collection1 url=http://127.0.0.1:55794/_mnf/h START
replicas=[http://127.0.0.1:45573/_mnf/h/collection1/] nUpdates=100
[junit4] 2> 2680936 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@11ea98d9{/_mnf/h,null,AVAILABLE}
[junit4] 2> 2680936 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@5511e45d{HTTP/1.1,[http/1.1]}{127.0.0.1:42693}
[junit4] 2> 2680936 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ] o.e.j.s.Server
Started @2687787ms
[junit4] 2> 2680936 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:32967/hdfs__localhost_32967__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.5_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001_tempDir-002_jetty3,
solrconfig=solrconfig.xml, hostContext=/_mnf/h, hostPort=42693,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A959A618C4603E59-001/shard-3-001/cores}
[junit4] 2> 2680936 ERROR
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2681062 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.5.1
[junit4] 2> 2681062 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2681062 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2681062 INFO
(TEST-StressHdfsTest.test-seed#[A959A618C4603E59]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-20T20:01:45.367Z
[junit4] 2> 2681066 INFO (qtp525630410-64103) [n:127.0.0.1:45573__mnf%2Fh
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint
IndexFingerprint millis:116.0 result:{maxVersionSpecified=9223372036854775807,
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0,
maxDoc=0}
[junit4] 2> 2681067 INFO (qtp525630410-64103) [n:127.0.0.1:45573__mnf%2Fh
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request
[collection1] webapp=/_mnf/h path=/get
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
status=0 QTime=116
[junit4] 2> 2681144 INFO
(recoveryExecutor-2919-thread-1-processing-n:127.0.0.1:55794__mnf%2Fh
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:55794__mnf%2Fh
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.IndexFingerprint
IndexFingerprint millis:76.0 result:{maxVersionSpecified=9223372036854775807,
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0,
maxDoc=0}
[junit4] 2> 2681144 INFO (recoveryExecutor-2919-th
[...truncated too long message...]
tRecoveryTest/state.json/8)={
[junit4] > "replicationFactor":"2",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{
[junit4] > "core_node1":{
[junit4] > "core":"MissingSegmentRecoveryTest_shard1_replica1",
[junit4] > "base_url":"https://127.0.0.1:56015/solr",
[junit4] > "node_name":"127.0.0.1:56015_solr",
[junit4] > "state":"active",
[junit4] > "leader":"true"},
[junit4] > "core_node2":{
[junit4] > "core":"MissingSegmentRecoveryTest_shard1_replica2",
[junit4] > "base_url":"https://127.0.0.1:41056/solr",
[junit4] > "node_name":"127.0.0.1:41056_solr",
[junit4] > "state":"down"}}}},
[junit4] > "router":{"name":"compositeId"},
[junit4] > "maxShardsPerNode":"1",
[junit4] > "autoAddReplicas":"false"}
[junit4] > at
__randomizedtesting.SeedInfo.seed([A959A618C4603E59:F90C3E1B9D418844]:0)
[junit4] > at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:265)
[junit4] > at
org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:105)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 5034892 INFO (jetty-closer-2026-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@1c9e3c1d{SSL,[ssl,
http/1.1]}{127.0.0.1:41056}
[junit4] 2> 5034893 INFO (jetty-closer-2026-thread-2) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=965392780
[junit4] 2> 5034898 INFO (jetty-closer-2026-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@46c5c424{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 5034899 INFO (jetty-closer-2026-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=424918626
[junit4] 2> 5034905 INFO
(zkCallback-2037-thread-5-processing-n:127.0.0.1:56015_solr)
[n:127.0.0.1:56015_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 5034907 INFO (jetty-closer-2026-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=97826948794810374-127.0.0.1:56015_solr-n_0000000001) closing
[junit4] 2> 5034907 INFO
(OverseerStateUpdate-97826948794810374-127.0.0.1:56015_solr-n_0000000001)
[n:127.0.0.1:56015_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:56015_solr
[junit4] 2> 5034914 INFO (jetty-closer-2026-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 5034915 INFO (jetty-closer-2026-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@603c2d0c{/solr,null,UNAVAILABLE}
[junit4] 2> 5036403 WARN
(zkCallback-2048-thread-2-processing-n:127.0.0.1:41056_solr)
[n:127.0.0.1:41056_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 5036403 INFO (jetty-closer-2026-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 5036404 INFO (jetty-closer-2026-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@21d9314d{/solr,null,UNAVAILABLE}
[junit4] 2> 5036405 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[A959A618C4603E59]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:33750 33750
[junit4] 2> 5036527 INFO (Thread-117208) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:33750 33750
[junit4] 2> 5036527 WARN (Thread-117208) [ ] o.a.s.c.ZkTestServer
Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/aliases.json
[junit4] 2> 3 /solr/security.json
[junit4] 2> 2 /solr/configs/conf
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/clusterstate.json
[junit4] 2> 4
/solr/collections/MissingSegmentRecoveryTest/state.json
[junit4] 2> 4 /solr/clusterprops.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/collections
[junit4] 2> 3 /solr/live_nodes
[junit4] 2> 2 /solr/overseer/queue
[junit4] 2> 2 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> 5036528 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[A959A618C4603E59]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MissingSegmentRecoveryTest_A959A618C4603E59-001
[junit4] 2> Apr 20, 2017 8:41:16 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{_version_=PostingsFormat(name=LuceneFixedGap), id=Lucene50(blocksize=128)},
docValues:{}, maxPointsInLeafNode=363, maxMBSortInHeap=5.860034978296818,
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=ga, timezone=MST
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_121 (64-bit)/cpus=4,threads=1,free=164667712,total=525336576
[junit4] 2> NOTE: All tests run in this JVM: [TestFieldCache,
TestCollapseQParserPlugin, OverseerCollectionConfigSetProcessorTest,
ShowFileRequestHandlerTest, RequestLoggingTest, PreAnalyzedUpdateProcessorTest,
CircularListTest, TestMaxScoreQueryParser, LeaderElectionTest,
TestScoreJoinQPScore, FieldMutatingUpdateProcessorTest, HttpPartitionTest,
SuggesterWFSTTest, HdfsDirectoryFactoryTest, TestCustomSort,
BasicAuthIntegrationTest, TestDeleteCollectionOnDownNodes,
FieldAnalysisRequestHandlerTest, TermVectorComponentDistributedTest,
TestChildDocTransformer, ManagedSchemaRoundRobinCloudTest, RankQueryTest,
BadCopyFieldTest, TestInPlaceUpdatesStandalone,
TestCopyFieldCollectionResource, LeaderFailureAfterFreshStartTest,
JSONWriterTest, MinimalSchemaTest, XmlUpdateRequestHandlerTest,
TestSerializedLuceneMatchVersion, TestSolrCoreParser,
WrapperMergePolicyFactoryTest, BadComponentTest,
TestExclusionRuleCollectionAccess, QueryParsingTest, HardAutoCommitTest,
PreAnalyzedFieldTest, TestDynamicFieldResource, CoreAdminHandlerTest,
DocExpirationUpdateProcessorFactoryTest, TestDistributedMissingSort,
TestRestManager, CreateCollectionCleanupTest, TestGroupingSearch,
FullSolrCloudDistribCmdsTest, SpellPossibilityIteratorTest,
TestFileDictionaryLookup, TestLeaderElectionZkExpiry,
TestSha256AuthenticationProvider, DistributedVersionInfoTest, TestRecoveryHdfs,
StatsComponentTest, TriLevelCompositeIdRoutingTest, TestXmlQParserPlugin,
SolrTestCaseJ4Test, TestCoreDiscovery, MigrateRouteKeyTest, DebugComponentTest,
BJQParserTest, HdfsBasicDistributedZkTest,
StatelessScriptUpdateProcessorFactoryTest, TestAuthorizationFramework,
HdfsThreadLeakTest, TestHdfsBackupRestoreCore, TestSchemaManager,
TestGraphTermsQParserPlugin, TestAuthenticationFramework,
TestExceedMaxTermLength, TestFieldTypeCollectionResource, TestSegmentSorting,
TestSolrDeletionPolicy1, SuggesterTest, DirectUpdateHandlerTest, TestUtils,
AutoCommitTest, CoreMergeIndexesAdminHandlerTest, UtilsToolTest,
DeleteLastCustomShardedReplicaTest, DocValuesMultiTest, TestReload,
TestZkChroot, TestCollationField, HdfsCollectionsAPIDistributedZkTest,
BinaryUpdateRequestHandlerTest, TestExtendedDismaxParser, JSONWriterTest,
PingRequestHandlerTest, TestIntervalFaceting,
TestReversedWildcardFilterFactory, TimeZoneUtilsTest,
DistributedFacetExistsSmallTest, AnalysisErrorHandlingTest,
TestNoOpRegenerator, SSLMigrationTest, ReplicationFactorTest,
SolrPluginUtilsTest, NoCacheHeaderTest, TestSubQueryTransformerDistrib,
TestSchemaResource, TestRawResponseWriter, CdcrVersionReplicationTest,
ResponseLogComponentTest, CursorMarkTest, TestLMJelinekMercerSimilarityFactory,
TestLFUCache, MetricUtilsTest, ActionThrottleTest,
TestStressCloudBlindAtomicUpdates, TestXIncludeConfig, SOLR749Test,
TestConfigSetsAPIExclusivity, TestTolerantSearch, TestSort,
TestRandomDVFaceting, ZkControllerTest, TestRealTimeGet, TestJoin,
SimpleFacetsTest, SolrCoreTest, SpellCheckComponentTest,
SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest,
TestIndexSearcher, SoftAutoCommitTest, SuggesterTSTTest, TestStressLucene,
WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest,
SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields,
TestAtomicUpdateErrorCases, TestRemoteStreaming, SolrInfoMBeanTest,
CacheHeaderTest, LukeRequestHandlerTest, DocumentAnalysisRequestHandlerTest,
PrimitiveFieldTypeTest, RequestHandlersTest, TestIndexingPerformance,
TestSolrQueryParser, TestAnalyzedSuggestions, CSVRequestHandlerTest,
HighlighterConfigTest, UpdateParamsTest, SolrIndexConfigTest,
TestSolrDeletionPolicy2, MultiTermTest, TestBinaryField, TestSearchPerf,
TestConfig, TestPostingsSolrHighlighter, TestPhraseSuggestions,
SynonymTokenizerTest, EchoParamsTest, TestDFRSimilarityFactory,
TestJmxMonitoredMap, TestFastOutputStream, OpenExchangeRatesOrgProviderTest,
PluginInfoTest, TestSystemIdResolver, PrimUtilsTest, DOMUtilTest,
TestDocumentBuilder, SliceStateTest, DistributedMLTComponentTest,
TestSimpleTrackingShardHandler, TestPathTrie, TestEmbeddedSolrServerSchemaAPI,
TestJettySolrRunner, ConnectionReuseTest, AsyncCallRequestStatusResponseTest,
CdcrBootstrapTest, CloudExitableDirectoryReaderTest,
CollectionTooManyReplicasTest, ConfigSetsAPITest, ConnectionManagerTest,
DeleteInactiveReplicaTest, DeleteReplicaTest,
DistribDocExpirationUpdateProcessorTest, MissingSegmentRecoveryTest]
[junit4] Completed [506/701 (3!)] on J2 in 100.79s, 1 test, 1 failure <<<
FAILURES!
[...truncated 63344 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]