Skip to content

cannot run BasicTimeSeries with cassandra < 3 #118

@rustyrazorblade

Description

@rustyrazorblade

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions