Details
-
Sub-task
-
Status: Resolved
-
Normal
-
Resolution: Not A Problem
-
None
-
None
Description
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
- upgrade_through_versions_test.py:TestUpgrade_from_cassandra_2_1_HEAD_to_cassandra_3_0_latest_tag.bootstrap_multidc_test
They fail with the following error:
code=1000 [Unavailable exception] message="Cannot achieve consistency level ALL" info={'required_replicas': 3, 'alive_replicas': 0, 'consistency': 'ALL'}
Assigning rhatch, since you're the most likely to understand what's going on here.