amazon-archives / dynamodb-janusgraph-storage-backend

The Amazon DynamoDB Storage Backend for JanusGraph
Apache License 2.0
447 stars 99 forks source link

Vertex property change with consistency=LOCK doesn't release lock on commit/rollback #215

Open amcp opened 7 years ago

amcp commented 7 years ago

https://github.com/awslabs/dynamodb-janusgraph-storage-backend/blob/master/src/test/java/com/amazon/janusgraph/ScenarioTests.java#L395

amcp commented 7 years ago

JanusGraph documentation says that the lock should be released on commit

amcp commented 7 years ago

lock protocol details demystified: https://github.com/BillBaird/delftswa-aurelius-titan/blob/master/SA-doc/Concurrency.md

amcp commented 7 years ago

@jfstephe This is fixed in #231