10000 Garbage collection does not clean up the cache in redis · Issue #2945 · distribution/distribution · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Garbage collection does not clean up the cache in redis #2945
Open
@yangchuan37326

Description

@yangchuan37326

I have a registry using redis as a cache
for example:
1、push a image,mysql:latest
2、Call registry delete interface
3、Execut GC,then restart registry.
4、push image mysql:latest
However, image layer data is not uploaded。
Because the cache in redis is not cleaned up。
Suggest:
Regisry GC cleans up the corresponding layer information in the cache at the same time
OR:
What is the reason why registry GC does not clear up the cache?

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

      0