arangodb / arangodb-java-driver

The official ArangoDB Java driver.

Repository from Github https://github.comarangodb/arangodb-java-driverRepository from Github https://github.comarangodb/arangodb-java-driver

Timeout waiting to lock key Operation timed out: Timeout waiting to lock key

bobaikato opened this issue · comments

commented

We tend to get this issue intermittently when performing an update operation on this particular document when we have a high load.

This error is generated from the db side due to the high level of concurrent requests trying writing the same document.

commented

What's a sensible solution? apart from Synchronising?

Please refer to the related discussion about the topic in ArangoDB repository: arangodb/arangodb#9702