-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Handle early wakeup of counter loop #57170
Handle early wakeup of counter loop #57170
Conversation
* prevent a negative delta value
Tagging subscribers to this area: @tarekgh, @tommcdon, @pjanotti Issue DetailsFix #56695
Copy of comment from #56695:
We'll need to backport these changes to 3.1 and 5.0 if they are approved.
|
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/CounterGroup.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/CounterGroup.cs
Outdated
Show resolved
Hide resolved
* bug fix is preexisting: if a user other than the one who is listening sets the interval to 0 while the counter is enabled, it makes the counter continuously submit values. Changed this so that an interval value of <= 0 results in the counter being disabled
CI doesn't seem to be starting for some reason... |
/azp run runtime |
Azure Pipelines successfully started running 1 pipeline(s). |
Hello @hoyosjs! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
Failuer is not unique to this PR (see #57174) |
Created |
Fix #56695
Copy of comment from #56695:
We'll need to backport these changes to 3.1 and 5.0 if they are approved.