Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
Operability
-
Low Hanging Fruit
-
All
-
None
-
Description
Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP and Schema.FORCE_LOAD_LOCAL_KEYSPACES should be moved to CassandraRelevantProps for two reasons.
- Generally speaking, this is where these kinds of things live.
- By having them in Schema, you can't actually use Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP without running all of the static initializers... and you want to use Schema.FORCE_LOAD_LOCAL_KEYSPACES_PROP to set the system property before the static initializer runs.
Attachments
Attachments
Issue Links
- relates to
-
CASSANDRA-17044 Refactor schema management to allow for schema source pluggability
- Resolved
- links to