scylladb / cql-stress

8 stars 4 forks source link

c-s operation: retry operation with the same partition key #67

Closed muzarski closed 4 months ago

muzarski commented 5 months ago

As of now, there is a bug in the c-s frontend logic where we generate a new partition key each time we retry an operation.

It needs to be fixed so we cache the sampled partition key (and whole row) and reuse it during retries.