Skip to content

Upsert/Get KV operation hangs indefinitely when the target collection does not exists. #434

@AradhyaK22

Description

@AradhyaK22

We came across this issue where the operation simply hangs with no error propagating back to the caller, and also couldn't find a way to set a timeout on KV operations.

  self.default_scope()
            .collection("test_collection") //test_collection doesn't exists
            .upsert(key, value, None)
            .await
            .map_err(map_error)?;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions