cassandra-migration-tool-java icon indicating copy to clipboard operation
cassandra-migration-tool-java copied to clipboard

Cassandra schema migration tool for java

Results 9 cassandra-migration-tool-java issues
Sort by recently updated
recently updated
newest added

In the read only path (when the schema is already up to date), the cassandra queries used to determine that should not use ConsistencyLevel.ALL, they should use QUORUM or LOCAL_QUORUM....

enhancement

To reproduce: * Schema starts at version '100' * Developer A, using 'git flow' workflow (http://nvie.com/posts/a-successful-git-branching-model/) works on a feature branch A, and needs to make a migration. Chooses version...

To reproduce: Apply schema updates with version #1, #2, #4 Apply schema update #3 Expected: Schema update #3 applied Observed: #3 not applied as version is already at #4 This...

We need to fallback to driver already pulled by parent project if it exists. i.e. if we have in project driver 2.1.9 and our migration tool is using 3.1.0 what...

question

Problem is add another column, move data and then drop column. If you add 3 migrations for this and if you configured application level to work async when application starts,...

enhancement