Re: Hbase read after write not working with janusgraph-0.6.1 but was working with janusgraph-0.6.1


Nikita Pande
 
Edited

Hi @haddopmarc, thanks for reply.

Did this change after upgrade from v0.6.0 to v0.6.1? I couldnt find diff...It was working with v0.6.0 without tx().commit()

Now I am running following steps
g2.tx().begin()
g2.addV()
g2.tx().commit()
g2.V().count()

It seems to be fine now

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