I am using Titan in a Spring web application. When I add a new edge or delete a vertex, it is actually deleted, but not reflected on my web page. My query still gets old edges or vertices.
for this to happen, I have to restart my application.
I do g.commit()after each new addition or removal.
source
share