-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
Milestone
Description
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