I set up Titan with HBase.
I remove all vertex in the graph
It shows null after delete all.
gremlin> g.V.count()
==>0
But if I re-login titan, then there are bunch of empty vertex in the graph
gremlin> g.V.count()
==>85267
I check the value of one vertex, it is empty gremlin> g.v(840012).map()
What is the reason for empty vertex? How can I clean them completely?