TraceManager
has shared resources vulnerable to race conditions
#9
Labels
priority_medium
Medium priority
TraceManager
has shared resources vulnerable to race conditions
#9
TraceManager
has some shared resources, such as_id
that's vulnerable to race conditions, in this part for instance, since method is used in thePUT /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.The text was updated successfully, but these errors were encountered: