Skip to content

GetValueAsync<> always failed with "unable to locate node with key" #100

@ZeekoZhu

Description

@ZeekoZhu

GetValueAsync<> always failed with unable to locate node with key under high concurrency.

A simple reproduce: https://github.com/ZeekoZhu/memcachedcore-stress

Here is the output on my computer:

Use GetValueAsync
Single Run: 1/1/01 8:05:00 AM
Single Run: 1/1/01 8:05:00 AM
Time: 21458ms
Error Cnt: 999988
Avg: 0.021458ms
Use Get
Single Run: 1/1/01 8:05:00 AM
Single Run: 1/1/01 8:05:00 AM
Time: 25200ms
Error Cnt: 0
Avg: 0.0252ms

Get<> is much more reliable than GetValueAsync<>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions