Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i#4219 xl8: Add an rstat on synch xl8 failures #4228

Merged
merged 1 commit into from
Mar 27, 2020

Conversation

derekbruening
Copy link
Contributor

Adds an rstat "synchs_not_at_safe_spot" measuring the count of
synch_with_thread attempts that had to be re-tried due to the target
being suspended at an un-translatable (i.e., unsafe) spot.

Adds a corresponding dr_stats_t field "synchs_not_at_safe_spot" for
extraction.

These will be useful for measuring the impact of clean calls and other
un-translatable places on detach and other synch operations.

Issue: #4219

Adds an rstat "synchs_not_at_safe_spot" measuring the count of
synch_with_thread attempts that had to be re-tried due to the target
being suspended at an un-translatable (i.e., unsafe) spot.

Adds a corresponding dr_stats_t field "synchs_not_at_safe_spot" for
extraction.

These will be useful for measuring the impact of clean calls and other
un-translatable places on detach and other synch operations.

Issue: #4219
Copy link
Contributor

@snehasish snehasish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@derekbruening
Copy link
Contributor Author

Appveyor is a test that appears flaky, under #4058

@derekbruening derekbruening merged commit d39d5c0 into master Mar 27, 2020
@derekbruening derekbruening deleted the i4219-synch-retry-stat branch March 27, 2020 00:33
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.

2 participants