Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
Description
When I ran it I get an error in setup related the auth keyspace not existing. It exists, but it's not in the Schema singleton. Lost half a day on this before looking at other usages of StorageService.instance.initServer() and finding that the other usages also have
SchemaLoader.cleanupAndLeaveDirs(); Keyspace.setInitialized();
first. So some magic was apparently missing.
Attachments
Issue Links
- is depended upon by
-
CASSANDRA-9093 testall should pass on trunk
- Resolved