Skip to content

Spike: revisit lock handling #250

@flavio

Description

@flavio

We make use of a mutex to guard access to some internal maps used to map container cgroups and policy settings.

We have to do a quick research to understand:

  • Can our NRI plugin be called concurrently by the container runtime? If X pods are started at the same time, do we get X concurrent requests?
  • Can we use a different approach for guarding these internal structures? Maybe using a RW mutex or something else?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions