Mirko Krause

Results 5 comments of Mirko Krause

Furthermore, it would be cool to enable configuring Post-Up and Post-Down scripts for clients. Thanks in advance! Maybe I find some time to join in for development

The Bootstrap experience seems much smarter and so far I have not found strange behaviours. Graphs with few hundred vertices and edges have been shown without any problems.

Similar issue for me: gremlin> v = g.V(2598101162).next() ==>v[2598101162] gremlin> g.V(v).outE() ==>e[iq0ledl-16yubm2-3cwl-37s][2598101066-badHost->4168] gremlin> g.V(v).outE().outV() ==>v[2598101066] gremlin> g.V(v).outE().outV().next() == v ==>true I think, my (unique) index is broken, because the same...

It exists with Cassandra too. I have 3 times more vertices than I have unique data. Before I have created a unique index and added LOCK consistency to it. But...

I am interested in this feature as well because I use the terraform_data resource together with a remote-exec provisioner that is triggered on destroy. Terraform tells me that provisioners at...