Github user jolynch commented on a diff in the pull request:
https://github.com/apache/cassandra/pull/277#discussion_r227864320
--- Diff:
src/java/org/apache/cassandra/repair/SystemDistributedKeyspace.java ---
@@ -119,6 +123,15 @@ private SystemDistributedKeyspace()
+ "status text,"
+ "PRIMARY KEY ((keyspace_name, view_name),
host_id))");
+ private static final TableMetadata BlacklistedPartitions =
--- End diff --
So in light of the discussions around how to do upgrades when there are
different versions and different system_distributed tables, have we checked
that this is gracefully handled if it is or isn't there (e.g. during a 4.0 ->
5.0 upgrade)?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]