Jim Witschey created CASSANDRA-10610:
----------------------------------------
Summary: Protocol upgrade tests for bootstrapping failing on
2.1->3.0 path
Key: CASSANDRA-10610
URL: https://issues.apache.org/jira/browse/CASSANDRA-10610
Project: Cassandra
Issue Type: Sub-task
Reporter: Jim Witschey
Assignee: Russ Hatch
This ticket is for a couple failures on protocol v3 upgrade test job on CassCI:
http://cassci.datastax.com/view/Upgrades/job/cassandra_upgrade_2.1_to_3.0_proto_v3/10/testReport/
The failures are:
*
[upgrade_through_versions_test.py:TestUpgrade_from_cassandra_2_1_HEAD_to_cassandra_3_0_HEAD.bootstrap_multidc_test|http://cassci.datastax.com/view/Upgrades/job/cassandra_upgrade_2.1_to_3.0_proto_v3/10/testReport/upgrade_through_versions_test/TestUpgrade_from_cassandra_2_1_HEAD_to_cassandra_3_0_HEAD/bootstrap_multidc_test/]
*
[upgrade_through_versions_test.py:TestUpgrade_from_cassandra_2_1_HEAD_to_cassandra_3_0_latest_tag.bootstrap_multidc_test|http://cassci.datastax.com/view/Upgrades/job/cassandra_upgrade_2.1_to_3.0_proto_v3/10/testReport/upgrade_through_versions_test/TestUpgrade_from_cassandra_2_1_HEAD_to_cassandra_3_0_latest_tag/bootstrap_multidc_test/]
They fail with the following error:
{code}
code=1000 [Unavailable exception] message="Cannot achieve consistency level
ALL" info={'required_replicas': 3, 'alive_replicas': 0, 'consistency': 'ALL'}
{code}
Assigning [~rhatch], since you're the most likely to understand what's going on
here.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)