Skip to content

List aof persistent restore issues #1390

@slqd3781

Description

@slqd3781

Describe the bug

Hello, I have encountered an issue with AOF persistence. I use a list as a queue. After running the Garnet for a period of time, the list generates some data that has already been consumed. At this time, there are no values in the list. When I shut down all services that may insert data into the Garnet and restart the Garnet service, I will find that the previously consumed values reappear in the list. I also encounter this issue during local testing. Can you help me confirm if it is a persistence problem or other issues

Steps to reproduce the bug

This is my configuration file
{
"Port": 6379,
"EnableAOF":true,
"Recover": true,
"PubSubPageSize":"16m",
"AofSizeLimit": "1g"
}

Expected behavior

No response

Screenshots

No response

Release version

1.0.84

IDE

No response

OS version

No response

Additional context

No response

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