Re: Inconsistent composite index status after transaction failure
Boxuan Li
Try this (v is the ghost vertex):
toggle quoted message
Show quoted text
Iterator<JanusGraphRelation> iterator = v.query().noPartitionRestriction().relations().iterator();
|
|