andreachild opened a new pull request, #3161: URL: https://github.com/apache/tinkerpop/pull/3161
https://issues.apache.org/jira/browse/TINKERPOP-3141 Account for the scenario of dropping and re-adding a vertex within the same transaction by adding a new `unmarkDeleted` method to the `TinkerElementContainer` and calling `unmarkDeleted` from `addVertex` if it is detected that the vertex had been previously deleted. Added logic to reference the previously deleted vertex version when adding the vertex back to avoid transaction conflict error. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@tinkerpop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org