Phantom vertices


Rohit Jain <rohit.j...@...>
 

Hi folks,

I created 4916 vertices with the label 'movie' and a property 'movieid' where the movieid goes from 1 to 4916.
I created 8491 vertices with the label 'person' and a property 'personid' where the personid goes from 1 to 8491.
I create 'role' edges from these person vertices to the movie vertices with a 'roletype' indicating actor or director

When I do g.V().count() I get 13420 when I should get 13407.

Looks like I have some phantom vertices.  How do I find them?

Also, on a g.V().hasLabel('person').count(), I get 8492 instead of 8491.  So I even have a phantom personid that I don't know how to locate.

Rohit

Join janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.