tolbertam commented on code in PR #4558:
URL: https://github.com/apache/cassandra/pull/4558#discussion_r2837086056
##########
src/java/org/apache/cassandra/cql3/statements/schema/TableAttributes.java:
##########
@@ -58,6 +59,10 @@ public final class TableAttributes extends
PropertyDefinitions
public void validate()
{
validate(validKeywords, obsoleteKeywords);
+
+ if (hasOption(AUTO_REPAIR) &&
!CassandraRelevantProperties.AUTOREPAIR_ENABLE.getBoolean())
Review Comment:
I just noticed in NEWS.txt you note that the change is irreversible :+1:.
If there is a way to detect this state earlier so we can avoid this exception
and log some more clear guidance I think that would be good improvement.
--
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]