Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/158/
7 tests failed.
FAILED:
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testBatchAddsWithDelete
Error Message:
Timeout waiting for CDCR replication to complete @source_collection:shard2
Stack Trace:
java.lang.RuntimeException: Timeout waiting for CDCR replication to complete
@source_collection:shard2
at
__randomizedtesting.SeedInfo.seed([2148ACF3C2336A63:5652D5576A2A6B4F]:0)
at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForReplicationToComplete(BaseCdcrDistributedZkTest.java:794)
at
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testBatchAddsWithDelete(CdcrReplicationDistributedZkTest.java:526)
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:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationAfterRestart
Error Message:
Timeout waiting for CDCR replication to complete @source_collection:shard1
Stack Trace:
java.lang.RuntimeException: Timeout waiting for CDCR replication to complete
@source_collection:shard1
at
__randomizedtesting.SeedInfo.seed([2148ACF3C2336A63:7D554B720C13DE55]:0)
at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForReplicationToComplete(BaseCdcrDistributedZkTest.java:794)
at
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationAfterRestart(CdcrReplicationDistributedZkTest.java:235)
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:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testUpdateLogSynchronisation
Error Message:
Timeout waiting for CDCR replication to complete @source_collection:shard2
Stack Trace:
java.lang.RuntimeException: Timeout waiting for CDCR replication to complete
@source_collection:shard2
at
__randomizedtesting.SeedInfo.seed([2148ACF3C2336A63:DF27F45000134972]:0)
at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForReplicationToComplete(BaseCdcrDistributedZkTest.java:794)
at
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testUpdateLogSynchronisation(CdcrReplicationDistributedZkTest.java:377)
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:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.cloud.HttpPartitionTest.test
Error Message:
Didn't see all replicas for shard shard1 in c8n_1x2 come up within 90000 ms!
ClusterState: { "collMinRf_1x3":{ "replicationFactor":"3",
"shards":{"shard1":{ "range":"80000000-7fffffff",
"state":"active", "replicas":{ "core_node1":{
"core":"collMinRf_1x3_shard1_replica1",
"base_url":"http://127.0.0.1:56412/_/fb",
"node_name":"127.0.0.1:56412__%2Ffb", "state":"active"},
"core_node2":{ "core":"collMinRf_1x3_shard1_replica2",
"base_url":"http://127.0.0.1:36875/_/fb",
"node_name":"127.0.0.1:36875__%2Ffb", "state":"active"},
"core_node3":{ "core":"collMinRf_1x3_shard1_replica3",
"base_url":"http://127.0.0.1:41194/_/fb",
"node_name":"127.0.0.1:41194__%2Ffb", "state":"active",
"leader":"true"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"1", "autoAddReplicas":"false"}, "collection1":{
"replicationFactor":"1", "shards":{ "shard1":{
"range":"80000000-ffffffff", "state":"active",
"replicas":{"core_node2":{ "core":"collection1",
"base_url":"http://127.0.0.1:36875/_/fb",
"node_name":"127.0.0.1:36875__%2Ffb", "state":"active",
"leader":"true"}}}, "shard2":{ "range":"0-7fffffff",
"state":"active", "replicas":{ "core_node1":{
"core":"collection1", "base_url":"http://127.0.0.1:41194/_/fb",
"node_name":"127.0.0.1:41194__%2Ffb", "state":"active",
"leader":"true"}, "core_node3":{
"core":"collection1", "base_url":"http://127.0.0.1:56412/_/fb",
"node_name":"127.0.0.1:56412__%2Ffb", "state":"active"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "autoCreated":"true"}, "control_collection":{
"replicationFactor":"1", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active",
"replicas":{"core_node1":{ "core":"collection1",
"base_url":"http://127.0.0.1:34421/_/fb",
"node_name":"127.0.0.1:34421__%2Ffb", "state":"active",
"leader":"true"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"1", "autoAddReplicas":"false",
"autoCreated":"true"}, "c8n_1x2":{ "replicationFactor":"2",
"shards":{"shard1":{ "range":"80000000-7fffffff",
"state":"active", "replicas":{ "core_node1":{
"core":"c8n_1x2_shard1_replica1",
"base_url":"http://127.0.0.1:41194/_/fb",
"node_name":"127.0.0.1:41194__%2Ffb", "state":"active",
"leader":"true"}, "core_node2":{ "state":"down",
"base_url":"http://127.0.0.1:34421/_/fb",
"core":"c8n_1x2_shard1_replica2",
"node_name":"127.0.0.1:34421__%2Ffb"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"1", "autoAddReplicas":"false"}}
Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in c8n_1x2
come up within 90000 ms! ClusterState: {
"collMinRf_1x3":{
"replicationFactor":"3",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"core":"collMinRf_1x3_shard1_replica1",
"base_url":"http://127.0.0.1:56412/_/fb",
"node_name":"127.0.0.1:56412__%2Ffb",
"state":"active"},
"core_node2":{
"core":"collMinRf_1x3_shard1_replica2",
"base_url":"http://127.0.0.1:36875/_/fb",
"node_name":"127.0.0.1:36875__%2Ffb",
"state":"active"},
"core_node3":{
"core":"collMinRf_1x3_shard1_replica3",
"base_url":"http://127.0.0.1:41194/_/fb",
"node_name":"127.0.0.1:41194__%2Ffb",
"state":"active",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false"},
"collection1":{
"replicationFactor":"1",
"shards":{
"shard1":{
"range":"80000000-ffffffff",
"state":"active",
"replicas":{"core_node2":{
"core":"collection1",
"base_url":"http://127.0.0.1:36875/_/fb",
"node_name":"127.0.0.1:36875__%2Ffb",
"state":"active",
"leader":"true"}}},
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"core":"collection1",
"base_url":"http://127.0.0.1:41194/_/fb",
"node_name":"127.0.0.1:41194__%2Ffb",
"state":"active",
"leader":"true"},
"core_node3":{
"core":"collection1",
"base_url":"http://127.0.0.1:56412/_/fb",
"node_name":"127.0.0.1:56412__%2Ffb",
"state":"active"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"autoCreated":"true"},
"control_collection":{
"replicationFactor":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{"core_node1":{
"core":"collection1",
"base_url":"http://127.0.0.1:34421/_/fb",
"node_name":"127.0.0.1:34421__%2Ffb",
"state":"active",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"autoCreated":"true"},
"c8n_1x2":{
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"core":"c8n_1x2_shard1_replica1",
"base_url":"http://127.0.0.1:41194/_/fb",
"node_name":"127.0.0.1:41194__%2Ffb",
"state":"active",
"leader":"true"},
"core_node2":{
"state":"down",
"base_url":"http://127.0.0.1:34421/_/fb",
"core":"c8n_1x2_shard1_replica2",
"node_name":"127.0.0.1:34421__%2Ffb"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false"}}
at
__randomizedtesting.SeedInfo.seed([2148ACF3C2336A63:A91C93296CCF079B]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1903)
at
org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:348)
at
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:108)
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:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test
Error Message:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this
request:[http://127.0.0.1:53760/rq_fcs/y/c8n_1x3_lf_shard1_replica2]
Stack Trace:
org.apache.solr.client.solrj.SolrServerException:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this
request:[http://127.0.0.1:53760/rq_fcs/y/c8n_1x3_lf_shard1_replica2]
at
__randomizedtesting.SeedInfo.seed([2148ACF3C2336A63:A91C93296CCF079B]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:769)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1161)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1050)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:992)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
at
org.apache.solr.cloud.HttpPartitionTest.sendDoc(HttpPartitionTest.java:592)
at
org.apache.solr.cloud.HttpPartitionTest.sendDoc(HttpPartitionTest.java:578)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:174)
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:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live
SolrServers available to handle this
request:[http://127.0.0.1:53760/rq_fcs/y/c8n_1x3_lf_shard1_replica2]
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:384)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:763)
... 49 more
Caused by: org.apache.solr.client.solrj.SolrServerException: Server refused
connection at: http://127.0.0.1:53760/rq_fcs/y/c8n_1x3_lf_shard1_replica2
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:599)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:405)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:357)
... 50 more
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
at
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:497)
... 54 more
FAILED: org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.test
Error Message:
Captured an uncaught exception in thread: Thread[id=48469, name=collection1,
state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=48469, name=collection1, state=RUNNABLE,
group=TGRP-HdfsCollectionsAPIDistributedZkTest]
Caused by: java.lang.RuntimeException:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting
response from server at: http://127.0.0.1:37693
at __randomizedtesting.SeedInfo.seed([2148ACF3C2336A63]:0)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:997)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured
while waiting response from server at: http://127.0.0.1:37693
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:603)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:405)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:357)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1280)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1050)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:992)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1599)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1620)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:987)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:170)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
at
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:497)
... 11 more
FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test
Error Message:
Captured an uncaught exception in thread: Thread[id=25920, name=collection3,
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=25920, name=collection3, state=RUNNABLE,
group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: java.lang.RuntimeException:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting
response from server at: https://127.0.0.1:34478/mdke/t
at __randomizedtesting.SeedInfo.seed([2148ACF3C2336A63]:0)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:997)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured
while waiting response from server at: https://127.0.0.1:34478/mdke/t
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:603)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:405)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:357)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1280)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1050)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:992)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1599)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1620)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:987)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:170)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
at sun.security.ssl.InputRecord.read(InputRecord.java:503)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:930)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
at
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:497)
... 11 more
Build Log:
[...truncated 11715 lines...]
[junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2148ACF3C2336A63-001/init-core-data-001
[junit4] 2> 1608410 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[2148ACF3C2336A63]-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> 1608410 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[2148ACF3C2336A63]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property:
/rq_fcs/y
[junit4] 2> 1608413 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1608427 INFO (Thread-40139) [ ] o.a.s.c.ZkTestServer
client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1608427 INFO (Thread-40139) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1608514 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.ZkTestServer start zk server on port:51129
[junit4] 2> 1608514 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1608528 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1608546 INFO (zkCallback-352-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@61e15697
name:ZooKeeperConnection Watcher:127.0.0.1:51129 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1608546 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1608546 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1608546 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr
[junit4] 2> 1608556 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1608634 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1608648 INFO (zkCallback-353-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@2dbdc7c6
name:ZooKeeperConnection Watcher:127.0.0.1:51129/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1608648 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1608648 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1608648 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
[junit4] 2> 1608650 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
[junit4] 2> 1608651 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
[junit4] 2> 1608652 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
[junit4] 2> 1608653 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1608653 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
[junit4] 2> 1608655 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1608656 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
[junit4] 2> 1608657 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1608657 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1608660 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1608660 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
[junit4] 2> 1608667 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1608668 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
[junit4] 2> 1608669 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1608669 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
[junit4] 2> 1608670 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1608670 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
[junit4] 2> 1608672 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1608672 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
[junit4] 2> 1608673 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1608673 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1608675 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1608675 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
[junit4] 2> 1608676 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1608676 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
[junit4] 2> 1609106 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2148ACF3C2336A63-001/control-001/cores/collection1
[junit4] 2> 1609128 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1609278 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@690383dc{/rq_fcs/y,null,AVAILABLE}
[junit4] 2> 1609298 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@5b701063{HTTP/1.1,[http/1.1]}{127.0.0.1:48343}
[junit4] 2> 1609298 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.e.j.s.Server Started @1617312ms
[junit4] 2> 1609298 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2148ACF3C2336A63-001/tempDir-001/control/data,
hostContext=/rq_fcs/y, hostPort=53760,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2148ACF3C2336A63-001/control-001/cores}
[junit4] 2> 1609298 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 1609299 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2148ACF3C2336A63-001/control-001'
[junit4] 2> 1609299 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1609299 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1609299 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1609318 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1609326 INFO (zkCallback-354-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1c499ac name:ZooKeeperConnection
Watcher:127.0.0.1:51129/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1609326 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1609326 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1609330 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1609330 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2148ACF3C2336A63-001/control-001/solr.xml
[junit4] 2> 1609335 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2148ACF3C2336A63-001/control-001/cores
[junit4] 2> 1609335 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.CoreContainer New CoreContainer 1224872729
[junit4] 2> 1609335 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2148ACF3C2336A63-001/control-001]
[junit4] 2> 1609335 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2148ACF3C2336A63-001/control-001/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2148ACF3C2336A63-001/control-001/lib
[junit4] 2> 1609336 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries :
false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
[junit4] 2> 1609352 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1609353 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1609353 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1609353 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51129/solr
[junit4] 2> 1609354 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1609354 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1609356 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1609382 INFO (zkCallback-357-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@3082e174
name:ZooKeeperConnection Watcher:127.0.0.1:51129 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1609383 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1609383 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1609384 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$95/477413324@360a0479
[junit4] 2> 1609400 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.c.ConnectionManager Waiting for
client to connect to ZooKeeper
[junit4] 2> 1609415 INFO
(zkCallback-358-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1d22efc2
name:ZooKeeperConnection Watcher:127.0.0.1:51129/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1609415 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.c.ConnectionManager Client is
connected to ZooKeeper
[junit4] 2> 1609416 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.c.SolrZkClient makePath:
/overseer/queue
[junit4] 2> 1609417 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 1609425 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 1609426 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 1609436 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 1609437 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1609442 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.c.SolrZkClient makePath:
/aliases.json
[junit4] 2> 1609443 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.c.SolrZkClient makePath:
/clusterstate.json
[junit4] 2> 1609444 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.c.SolrZkClient makePath:
/security.json
[junit4] 2> 1609445 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.c.ZkStateReader Updating cluster
state from ZooKeeper...
[junit4] 2> 1609450 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 1609462 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (0)
[junit4] 2> 1609464 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect
[junit4] 2> 1609465 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1609471 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1609471 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.LeaderElector Joined leadership
election with path:
/overseer_elect/election/96562519763386372-127.0.0.1:53760_rq_fcs%2Fy-n_0000000000
[junit4] 2> 1609472 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.OverseerElectionContext I am going
to be the leader 127.0.0.1:53760_rq_fcs%2Fy
[junit4] 2> 1609472 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/leader
[junit4] 2> 1609473 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.Overseer Overseer
(id=96562519763386372-127.0.0.1:53760_rq_fcs%2Fy-n_0000000000) starting
[junit4] 2> 1609479 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.c.SolrZkClient makePath:
/overseer/queue-work
[junit4] 2> 1609495 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.OverseerAutoReplicaFailoverThread
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=10000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 1609518 INFO
(OverseerStateUpdate-96562519763386372-127.0.0.1:53760_rq_fcs%2Fy-n_0000000000)
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.Overseer Starting to work on the
main queue
[junit4] 2> 1609523 INFO
(OverseerCollectionConfigSetProcessor-96562519763386372-127.0.0.1:53760_rq_fcs%2Fy-n_0000000000)
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.OverseerTaskProcessor Process
current queue of overseer operations
[junit4] 2> 1609556 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.ZkController Register node as live
in ZooKeeper:/live_nodes/127.0.0.1:53760_rq_fcs%2Fy
[junit4] 2> 1609556 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:53760_rq_fcs%2Fy
[junit4] 2> 1609556 INFO
(OverseerStateUpdate-96562519763386372-127.0.0.1:53760_rq_fcs%2Fy-n_0000000000)
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (0)
[junit4] 2> 1609557 INFO
(zkCallback-358-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.c.ZkStateReader A live node change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes],
has occurred - updating... (live nodes size: [0])
[junit4] 2> 1609557 INFO
(zkCallback-358-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 1609598 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.CoreContainer Security conf doesn't
exist. Skipping setup for authorization module.
[junit4] 2> 1609598 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.CoreContainer No authentication
plugin used.
[junit4] 2> 1609602 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.CorePropertiesLocator Looking for
core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2148ACF3C2336A63-001/control-001/cores
[junit4] 2> 1609611 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.CoreDescriptor Created
CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false,
schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json,
collection=control_collection, coreNodeName=, dataDir=data/, shard=}
[junit4] 2> 1609611 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.CorePropertiesLocator Found core
collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2148ACF3C2336A63-001/control-001/cores/collection1
[junit4] 2> 1609611 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions
[junit4] 2> 1609628 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.c.ZkController publishing state=down
[junit4] 2> 1609628 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.c.ZkController numShards not found on descriptor - reading it from system
property
[junit4] 2> 1609629 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.c.ZkController Collection control_collection not visible yet, but
flagging it so a watch is registered when it becomes visible
[junit4] 2> 1609630 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
[junit4] 2> 1609643 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1
[junit4] 2> 1609643 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2148ACF3C2336A63])
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1609650 INFO
(OverseerStateUpdate-96562519763386372-127.0.0.1:53760_rq_fcs%2Fy-n_0000000000)
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.Overseer processMessage: queueSize:
1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:53760/rq_fcs/y",
[junit4] 2> "node_name":"127.0.0.1:53760_rq_fcs%2Fy",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 1609651 INFO
(OverseerStateUpdate-96562519763386372-127.0.0.1:53760_rq_fcs%2Fy-n_0000000000)
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.o.ReplicaMutator Update state
numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:53760/rq_fcs/y",
[junit4] 2> "node_name":"127.0.0.1:53760_rq_fcs%2Fy",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 1609651 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.c.ZkController look for our core node name
[junit4] 2> 1609651 INFO
(OverseerStateUpdate-96562519763386372-127.0.0.1:53760_rq_fcs%2Fy-n_0000000000)
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.o.ClusterStateMutator building a new
cName: control_collection
[junit4] 2> 1609651 INFO
(OverseerStateUpdate-96562519763386372-127.0.0.1:53760_rq_fcs%2Fy-n_0000000000)
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.o.ReplicaMutator Assigning new node
to shard shard=shard1
[junit4] 2> 1609663 INFO
(zkCallback-358-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
[junit4] 2> 1610651 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
[junit4] 2> 1610651 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.c.ZkController Check for collection zkNode:control_collection
[junit4] 2> 1610652 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.c.ZkController Collection zkNode exists
[junit4] 2> 1610652 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.c.c.ZkStateReader Load collection config from:
[/collections/control_collection]
[junit4] 2> 1610652 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.c.c.ZkStateReader path=[/collections/control_collection]
[configName]=[conf1] specified config exists in ZooKeeper
[junit4] 2> 1610652 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2148ACF3C2336A63-001/control-001/cores/collection1'
[junit4] 2> 1610653 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1610653 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1610658 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.c.Config loaded config solrconfig.xml with version 0
[junit4] 2> 1610667 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1610675 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
[junit4] 2> 1610723 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1610739 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1610938 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1610949 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1610954 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1610967 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1610969 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1610972 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1610974 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1610977 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/configs/conf1',
cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1
[junit4] 2> 1610977 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection
[junit4] 2> 1610977 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1610977 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2148ACF3C2336A63-001/control-001/cores/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2148ACF3C2336A63-001/control-001/cores/collection1/data/]
[junit4] 2> 1610978 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@60ee0c3b
[junit4] 2> 1610978 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2148ACF3C2336A63-001/control-001/cores/collection1/data/snapshot_metadata
[junit4] 2> 1610978 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot
metadata file...
[junit4] 2> 1610985 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2148ACF3C2336A63-001/control-001/cores/collection1/data
[junit4] 2> 1610985 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2148ACF3C2336A63-001/control-001/cores/collection1/data/index/
[junit4] 2> 1610985 WARN
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2148ACF3C2336A63-001/control-001/cores/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1610986 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2148ACF3C2336A63-001/control-001/cores/collection1/data/index
[junit4] 2> 1610986 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=48, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=80.2685546875,
floorSegmentMB=0.79296875, forceMergeDeletesPctAllowed=14.028760516514184,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6710823477929119
[junit4] 2> 1610987 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@3909ac5d
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6a7b5569),segFN=segments_1,generation=1}
[junit4] 2> 1610987 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1610997 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 1610997 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1610997 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1610997 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1610997 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1610997 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1610997 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1610998 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1610998 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1610998 WARN
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler
{type = requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 1611001 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1611003 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1611004 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1611005 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1611010 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup
for core collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2148ACF3C2336A63-001/control-001/cores/collection1/data/
[junit4] 2> 1611010 WARN
(OldIndexDirectoryCleanupThreadForCore-collection1)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.DirectoryFactory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2148ACF3C2336A63-001/control-001/cores/collection1/data/
does not point to a valid data directory; skipping clean-up of old index
directories.
[junit4] 2> 1611019 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
[junit4] 2> 1611020 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1611026 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1611026 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 1611027 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1611027 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1611027 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=42, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=8.5185546875,
floorSegmentMB=2.1357421875, forceMergeDeletesPctAllowed=10.361862732076224,
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1611028 INFO
(coreLoadExecutor-1041-thread-1-processing-n:127.0.0.1:53760_rq_fcs%2Fy)
[n:127.0.0.1:53760_rq_fcs%2Fy c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionP
[...truncated too long message...]
d tasks = 98]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
[junit4] 2> at
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:266)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
[junit4] 2> 6405451 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationAfterLeaderChange-seed#[2148ACF3C2336A63])
[ ] o.e.j.s.ServerConnector Stopped ServerConnector@4af4f798{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 6405451 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationAfterLeaderChange-seed#[2148ACF3C2336A63])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1435bd4f{/,null,UNAVAILABLE}
[junit4] 2> 6405458 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationAfterLeaderChange-seed#[2148ACF3C2336A63])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testReplicationAfterLeaderChange
[junit4] 2> 6405459 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationAfterLeaderChange-seed#[2148ACF3C2336A63])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:56854 56854
[junit4] 2> 6405560 INFO (Thread-52174) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:56854 56854
[junit4] 2> 6405563 WARN (Thread-52174) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 42 /solr/aliases.json
[junit4] 2> 20 /solr/configs/conf1
[junit4] 2> 12 /solr/security.json
[junit4] 2> 8 /solr/collections/tmp_collection/state.json
[junit4] 2> 4
/solr/collections/target_collection/leaders/shard1/leader
[junit4] 2> 3
/solr/collections/source_collection/leaders/shard2/leader
[junit4] 2> 3
/solr/collections/source_collection/leaders/shard1/leader
[junit4] 2> 3
/solr/collections/target_collection/leaders/shard2/leader
[junit4] 2> 2
/solr/collections/tmp_collection/leaders/shard2/leader
[junit4] 2> 2
/solr/collections/tmp_collection/leaders/shard1/leader
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 42 /solr/clusterprops.json
[junit4] 2> 42 /solr/clusterstate.json
[junit4] 2> 9
/solr/collections/target_collection/cdcr/state/buffer
[junit4] 2> 9
/solr/collections/source_collection/cdcr/state/process
[junit4] 2> 9
/solr/collections/target_collection/cdcr/state/process
[junit4] 2> 8
/solr/collections/tmp_collection/cdcr/state/process
[junit4] 2> 8
/solr/collections/source_collection/cdcr/state/buffer
[junit4] 2> 8
/solr/collections/tmp_collection/cdcr/state/buffer
[junit4] 2> 6 /solr/collections/source_collection/state.json
[junit4] 2> 6 /solr/collections/target_collection/state.json
[junit4] 2> 2
/solr/overseer_elect/election/96562818127822902-127.0.0.1:35203_-n_0000000009
[junit4] 2> 2
/solr/overseer_elect/election/96562818127822872-127.0.0.1:51791_-n_0000000004
[junit4] 2> 2
/solr/overseer_elect/election/96562818127822859-127.0.0.1:58198_-n_0000000002
[junit4] 2> 2
/solr/overseer_elect/election/96562818127822875-127.0.0.1:35203_-n_0000000005
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 223 /solr/overseer/collection-queue-work
[junit4] 2> 97 /solr/overseer/queue
[junit4] 2> 42 /solr/collections
[junit4] 2> 38 /solr/live_nodes
[junit4] 2> 35 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> 6405564 INFO
(SUITE-CdcrReplicationDistributedZkTest-seed#[2148ACF3C2336A63]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_2148ACF3C2336A63-001
[junit4] 2> Sep 09, 2016 2:38:37 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=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
chunkSize=11013, maxDocsPerChunk=262, blockSize=713),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
chunkSize=11013, blockSize=713)),
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=sv-SE,
timezone=SystemV/EST5
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_102 (64-bit)/cpus=4,threads=1,free=192483736,total=518520832
[junit4] 2> NOTE: All tests run in this JVM: [TestQueryUtils,
DateMathParserTest, TestQuerySenderListener, TestInitParams,
HdfsBasicDistributedZkTest, TestWordDelimiterFilterFactory,
TestRandomCollapseQParserPlugin, MergeStrategyTest, BlockJoinFacetRandomTest,
TestSolrQueryParserResource, TestLeaderElectionZkExpiry,
DistributedFacetPivotSmallTest, CloudMLTQParserTest, TestTrie, TestInitQParser,
TestManagedSynonymFilterFactory, CloneFieldUpdateProcessorFactoryTest,
LoggingHandlerTest, ZkCLITest, OverseerRolesTest, TestSortByMinMaxFunction,
TestSystemIdResolver, TestJsonFacets, IndexBasedSpellCheckerTest,
TestConfigSetsAPIZkFailure, TestReplicationHandlerBackup, SuggesterFSTTest,
TestTestInjection, SliceStateTest, FileUtilsTest, ShardRoutingCustomTest,
TestShortCircuitedRequests, SoftAutoCommitTest,
LeaderFailoverAfterPartitionTest, BitVectorTest, CdcrUpdateLogTest,
MigrateRouteKeyTest, HighlighterTest, HLLSerializationTest,
DistributedVersionInfoTest, DistributedIntervalFacetingTest,
ConvertedLegacyTest, CdcrVersionReplicationTest,
HdfsCollectionsAPIDistributedZkTest, TriLevelCompositeIdRoutingTest,
TestHashPartitioner, AddSchemaFieldsUpdateProcessorFactoryTest,
ZkStateReaderTest, WordBreakSolrSpellCheckerTest, HdfsRecoveryZkTest,
IndexSchemaTest, IndexSchemaRuntimeFieldTest, SpellCheckComponentTest,
DistanceFunctionTest, BlockDirectoryTest, DistributedFacetPivotLargeTest,
SolrIndexSplitterTest, ShardRoutingTest, RuleEngineTest, ZkSolrClientTest,
DirectoryFactoryTest, TestConfigSetImmutable, TestSweetSpotSimilarityFactory,
ParsingFieldUpdateProcessorsTest, TestRawResponseWriter, TestQueryTypes,
HdfsWriteToMultipleCollectionsTest, TestFastOutputStream,
SimpleCollectionCreateDeleteTest, TolerantUpdateProcessorTest,
SpatialFilterTest, SolrCmdDistributorTest, TestTrackingShardHandlerFactory,
DistributedQueryComponentOptimizationTest, TestUpdate,
TestSchemaVersionResource, SampleTest, TestAuthorizationFramework,
TermVectorComponentTest, TestTolerantUpdateProcessorCloud, CopyFieldTest,
SpellCheckCollatorTest, HdfsLockFactoryTest, TestSlowCompositeReaderWrapper,
TestPerFieldSimilarityWithDefaultOverride, TestAddFieldRealTimeGet,
ZkControllerTest, TestDFISimilarityFactory, TestAnalyzeInfixSuggestions,
TestSchemaManager, TestComplexPhraseQParserPlugin, TestCollectionAPI,
TestSimpleQParserPlugin, DeleteLastCustomShardedReplicaTest,
AnalyticsMergeStrategyTest, TestCoreContainer, CoreAdminCreateDiscoverTest,
DirectSolrSpellCheckerTest, TestDynamicLoading, TestFieldCacheReopen,
TestShardHandlerFactory, TestLockTree, PeerSyncReplicationTest,
QueryResultKeyTest, OverseerTest, ClusterStateUpdateTest, TestRandomFaceting,
TestStressVersions, DistributedTermsComponentTest, QueryElevationComponentTest,
TestFiltering, SuggesterTSTTest, SuggesterTest, TestStressLucene,
SuggesterWFSTTest, SchemaVersionSpecificBehaviorTest,
SolrCoreCheckLockOnStartupTest, TestAtomicUpdateErrorCases, QueryEqualityTest,
DefaultValueUpdateProcessorTest, SortByFunctionTest, DebugComponentTest,
CacheHeaderTest, LukeRequestHandlerTest, TestReversedWildcardFilterFactory,
DocumentAnalysisRequestHandlerTest, FileBasedSpellCheckerTest,
XmlUpdateRequestHandlerTest, DocumentBuilderTest, RequiredFieldsTest,
RegexBoostProcessorTest, TestCollationField, UpdateRequestProcessorFactoryTest,
TestCSVResponseWriter, JsonLoaderTest, TestPartialUpdateDeduplication,
TestPHPSerializedResponseWriter, CSVRequestHandlerTest, SearchHandlerTest,
UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig,
SolrIndexConfigTest, BadComponentTest, MultiTermTest, TestDocSet,
TestBinaryField, TestSearchPerf, NumericFieldsTest, MinimalSchemaTest,
TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions,
TestSolrCoreProperties, DirectSolrConnectionTest, NotRequiredUniqueKeyTest,
TestLuceneMatchVersion, TestCharFilters, TestCodecSupport,
SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest,
TestPerFieldSimilarity, TestLMDirichletSimilarityFactory,
TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory,
TestBM25SimilarityFactory, TestFastWriter, ResourceLoaderTest,
URLClassifyProcessorTest, PluginInfoTest, PreAnalyzedFieldTest, PrimUtilsTest,
TestSuggestSpellingConverter, SpellingQueryConverterTest, DOMUtilTest,
RAMDirectoryFactoryTest, TestSolrJ, TestLRUCache, TestDocumentBuilder,
SystemInfoHandlerTest, DistributedMLTComponentTest, TestRTGBase,
SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey,
TestDistributedMissingSort, TestSimpleTrackingShardHandler,
TestEmbeddedSolrServerConstructors, AliasIntegrationTest,
AsyncMigrateRouteKeyTest, CdcrReplicationDistributedZkTest]
[junit4] Completed [474/630 (5!)] on J1 in 1955.79s, 11 tests, 3 errors <<<
FAILURES!
[...truncated 60754 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]