Skip to content

Inconsistent Counts using "cassandra" or "astyanax" #949

@thomascramer

Description

@thomascramer

I'm getting inconsistent counts when connecting titan to a cassandra cluster using the "storage.backend" to "cassandra" or "astyanax" though "cassandrathrift" seems to work just fine (I've created a mailing list topic to this effect https://groups.google.com/forum/#!topic/aureliusgraphs/2pnIGr32XTg). It seems more prevalent when starting to do a 5,000 or 6,000 data set.

When connecting via gremlin or rexster with "cassandra" or "astyanax" as the storage driver I get:

rexster[groovy]> g.V.count()
==>5888
rexster[groovy]> g.V.count()
==>5869
rexster[groovy]> g.V.count()
==>5838
rexster[groovy]> g.V.count()
==>5879

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions