Ali Ammar

Results 2 comments of Ali Ammar

please check the below https://groups.google.com/d/msg/janusgraph-users/O1n1reyvRfY/WjYB4pIKBQAJ

@farodin91 i'm trying to reproduce this bug, the scenario is little weird when you remove the propertyKey ``` mgmt = graph.openManagement() mgmt.getPropertyKey("propertyKey").remove(); mgmt.commit() ``` and then re-find the propertykey ```...