Re: Removing a vertex is not removing recently added properties in different transaction


hadoopmarc@...
 

The behavior you describe sounds like the behavior one experiences for transactions occurring in parallel. So let us investigate some further:
  • do you use CompositeIndex or MixedIndex?
  • is it certain that the two transaction do not overlap in time (as "next" suggests)?
  • do the two transactions occur in the same janusgraph instance?
  • is hbase configured as a single host or as a cluster?

Marc

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