thinkaurelius / titan

Distributed Graph Database
http://titandb.io
Apache License 2.0
5.25k stars 1.01k forks source link

Not Loading entire data,or count() failed? #1354

Open 2efPer opened 8 years ago

2efPer commented 8 years ago

I used this code to load data into Titan. When I checked in gremlin :

gremlin> g.E(). count() ==>158 gremlin> g.V().count() ==>68

Every time I test ,it is not complete.

I also found out that ,when I list all vertex via g.V(),it's only showed part of vertex,actually it's more than that. And the most odd part is when i use g.V().has() i can't get a result ,but via g.V(ID) getting the not-showing vertex it is all right.

gremlin> g.V().has("value","xxx") gremlin> g.V(5734) ==>v[5734] gremlin> g.V(5734).values("value") ==>xxx

Any thoughts?

environment: titan-1.0.0-hadoop2 Cassandra3.0.9