ekaterinadimitrova2 commented on code in PR #2807:
URL: https://github.com/apache/cassandra/pull/2807#discussion_r1375100679
##########
src/java/org/apache/cassandra/schema/SystemDistributedKeyspace.java:
##########
@@ -228,10 +229,6 @@ public static void successfulParentRepair(TimeUUID
parent_id, Collection<Range<T
public static void startRepairs(TimeUUID id, TimeUUID parent_id, String
keyspaceName, String[] cfnames, CommonRange commonRange)
{
- // Don't record repair history if an upgrade is in progress as version
3 nodes generates errors
- // due to schema differences
- boolean includeNewColumns = !Gossiper.instance.hasMajorVersion3Nodes();
Review Comment:
This was leftover from 4? We do not support upgrades from 3 to 5.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]