Timeout waiting to lock key Operation timed out: Timeout waiting to lock key
bobaikato opened this issue · 3 comments
bobaikato commented
We tend to get this issue intermittently when performing an update operation on this particular document when we have a high load.
rashtao commented
This error is generated from the db side due to the high level of concurrent requests trying writing the same document.
bobaikato commented
What's a sensible solution? apart from Synchronising?
rashtao commented
Please refer to the related discussion about the topic in ArangoDB repository: arangodb/arangodb#9702