Details
-
Sub-task
-
Status: Resolved
-
Normal
-
Resolution: Cannot Reproduce
-
None
-
None
Description
index_summary_upgrade_test.py is failing on HEAD for cassandra-3.0. The test upgrades from 2.1.3 to 3.0, and checks the following behavior
# on startup, it should detect that the old-format sstable had its
# index summary downsampled (forcing it to be rebuilt)
node.watch_log_for("Detected erroneously downsampled index summary")
However, this is not happening. The node's log is attached. It is quite possible that the "fix" here is that we only want to test upgrading from 2.1.3 to 2.1.LATEST, but that's not for me to decide. I can easily implement that, if that happens to be the case.