Mmuzaf commented on code in PR #2046:
URL: https://github.com/apache/cassandra/pull/2046#discussion_r1165781065
##########
src/java/org/apache/cassandra/schema/SchemaKeyspace.java:
##########
@@ -77,8 +79,8 @@ private SchemaKeyspace()
private static final Logger logger =
LoggerFactory.getLogger(SchemaKeyspace.class);
- private static final boolean FLUSH_SCHEMA_TABLES =
CassandraRelevantProperties.FLUSH_LOCAL_SCHEMA_CHANGES.getBoolean();
- private static final boolean IGNORE_CORRUPTED_SCHEMA_TABLES =
Boolean.parseBoolean(System.getProperty("cassandra.ignore_corrupted_schema_tables",
"false"));
+ private static final boolean FLUSH_SCHEMA_TABLES =
TEST_FLUSH_LOCAL_SCHEMA_CHANGES.getBoolean();
+ private static final boolean IGNORE_CORRUPTED_SCHEMA_TABLES_PROP =
IGNORE_CORRUPTED_SCHEMA_TABLES.getBoolean();
Review Comment:
Fixed.
--
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]