Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Cassandra cql driver has problems in mixed read/write mode #7

@EnigmaCurry

Description

@EnigmaCurry

With distribution=latest, ycsb is attempting to read data that Cassandra does not know about. This produces numerous "Error reading key" messages in the logs. I suspect that it is querying the data before the data is even written as this is reproduced on a single node Cassandra cluster which should never exhibit this behaviour regardless of consistency level.

This may be more deeply rooted in the internals of ycsb than just the cql driver, but I have not been able to reproduce the same error with thrift, but it may be just be presenting itself differently.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions