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

cannot run BasicTimeSeries with cassandra < 3 #118

Open
rustyrazorblade opened this issue Nov 1, 2019 · 0 comments
Open

cannot run BasicTimeSeries with cassandra < 3 #118

rustyrazorblade opened this issue Nov 1, 2019 · 0 comments
Assignees

Comments

@rustyrazorblade
Copy link
Contributor

Since we added the deletion flag it hasn't been possible to run the time series workload with version 2.x, because it throws an exception when trying to prepare the statement. We put a guard in front of the prepare query to block it, but that breaks the older versions that don't support the range delete.

We need to fix this before the next release. We either need to refactor how prepare is handled or delay the exception till later.

@rustyrazorblade rustyrazorblade added this to the 4.0 milestone Nov 1, 2019
@rustyrazorblade rustyrazorblade self-assigned this Nov 1, 2019
@rustyrazorblade rustyrazorblade removed this from the 4.0 milestone Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant