-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR fixes the issue when the workload might error out because of the Broken Pipe error. This is unmasked by the previous PR in the stack. The error is that the rr is not reloaded for sampling/checking the snapshot applied/not applied after a crash. Instead the rr of the dead process was used. This fix comes with a refactor where we store the rr in a field and keep it synchronized with the agent. This seems to be an easier task than trying to keep from not reloading it at the right time.
- Loading branch information
Showing
1 changed file
with
47 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters