10000 AcquireLock fails if conditional lock creation fails · Issue #56 · cirello-io/dynamolock · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
AcquireLock fails if conditional lock creation fails #56
Closed
@herzo175

Description

@herzo175

Hello!

I'm running into this error when acquiring a lock:

cannot store lock item: lock already acquired by other client: ConditionalCheckFailedException: The conditional request failed

This seems to happen when multiple clients are waiting for a lock and the read request succeeds for at least 2 of them, causing the conditional lock put request to be invoked at the same time. My proposal is that the client should continue to retry if encountering this error.

I appreciate your work on this project and considering this request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0