-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mutation jobs now also emit DDL jobs to allow testing with schema changes. Currently only colum add and drop are supported due to https://issues.apache.org/jira/browse/CASSANDRA-12443 and the frequency of the schema changes are not configurable. The synchronization of the internal Table struct is handled with explicit locking which may not be ideal but a message passing solution would require extensive refactoring.
- Loading branch information
Henrik Johansson
committed
Jun 20, 2019
1 parent
53f824a
commit dc1ec17
Showing
5 changed files
with
257 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.