Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Redis is loading the dataset in memory #244

Open
@keith-z

Description

@keith-z

redis version:
3.2.6

problem:
In big-dataset scene, when the master restart in short time, sentinel think the master is available because master give "LOADING" as "PING"'s reply. the failover will not trigger because sentinel detect the restart of master, this will make service unavailable utill master finish the loading. And redis-py-cluster will hang on "Redis is loading the dataset in memory" in a long period of time, about 15 minutes.

question:
should client handle the exception "Redis is loading the dataset in memory"?

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.0.0All issues that will be looked at for 3.0.0 releasegathering feedback

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions