Skip to content

Conversation

@dustinbyrne
Copy link
Contributor

This pull request addresses an issue where AppMap data output via process recordings could potentially clobber each other if multiple processes quit within the same second.

Changes:

  • The file name for AppMap data output now includes the process ID to prevent overwriting data when multiple processes finish execution simultaneously.

These changes ensure that each process's recordings are distinctly named, thereby avoiding data loss due to file overwriting.

AppMap data output via process recordings now contains the process ID in
the file name to prevent multiple processes from quitting within the
same second and overwriting each others data.
@dustinbyrne dustinbyrne marked this pull request as draft November 12, 2024 21:53
@dustinbyrne dustinbyrne self-assigned this Nov 12, 2024
@dustinbyrne dustinbyrne marked this pull request as ready for review November 13, 2024 14:44
@kgilpin kgilpin merged commit e17e9bb into master Nov 13, 2024
@kgilpin kgilpin deleted the fix/no-process-output-clobbering branch November 13, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants