Skip to content

Consistency issues in ValueCache #409

Description

@ltoenning

Fields of CValueCache elements are currently protected separately via LockFree and std::atomic regarding concurrent access (read & write). However they are not guarded grouped against concurrent read/writes. Hence inconsistencies may occur.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions