Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Right Click - When altering a keyspace, only use the values that have been altered #571

Open
millerjp opened this issue Nov 25, 2024 · 0 comments
Assignees
Labels
Bug Something isn't working right click
Milestone

Comments

@millerjp
Copy link
Contributor

When changing durable writes from true to false
Screenshot 2024-11-25 at 11 42 00

The CQL inclused the alter for the keyspace replication
Screenshot 2024-11-25 at 11 41 55
ie

ALTER KEYSPACE system_traces
WITH replication = {'class':'SimpleStrategy','replication_factor':'2'}
AND durable_writes = false;

It should have been

ALTER KEYSPACE system_traces
WITH durable_writes = false;

This is the behaviour for all alters - we should only be passing in changed values

@millerjp millerjp added Bug Something isn't working right click labels Nov 25, 2024
@millerjp millerjp added this to the v1.0.0-release milestone Nov 25, 2024
@millerjp millerjp changed the title [Bug]: When altering a keyspace, only use the values that have been altered [Bug]: Right Click - When altering a keyspace, only use the values that have been altered Nov 25, 2024
@millerjp millerjp modified the milestones: v1.0.0-release, RightClick Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working right click
Projects
None yet
Development

No branches or pull requests

2 participants