Skip to content

Race condition if multiple STS processes are running on the same machine #41

@colin-scott

Description

@colin-scott

A few known files that could be overwritten mid-execution if there are multiple STS processes:

  • We write to runtime_stats/.json. might be the same timestamp for two processes.
  • in hassel-c, the tfs directory gets overwritten...

One possible soln: use a file lock to serialize access to those directories.

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