Skip to content

TraceManager has shared resources vulnerable to race conditions #9

@viniarck

Description

@viniarck

TraceManager has some shared resources, such as _id that's vulnerable to race conditions, in this part for instance, since method is used in the PUT /trace endpoint that can have multiple threads entering, and if they hit the same increment one of the ids will be overwritten. We'll need to protect this shared resource access.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions